-
Notifications
You must be signed in to change notification settings - Fork 796
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
(object_store) Error broken pipe on S3 multipart upload #5106
Comments
This is an error coming from the operating system saying that either the upstream or something between you and the upstream dropped the TCP connection. This could be for any number of reasons, from dodgy middleware boxes, to exceeding bandwidth limits of some appliance, or any number of other things... Are you encountering this whilst running in AWS, or on some other network? |
Yes this is on AWS Fargate |
You could possibly look at the VPC flow logs, assuming they work for Fargate, but I don't really have any other suggestions on how to debug this |
Ok thanks for helping, it migh be bandwidth limits, I will investigate more. |
Which part is this question about
objec_store
Describe your question
We are seeing error of type:
Is there any guidance on this? I've tried tweaking the timeouts.
Additional context
The text was updated successfully, but these errors were encountered: