-
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(kong.conf.default): fix the default value of upstream_keepalive_max_requests
#12643
Conversation
ed15903
to
faa92c7
Compare
Do we need to back port this PR? |
@@ -1020,7 +1020,7 @@ | |||
# each upstream request to open a new | |||
# connection. | |||
|
|||
#upstream_keepalive_max_requests = 1000 # Sets the default maximum number of | |||
#upstream_keepalive_max_requests = 10000 # Sets the default maximum number of |
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.
⭕ See the actual value here:
kong/kong/templates/kong_defaults.lua
Line 73 in e613aa1
upstream_keepalive_max_requests = 10000 |
Yes, I'll backport it later. But we dont need to cherry pick it to kong-ee, because kong-ee has no this issue. |
upstream_keepalive_max_requests
upstream_keepalive_max_requests
upstream_keepalive_max_requests
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.
Is this incorrect default value released? if so, we need a changelog.
51c81c2
to
4aaf426
Compare
This commit fixes the discrepancy between the default value of upstream_keepalive_max_requests in the Kong.conf comments and the actual value in kong/templates/kong_defaults.lua.
4aaf426
to
09b23ef
Compare
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created cherry-pick PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Summary
This commit fixes the discrepancy between the default value
1000
of upstream_keepalive_max_requests in the Kong.conf comments and the actual value10000
in kong/templates/kong_defaults.lua.Checklist
The Pull Request has testschangelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdThere is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HEREfix KAG-3360