1
0
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:
Teemu Ollakka
2019-08-06 11:58:43 +03:00
parent 24ad144db3
commit c7a25b15db

View File

@ -470,8 +470,9 @@ static int apply_toi(wsrep::provider& provider,
}
else if (wsrep::commits_transaction(ws_meta.flags()))
{
// NBO end
throw wsrep::not_implemented_error();
// NBO end event is ignored here, both local and applied
// have NBO end handled via local TOI calls.
return 0;
}
else
{