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

archive-processor should process files atomically #1

Open
hut8 opened this issue May 11, 2015 · 0 comments
Open

archive-processor should process files atomically #1

hut8 opened this issue May 11, 2015 · 0 comments
Assignees
Labels

Comments

@hut8
Copy link
Member

hut8 commented May 11, 2015

If the processor crashes, an incomplete gzip is left in the output directory. That stops the rest of the archive from being processed on the next invocation, because if the file is in the destination directory and not empty, it thinks it's done.

The output archive should be written to a temporary file, then moved atomically to the destination.

@hut8 hut8 added the bug label May 11, 2015
@hut8 hut8 added this to the 0.8 milestone Nov 16, 2015
@hut8 hut8 removed this from the 0.8 milestone Dec 26, 2015
@hut8 hut8 self-assigned this Jan 4, 2016
@hut8 hut8 added this to the 1.6 milestone Jan 4, 2016
@hut8 hut8 removed this from the 1.6 milestone Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant