mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Added a separate call to notify the client thread about completion
of background rollback. The separate call is necessary as all of the resources may not have been released before the execution reaches after_rollback() call and background rollbacker needs to notify the client thread after all is complete.
This commit is contained in:
@ -470,7 +470,6 @@ int wsrep::transaction::after_rollback()
|
||||
if (state() == s_aborting)
|
||||
{
|
||||
state(lock, s_aborted);
|
||||
client_state_.cond_.notify_all();
|
||||
}
|
||||
|
||||
// Releasing the transaction from provider is postponed into
|
||||
|
Reference in New Issue
Block a user