clarax commented on a change in pull request #3011:
URL: https://github.com/apache/hbase/pull/3011#discussion_r612690357
##########
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:
It turns out to be related to
https://issues.apache.org/jira/browse/HBASE-25767. Will merge the 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:
[email protected]