(cherry picked from commit ec183faadcf7edaf432aca3b25d24215d505c2ec) (cherry picked from commit a4492dc6ac67d1234853fb3731c6d1a7bce0e409)
@@ -19,6 +19,9 @@ Release 2.6.5 - UNRELEASED
OPTIMIZATIONS
+ HDFS-8845. DiskChecker should not traverse the entire tree (Chang Li via
+ Colin P. McCabe)
+
BUG FIXES
HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown()
@@ -297,7 +297,7 @@ class BlockPoolSlice {
}
void checkDirs() throws DiskErrorException {
- DiskChecker.checkDirs(finalizedDir);
+ DiskChecker.checkDir(finalizedDir);
DiskChecker.checkDir(tmpDir);
DiskChecker.checkDir(rbwDir);