Replies: 4 comments 6 replies
-
The Kafka broker was probably uncleanly shutdown as you say and now needs long startup time to recover the indexes. The operator currently doesn't handle it well - this is a known issue (I do not have the issue number at hand right now, sorry). You should stop the oeprator or pause the reconciliation for a while until the broker recovers to avoid this issue. |
Beta Was this translation helpful? Give feedback.
-
@scholzj , thanks for confirming this is a known bug. Can you confirm if this is fixed in the latest versions? Also can you please let us know if there is a way to reduce the recovery time of a broker after every restart. |
Beta Was this translation helpful? Give feedback.
-
We are actually looking for a permanent solution to avoid this in future. Do you think increasing the readiness probe of Kafka pods would help avoiding this problem? |
Beta Was this translation helpful? Give feedback.
-
@scholzj Is this issue fixed in the latest operator v0.32.0? If not, is there any ETA when can we expect this fix? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We were facing an issue with one of our kafka cluster managing by Strimzi operator v0.27.1. One of our kafka brokers pods(sac-cluster-kafka-2) got abruptly restarted and since then we started seeing errors like "error getting broker config". Also post restart, the pod took more than 30 min to come up with ready status and since it takes longer time to get ready, the operator had to forcefully restart after making several attempts. This went in an infinite loop for so long until we stopped the operator pod. Then the broker got enough time to come up with ready status while the operator pod was stopped. So we wanted to understand few things here.
Appreciate your help and advice on this. This happened in our prod cluster and any quicker response would be really appreciated.
Error Logs when this issue occured.
Please do let me know if you need any additional information.
Beta Was this translation helpful? Give feedback.
All reactions