-
Notifications
You must be signed in to change notification settings - Fork 69
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
Downloading all.zip fails if larger than 2GB #113
Comments
This issue, when encountered, is actually pretty nefarious because it seems to also cause a memory leak (and I think it leaks an ec2 instance as well). Here's a sample of the server logs where the issue is occurring:
I cannot at all recommend invoking |
Hi @pierotofy we have the same problem, Is there any way to solve this problem? |
I'm sure there's a way, we'd welcome a pull request. |
When using acls other than "public-read", and downloading the all zip from S3, as per
task/uuid/download/all.zip
, this S3.GetObjectClusterODM/libs/proxy.js
Line 540 in 7c77349
request fails if the size of the all.zip file is too large (larger than 2GB?), as per:
aws/aws-sdk-js#2916
This error can be found in the cluster odm logs as:
error: Error encountered downloading object RangeError: The value "..." is invalid for option "size"
.The AWS team recommends using multi-part downloads to avoid this error.
The text was updated successfully, but these errors were encountered: