Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
As described in HDFS-8564, DiskChecker.checkDirs(finalizedDir) is causing excessive I/Os because finalizedDirs might have up to 64K sub-directories (HDFS-6482).
This patch proposes to limit the rate of IO operations in DiskChecker.checkDirs().
HDFS-8845 DiskChecker should not traverse the entire tree
HDFS-8564 BlockPoolSlice.checkDirs() will trigger excessive IO while traversing all sub-directories under finalizedDir