Skip to content
  • Joao Gramacho's avatar
    56c0ea06
    BUG#24801209: RPL_GTID.RPL_GTID_TEMP_TABLE FAILS SPORADICALLY ON PB2 · 56c0ea06
    Joao Gramacho authored
                  IN DIFF_TABLES.INC
    
    Problem
    -------
    
    The MTR test rpl_gtid.rpl_gtid_temp_table fails sporadically on
    pushbuild on perpush as well as weekly/daily runs due to diff-
    erence in table contents between master and slave being reported
    by "include/diff_tables.inc".
    
    Analysis
    --------
    
    The issue seems to be caused because of missing synchronization point
    between master and slave after the workload and before the master/slave
    diff tables check.
    
    Fix
    ---
    
    Added a master/slave synchronization before table diff checks.
    56c0ea06
    BUG#24801209: RPL_GTID.RPL_GTID_TEMP_TABLE FAILS SPORADICALLY ON PB2
    Joao Gramacho authored
                  IN DIFF_TABLES.INC
    
    Problem
    -------
    
    The MTR test rpl_gtid.rpl_gtid_temp_table fails sporadically on
    pushbuild on perpush as well as weekly/daily runs due to diff-
    erence in table contents between master and slave being reported
    by "include/diff_tables.inc".
    
    Analysis
    --------
    
    The issue seems to be caused because of missing synchronization point
    between master and slave after the workload and before the master/slave
    diff tables check.
    
    Fix
    ---
    
    Added a master/slave synchronization before table diff checks.
Loading