From 1971817e547ef8cdc7194f60fd5ab5fd06271b8d Mon Sep 17 00:00:00 2001 From: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:02:57 +0200 Subject: [PATCH] OnlineDDL: log changes to ready_to_complete Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --- go/vt/vttablet/onlineddl/executor.go | 1 + 1 file changed, 1 insertion(+) 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