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

S3 download failed when cache enabled #20

Open
staskh opened this issue Mar 10, 2023 · 3 comments
Open

S3 download failed when cache enabled #20

staskh opened this issue Mar 10, 2023 · 3 comments

Comments

@staskh
Copy link

staskh commented Mar 10, 2023

When run with download_cache enabled , download-aws_s3_cp task failed with a message:

/bin/bash: line 0: cd: /miniwdl_run/_CACHE/download/ops/20230310_184357_aws_s3_cp/work: No such file or directory

configuration snippet:

[download_cache]
dir = miniwdl_run/_CACHE/download
get = true
put = true
flock = false
@mlin
Copy link
Contributor

mlin commented Mar 10, 2023

Just to narrow down what the issue may be, does it help to set dir to an absolute path instead of a relative one?

Can you provide the full workflow.log (ideally with --verbose)?

@mlin
Copy link
Contributor

mlin commented Mar 10, 2023

The cache directory needs to be on the shared filesystem & at the same path on all nodes

@mlin
Copy link
Contributor

mlin commented Nov 5, 2023

@staskh Many months later, I eventually reproduced this issue. Unfortunately the problem was in miniwdl itself, which should be patched in miniwdl v1.11.1. Thanks as always

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

2 participants