Skip to content

Commit

Permalink
update code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Feb 5, 2025
1 parent 2ed134f commit 4a510f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/onlineddl/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type Executor struct {
// A UUID listed in this map stands for a migration that is executing, and that this executor can control.
// Migrations found to be running which are not listed in this map will either:
// - be adopted by this executor (possible for vreplication migrations), or
// - be terminated (example: pt-osc migration gone rogue, process still running even as the migration failed)
// - be terminated
// The Executor auto-reviews the map and cleans up migrations thought to be running which are not running.
ownedRunningMigrations sync.Map
vreplicationLastError map[string]*vterrors.LastError
Expand Down

0 comments on commit 4a510f1

Please sign in to comment.