siddhantsangwan commented on a change in pull request #2441:
URL: https://github.com/apache/ozone/pull/2441#discussion_r686027933
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestContainerBalancerOperations.java
##########
@@ -99,7 +99,7 @@ public void testContainerBalancerCLIOperations() throws
Exception {
// test normally start , and stop it before balance is completed
containerBalancerClient.startContainerBalancer(threshold, idleiterations,
- maxDatanodesToBalance, maxSizeToMoveInGB);
+ maxDatanodesRatioToInvolvePerIteration, maxSizeToMovePerIterationInGB);
running = containerBalancerClient.getContainerBalancerStatus();
assertTrue(running);
Review comment:
Balancing completes and exits before asserting that balancer is running
because no unbalanced nodes are found.
--
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]