-
Notifications
You must be signed in to change notification settings - Fork 705
Decommission status improvement #24508
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
Merged
mmaslankaprv
merged 3 commits into
redpanda-data:dev
from
mmaslankaprv:decommission-status-improvement
Feb 25, 2025
Merged
Decommission status improvement #24508
mmaslankaprv
merged 3 commits into
redpanda-data:dev
from
mmaslankaprv:decommission-status-improvement
Feb 25, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
/dt |
1ed6026 to
6e37c19
Compare
Member
Author
|
/dt |
Signed-off-by: Michał Maślanka <michal@redpanda.com>
6e37c19 to
224f56c
Compare
Member
Author
|
/dt |
Collaborator
CI test resultstest results on build#62019
test results on build#62097
test results on build#62183
|
dotnwat
reviewed
Feb 23, 2025
Exposed the recovery state from controller_api, the recovery state is a metric providing insight into the process of follower recovery. The state returned from recovery state is based on the raft leader follower state. This makes the state most up to date and accurate. This will allow us to present more up to date information to the users. Currently we are using health reports which is delayed and may be inaccurate. Signed-off-by: Michał Maślanka <michal@redpanda.com>
Signed-off-by: Michał Maślanka <michal@redpanda.com>
224f56c to
2820af3
Compare
dotnwat
approved these changes
Feb 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improved accuracy of partition move progress Reported by Redpanda in admin APIs.
Backports Required
Release Notes