Skip to content

Conversation

SevInf
Copy link
Contributor

@SevInf SevInf commented Jan 26, 2023

When only a single request was executed within $transaction, it always
got executed via singular request endpoint (and not batch). This
endpoint is never run via transaction and cannot set isolation level.
Fixed by forcing batch transaction requests to always go throu
requestBatch endpoint.

Fix #17555

@SevInf SevInf force-pushed the fix/batch-single branch 2 times, most recently from ab6c924 to f052d9a Compare January 26, 2023 14:42
@SevInf SevInf marked this pull request as ready for review January 26, 2023 14:42
@SevInf SevInf requested review from a team, aqrln and millsp and removed request for a team and aqrln January 26, 2023 14:42
Sergey Tatarintsev added 2 commits February 2, 2023 11:48
When only a single request was executed within `$transaction`, it always
got executed via singular request endpoint (and not batch). This
endpoint is never run via transaction and cannot set isolation level.
Fixed by forcing batch transaction requests to always go throu
`requestBatch` endpoint.

Fix #17555
@Jolg42 Jolg42 added tech/typescript Issue for tech TypeScript. topic: tech debt Initiatives to improve the experience of working with the code base labels Dec 7, 2023
@CLAassistant
Copy link

CLAassistant commented Jul 8, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tech/typescript Issue for tech TypeScript. topic: tech debt Initiatives to improve the experience of working with the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Batch $transaction with a single request is not executed within the transaction

4 participants