clarax commented on a change in pull request #3011:
URL: https://github.com/apache/hbase/pull/3011#discussion_r609035598
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancerLargeCluster.java
##########
@@ -38,6 +38,8 @@ public void testLargeCluster() {
int numRegionsPerServer = 80; // all servers except one
int numTables = 100;
int replication = 1;
- testWithCluster(numNodes, numRegions, numRegionsPerServer, replication,
numTables, true, true);
+
+ // we need to capture the outlier and generate a move
+ testWithCluster(numNodes, numRegions, numRegionsPerServer, replication,
numTables, false, false);
Review comment:
This is one of the side impact. the computation gets more complicated. I
will work on it.
--
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]