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 130bd033d53 HDFS-17074. Remove incorrect comment in 
TestRedudantBlocks#setup. (#5822). Contributed by farmmamba.
130bd033d53 is described below

commit 130bd033d53d7a1621045b2ee0e24111a7599c15
Author: hfutatzhanghb <hfutzhan...@163.com>
AuthorDate: Fri Jul 21 03:15:40 2023 +0800

    HDFS-17074. Remove incorrect comment in TestRedudantBlocks#setup. (#5822). 
Contributed by farmmamba.
    
    Reviewed-by: zhangshuyan <zqingc...@gmail.com>
    Signed-off-by: Ayush Saxena <ayushsax...@apache.org>
---
 .../java/org/apache/hadoop/hdfs/server/namenode/TestRedudantBlocks.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestRedudantBlocks.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestRedudantBlocks.java
index 1a1fc16215a..f5d54d29fdc 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestRedudantBlocks.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestRedudantBlocks.java
@@ -66,7 +66,6 @@ public class TestRedudantBlocks {
   public void setup() throws IOException {
     Configuration conf = new Configuration();
     conf.setLong(DFSConfigKeys.DFS_BLOCK_SIZE_KEY, blockSize);
-    // disable block recovery
     conf.setInt(DFSConfigKeys.DFS_NAMENODE_REDUNDANCY_INTERVAL_SECONDS_KEY, 1);
     conf.setInt(DFSConfigKeys.DFS_HEARTBEAT_INTERVAL_KEY, 1);
     SimulatedFSDataset.setFactory(conf);


---------------------------------------------------------------------
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