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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2017/05/24 23:37:04 UTC

[jira] [Resolved] (HDFS-11731) Balancer.run() prints redundant included, excluded, source nodes.

     [ 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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org