Skip to content

Commit 50b4e05

Browse files
committed
fix PR
1 parent e5d6ea4 commit 50b4e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/controller/ps/upgrade.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (r *PerconaServerMySQLReconciler) smartUpdate(ctx context.Context, sts *app
115115
return err
116116
}
117117
}
118-
118+
119119
backoff := wait.Backoff{
120120
Steps: 5,
121121
Duration: 500 * time.Millisecond,
@@ -135,11 +135,11 @@ func (r *PerconaServerMySQLReconciler) smartUpdate(ctx context.Context, sts *app
135135
})
136136

137137
if err != nil {
138-
log.Info("smart update of primary pod did not finish correctly after 10 retries")
138+
log.Info("smart update of primary pod did not finish correctly after 5 retries")
139139
return err
140140
}
141141

142-
log.Info("primary pod updated", "primPod name", primPod.Name)
142+
log.Info("primary pod updated", "pod", primPod.Name)
143143
log.Info("smart update finished")
144144
return nil
145145

0 commit comments

Comments
 (0)