HDDS-15031. Add troubleshooting page for slow datanode decommission - #552
Open
Eason09053360 wants to merge 1 commit into
Open
HDDS-15031. Add troubleshooting page for slow datanode decommission#552Eason09053360 wants to merge 1 commit into
Eason09053360 wants to merge 1 commit into
Conversation
Eason09053360
force-pushed
the
HDDS-15031
branch
from
September 6, 2026 18:04
2cf3321 to
09de79f
Compare
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
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.
What changes were proposed in this pull request?
This fills in the Troubleshooting → Decommissioning and Maintenance page, which was a
draft: trueplaceholder under HDDS-9860.The page covers a Datanode decommission that is slow or stuck:
ozone admin datanode status decommission, the per-node SCM log summary line, and theNodeDecommissionMetrics/ReplicationManagerMetricsJMX metrics.hdds.scm.replication.datanode.replication.limit,hdds.datanode.replication.outofservice.limit.factor,hdds.scm.replication.inflight.limit.factor,hdds.datanode.replication.streams.limit), their defaults, where they apply, and which are reconfigurable at runtime.Property defaults, log messages, metric names and CLI output were checked against the current Ozone source.
The Datanode Decommission page in the administrator guide gets a "See also" link to the new page, since nothing linked to it before.
What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-15031
How was this patch tested?
markdownlinton the two changed pages.npm run build, which fails on broken links and anchors in this site, completes successfully.Generated-by: Claude Code (Claude Fable 5.1), used to cross-check the page against the Ozone source and to apply the resulting fixes.