This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fbd653be9bdf Revert "HDFS-17228. Improve documentation related to 
BlockManager. (#6195). Contributed by JiangHua Zhu."
fbd653be9bdf is described below

commit fbd653be9bdffa425c701322eaa9a73b823b282c
Author: Ayush Saxena <ayushsax...@apache.org>
AuthorDate: Mon Oct 23 19:35:12 2023 +0530

    Revert "HDFS-17228. Improve documentation related to BlockManager. (#6195). 
Contributed by JiangHua Zhu."
    
    This reverts commit 81ba2e8484c4315bb9a765374df4bb2a05bc0ebd.
---
 .../org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
index 848da7bd1154..783000bbef2f 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
@@ -150,10 +150,10 @@ import org.slf4j.LoggerFactory;
  * redundancy.
  *
  * For regular replication, # of min live replicas for maintenance is 
determined
- * by {@link DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY}. This number has to 
&lt;=
- * {@link DFS_NAMENODE_REPLICATION_MIN_KEY}.
+ * by DFS_NAMENODE_MAINTENANCE_REPLICATION_MIN_KEY. This number has to &lt;=
+ * 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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to