-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Uploading a stream failed #1184
Comments
Well I didn't read enough of the documentation.
|
Actually reopening because the upload failure did not cause |
@nbrownus |
I noticed something was wrong after bytes transmitted out of the network interface dropped to 0. I manually stopped the process about 15 minutes after traffic stopped. I saw the above error in the logs but everything before |
Thanks! We will look into this. |
With the release of 1.10.57, we replaced the underlying architecture for streaming and this should no longer be an issue as errors handling is much resilient and quicker in shutting down the entire transfer process. There should be no more hanging as well. Resolving issue. |
@kyleknap Unfortunately I just got this error when uploading a stream on
|
I've also received this error with |
And I just got this error with |
While uploading a stream to s3 the upload failed but the
aws
process did not die. The error occurred well after the upload started. I can only assume thataws
tried to upload more than 9999 parts?Output from
other_process | aws s3 cp - s3://thebucket/thefile
Version info
The text was updated successfully, but these errors were encountered: