Skip to content
Snippets Groups Projects
Commit 0882f942 authored by Serge Petrenko's avatar Serge Petrenko Committed by Kirill Yukhin
Browse files

wal: warn when trying to write a record with a broken lsn

There is an assertion in vclock_follow `lsn > prev_lsn`, which doesn't
fire in release builds, of course. Let's at least warn the user on an
attempt to write a record with a duplicate or otherwise broken lsn, and
not follow such an lsn.

Follow-up #4739

(cherry picked from commit e0750262)
parent ae98e25c
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