sumitagrawl commented on code in PR #6447:
URL: https://github.com/apache/ozone/pull/6447#discussion_r1540826542
##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java:
##########
@@ -1219,10 +1219,10 @@ private void generateData() {
// create containers with varying used space
int sizeMultiple = 0;
for (int j = 0; j < i; j++) {
- sizeMultiple %= 5;
- sizeMultiple++;
ContainerInfo container =
createContainer((long) i * i + j, sizeMultiple);
+ sizeMultiple %= 5;
+ sizeMultiple++;
Review Comment:
We need to add validation that actaull containerIse <= 0 is escaped in
container balander
--
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]