sarvekshayr commented on code in PR #8448:
URL: https://github.com/apache/ozone/pull/8448#discussion_r2160694986
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/DatanodeTestUtils.java:
##########
@@ -219,20 +219,6 @@ public static void restoreBadVolume(StorageVolume vol) {
restoreBadRootDir(vol.getStorageDir());
}
- /**
- * Wait for detect volume failure.
- *
- * @param volSet
- * @param numOfChecks target number of checks
- * @throws Exception
- */
- public static void waitForCheckVolume(MutableVolumeSet volSet,
- long numOfChecks) throws Exception {
- GenericTestUtils.waitFor(
- () -> numOfChecks == volSet.getVolumeChecker().getNumVolumeChecks(),
- 100, 10000);
- }
-
Review Comment:
We no longer have this metric to check the number of `checkVolume()`
invocations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]