CCF icon indicating copy to clipboard operation
CCF copied to clipboard

Fix fsync race on shutdown

Open cjen1-msft opened this issue 5 months ago • 0 comments

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.

cjen1-msft avatar Jun 23 '25 10:06 cjen1-msft