Replies: 1 comment
-
You probably need to share more details. Full configuration (Kafka CR), full logs etc. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have a bug with my statefulset of the zookeeper.
one of the pods always crash for the reason that the current epoch is older than the last zxid.
the classic way to solve that in the zookeeper is to move the data folder to a backup folder then the zookeeper will pull the data from another running zookeeper. In our case, using the strimzi, i cant do that because the pod crash every time i try to enter the command.
i tried also creating a pod using the same PV in order to do that but i could because of permissions.
do you have anymore ideas how can i solve that?
Beta Was this translation helpful? Give feedback.
All reactions