smengcl commented on code in PR #5217:
URL: https://github.com/apache/ozone/pull/5217#discussion_r1319201232


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystem.java:
##########
@@ -802,20 +802,12 @@ protected void deleteRootDir() throws IOException, 
InterruptedException {
       return;
     }
     deleteRootRecursively(fileStatuses);
-
-    // Waiting for double buffer flush before calling listStatus() again
-    // seem to have mitigated the flakiness in cleanup(), but at the cost of
-    // almost doubling the test run time. M1 154s->283s (all 4 sets of params)
-    cluster.getOzoneManager().awaitDoubleBufferFlush();

Review Comment:
   Ok. 5 out of 9 commits merged to master branch after this PR starts to have 
flaky `integration (filesystem)` again as a result of this removal. Need to 
merge #5244 asap.
   
   https://github.com/apache/ozone/actions/runs/6100351514/job/16554482439
   https://github.com/apache/ozone/actions/runs/6105400581/job/16568864195
   https://github.com/apache/ozone/actions/runs/6107352731/job/16574193577
   https://github.com/apache/ozone/actions/runs/6110706683/job/16584346159
   https://github.com/apache/ozone/actions/runs/6114248488/job/16595437359



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