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(spanner): ReadWriteStmtBasedTransaction would not remember options for retries #11443

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

olavloite
Copy link
Contributor

Any TransactionOptions that had been set for a ReadWriteStmtBasedTransaction would not be remember and carried over if the transaction was retried. This would cause the retry to for example miss the transaction tag.

…s for retries

Any TransactionOptions that had been set for a ReadWriteStmtBasedTransaction
would not be remember and carried over if the transaction was retried. This
would cause the retry to for example miss the transaction tag.
@olavloite olavloite requested review from a team as code owners January 13, 2025 13:04
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jan 13, 2025
@olavloite olavloite merged commit 7d8f0c5 into main Jan 13, 2025
9 checks passed
@olavloite olavloite deleted the spanner-remember-transaction-options branch January 13, 2025 13:23
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 Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants