-
Notifications
You must be signed in to change notification settings - Fork 14
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
handle race conditions #15
Milestone
Comments
Open
overheadhunter
added a commit
that referenced
this issue
Sep 11, 2018
overheadhunter
added a commit
that referenced
this issue
Sep 11, 2018
overheadhunter
added a commit
that referenced
this issue
Sep 12, 2018
Locking scheme is implemented in a best-effort manner. We have disabled Reopen if needed. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should internally use a ReadWriteLock to sync access per path (potentially including child paths). Until then we will use the
-s
mount option.On Macs we can easily create such race conditions by copying a (nonempty) directory onto the mounted volume when not using
-onoappledouble
.(not to be confused with #13)
The text was updated successfully, but these errors were encountered: