Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix potential unnecessary transaction retry (#337)
A transaction could in some circumstances be retried after an abort using the previous transaction id. This would cause the retry to abort directly as well, and then start a new transaction. This extra loop has now been removed. Fixes #327
- Loading branch information