-
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
rpk: supports triggering on-demand balancer #22855
Conversation
I should have updated rpadmin first. Tagged v0.1.4 https://github.com/redpanda-data/common-go/tree/rpadmin/v0.1.4/rpadmin, but it's not in the |
@daisukebe Can you please delete and recreate the tag from main once redpanda-data/common-go#12 is merged? |
414cf84
to
72ee8ca
Compare
Force pushed: 72ee8ca
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52920#019151c9-88c8-4d35-923b-dc4aed2aa181 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/53021#01915927-bca7-48c0-94ec-96f34a4503a6 |
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.
Code LGTM, thanks!
120a32a
to
8164de9
Compare
Force pushed: 8164de9
|
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 from docs
8164de9
to
878f815
Compare
Force pushed again (sorry) to align with wording; |
878f815
to
6203116
Compare
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, thanks!
/backport v24.2.x |
/backport v24.1.x |
Failed to create a backport PR to v24.2.x branch. I tried:
|
Failed to create a backport PR to v24.1.x branch. I tried:
|
Although the continuous balancer has been becoming smart, there's still needs where we need to invoke the on-demand balancer to balance partitions across brokers. This commit adds a new
rpk cluster partitions balance
command that wraps thePOST /v1/partitions/rebalance
endpoint.Internal discussion: https://redpandadata.slack.com/archives/C04LYNJQUGN/p1722580784813209
Backports Required
Release Notes
Features