Zookeeper lose cluster information #17286
Unanswered
rillo-carrillo
asked this question in
Q&A
Replies: 1 comment
-
Is it possible that ZK servers are writing the data inside the container instead of the persistent volume? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a zookeeper cluster on kubernetes.
Each zookeeper has it's own persistent storage.
Once zookeeper cluster is enabled I execute initialize-cluster-metadata command:
After executing I can see multiple paths created on zk
So far so good, but If for some reason I update some configuration on pulsar image and update happens with the RollingUpdate strategy
the paths I previously saw are "lost", now I can only see:
Is there any way to avoid such behaviour?
Beta Was this translation helpful? Give feedback.
All reactions