Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go/vt/vttablet/onlineddl/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading