Add exponential backoff for informer watch reconnects - #4895
Add exponential backoff for informer watch reconnects#4895brendandburns wants to merge 1 commit into
Conversation
|
|
Retry transient informer watch connection failures with bounded exponential backoff, interruption handling, and coverage.
d01101e to
9077a06
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, yue9944882 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 |
|
PR needs rebase. 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. |
1 similar comment
|
PR needs rebase. 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. |
Splits informer watch reconnect backoff changes out of #4892.
Summary
Validation
./mvnw -q -pl util,e2e -am compile test-compile -DskipTests