Replies: 3 comments 10 replies
-
You should probably start by sharing the full Kafka custom resource and make sure it is correctly formatted. You should also compare it with the API reference and make sure what you have there corresponds to it. I don't think there are any |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Cruise control is not honoring hard goals. RackAwareGoal only provided as hard goal for cruise Control, but KafkaRebalance is failing due to NetworkInboundCapacityGoal not statisfied, even though NetworkInboundCapacityGoal is not part of hard goals.
kafka cluster spec :
KafkaRebalance failing with error "com.linkedin.kafka.cruisecontrol.exception.OptimizationFailureException: [NetworkInboundCapacityGoal] Insufficient capacity for networkInbound"
Steps to reproduce
[NetworkInboundCapacityGoal] Insufficient capacity for networkInbound".
Expected behavior
If hard goals are statisfied, then other goals can ignore even if it not satisfies and KafkaRebalance should come to PROPOSALREADY as true.
Strimzi version
0.36.1
Kubernetes version
1.27.6
Installation method
Helm chart
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions