ChenSammi commented on a change in pull request #1395: HDDS-1571. Refactor ContainerPlacementPolicy. URL: https://github.com/apache/hadoop/pull/1395#discussion_r322693980
########## File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/PlacementPolicy.java ########## @@ -15,22 +15,22 @@ * the License. */ -package org.apache.hadoop.hdds.scm.container.placement.algorithms; +package org.apache.hadoop.hdds.scm; import org.apache.hadoop.hdds.protocol.DatanodeDetails; import java.io.IOException; import java.util.List; /** - * A ContainerPlacementPolicy support choosing datanodes to build replication + * A PlacementPolicy support choosing datanodes to build * pipeline with specified constraints. Review comment: build pipeline or for container replica ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
