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

recovery: if panic_if_wal_error == false, try to find the best matching xlog.

If we can't find the closest xlog starting before the current vclock
of recovery, return the first xlog with vclcok after the search pattern, to
continue recovery, even though missing some rows,
in case when of panic_if_wal_error is false.

A test case will follow in a separate patch.
parent f1d7ba45
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