• mkaruza's avatar
    MDEV-18940 Galera: Rolling upgrade: all nodes except upgraded node5 failed... · 03f3ba2d
    mkaruza authored
    MDEV-18940 Galera: Rolling upgrade: all nodes except upgraded node5 failed with Assertion `meta->gtid.seqno == wsrep_thd_trx_seqno(thd)' with SEQUENCEs (#1342)
    
    Empty write sets will not trigger apply callback, and will not
    update thread wsrep_trx_meta.gtid.seqno. Because of that assert will
    be triggered when commit callback is called.
    03f3ba2d
wsrep_applier.cc 12.3 KB