-
Notifications
You must be signed in to change notification settings - Fork 801
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
Burrow stops emitting metric after Kafka upgrade #827
Comments
Looks like the issue is intermittent because I am not able to reproduce this when I am upgrading kafka. |
For the kafka cluster where we originally noticed the cluster, we have 9 brokers and observed EOF with all 9 brokers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Burrow Version: 1.8.0
Issue:
After upgrading Kafka from version 3.6.x to 3.7.x, we observed that the Burrow service stopped emitting the consumer lag metric. Restarting the Burrow service temporarily resolved the issue.
Logs:
The following warnings and errors were observed in the Burrow logs:
The Kafka upgrade was performed in a rolling fashion, one broker at a time. While communication disruptions were expected with the upgrading broker, others should have been available.
Burrow Configuration:
Here is the configuration we are using:
Note: The kafka-version is set to 3.6.1, but as mentioned earlier, Burrow works fine with Kafka 3.7.x after a restart, so this does not seem to be the root cause.
Request:
Please let me know if additional information is required.
Thank you!
The text was updated successfully, but these errors were encountered: