Description
The current javadoc says
/** * 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,
However, COMPLETE blocks mean those that have reached minimal replication "dfs.namenode.replication.min", which could be different than one.
Creating this jira to fix the javadoc.