Kafka Brokers not able to come back up after a node reset/flip #4843
Unanswered
ssandanshi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
TBH, I'm not sure what the disabling and enabling of the Kubernetes in Docker Desktop really does. For example, does the persistent storage survive this without any issues etc.? From the logs, there seems to be issue with your Zookeeper but it is not really clear what caused it. Have you tried to restart the Zookeeper cluster? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
We have a Kafka Cluster running without any issues. Somehow the node(s) it is running on all restart. After the node restart, the zookeeper comes back up but the Kafka brokers remain in a crashloopbackoff.
We had seen the issue previously and started a discussion thread. That incident happened on an AWS EKS( v1.18.9-eks) hosted cluster. The current issue happened on a docker desktop(v 2.5.0.1) (running on Mac) hosted Kubernetes environment (v1.19.3)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Kafka cluster should be running after a node restart
Environment (please complete the following information):
YAML files and logs
report.sh assumes that the cluster CR and namespace reside in the same namespace. That is not the case for us. I updated the report.sh script to accept namespace for cluster operator separately.
report.sh.zip
reports.zip
kafka namespace - 2269-streaming
Cluster operator namespace - 2269-operations
In order to overcome docker rate limits, We use AWS ECR to host our images. I manually replaced all ECR images in yaml manifests and logs with their equivalent docker images in the report folder. Let me know if this causes any issues.
Additional context
Previous discussion post - #4767
Beta Was this translation helpful? Give feedback.
All reactions