peterxcli commented on code in PR #9234:
URL: https://github.com/apache/ozone/pull/9234#discussion_r2502212537
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java:
##########
@@ -4650,13 +4656,21 @@ private void
checkExceptedResultForVersioningTest(String volumeName,
cluster.getOzoneManager().awaitDoubleBufferFlush();
if (expectedCount == 1) {
+ // Wait for deleted key to become visible in deletedTable
Review Comment:
Curious the reason that we need to wait for the record to appear in the
delete table? isn't the change happen right after the
`cluster.getOzoneManager().awaitDoubleBufferFlush();` call?
--
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]