HDFS-16395. Remove useless NNThroughputBenchmark#dummyActionNoSynch(). (#3823)
Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit a5659fe0f7
)
This commit is contained in:
parent
7b51e6824d
commit
b623acff5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue