Skip to content

Commit

Permalink
stablize test run for large cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
clarax committed Jul 16, 2021
1 parent 1b00682 commit ea4b626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testLargeCluster() {
int numTables = 100;
int replication = 1;
conf.setLong("hbase.master.balancer.stochastic.maxRunningTime", 6 * 60 * 1000);
conf.setBoolean("hbase.master.balancer.stochastic.runMaxSteps", true);
conf.setLong(StochasticLoadBalancer.MAX_STEPS_KEY, 20000000L);
loadBalancer.onConfigurationChange(conf);
testWithCluster(numNodes, numRegions, numRegionsPerServer, replication, numTables, true, true);
}
Expand Down

0 comments on commit ea4b626

Please sign in to comment.