tokers opened a new pull request #774: URL: https://github.com/apache/apisix-ingress-controller/pull/774
Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches - Related issues #769 ___ In the previous implementation, the cluster object won't be removed if the controller gives up the leadership, which causes some error state is cached even if the next leader takes office, this hurts the running. In this pull request, the cluster is deleted once the leadership is given up, and the retry-logic will be aborted (for the cluster added in last term) if the context is canceld. Signed-off-by: Chao Zhang <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
