[ 
https://issues.apache.org/jira/browse/HDFS-16114?focusedWorklogId=618990&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-618990
 ]

ASF GitHub Bot logged work on HDFS-16114:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Jul/21 10:18
            Start Date: 06/Jul/21 10:18
    Worklog Time Spent: 10m 
      Work Description: JiaguodongF opened a new pull request #3179:
URL: https://github.com/apache/hadoop/pull/3179


   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,"
   + " hot block time interval = %s]"
   + " sort top nodes = %s",
   Balancer.class.getSimpleName(), getClass().getSimpleName(), policy,
   threshold, maxIdleIteration, excludedNodes.size(),
   includedNodes.size(), sourceNodes.size(), blockpools.size(),
   runDuringUpgrade, sortTopNodes, hotBlockTimeInterval);
   }
   
   print error.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 618990)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Minor
>              Labels: balancer
>          Time Spent: 10m
>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to