ChenSammi commented on a change in pull request #2278:
URL: https://github.com/apache/ozone/pull/2278#discussion_r643617079
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/protocol/StorageContainerLocationProtocol.java
##########
@@ -286,6 +286,24 @@ Pipeline
createReplicationPipeline(HddsProtos.ReplicationType type,
*/
boolean getReplicationManagerStatus() throws IOException;
+ /**
+ * Start ContainerBalancer.
+ */
+ void startContainerBalancer(double threshold, int idleiterations,
+ int maxDatanodesToBalance, long maxSizeToMove) throws IOException;
Review comment:
same as above.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]