• asklavou's avatar
    MDEV-29517: rpl.rpl_change_master_demote sporadically fails in BB · 9bf52749
    asklavou authored
    Problem:
    =======
    Test Case 4 sporadically failed upon waiting for the slave to start during
    master demotion to slave, due to a GTID event not existing in the new
    master's binlog. If by chance the original slave (new master) did not yet
    receive all the binlog events, then this failure could occur.
    
    Solution:
    ========
    Sync slave with master GTID  before master demotion.
    
    Reviewed By:
    ============
    Brandon Nesterenko <brandon.nesterenko@mariadb.com>
    9bf52749
rpl_change_master_demote.test 17.3 KB