1
0
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:
Teemu Ollakka
2018-06-14 11:58:47 +03:00
parent a8ab9c6dbd
commit 6246d9d3b8
7 changed files with 86 additions and 46 deletions

View File

@ -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 { }