HDDS-13578. [Docs] Add pipeline placement policy to Topology Awareness doc#8947
Merged
jojochuang merged 3 commits intoapache:masterfrom Sep 2, 2025
Merged
HDDS-13578. [Docs] Add pipeline placement policy to Topology Awareness doc#8947jojochuang merged 3 commits intoapache:masterfrom
jojochuang merged 3 commits intoapache:masterfrom
Conversation
…s doc Clarify placement and selection policies The previous documentation was ambiguous about the different placement and selection policies, leading to confusion. This change restructures the document to clearly distinguish between: - Pipeline Creation Policy (`ozone.scm.pipeline.placement.impl`) - Pipeline Selection/Load Balancing Policy (`hdds.scm.pipeline.choose.policy.impl`) - Closed Container Replication Policy (`ozone.scm.container.placement.impl`) This aligns the documentation with the behavior discovered in the source code. Change-Id: Idd660a3e4cef13332ac796635f30f2ee63735b6a
sodonnel
reviewed
Aug 18, 2025
sodonnel
reviewed
Aug 18, 2025
sodonnel
reviewed
Aug 18, 2025
Change-Id: If79beeaff5ef481d9fee525ecf107619f703fc97
Change-Id: I4189f1a961ea1c8fc4c95a982f01ac3bb3d28256
Contributor
Author
|
Thanks @sodonnel merged to refresh doc |
peterxcli
pushed a commit
to peterxcli/ozone
that referenced
this pull request
Sep 10, 2025
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.
Change-Id: Idd660a3e4cef13332ac796635f30f2ee63735b6a
What changes were proposed in this pull request?
HDDS-13578. [Docs] Add pipeline placement policy to Topology Awareness doc
Please describe your PR in detail:
This change restructures the document to clearly distinguish between:
ozone.scm.pipeline.placement.impl)hdds.scm.pipeline.choose.policy.impl)ozone.scm.container.placement.impl)This aligns the documentation with the behavior discovered in the source code.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13578
How was this patch tested?