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

fix(storage): retry io.ErrUnexpectedEOF #3957

Merged
merged 2 commits into from Apr 19, 2021

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Apr 17, 2021

This error can be caused by network flakiness. We already retry
it in the apiary client logic for uploads, so we should retry
here as well.

Apiary logic is here: https://github.com/googleapis/google-api-go-client/blob/master/internal/gensupport/resumable.go#L240

This error can be caused by network flakiness. We already retry
it in the apiary client logic for uploads, so we should retry
here as well.
@tritone tritone requested a review from a team April 17, 2021 15:51
@tritone tritone requested a review from a team as a code owner April 17, 2021 15:51
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 17, 2021
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Apr 17, 2021
storage/go110.go Show resolved Hide resolved
@tritone tritone merged commit f6590cd into googleapis:master Apr 19, 2021
@tritone tritone deleted the unexpected-eof branch April 19, 2021 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants