ashishkumar50 commented on code in PR #8511:
URL: https://github.com/apache/ozone/pull/8511#discussion_r2108195933
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -915,8 +915,8 @@
<description>
The full name of class which implements
org.apache.hadoop.hdds.scm.PlacementPolicy.
- The class decides which datanode will be used to host the container
replica. If not set,
-
org.apache.hadoop.hdds.scm.container.placement.algorithms.SCMContainerPlacementRandom
will be used as default
+ The class decides which datanode will be used to host the container
replica.
Review Comment:
Please keep `"If not set,"`
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -928,7 +928,7 @@
The full name of class which implements
org.apache.hadoop.hdds.scm.PlacementPolicy.
The class decides which datanode will be used to host the container
replica in EC mode. If not set,
-
org.apache.hadoop.hdds.scm.container.placement.algorithms.SCMContainerPlacementRandom
will be used as default
+
org.apache.hadoop.hdds.scm.container.placement.algorithms.SCMContainerPlacementRackAware
will be used as default
Review Comment:
`SCMContainerPlacementRackScatter` will be used as default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]