1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-05 04:01:12 +03:00

SR Rollback handling fixes

* Handle BF rollback also in after_statement() call.
* Added missing after_apply() call when handling rollback fragment.
* Fixed state changes when rollback is starated during preparing state.
This commit is contained in:
Teemu Ollakka
2018-07-11 11:39:55 +03:00
parent d03736c4c3
commit 3b9e9e0d0c
3 changed files with 22 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ namespace
high_priority_service.remove_fragments(ws_meta);
high_priority_service.commit(ws_handle, ws_meta);
high_priority_service.after_apply();
return ret;
}