We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc2a04 commit a261438Copy full SHA for a261438
go/vt/vtctl/reparentutil/util.go
@@ -69,7 +69,7 @@ func ElectNewPrimary(
69
waitReplicasTimeout time.Duration,
70
tolerableReplLag time.Duration,
71
durability Durabler,
72
-// (TODO:@ajm188) it's a little gross we need to pass this, maybe embed in the context?
+ // (TODO:@ajm188) it's a little gross we need to pass this, maybe embed in the context?
73
logger logutil.Logger,
74
) (*topodatapb.TabletAlias, error) {
75
0 commit comments