BELUGA BEHR created HDFS-13167:
----------------------------------

             Summary: DatanodeAdminManager Improvements
                 Key: HDFS-13167
                 URL: https://issues.apache.org/jira/browse/HDFS-13167
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs
    Affects Versions: 3.0.0
            Reporter: BELUGA BEHR


# Use Collection type Set instead of List for tracking nodes
# Fix logging statements that are erroneously appending variables instead of 
using parameters
# Miscellaneous small improvements

As an example, the {{node}} variable is being appended to the string instead of 
being passed as an argument to the {{trace}} method for variable substitution.
{code}
LOG.trace("stopDecommission: Node {} in {}, nothing to do." +
          node, node.getAdminState());
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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