rmdmattingly commented on code in PR #6821:
URL: https://github.com/apache/hbase/pull/6821#discussion_r2006144309


##########
hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/CandidateGeneratorTestUtil.java:
##########
@@ -71,7 +77,7 @@ static void runBalancerToExhaustion(Configuration conf,
     boolean isBalanced = false;
     while (!isBalanced) {
       balancerRuns++;
-      if (balancerRuns > 1000) {
+      if (balancerRuns > 10) {

Review Comment:
   I validated locally that this change is okay, will see if the tests also 
pass in CI. If it's taking more than 10 balancer runs for a test, then we 
should probably increase that tests max run time to make it more efficient 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to