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:
@@ -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_;
|
||||
|
Reference in New Issue
Block a user