[Bug]: Brokers take too long to become ready #12381
Haustorius
started this conversation in
General
Replies: 1 comment 3 replies
-
|
You should start by sharing the full logs (i.e., from the beginning) from the operator as well as the Kafka nodes, and try to describe the steps properly when it happens. If the Pods take 40 minutes to get ready, it is often because they were not correctly terminated in the first place and need to recover the data / rebuild the indexes at startup. So if that is the case, you would need to investigate that as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hello,
I have Strimzi kafka setup with 3 brokers running on Azure Kubernetes Service. I am running 0.47.0 operator version with 3.9.0 kafka, previously I used 0.38.0 - 3.6.0 with zookeeper.
I have only one kafkaNodepool resource, with 3 nodes with brokers being also quorum controllers.
When running AKS upgrades for example, some brokers take way too long to become ready. And I need to restart them manually. For example one broker was taking like 40 minutes before I lost patience and restarted it.
The thing is, even with INFO logs turned on, I did not notice any actual problem, no indication of what is happening, just reconciling every so often like normal kafka broker. But it remains inactive...
Can you please help? this is a big issue for me. It was happening even on older zookeeper kafka I had.
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.47.0
Kubernetes version
Kubernetes 1.33.6
Installation method
YAML files
Infrastructure
Azure Kubernetes Service
Configuration files and logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions