Skip to content

Erroneous error message for head node out of disk space #7001

@robnewman

Description

@robnewman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions