Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Fix non-exponentialbackoff having 0 delay, make it 15s #894

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

wongma7
Copy link
Contributor

@wongma7 wongma7 commented Jul 30, 2018

Fixes #890 so that even if exponentialBackOff is false we retry every ~15s and respect the threshold

W0730 21:07:41.215547 1 controller.go:688] retrying syncing claim "default/nfs-with-bad-class" because failures 5 < threshold 15
W0730 21:07:58.235704 1 controller.go:688] retrying syncing claim "default/nfs-with-bad-class" because failures 6 < threshold 15
W0730 21:08:15.259908 1 controller.go:688] retrying syncing claim "default/nfs-with-bad-class" because failures 7 < threshold 15

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 30, 2018
@wongma7
Copy link
Contributor Author

wongma7 commented Jul 30, 2018

@cofyc fyi

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 30, 2018
@wongma7 wongma7 self-assigned this Jul 30, 2018
@wongma7 wongma7 added area/lib lgtm Indicates that a PR is ready to be merged. labels Jul 30, 2018
@wongma7
Copy link
Contributor Author

wongma7 commented Jul 30, 2018

i'll probably release 4.0.1 and rebuild every provisioner i built for 4.0.0 with this change

@cofyc
Copy link
Contributor

cofyc commented Jul 31, 2018

/lgtm

@wongma7 wongma7 merged commit 96dbc96 into kubernetes-retired:master Jul 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/lib cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants