Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

fix: retry UNAVAILABLE errors for streaming RPCs - #1278

Merged
olavloite merged 1 commit into
mainfrom
retry-unavailable-for-streaming
Jan 1, 2025
Merged

fix: retry UNAVAILABLE errors for streaming RPCs#1278
olavloite merged 1 commit into
mainfrom
retry-unavailable-for-streaming

Conversation

@olavloite

Copy link
Copy Markdown
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 teamDecember 27, 2024 19:43
@product-auto-labelproduct-auto-labelBot 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 mainJan 1, 2025
@olavloite
olavloite deleted the retry-unavailable-for-streaming branch January 1, 2025 09:17
@release-pleaserelease-pleaseBot mentioned this pull request Dec 20, 2024
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.
Fixesgoogleapis#1150
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner API.size: mPull 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

@olavloite@harshachinta@aseering