[Bug]: Changing KafkaTopic replicas and config simultaneously corrupts the topic #10694
vereshchagin-d
started this conversation in
General
Replies: 2 comments 4 replies
-
What does it mean that it |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @vereshchagin-d. This is not a bug, Cruise Control takes some time to build its internal cluster model when it is started, or a new topic is created. During this period, it is expected to see the error message you are reporting, but eventually the topic will converge to the desired state, or give another type of error. Hope it helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Hello!
We noticed a strange behavior when we tried to change the replicas and config parameters of a topic simultaneously. After updating the manifest, the KafkaTopic object state got stuck in pending with the message "Replicas change failed, Request failed (500), Cluster model not ready."
Thanks in advance.
Steps to reproduce
Expected behavior
Number of replicas set to desired number.
Config applied.
Strimzi version
0.42.0
Kubernetes version
k8s 1.29.1
Installation method
Helm chart
Infrastructure
Cloud
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions