nyl3532016 commented on a change in pull request #1262: HBASE-23953
SimpleBalancer bug when second pass to fill up to min
URL: https://github.com/apache/hbase/pull/1262#discussion_r390211982
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestDefaultLoadBalancer.java
##########
@@ -209,4 +210,30 @@ private void testImpactOfBalanceClusterOverall(boolean
useClusterLoadPerTable) t
List<ServerAndLoad> balancedCluster1 = reconcile(clusterList,
clusterplans1, clusterServers);
assertTrue(assertClusterOverallAsBalanced(balancedCluster1,
clusterLoadPerTable.keySet().size()));
}
+
+ @Test
+ public void
+ testBalanceClusterOverallStrictly() throws Exception {
Review comment:
yes
----------------------------------------------------------------
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]
With regards,
Apache Git Services