Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11731

Balancer.run() prints redundant included, excluded, source nodes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.8.0
    • None
    • balancer & mover

    Description

      Included, excluded, and source nodes are printed twice by the Balancer. First as part of BalancerParameters.toString() in

          LOG.info("parameters = " + p);
      

      And then separately

          LOG.info("included nodes = " + p.getIncludedNodes());
          LOG.info("excluded nodes = " + p.getExcludedNodes());
          LOG.info("source nodes = " + p.getSourceNodes());
      

      The latter can be removed.

      Attachments

        Activity

          People

            Unassigned Unassigned
            shv Konstantin Shvachko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: