-
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
Use shards from health report in Admin API cluster partition results #22695
Use shards from health report in Admin API cluster partition results #22695
Conversation
/ci-repeat |
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52379#019110b2-30ab-40af-a4ab-b5dc80a13891 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52379#019110c7-e1ba-404c-96bb-36f59e5c0a4e ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52403#01911387-f6c2-4dd3-8e76-e7b1d688fd68 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52466#01912265-1a93-4905-8268-e8efe6f8a1f7 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52466#01912265-1a95-496b-ac26-055511d07cf1 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/52466#019122f2-8c84-4c6b-be74-e20abc3481a8 |
58d11f7
to
8090519
Compare
/ci-repeat |
8090519
to
d05491b
Compare
Previously we replaced the node health report with each randomly generated topic, instead of accumulating them.
If node_local_core_assignment feature is enabled, core assignments in topic_table are obsolete. We need to collect actual core values of replicas on other nodes from the health report.
Add helper that logs additional details when shard maps differ.
ca7fbd5
to
1c94bcd
Compare
/backport v24.2.x |
If node-local core assignment is enabled, return core assignments from health report in
/v1/cluster/partitions
admin API output. These will better reflect reality, instead of obsolete assignments queried from the topic table.Additionally, do some
node_health_report
refactoring that enables more efficient querying of node health reports.Backports Required
Release Notes
Improvements
/v1/cluster/partitions
admin API output.