Skip to content

Commit

Permalink
HDFS-17228. Improve documentation related to BlockManager. (#6195). C…
Browse files Browse the repository at this point in the history
…ontributed by JiangHua Zhu.

Reviewed-by: Inigo Goiri <[email protected]>
Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
jianghuazhu authored Oct 17, 2023
1 parent e0563fe commit 81ba2e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
* redundancy.
*
* For regular replication, # of min live replicas for maintenance is determined
* by DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY. This number has to &lt;=
* DFS_NAMENODE_REPLICATION_MIN_KEY.
* by {@link DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY}. This number has to &lt;=
* {@link DFS_NAMENODE_REPLICATION_MIN_KEY}.
* For erasure encoding, # of min live replicas for maintenance is
* BlockInfoStriped#getRealDataBlockNum.
* {@link BlockInfoStriped#getRealDataBlockNum}.
*
* Another safety property is to satisfy the block placement policy. While the
* policy is configurable, the replicas the policy is applied to are the live
Expand Down

0 comments on commit 81ba2e8

Please sign in to comment.