Skip to content
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

[v24.2.x] rpk: support node-local core assignment API #22337

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #21573
Fixes: #22336,

Redpanda clusters are switching to a node-local
core assignments, which means that the API for
dispatching cross-core partition moves will be
different.

This is guarded behind the new feature:
node_local_core_assignment. Those clusters with
the feature enabled will issue the core movements
independently from the node changed.

If it's not enabled/present, we still do the old
API calls.

(cherry picked from commit 1950bff)
@vbotbuildovich vbotbuildovich added this to the v24.2.x-next milestone Jul 25, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 25, 2024
@twmb twmb merged commit 3470a6b into redpanda-data:v24.2.x Jul 26, 2024
20 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rpk kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants