Replies: 1 comment
-
|
The defaults seem to work for everyone else. So you probably need to provide more details and proper steps for reproducing, full configuration and logs, and so on. |
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.
-
Bug Description
This creates a perpetual cycle where Cruise Control can never accumulate enough history to complete training beyond 20% (1 out of 5 windows needed).
Steps to reproduce
Deploy operator with the default settings.
Expected behavior
Change default
PARTITION_METRICS_WINDOW_NUM_CONFIG_KEYfrom 1 to 5, which is the default value.Strimzi version
main
Kubernetes version
1.33
Installation method
Helm
Infrastructure
EKS
Configuration files and logs
No response
Additional context
https://github.com/strimzi/strimzi-kafka-operator/blob/main/cluster-operator/src/main/java/io/strimzi/operator/cluster/model/cruisecontrol/CruiseControlConfiguration.java#L88
Beta Was this translation helpful? Give feedback.
All reactions