virajjasani commented on a change in pull request #2785:
URL: https://github.com/apache/hadoop/pull/2785#discussion_r597445601
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancer.java
##########
@@ -2297,7 +2297,9 @@ public void testBalancerWithSortTopNodes() throws
Exception {
maxUsage = Math.max(maxUsage, datanodeReport[i].getDfsUsed());
}
- assertEquals(200, balancerResult.bytesAlreadyMoved);
+ // Either 2 blocks of 100+100 bytes or 3 blocks of 100+100+50 bytes
Review comment:
Sure thing, let me provide detailed comment as per your suggestion.
Thanks
--
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]