peterxcli commented on code in PR #9234:
URL: https://github.com/apache/ozone/pull/9234#discussion_r2502249683


##########
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:
   I think that’s a separate issue. The reason for the wait in the 
`OzoneRpcClientTests` is that bucket usedNamespace/usedByte are now updated 
asynchronously (on the next DeletionService run). This case, however, is about 
how the key commit request/response handles stale key blocks.



-- 
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]

Reply via email to