Skip to content

Commit

Permalink
Update pkg/controller/vitessshardreplication/reconcile_drain.go
Browse files Browse the repository at this point in the history
Co-authored-by: Deepthi Sigireddi <[email protected]>
  • Loading branch information
frouioui and deepthi authored Oct 5, 2023
1 parent c30e759 commit 53b1edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vitessshardreplication/reconcile_drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (r *ReconcileVitessShard) reconcileDrain(ctx context.Context, vts *planetsc
}
}

// 4. Check if we need to any operations like disabling fast shutdown
// 4. Check if we need to perform any operations like disabling fast shutdown
// for upgrades here.
if err := r.disableFastShutdown(ctx, wr, pods, tablets, vts.Spec.Images.Mysqld.Image(), log); err != nil {
r.recorder.Eventf(vts, corev1.EventTypeWarning,
Expand Down

0 comments on commit 53b1edd

Please sign in to comment.