• mkaruza's avatar
    Incorrect behaviour of WSREP_SYNC_WAIT_UPTO_GTID (#1442) · d0c8316b
    mkaruza authored
    Function `signal_waiters` assigned `m_committed_seqno` variable outside of
    mutex lock which caused incorrect behavior of WSREP_SYNC_WAIT_UPTO_GTID.
    Fixed by moving assignment inside lock. Added handling of OOM and now
    error is reported.
    Remove hard-coded seqno value and read seqno directly from current node state.
    d0c8316b
galera_sync_wait_upto.test 1.79 KB