You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: