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

Fix: File writer could cause corruption on parallel read/write #351

Merged
merged 1 commit into from
Aug 21, 2021

Conversation

LordHepipud
Copy link
Collaborator

In some cases it can happen, that files are being read and written in parallel, which might cause the file of being corrupted.

This will resolve the issue, as in case of file locks we now do longer modify the file, but wait for the lock being released.

@cla-bot cla-bot bot added the cla/signed label Aug 21, 2021
@LordHepipud LordHepipud added this to the v1.6.0 milestone Aug 21, 2021
@LordHepipud LordHepipud added the Bug There is an issue present label Aug 21, 2021
@LordHepipud LordHepipud self-assigned this Aug 21, 2021
@LordHepipud LordHepipud force-pushed the feature/fix_file_writer_corruption branch from 34b15f1 to 59830d9 Compare August 21, 2021 11:29
@LordHepipud LordHepipud merged commit 3375d78 into master Aug 21, 2021
@LordHepipud LordHepipud deleted the feature/fix_file_writer_corruption branch August 21, 2021 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug There is an issue present cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant