HDFS-16401.Remove the worthless DatasetVolumeChecker#numAsyncDatasetChecks. (#3838)
This commit is contained in:
parent
94b884ae55
commit
8c7c49d877
@ -77,7 +77,6 @@ public class DatasetVolumeChecker {
|
|||||||
|
|
||||||
private final AtomicLong numVolumeChecks = new AtomicLong(0);
|
private final AtomicLong numVolumeChecks = new AtomicLong(0);
|
||||||
private final AtomicLong numSyncDatasetChecks = new AtomicLong(0);
|
private final AtomicLong numSyncDatasetChecks = new AtomicLong(0);
|
||||||
private final AtomicLong numAsyncDatasetChecks = new AtomicLong(0);
|
|
||||||
private final AtomicLong numSkippedChecks = new AtomicLong(0);
|
private final AtomicLong numSkippedChecks = new AtomicLong(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user