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

memtx: throw an instance of ClientError to correctly skip tuples on recovery

In panic_on_wal_error=true mode, we only skip ClientError errors,
but not SystemError errors. An error to allocate a tuple is
a recoverable error, so use ClientError for it. This way,
at recovery, tuples which can't be allocated are skipped.
parent 24686270
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