diff --git a/go/vt/vttablet/onlineddl/executor.go b/go/vt/vttablet/onlineddl/executor.go index 7b8a3ac8481..4330ce49d29 100644 --- a/go/vt/vttablet/onlineddl/executor.go +++ b/go/vt/vttablet/onlineddl/executor.go @@ -4041,6 +4041,7 @@ func (e *Executor) updateMigrationReadyToComplete(ctx context.Context, uuid stri atomic.StoreInt64(&runningMigration.ReadyToComplete, storeValue) } } + log.Infof("updateMigrationReadyToComplete: uuid=%s, isReady=%t", uuid, isReady) if isReady { // We set progress to 100%. Remember that progress is based on table rows estimation. We can get here