BELUGA BEHR created HDFS-13447:
----------------------------------

             Summary: Fix Typos - Node Not Chosen
                 Key: HDFS-13447
                 URL: https://issues.apache.org/jira/browse/HDFS-13447
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: namenode
    Affects Versions: 3.0.1, 2.2.0
            Reporter: BELUGA BEHR
         Attachments: HDFS-13447.1.patch

Fix typo and improve:

 
{code:java}
private enum NodeNotChosenReason {
  NOT_IN_SERVICE("the node isn't in service"),
  NODE_STALE("the node is stale"),
  NODE_TOO_BUSY("the node is too busy"),
  TOO_MANY_NODES_ON_RACK("the rack has too many chosen nodes"),
  NOT_ENOUGH_STORAGE_SPACE("no enough storage space to place the block");{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