Skip to content
Snippets Groups Projects
Commit 61385877 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

txn_limbo: panic when synchro WAL write fails

CONFIRM and ROLLBACK go to WAL. Their WAL write can fail just like
any other WAL write. However it is not clear what to do in that
case, especially in case of ROLLBACK fail.

The patch adds panic() stub so as to at least terminate the
instance. Before the patch it would work like nothing happened,
with undefined behaviour.

Closes #5159
parent a6ab3771
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