wchevreuil commented on a change in pull request #677: HBASE-23073 Add an 
optional costFunction to balance regions according to a capacity rule
URL: https://github.com/apache/hbase/pull/677#discussion_r330909237
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/BalancerTestBase.java
 ##########
 @@ -366,20 +366,31 @@ protected void updateLoad(final Map<ServerName, 
ServerAndLoad> map,
   }
 
   protected TreeMap<ServerName, List<RegionInfo>> mockClusterServers(int[] 
mockCluster) {
-    return mockClusterServers(mockCluster, -1);
+    return mockClusterServers(mockCluster, -1, false);
+  }
+
+  protected TreeMap<ServerName, List<RegionInfo>> mockClusterServers(int[] 
mockCluster, int numTables) {
 
 Review comment:
   unused parameter _numTables_? Seems like we don't need this overload.

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


With regards,
Apache Git Services

Reply via email to