chungen0126 commented on code in PR #7615:
URL: https://github.com/apache/ozone/pull/7615#discussion_r1903278600
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/OzoneTestUtils.java:
##########
@@ -161,4 +161,37 @@ public static void closeContainer(StorageContainerManager
scm,
container.getState() == HddsProtos.LifeCycleState.CLOSED,
200, 30000);
}
+
+ /**
+ * Flush deleted block log & wait till something was flushed.
+ */
+ public static void waitForDeletedBlockLog(StorageContainerManager scm)
Review Comment:
done
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java:
##########
@@ -817,6 +829,7 @@ public void testBlockDeleteCommandParallelProcess() throws
Exception {
// Wait for block delete command sent from OM
GenericTestUtils.waitFor(() -> {
Review Comment:
done
--
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]