Copilot commented on code in PR #9089:
URL: https://github.com/apache/ozone/pull/9089#discussion_r2408570133


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java:
##########
@@ -4431,7 +4431,7 @@ public void testKeyReadWriteForGDPR() throws Exception {
       verifyReplication(volumeName, bucketName, keyName,
           
RatisReplicationConfig.getInstance(HddsProtos.ReplicationFactor.ONE));
     }
-
+    ozoneManager.awaitDoubleBufferFlush();

Review Comment:
   This line appears to be added without context or explanation. The change 
seems unrelated to the bucket ID tracking functionality being implemented in 
this PR.
   ```suggestion
   
   ```



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