Skip to content
Snippets Groups Projects
Commit d45bcc5a authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Roman Tsisyk
Browse files

box: fix LSN assigned on final join

The number of rows sent during initial join may be greater than the LSN
of the checkpoint sent by the master, because there are rows that do not
contribute to LSN (system spaces, etc). If this happens, LSNs assigned
on final join will be greater than LSNs assigned after bootstrapping is
complete, which breaks Vinyl logic. Fix that by resetting recovery
vclock to the checkpoint LSN before getting to final join.
parent 666c0337
No related branches found
No related tags found
No related merge requests found
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