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
{{ message }}
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
s.tctx.L().Debug("ignore obsolete event that is old than table checkpoint", zap.String("event", "row"), log.WrapStringerField("position", ec.currentPos), zap.String("origin schema", originSchema), zap.String("origin table", originTable))
1475
1517
returnnil
1476
1518
}
@@ -1700,7 +1742,7 @@ func (s *Syncer) handleQueryEvent(ev *replication.QueryEvent, ec eventContext) e
1700
1742
1701
1743
// for DDL, we wait it to be executed, so we can check if event is newer in this syncer's main process goroutine
1702
1744
// ignore obsolete DDL here can avoid to try-sync again for already synced DDLs
0 commit comments