Skip to content

Commit e5d6ea4

Browse files
committed
delete unnessary empty rows
1 parent 72a6b79 commit e5d6ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/ps/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ func (r *PerconaServerMySQLReconciler) smartUpdate(ctx context.Context, sts *app
110110
if primPod.ObjectMeta.Labels[controllerRevisionHash] != sts.Status.UpdateRevision {
111111
log.Info("primary pod was deleted", "pod", primPod.Name)
112112
err = deletePod(ctx, r.Client, primPod, currentSet)
113-
114113
if err != nil {
115114
log.Info("primary pod deletion error", "pod", primPod.Name)
116115
return err
117116
}
118117
}
118+
119119
backoff := wait.Backoff{
120120
Steps: 5,
121121
Duration: 500 * time.Millisecond,

0 commit comments

Comments
 (0)