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

Annex content download fails silently leading to incomplete zip files #103

Closed
mpsonntag opened this issue May 27, 2021 · 0 comments
Closed

Comments

@mpsonntag
Copy link
Contributor

It happened a couple of times now, that if the download rate of annex content drops below byte/s, the content download stops silently, continuing with the next file. This can lead to files without content which is an issue when the zip file is created, containing only files with the annex object reference instead of the full files.

If another content download is initiated, the content download of these files will continue where the download has stopped before.

As a quick fix, a second round of content download should be added to the download procedure. If files have not been fully downloaded, they should finish during the second round. If all files had been downloaded in the first place, nothing will happen.

As a long term solution content download fails have to be identified; if content is still missing after the second round of downloads, admins should be notified via email to look into the issue.

mpsonntag added a commit to mpsonntag/gin-doi that referenced this issue May 27, 2021
Add a second round of content get since git annex can stop
content download silently if the download rate drops too low.

Partially addresse issue G-Node#103
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

No branches or pull requests

1 participant