HBASE-22067 Fix log in StochasticLoadBalancer when balancer is ill-fit for cluster size
This commit is contained in:
parent
bb52a6766a
commit
f5b20451db
@ -387,7 +387,7 @@ public class StochasticLoadBalancer extends BaseLoadBalancer {
|
|||||||
+ "maxSteps:{}. Hence load balancing may not work well. Setting parameter "
|
+ "maxSteps:{}. Hence load balancing may not work well. Setting parameter "
|
||||||
+ "\"hbase.master.balancer.stochastic.runMaxSteps\" to true can overcome this issue."
|
+ "\"hbase.master.balancer.stochastic.runMaxSteps\" to true can overcome this issue."
|
||||||
+ "(This config change does not require service restart)", calculatedMaxSteps,
|
+ "(This config change does not require service restart)", calculatedMaxSteps,
|
||||||
maxRunningTime);
|
maxSteps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG.info("start StochasticLoadBalancer.balancer, initCost=" + currentCost + ", functionCost="
|
LOG.info("start StochasticLoadBalancer.balancer, initCost=" + currentCost + ", functionCost="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user