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 "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2014/11/16 17:04:33 UTC

[jira] [Created] (HDFS-7403) Incorrect javadoc of BlockUCState#COMPLETE state

Yongjun Zhang created HDFS-7403:
-----------------------------------

             Summary: Incorrect javadoc of  BlockUCState#COMPLETE state
                 Key: HDFS-7403
                 URL: https://issues.apache.org/jira/browse/HDFS-7403
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
            Reporter: Yongjun Zhang
            Assignee: Yongjun Zhang
            Priority: Trivial


The current javadoc says 
{code}
 /**
   * States, which a block can go through while it is under construction.
   */
  static public enum BlockUCState {
    /**
     * Block construction completed.<br>
     * The block has at least one {@link ReplicaState#FINALIZED} replica,
     * and is not going to be modified.
     */
    COMPLETE,
{code}
However, complete blocks really meant those that have reached minimal replication  "dfs.namenode.replication.min".

Creating this jira to fix the javadoc.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)