zerolog: could not write event: write /tmp/fusionfs.log175481470: no space left on device #3665
Replies: 7 comments 9 replies
-
Are you launching this via Tower or using the nextflow CLI? |
Beta Was this translation helpful? Give feedback.
-
I'm just using
|
Beta Was this translation helpful? Give feedback.
-
@jordeu thoughts? |
Beta Was this translation helpful? Give feedback.
-
Fusion while the task is running is storing the logs into Fusion uses How is the AWS |
Beta Was this translation helpful? Give feedback.
-
This seems like a general challenge for reproducibility of AWS Batch issues with Nextflow, given all of the possible configurations for queues, compute environments, and AMIs. Would it be possible to add a feature to Nextflow to automatically gather relevant AWS Batch information? I've hit the problem of filling up I have since tried to re-run these |
Beta Was this translation helpful? Give feedback.
-
Did you give it a try with If you didn't change anything, the default AWS AMIs only has a 30GB EBS slow boot volume for everything; SO, docker, process image, process input files, process output files, temporal files... even if it's a small pipeline it can get full very quickly. So on AWS Batch it is important to configure properly the queues, the defaults AMIs do not work for any real use case pipeline. If you're evaluating or doing some tests, I suggest you to first use Tower Forge to create the AWS Batch compute environment for you because it's not an easy task to get things well configured even for small pipelines. |
Beta Was this translation helpful? Give feedback.
-
Does Fusion2 & Wave require a special compute environment that is different from what is described at https://www.nextflow.io/docs/latest/aws.html?highlight=batch#aws-batch? My pipelines seem to run correctly if I set:
Maybe the issue is with how I set up my AMI or with the VPC settings associated with the Compute Environment? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Expected behavior and actual behavior
Running Nextflow using nf-tower, Fusion, Wave, and AWS Batch.
Steps to reproduce the problem
Devcontainer:
Relevant config sections:
Program output
(Copy and paste here output produced by the failing execution. Please highlight it as a code block. Whenever possible upload the
.nextflow.log
file.)Environment
Additional context
Full error:
concat_tables.py
is a very simple python script to concatenate small tsv/csv tables.Beta Was this translation helpful? Give feedback.
All reactions