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 "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/02/18 18:50:00 UTC

[jira] [Created] (HDFS-13167) DatanodeAdminManager Improvements

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