mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-24 10:42:31 +03:00
Fixed dbsim BF aborts
This commit is contained in:
@ -125,9 +125,8 @@ int wsrep::server_context::on_apply(
|
||||
{
|
||||
int ret(0);
|
||||
const wsrep::transaction_context& txc(client_context.transaction());
|
||||
// wsrep::log_debug() << "server_context::on apply flags: "
|
||||
// << flags_to_string(ws_meta.flags());
|
||||
assert(ws_handle.opaque());
|
||||
assert(client_context.mode() == wsrep::client_context::m_high_priority);
|
||||
|
||||
bool not_replaying(txc.state() !=
|
||||
wsrep::transaction_context::s_replaying);
|
||||
|
||||
|
@ -88,7 +88,6 @@ int wsrep::transaction_context::start_replaying(const wsrep::ws_meta& ws_meta)
|
||||
assert(active());
|
||||
assert(client_context_.mode() == wsrep::client_context::m_high_priority);
|
||||
assert(state() == s_replaying);
|
||||
assert(ws_handle_.opaque());
|
||||
assert(ws_meta_.seqno().nil() == false);
|
||||
certified_ = true;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user