Skip to content

Commit 8c7c49d

Browse files
authored
HDFS-16401.Remove the worthless DatasetVolumeChecker#numAsyncDatasetChecks. (apache#3838)
1 parent 94b884a commit 8c7c49d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/DatasetVolumeChecker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public class DatasetVolumeChecker {
7777

7878
private final AtomicLong numVolumeChecks = new AtomicLong(0);
7979
private final AtomicLong numSyncDatasetChecks = new AtomicLong(0);
80-
private final AtomicLong numAsyncDatasetChecks = new AtomicLong(0);
8180
private final AtomicLong numSkippedChecks = new AtomicLong(0);
8281

8382
/**

0 commit comments

Comments
 (0)