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. |
0 replies
3.3.0 |
0 replies
5 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.
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
All reactions