Skip to content

Nextflow 151 errors - potential Storage latency ? #4272

Closed Answered by colindaven
colindaven asked this question in Q&A
Discussion options

You must be logged in to vote

I have almost completely resolved the 151 issue by adding sleep commands in after jobs which create huge outputs.

This allows the (especially NFS, but not just NFS) storage to keep up by adding a grace period to allow the file to really be copied there, and not just having a file stub be created. I use sleep values of 180-300 (seconds) for huge files >40 GB or very long running processes like assemblies.

One example

fastp in.fastq 
sleep 300

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@colindaven
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by colindaven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants