-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-13641. [Docs] Include configurations and metrics related to DataNode decommission #9004
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
Conversation
Adds a new section to the DataNode decommissioning documentation that details relevant configuration properties and metrics. This information allows administrators to tune the speed of the decommissioning process and monitor its status effectively. Change-Id: Idc5c8fb7b3a9c84bdea61edc3620b245b0b0de19
This commit further refines the metrics documentation for DataNode decommissioning by: - Adding more relevant metrics from MeasuredReplicator. - Correcting the Prometheus metric names based on user feedback. - Clarifying the descriptions and removing unused metrics. Change-Id: I84387e00c0c211d880f0e0aa580e756b187ab75b
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.
Pull Request Overview
This PR adds documentation for configuration properties and metrics related to DataNode decommissioning in Apache Ozone. It provides administrators with tuning and monitoring guidance for the decommission process.
- Added comprehensive configuration properties section for both SCM-side and DataNode-side settings
- Documented monitoring metrics for ReplicationManagerMetrics and MeasuredReplicator components
- Included corresponding Prometheus metric names for practical cluster monitoring
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
This PR has been marked as stale due to 21 days of inactivity. Please comment or remove the stale label to keep it open. Otherwise, it will be automatically closed in 7 days. |
sodonnel
left a comment
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, but it needs a conflict resolved before we can commit.
What changes were proposed in this pull request?
HDDS-13641. [Docs] Include configurations and metrics related to DataNode decommission
Please describe your PR in detail:
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13641
How was this patch tested?
Doc only