JacksonYao287 commented on a change in pull request #2278:
URL: https://github.com/apache/ozone/pull/2278#discussion_r645977843
##########
File path:
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancer.java
##########
@@ -96,11 +97,18 @@ public void setup() {
balancerConfiguration.setThreshold(randomThreshold);
containerBalancer.start(balancerConfiguration);
+
+ // waiting for balance completed.
+ // this is a temporary implementation for now
+ // modify this after balancer is fully completed
Review comment:
sure , will add this
--
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]