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

chore: turn off autosavepoints by default #3303

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

olavloite
Copy link
Collaborator

Auto-savepoints are no longer needed when using Emulator v1.5.23 or higher, as that version introduced support for aborting the existing transaction. That solution is better than auto-savepoints, as auto-savepoints only work as long as all transactions come from the same JVM.

Auto-savepoints are no longer needed when using Emulator v1.5.23 or higher,
as that version introduced support for aborting the existing transaction.
That solution is better than auto-savepoints, as auto-savepoints only work
as long as all transactions come from the same JVM.
@olavloite olavloite requested a review from a team as a code owner August 26, 2024 13:07
@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 Aug 26, 2024
@olavloite olavloite merged commit d71c87c into main Oct 2, 2024
30 of 33 checks passed
@olavloite olavloite deleted the rely-on-transaction-aborts-in-emulator branch October 2, 2024 17:46
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.

1 participant