Skip to content
Snippets Groups Projects
Commit c14ad289 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a bug when rollback would confirm LSNs out of order.

When there was a partial write, rollback would
first confirm LSNs of requests which are only trying
to enter the queue, and only then LSNs of committed
or rolled back events.

Always put requests into the queue, even if we know
that they will be rolled back. This guarantees
a correct LSN order in confirm_lsn().
parent d7616a46
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment