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 on RST_STREAM internal error #2111

Merged
merged 3 commits into from Jan 10, 2023

Conversation

rahul2393
Copy link
Contributor

@rahul2393 rahul2393 commented Oct 18, 2022

The Spanner server can return an internal error closing the connection stream. When this happens an InternalException is thrown with a specific EOS message.

This case need to be retried for all the operations.

  • PDML
  • Mutations
  • ReadOnlyTransactions
  • ReadWriteTransactions

@rahul2393 rahul2393 requested a review from a team as a code owner October 18, 2022 06:15
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels Oct 18, 2022
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 9, 2022
…RetryableInternalErrorTest.java

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
@rahul2393 rahul2393 added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 10, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 10, 2023
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/java-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants