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: retry UNAVAILABLE errors for streaming RPCs #1278

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

olavloite
Copy link
Contributor

UNAVAILABLE errors that occurred during the initial attempt of a streaming RPC (StreamingRead / ExecuteStreamingSql) would not be retried.

Fixes #1150

UNAVAILABLE errors that occurred during the initial attempt of a
streaming RPC (StreamingRead / ExecuteStreamingSql) would not be
retried.

Fixes #1150
@olavloite olavloite requested review from a team as code owners December 27, 2024 19:43
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/python-spanner API. labels Dec 27, 2024
@olavloite olavloite merged commit ab31078 into main Jan 1, 2025
13 of 15 checks passed
@olavloite olavloite deleted the retry-unavailable-for-streaming branch January 1, 2025 09:17
aakashanandg pushed a commit to aakashanandg/python-spanner that referenced this pull request Jan 2, 2025
UNAVAILABLE errors that occurred during the initial attempt of a
streaming RPC (StreamingRead / ExecuteStreamingSql) would not be
retried.

Fixes googleapis#1150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Receiving Error: MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAVAILABLE
3 participants