Replies: 3 comments 5 replies
-
Please share the Pulsar Helm Chart version that you are using and more details about your target Kubernetes environment. Just a reminder that older Pulsar Helm Chart versions aren't supported. If you aren't running on the most recent version 3.3.0 of the Pulsar Helm Chart, please do an upgrade. |
Beta Was this translation helpful? Give feedback.
-
3.3.0 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Phenomenon: I used Pulsar helm to install the Pulsar cluster, and found that occasionally some zookeeper Pods could not start normally, as shown below:
I checked the logs of this zk pod and found the following problems:
I added some logs in the zookeeper-statefulset.yaml template:
It turns out that the value in zk's myid file is not the number of the current zk node:
The value of myid file is 2:
But judging from the zookeeper.conf file, myid should be 3:
I suspect it is a problem with the bin/generate-zookeeper-config.sh script. I tried running this script locally and the results were as expected.
I would like to ask everyone, how should I deal with this problem? Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions