CCF
CCF copied to clipboard
Fix fsync race on shutdown
We have a race condition, where a delayed fsync running in a worker thread tries to access resources which have already been freed by the main thread on shutdown.
Currently this PR is just trying to reproduce it in our test infrastructure.