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

Update auto accessor to re-open file with ntfs if read failed #1674

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Conversation

scudette
Copy link
Contributor

The auto accessor is used to automatically switch to the ntfs accessor
when we can not open a file due to it being locked but some locking
mechanisms allow the file to be properly opened but then fail the read
operation.

This PR wraps the file accessor and re-opens the file with the ntfs
accessor if the file fails to read.

The auto accessor is used to automatically switch to the ntfs accessor
when we can not open a file due to it being locked but some locking
mechanisms allow the file to be properly opened but then fail the read
operation.

This PR wraps the file accessor and re-opens the file with the ntfs
accessor if the file fails to read.
@scudette scudette merged commit f6dda8e into master Mar 28, 2022
@scudette scudette deleted the auto2 branch March 28, 2022 08:14
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