HDFS-17235. Fix javadoc errors in BlockManager (#6214). Contributed by Haiyang Hu.
This commit is contained in:
parent
6e13e4addc
commit
5eeab5e1b9
@ -150,8 +150,8 @@
|
|||||||
* redundancy.
|
* redundancy.
|
||||||
*
|
*
|
||||||
* For regular replication, # of min live replicas for maintenance is determined
|
* For regular replication, # of min live replicas for maintenance is determined
|
||||||
* by {@link DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY}. This number has to <=
|
* by {@link DFSConfigKeys#DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY}. This number has to <=
|
||||||
* {@link DFS_NAMENODE_REPLICATION_MIN_KEY}.
|
* {@link DFSConfigKeys#DFS_NAMENODE_REPLICATION_MIN_KEY}.
|
||||||
* For erasure encoding, # of min live replicas for maintenance is
|
* For erasure encoding, # of min live replicas for maintenance is
|
||||||
* {@link BlockInfoStriped#getRealDataBlockNum}.
|
* {@link BlockInfoStriped#getRealDataBlockNum}.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user