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

Snapshot isolation no longer allowed for optimistic Outbox concurrency #781

Open
bording opened this issue May 20, 2022 · 0 comments
Open

Comments

@bording
Copy link
Member

bording commented May 20, 2022

Pessimistic concurrency control support was added in #439, and it was mentioned that snapshot isolation would not work with this mode.

Transaction isolation level control for the Outbox was added in #524 and shipped in 8.5.0, but this change seems to assume that pessimistic mode is the only mode. Because of this assumption, snapshot isolation support has been removed entirely.

This appears to be a mistake. We should re-enable support for snapshot isolation when running in the optimistic concurrency mode.

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

No branches or pull requests

2 participants