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): drop stream reference after closing it for gRPC writes #8872

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

BrennaEpp
Copy link
Contributor

When retrying gRPC uploads, the client would attempt to use the same stream that was closed, causing errors. This will make the code open a new stream (see L1628) that we can use to retry.

@BrennaEpp BrennaEpp requested review from a team as code owners October 25, 2023 22:44
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: storage Issues related to the Cloud Storage API. labels Oct 25, 2023
@BrennaEpp BrennaEpp merged commit 525abde into googleapis:main Oct 27, 2023
9 checks passed
@BrennaEpp BrennaEpp deleted the grpc-fix-write branch October 27, 2023 19:19
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. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants