• Kristian Nielsen's avatar
    MDEV-34042: Deadlock kill of XA PREPARE can break replication /... · 4b4db4a8
    Kristian Nielsen authored
    MDEV-34042: Deadlock kill of XA PREPARE can break replication / rpl.rpl_parallel_multi_domain_xa sporadic failure
    
    Refinement of the original patch.
    
    Move the code to reset the kill up into the parent class
    Xid_apply_log_event, to also fix the similar issue for XA COMMIT.
    
    Increase the number of slave retries in the test case
    rpl.rpl_parallel_multi_domain_xa to fix some sporadic failures. The test
    generates massive amounts of conflicting transactions in multiple
    independent domains, which can cause multiple rollback+retry for a
    transaction as it conflicts with transactions in other domains one-by-one.
    Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
    4b4db4a8
rpl_parallel_multi_domain_xa.result 2.12 KB