-
Notifications
You must be signed in to change notification settings - Fork 781
Erroneous error message for head node out of disk space #7001
Copy link
Copy link
Open
Description
Bug report
When the output directory for a Nextflow workflow executed in AWS Batch is set to a local directory, that local directory will exist on the head node executing the Nextflow workflow. If this head node runs out of disk space (as the workflow output is being written to disk) then the Nextflow workflow will fail with the error:
Unable to complete multipart download. Individual part download failed.
This is a misleading error as the failure is nothing to do with a download failing due to multi-parts, but in fact is due to lack of disk space.
Expected behavior and actual behavior
Correct error message about lack of disk space
Steps to reproduce the problem
TBD
Program output
TBD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels