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