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
this.migrationContext.Log.Debugf("current HeartbeatLag (%.2fs) is too high, it needs to be less than --max-lag-millis (%.2fs) to continue", heartbeatLag.Seconds(), (time.Duration(maxLagMillisecondsThrottleThreshold) *time.Millisecond).Seconds())
this.migrationContext.Log.Debugf("current HeartbeatLag (%.2fs) is too high, it needs to be less than --max-lag-millis (%.2fs) to continue", heartbeatLag.Seconds(), (time.Duration(maxLagMillisecondsThrottleThreshold) *time.Millisecond).Seconds())
530
-
returntrue, nil
531
-
} else {
532
-
returnfalse, nil
533
-
}
534
-
},
535
-
)
536
-
this.migrationContext.MarkPointOfInterest()
537
-
this.migrationContext.Log.Infof("Heartbeat lag is low enough, proceeding")
538
-
539
529
ifthis.migrationContext.TestOnReplica {
540
530
// With `--test-on-replica` we stop replication thread, and then proceed to use
541
531
// the same cut-over phase as the master would use. That means we take locks
0 commit comments