You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Hemanth Boyina (Jira)" <ji...@apache.org> on 2021/07/07 08:44:00 UTC

[jira] [Resolved] (HDFS-16114) the balancer parameters print error

     [ https://issues.apache.org/jira/browse/HDFS-16114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Boyina resolved HDFS-16114.
-----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

> the balancer parameters print error
> -----------------------------------
>
>                 Key: HDFS-16114
>                 URL: https://issues.apache.org/jira/browse/HDFS-16114
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: jiaguodong
>            Assignee: jiaguodong
>            Priority: Minor
>              Labels: balancer, pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> public String toString() {
>  return String.format("%s.%s [%s," + " threshold = %s,"
>  + " max idle iteration = %s," + " #excluded nodes = %s,"
>  + " #included nodes = %s," + " #source nodes = %s,"
>  + " #blockpools = %s," + " run during upgrade = %s,"
>  {color:#FF0000}+ " hot block time interval = %s]"{color}
> {color:#FF0000} + " sort top nodes = %s",{color}
>  Balancer.class.getSimpleName(), getClass().getSimpleName(), policy,
>  threshold, maxIdleIteration, excludedNodes.size(),
>  includedNodes.size(), sourceNodes.size(), blockpools.size(),
>  runDuringUpgrade, {color:#FF0000}sortTopNodes, hotBlockTimeInterval{color});
> }
> print error.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org