Replies: 1 comment
-
I converted this to discussion because I do not think there is a real expectation that this will work as KRaft is nowhere near production readiness. Kafka does not properly support managing the controller nodes properly, the liveness and readiness probes are not finished etc. In the end, that is why it is an INFO message. But it would be helpful to understand what exactly you consider to be a problem. The log message about nodes connecting and disconnecting is as far as I know happening normally as part of how the protocol works. Also, Drain Cleaner does not really help with this. The purpose of the Drain Cleaner is that it rolls safely the nodes through the operator and that way topics remain in sync. But:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
This issue doesn't appear at the moment to be causing any issue running Kafka, however in the logs over the course of a day we can see nodes disconnecting/running elections when there is no reason to. There is no underlying node maintenance or anything of the sort.
Since this started happening we now have drain cleaner that should leave the cluster in a healthy state when doing underlying VM maintenance, but even thought we did node reboots prior to drain cleaner, the cluster is still showing these random disconnects
Steps to reproduce
Spin up a new Kafka cluster
Expected behavior
Node disconnects/elections should only happen during upgrades/underlying node reboots.
Strimzi version
0.36.1
Kubernetes version
1.25.10
Installation method
helm
Infrastructure
Rocky8 VMs
Configuration files and logs
Logs such as:
logs.zip
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions