You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/03/10 10:00:40 UTC

[GitHub] [hbase] infraio commented on a change in pull request #1262: HBASE-23953 SimpleBalancer bug when second pass to fill up to min

infraio 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_r390204556
 
 

 ##########
 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:
   This ut will fail if no this fix?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services