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)