HBASE-22067 Fix log in StochasticLoadBalancer when balancer is ill-fit for cluster size

This commit is contained in:
xcang 2019-03-19 13:42:09 -07:00 committed by Xu Cang
parent bb52a6766a
commit f5b20451db
No known key found for this signature in database
GPG Key ID: 8E6C8FEDCA866394
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class StochasticLoadBalancer extends BaseLoadBalancer {
+ "maxSteps:{}. Hence load balancing may not work well. Setting parameter "
+ "\"hbase.master.balancer.stochastic.runMaxSteps\" to true can overcome this issue."
+ "(This config change does not require service restart)", calculatedMaxSteps,
maxRunningTime);
maxSteps);
}
}
LOG.info("start StochasticLoadBalancer.balancer, initCost=" + currentCost + ", functionCost="