Fix PVC finalizer update retrying on conflict#1339
Fix PVC finalizer update retrying on conflict#1339k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
Conversation
… removal The `RetryOnConflict` function only retries the update of an object if the retured error is an unmodified 429 error. This commit fixes the retry to modify the error into a `controllerUpdateError` only after the `RetryOnConflict` function finishes.
|
Hi @akalenyu. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cc @Fricounet |
|
@akalenyu: GitHub didn't allow me to request PR reviews from the following users: Fricounet. Note that only kubernetes-csi members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Fricounet
left a comment
There was a problem hiding this comment.
Looks good from my end. I don't have write access to the repository though so I can't really approve unfortunately
That's fine |
|
/ok-to-test |
|
/retest |
|
/cc @gnufied |
|
gentle ping 🙏 @xing-yang @gnufied |
|
/lgtm |
|
/unassign |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akalenyu, gnufied The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Today, this is never retried since we lose the conflict error characteristics once we return a new error type.
Which issue(s) this PR fixes:
Fixes #957
Special notes for your reviewer:
Revival of #1299
Does this PR introduce a user-facing change?: