mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-24 10:42:31 +03:00
Set state to s_must_abort when cert results conn failed.
This commit is contained in:
@ -939,6 +939,7 @@ int wsrep::transaction::certify_commit(
|
||||
else
|
||||
{
|
||||
client_state_.override_error(wsrep::e_error_during_commit);
|
||||
state(lock, s_must_abort);
|
||||
}
|
||||
break;
|
||||
case wsrep::provider::error_provider_failed:
|
||||
|
Reference in New Issue
Block a user