Skip to content

Fix fsync race on shutdown #7070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cjen1-msft
Copy link
Contributor

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 cjen1-msft force-pushed the fix-fsync-race branch 2 times, most recently from 995c68c to 83c92d9 Compare June 23, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant