Broker restarted due to ZooKeeper client is disconnected
#20773
Replies: 4 comments 2 replies
|
BTW, i'm using the latest version of kubectl and helm. Here is the version info:
And Plus, the |
The pulsar-all 3.0.0 image is invalid. It's actually Pulsar 2.11, see #20420 The apache/pulsar-helm-chart project has some unreleased changes to some issues. Today I made a change to support k8s 1.24+. Pulsar helm chart isn't compatible with k8s 1.24+ since there isn't a way to configure Zookeeper service with
I'm not exactly sure if this is the issue in your case. |
|
For the slow fsync, make sure to deploy with a fast disk (SSD). One example from the apache/pulsar-helm-chart is https://github.com/apache/pulsar-helm-chart/blob/f43c6f6d9e7a4d2f0186ab59b3af21797530e148/examples/values-zookeeper-aws.yaml#L58-L75 more examples in the default values.yaml: |
|
@lhotari The problem remains the same, is that related with the slow fsync? |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm just new to Pulsar, and trying to deploy it to k8s cluster. However, stucking in broker pods keep restarting. And the log show that the ZooKeeper client is disconnected, but the zookeeper pods' status show they're ready. And after checking with the log, it keep printing:
What's wrong with it? Don't know how to dealing with this case. Anyone can help me out?
All reactions