devmadhuu opened a new pull request, #5204: URL: https://github.com/apache/ozone/pull/5204
## What changes were proposed in this pull request? Intermittent Delete root failed where it is observed that listStatus for FSO returns deleted files. This is causing flaky for some test cases. Problem: listStatus called before flush of double buffer can return deleted key / directory present in cache. And also old information from db. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9041 ## How was this patch tested? This patch is tested by executing existing flaky test cases which is now running fine. -- 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]
