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


##########
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java:
##########
@@ -439,22 +466,25 @@ boolean needsBalance(TableName tableName, 
BalancerClusterState cluster) {
         costFunctions);
       LOG.info(
         "{} - skipping load balancing because weighted average imbalance={} <= 
"
-          + "threshold({}). If you want more aggressive balancing, either 
lower "
+          + "threshold({}) and conditionals do not have opinionated move 
candidates. "
+          + "consecutive balancer runs. If you want more aggressive balancing, 
either lower "

Review Comment:
   ah interesting, good catch



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