[Bug]: Getting error io.strimzi.operator.cluster.operator.resource.KafkaRoller$UnforceableProblem while upgrading to 3.4.0 Kafka #8422
-
Bug DescriptionI was trying to upgrade strimzi (from 0.32.0 -->0.34.0) and then kafka (from 3.3.1 --> 3.4.0). Steps to reproduce
Expected behaviorKafka upgrade to 3.4.0 should be successful Strimzi version0.34.0 Kubernetes version1.25.4 Installation methodYAML files InfrastructureOCI Configuration files and logsNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
The error says the following:
That means that this topic is not in-sync and that is why the broker 0 cannot be restarted. You have to wait until it gets up to sync and then the pod will be rolled. I don't think this is in any way related to the upgrade. |
Beta Was this translation helpful? Give feedback.
-
Triaged on 20.4.2023: Seems more like a question than a bug. Should be converted to discussion for the time being. |
Beta Was this translation helpful? Give feedback.
-
Also having similar error in a kafka which has 0 producer and 0 consumer at this moment.
The problem is, this topic never(waited more than 8 hours) gets synced and operator blocks new broker to be created and join the cluster. I tried to reduce For me, the cluster is stuck with this error message for last 8 hours without any consumer or producer. |
Beta Was this translation helpful? Give feedback.
The error says the following:
That means that this topic is not in-sync and that is why the broker 0 cannot be restarted. You have to wait until it gets up to sync and then the pod will be rolled.
I don't think this is in any way related to the upgrade.