1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-08 02:02:57 +03:00

Attempting to reproduce assertion in transaction cleanup

Assertion is seen with MTR with modified Galera which returns
WSREP_BF_ABORT for final SR transaction fragment.
This commit is contained in:
Teemu Ollakka
2023-05-11 10:51:02 +03:00
parent 5185ad3481
commit c458510b4b
4 changed files with 24 additions and 3 deletions

View File

@@ -267,7 +267,6 @@ namespace wsrep
enum state state_;
std::vector<enum state> state_hist_;
enum state bf_abort_state_;
enum wsrep::provider::status bf_abort_provider_status_;
int bf_abort_client_state_;
bool bf_aborted_in_total_order_;
wsrep::ws_handle ws_handle_;