Skip to content

fix(spanner): reset buffer after abort on first SQL statement#8440

Merged
olavloite merged 2 commits intomainfrom
reset-buffer
Aug 18, 2023
Merged

fix(spanner): reset buffer after abort on first SQL statement#8440
olavloite merged 2 commits intomainfrom
reset-buffer

Conversation

@olavloite
Copy link
Contributor

Reset the mutations buffer of a transaction if a transaction is retried after the first SQL statement in the transaction failed with aborted. This can happen on the emulator if the client tries to start multiple parallel read/write transactions on the emulator, which the emulator does not support.

Reset the mutations buffer of a transaction if a transaction is retried
after the first SQL statement in the transaction failed with aborted.
This can happen on the emulator if the client tries to start multiple
parallel read/write transactions on the emulator, which the emulator
does not support.
@olavloite olavloite requested a review from rahul2393 August 18, 2023 07:32
@olavloite olavloite requested a review from a team as a code owner August 18, 2023 07:32
@olavloite olavloite requested a review from a team August 18, 2023 07:32
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the Spanner API. labels Aug 18, 2023
@olavloite olavloite merged commit d980b42 into main Aug 18, 2023
@olavloite olavloite deleted the reset-buffer branch August 18, 2023 08:18
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. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants