You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#24801209: RPL_GTID.RPL_GTID_TEMP_TABLE FAILS SPORADICALLY ON PB2
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.
0 commit comments