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/01 22:17:04 UTC

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

Konstantin Shvachko created HDFS-11731:
------------------------------------------

             Summary: 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


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