Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Burrow from 1.6.0 to 1.7.0/1.8.0 #817

Open
grigassukys opened this issue May 8, 2024 · 3 comments
Open

Issue with Burrow from 1.6.0 to 1.7.0/1.8.0 #817

grigassukys opened this issue May 8, 2024 · 3 comments

Comments

@grigassukys
Copy link

Hello,

I've encountered an issue when updating the Burrow package from version 1.6.0 to 1.7.0/1.8.0. The configuration remains exactly the same as it was in version 1.6.0, but starting from version 1.7.0, it no longer works as expected. If I rollback to 1.6.0, everything works the same as before.

Errors I'm getting when updating to 1.7.0/1.8.0:

{"level":"debug","ts":1715166414.740178,"msg":"Error while performing SASL Auth IP:PORT","name":"sarama"} {"level":"debug","ts":1715166414.7402897,"msg":"Closed connection to broker IP:PORT","name":"sarama"} {"level":"debug","ts":1715166414.74035,"msg":"Error while sending ApiVersionsRequest to broker IP:PORT: EOF","name":"sarama"} {"level":"debug","ts":1715166414.740367,"msg":"client/metadata got error from broker -1 while fetching metadata:EOF","name":"sarama"}

Or like this
{"level":"error","ts":1715163313.996046,"msg":"failed to start client","type":"module","coordinator":"cluster","class":"kafka","name":"MYCLUSTER","error":"kafka: client has run out of available brokers to talk to: 3 errors occurred:\n\t* EOF\n\t* EOF\n\t* EOF\n"}

Steps to Reproduce:

  1. Update the Burrow package from version 1.6.0 to 1.7.0/1.8.0.
  2. Use the same configuration as in version 1.6.0.

Expected Behavior:

The Burrow package should work as expected with the same configuration as in version 1.6.0.

Actual Behavior:

The Burrow package does not work as expected starting from version 1.7.0.

Environment:

  • Burrow version: 1.7.0/1.8.0
  • Kafka Version: 3.5.2
  • Zookeeper version: 3.8.0
@lukasertl
Copy link

Is your kafka-version setting in the client-profile up-to-date? I had similar problems and fixed it by updating this setting.

@grigassukys
Copy link
Author

@lukasertl kafka-version is set to 3.5.2 as this is our version of the cluster

@grigassukys
Copy link
Author

Does anyone have suggestions on what I could check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants