HDFS-15966. Empty the statistical parameters when emptying the redundant queue (#2894)
This commit is contained in:
parent
6187f76f11
commit
24af52efab
|
@ -117,6 +117,8 @@ class LowRedundancyBlocks implements Iterable<BlockInfo> {
|
||||||
corruptReplicationOneBlocks.reset();
|
corruptReplicationOneBlocks.reset();
|
||||||
lowRedundancyECBlockGroups.reset();
|
lowRedundancyECBlockGroups.reset();
|
||||||
corruptECBlockGroups.reset();
|
corruptECBlockGroups.reset();
|
||||||
|
highestPriorityLowRedundancyReplicatedBlocks.reset();
|
||||||
|
highestPriorityLowRedundancyECBlocks.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Return the total number of insufficient redundancy blocks. */
|
/** Return the total number of insufficient redundancy blocks. */
|
||||||
|
|
Loading…
Reference in New Issue