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

Set file creation time explicitly when creating a LockableFile in Windows #917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cdevon2
Copy link

@Cdevon2 Cdevon2 commented Jul 5, 2023

This bypasses issues with filesystem tunneling in Windows, where the creation time is not changed if a file is deleted and recreated. This can result in lock files becoming stale even if they have been created within the last 2 seconds.

Fixes #916.

…dows.

This bypasses issues with filesystem tunneling in Windows, where the creation time is not changed if a file is deleted and recreated.  This can result in lock files becoming stale even if they have been created within the last 2 seconds.
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.

LockableFiles may be erroneously marked as "stale" on systems with filesystem tunneling enabled
1 participant