Skip to content
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

ReFS parallel (multithreaded) clones of single source file can fail #10

Open
erikmav opened this issue Sep 7, 2022 · 2 comments
Open

Comments

@erikmav
Copy link

erikmav commented Sep 7, 2022

See microsoft/CopyOnWrite#3 where creating clones can return success but the file is all zeroes (i.e. region clone did not actually take effect). PR in which I added serialization based on source path to make things fully stable: microsoft/CopyOnWrite#6

I don't have a solution for this. Working on filing an issue with Windows team but any fix would be a long time coming.

@erikmav
Copy link
Author

erikmav commented Sep 15, 2022

Also see cross-process mutex implementation in microsoft/CopyOnWrite#9

@erikmav
Copy link
Author

erikmav commented Sep 15, 2022

Tracking and more details on the bug in microsoft/CopyOnWrite#12

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

No branches or pull requests

1 participant