We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3be535 commit 3196c89Copy full SHA for 3196c89
1 file changed
go/logic/throttler.go
@@ -139,7 +139,7 @@ func (this *Throttler) collectReplicationLag(firstThrottlingCollected chan<- boo
139
if this.migrationContext.TestOnReplica || this.migrationContext.MigrateOnReplica {
140
// when running on replica, the heartbeat injection is also done on the replica.
141
// This means we will always get a good heartbeat value.
142
- // When runnign on replica, we should instead check the `SHOW SLAVE STATUS` output.
+ // When running on replica, we should instead check the `SHOW SLAVE STATUS` output.
143
if lag, err := mysql.GetReplicationLag(this.inspector.connectionConfig); err != nil {
144
return log.Errore(err)
145
} else {
0 commit comments