-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate leader balancer mode #23780
Deprecate leader balancer mode #23780
Conversation
"Greedy" strategy is an older strategy that was left as an option in case there were issues with the newer topic-aware "random" strategy. Random strategy has been the default for several releases, so it doesn't make sense to keep the greedy strategy any more.
This property was used to switch between optimization strategy. Deprecate it now that just a single strategy is used.
|
Random strategy doesn't use it and instead goes through the list of all possible reassignments in random order.
ccfe7bc
to
202bf2f
Compare
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/56491#01928cfd-296d-45e9-bcca-9c136a52105e |
Retry command for Build#56491please wait until all jobs are finished before running the slash command
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"Greedy" strategy is an older strategy that was left as an option in case there were issues with the newer topic-aware "random" strategy. Random strategy has been the default for several releases, so it doesn't make sense to keep the greedy strategy any more.
Backports Required
Release Notes
Improvements
leader_balancer_mode
cluster config property.