mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +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:
@ -522,7 +522,7 @@ namespace wsrep
|
||||
/*!
|
||||
* Enter debug synchronization point.
|
||||
*/
|
||||
virtual void debug_sync(wsrep::unique_lock<wsrep::mutex>&, const char*) = 0;
|
||||
virtual void debug_sync(const char*) = 0;
|
||||
|
||||
/*!
|
||||
*
|
||||
|
Reference in New Issue
Block a user