mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-03 16:22:35 +03:00
Ingnore NBO end event in applier, it will be handled via local TOI
This commit is contained in:
@ -470,8 +470,9 @@ static int apply_toi(wsrep::provider& provider,
|
|||||||
}
|
}
|
||||||
else if (wsrep::commits_transaction(ws_meta.flags()))
|
else if (wsrep::commits_transaction(ws_meta.flags()))
|
||||||
{
|
{
|
||||||
// NBO end
|
// NBO end event is ignored here, both local and applied
|
||||||
throw wsrep::not_implemented_error();
|
// have NBO end handled via local TOI calls.
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user