Skip to content

Commit

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

This reverts commit 81ba2e8.
  • Loading branch information
ayushtkn committed Oct 23, 2023
1 parent 3e0fcda commit fbd653b
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 {@link DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY}. This number has to <=
* {@link DFS_NAMENODE_REPLICATION_MIN_KEY}.
* by DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY. This number has to <=
* DFS_NAMENODE_REPLICATION_MIN_KEY.
* For erasure encoding, # of min live replicas for maintenance is
* {@link BlockInfoStriped#getRealDataBlockNum}.
* 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 fbd653b

Please sign in to comment.