Skip to content

Commit

Permalink
HDFS-16114. the balancer parameters print error (#3179)
Browse files Browse the repository at this point in the history
Co-authored-by: jiaguodong5 <[email protected]>
  • Loading branch information
JiaguodongF and jiaguodong5 authored Jul 7, 2021
1 parent 3f4221e commit 9381071
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public String toString() {
+ " max idle iteration = %s," + " #excluded nodes = %s,"
+ " #included nodes = %s," + " #source nodes = %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,
threshold, maxIdleIteration, excludedNodes.size(),
includedNodes.size(), sourceNodes.size(), blockpools.size(),
Expand Down

0 comments on commit 9381071

Please sign in to comment.