You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/12/24 08:27:58 UTC

[hadoop] branch branch-3.3 updated: HDFS-16395. Remove useless NNThroughputBenchmark#dummyActionNoSynch(). (#3823)

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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new b623acf  HDFS-16395. Remove useless NNThroughputBenchmark#dummyActionNoSynch(). (#3823)
b623acf is described below

commit b623acff5a963a058ec7b409aca5e61af3dde842
Author: jianghuazhu <74...@qq.com>
AuthorDate: Fri Dec 24 16:24:12 2021 +0800

    HDFS-16395. Remove useless NNThroughputBenchmark#dummyActionNoSynch(). (#3823)
    
    Reviewed-by: Fei Hui <fe...@gmail.com>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit a5659fe0f784f113489aee375ee1c2da8332d629)
---
 .../apache/hadoop/hdfs/server/namenode/NNThroughputBenchmark.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughputBenchmark.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughputBenchmark.java
index fde8d01..614a43e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughputBenchmark.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughputBenchmark.java
@@ -579,11 +579,6 @@ public class NNThroughputBenchmark implements Tool {
       }
     }
 
-    void dummyActionNoSynch(int daemonId, int fileIdx) {
-      for(int i=0; i < 2000; i++)
-        fileNames[daemonId][fileIdx].contains(""+i);
-    }
-
     /**
      * returns client name
      */
@@ -599,7 +594,6 @@ public class NNThroughputBenchmark implements Tool {
     long executeOp(int daemonId, int inputIdx, String clientName) 
     throws IOException {
       long start = Time.now();
-      // dummyActionNoSynch(fileIdx);
       clientProto.create(fileNames[daemonId][inputIdx],
           FsPermission.getDefault(), clientName,
           new EnumSetWritable<CreateFlag>(EnumSet

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