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

Add option to use hard links instead of copying outputs. #6672

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

rhpvorderman
Copy link
Collaborator

The CopyWorkflowActor regularly gets timeouts when trying to copy the gigabytes of data that are typically associated with production workflows. Also this duplicates the amount of disk space used for a workflow.

This remedies that problem by hardlinking the files. It is much much faster, and the cromwell-executions folder can be safely removed afterward.

This is very beneficial for people who run cromwell on a cluster backend in run mode. Ping @illusional .

I have included a test case.

@rhpvorderman
Copy link
Collaborator Author

We already use the patched Jar in production and encountered no issues so far.

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

Successfully merging this pull request may close these issues.

1 participant