rmdmattingly commented on code in PR #6651:
URL: https://github.com/apache/hbase/pull/6651#discussion_r1959692026
##########
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java:
##########
@@ -420,6 +442,11 @@ boolean needsBalance(TableName tableName,
BalancerClusterState cluster) {
return true;
}
+ if (balancerConditionals.shouldRunBalancer(cluster)) {
+ LOG.info("Running balancer because conditional candidate generators have
important moves");
Review Comment:
Maybe. The other balancer triggers log at info level
--
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]