-
Notifications
You must be signed in to change notification settings - Fork 1.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
Getting broken pipe exception when storage upload starts #3678
Comments
Get fixed the same issue while uploading a video to Google Cloud Storage by making sure that the internet connection is stable. It was returning the Broken Pipe exception due to an unstable internet connection. Maybe this helps you too. |
In general, this is caused by unstable internet connection. You may also want to adjust your RetrySettings to have more max retries than the default. Can you give an idea of how often this happens? |
The nexus where we are using cloud storage API runs in GCP kubernetes engine in the same region where the bucket is (EUROPE-WEST1), so I think internet connection shouldn't be an issue. |
@chingor13, is it related to the same internal bug as from the comment #3586 (comment) ? |
@sduskis , I'm not able reproduce the issue, can we close it ? |
@zguth can you please try apache http2 client and let us know if this is still an issue? |
We are trying to upload some blob to cloud storage and most of the cases it works, but sometimes we get Broken pipe exception.
Here is the full stack trace:
Maybe it is related to the following issue: #3410
Any idea how to solve it?
The text was updated successfully, but these errors were encountered: