Invalid cluster.id in: /var/lib/kafka/data-0/kafka-log0/meta.properties #10790
nlaimutyte
started this conversation in
General
Replies: 1 comment
-
This looks like you deleted your cluster and then tried to reuse the PVs/PVCs. That does not work so easily and Kafka in KRaft mode protects itself against it. If it is something you really want to do, you should make sure the first set the correct cluster ID (the one you see in the error) in the status section of the |
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
-
Hi, I use Strimzi Kafka operator as dependency in my Helm chart. No configurations changed.
I also use template from example https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/kafka/kraft/kafka.yam without changes.
I previously used 0.40.0 operator version with 3.7.0 Kafka version. I didn't have problems.
Now I updated to 0.44.0 with Kafka version 3.8.0. Also tried 0.43.0 operator version with 3.8.0 Kafka version. Got the same results.
I install helm chart. Then uninstall it. Leave all PV's and PVC's. Then try to install my Helm chart again.
All brokers and controllers fails to start. In logs I see error:
Is it bug?
Do I need to change configurations?
Discussion https://github.com/orgs/strimzi/discussions/10082 is kind of related.
Beta Was this translation helpful? Give feedback.
All reactions