Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
Description
It has come to my attention that the cleanup() method in TestOzoneFileSystem (in CI integration (filesystem)), which is triggered after EACH test method is incredibly flaky.
However, when I add a call to wait for double buffer flush, it no longer seems flaky:
https://github.com/apache/ozone/pull/5175/commits/72c297d24a27bd6f334979f70a7a927fc03d8114
I suspect ofs/o3fs listStatus("/") is not correctly iterating cache. Otherwise it should be strongly consistent – any file deletion should be immediately reflected to this or other clients.
Attachments
Issue Links
- is duplicated by
-
HDDS-9219 TestOzoneFileSystem#testRenameFileToDir failed
- Resolved
-
HDDS-9247 TestKeyManagerImpl .testListStatusWithDeletedEntriesInCache fails intermittently
- Resolved
- relates to
-
HDDS-9041 Intermittent Delete root failed
- Resolved
- split from
-
HDDS-9159 [Snapshot] Implement snapshot disk usage: Referenced size
- Resolved
- links to