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

Konstantin Shvachko resolved HDFS-11731.
----------------------------------------
    Resolution: Invalid

Yes, I agree there is no redundancy. Not sure now where I saw it. 
[~vrushalic] thank you for verifying. Closing.

> Balancer.run() prints redundant included, excluded, source nodes.
> -----------------------------------------------------------------
>
>                 Key: HDFS-11731
>                 URL: https://issues.apache.org/jira/browse/HDFS-11731
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: balancer & mover
>    Affects Versions: 2.8.0
>            Reporter: Konstantin Shvachko
>              Labels: newbie
>
> Included, excluded, and source nodes are printed twice by the Balancer. First 
> as part of {{BalancerParameters.toString()}} in
> {code}
>     LOG.info("parameters = " + p);
> {code}
> And then separately
> {code}
>     LOG.info("included nodes = " + p.getIncludedNodes());
>     LOG.info("excluded nodes = " + p.getExcludedNodes());
>     LOG.info("source nodes = " + p.getSourceNodes());
> {code}
> The latter can be removed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to