lfrancke commented on code in PR #7644:
URL: https://github.com/apache/hbase/pull/7644#discussion_r2704547029
##########
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/CacheAwareLoadBalancer.java:
##########
@@ -324,8 +321,7 @@ private boolean moveRegionToOldServer(BalancerClusterState
cluster, int regionIn
"Region {} moved from {} to {} as region cache ratio {} is better
than the current "
+ "cache ratio {}",
cluster.regions[regionIndex].getEncodedName(),
cluster.servers[currentServerIndex],
- cluster.servers[oldServerIndex], cacheRatioOnCurrentServer,
Review Comment:
Note that it would log current 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]