mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Allow must_abort - cert_failed transition.
If the BF abort happens during provider certify call which returns certification failure, the cert_failed state should take precedence.
This commit is contained in:
@ -412,7 +412,7 @@ public:
|
||||
wsrep::client_context::store_globals();
|
||||
}
|
||||
private:
|
||||
void debug_sync(wsrep::unique_lock<wsrep::mutex>&, const char*) override { }
|
||||
void debug_sync(const char*) override { }
|
||||
void debug_suicide(const char*) override { }
|
||||
void on_error(enum wsrep::client_error) override { }
|
||||
|
||||
|
Reference in New Issue
Block a user