-
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(core): fix an issue where Kong do not handle properly when Python and Javascript plugin server crashes #12582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I have the same changes over here in my wip branch: 55586c1. Let's merge this one and I will rebase mine 👍🏻
… and Javascript plugin server crashes The bug was introduced when refactoring/cherry-picking. Fix #12364 Co-authored-by: Guilherme Salazar <gsz@acm.org>
869cf45
to
3fa6c98
Compare
@StarlightIbuki - please open the remaining PRs on the kong-ee side, fixing the log line divergence. Also consider fixing this one 55586c1#diff-898289fc808a047bf9f9401e7e7b38625131477da1363ce4f68719a3dd9d6dec |
Do we have a PR for this branch? Or is it still WIP? |
Still wip. I will rebase it. |
Summary
The bug was introduced when refactoring/cherry-picking. We missed the
mp_rpc.lua
. The PR also syncs the changes made to EE branches.DO NOT CHEERY-PICK THIS TO EE.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #12364
Fix KAG-3765