|
@@ -116,8 +116,8 @@ final class BalancerParameters {
|
|
+ " max idle iteration = %s," + " #excluded nodes = %s,"
|
|
+ " max idle iteration = %s," + " #excluded nodes = %s,"
|
|
+ " #included nodes = %s," + " #source nodes = %s,"
|
|
+ " #included nodes = %s," + " #source nodes = %s,"
|
|
+ " #blockpools = %s," + " run during upgrade = %s,"
|
|
+ " #blockpools = %s," + " run during upgrade = %s,"
|
|
- + " hot block time interval = %s]"
|
|
|
|
- + " sort top nodes = %s",
|
|
|
|
|
|
+ + " sort top nodes = %s,"
|
|
|
|
+ + " hot block time interval = %s]",
|
|
Balancer.class.getSimpleName(), getClass().getSimpleName(), policy,
|
|
Balancer.class.getSimpleName(), getClass().getSimpleName(), policy,
|
|
threshold, maxIdleIteration, excludedNodes.size(),
|
|
threshold, maxIdleIteration, excludedNodes.size(),
|
|
includedNodes.size(), sourceNodes.size(), blockpools.size(),
|
|
includedNodes.size(), sourceNodes.size(), blockpools.size(),
|