-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(balancer): ensure the notify
callback is invoked only if defined when handling cached connection errors
#12468
Conversation
…d when handling cached connection errors address comments of #12346 Signed-off-by: tzssangglass <[email protected]>
Signed-off-by: tzssangglass <[email protected]>
new Review patches for Kong:fix_max_retry: https://github.com/Kong/openresty-patches-review/pull/37 |
hi @tzssangglass do you add other function diff in this pr? we need to make sure we only modify the notify verification and one typo. Other feature could be add to 3.7 |
fix as comments, view diff by: https://github.com/Kong/openresty-patches-review/pull/37 |
…d when handling cached connection errors (#12468) * fix(balancer): ensure the `notify` callback is invoked only if defined when handling cached connection errors address comments of #12346 Signed-off-by: tzssangglass <[email protected]> * fix Signed-off-by: tzssangglass <[email protected]> --------- Signed-off-by: tzssangglass <[email protected]> (cherry picked from commit 415ca0f)
Successfully created backport PR for |
…d when handling cached connection errors (#12468) * fix(balancer): ensure the `notify` callback is invoked only if defined when handling cached connection errors address comments of #12346 Signed-off-by: tzssangglass <[email protected]> * fix Signed-off-by: tzssangglass <[email protected]> --------- Signed-off-by: tzssangglass <[email protected]> (cherry picked from commit 415ca0f)
Summary
address comments of #12346
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix FTI-5616