lfrancke commented on code in PR #7644:
URL: https://github.com/apache/hbase/pull/7644#discussion_r2704545923
##########
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/CacheAwareLoadBalancer.java:
##########
@@ -334,8 +330,7 @@ private boolean moveRegionToOldServer(BalancerClusterState
cluster, int regionIn
LOG.debug(
"Region {} not moved from {} to {} with current cache ratio {} and
old cache ratio {}",
cluster.regions[regionIndex], cluster.servers[currentServerIndex],
- cluster.servers[oldServerIndex], cacheRatioOnCurrentServer,
Review Comment:
Note that it would log `current` server ratio twice.
--
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]