diff --git a/src/transaction.cpp b/src/transaction.cpp index 1783bd4..77316fa 100644 --- a/src/transaction.cpp +++ b/src/transaction.cpp @@ -2084,7 +2084,6 @@ int wsrep::transaction::replay(wsrep::unique_lock& lock) void wsrep::transaction::cleanup() { debug_log_state("cleanup_enter"); - assert(is_streaming() == false); assert(state() == s_committed || state() == s_aborted); id_ = wsrep::transaction_id::undefined(); ws_handle_ = wsrep::ws_handle();