-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Bump default of HTTPMaxConnsPerClient to 200 #7289
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.
LGTM
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.
Actually, I think the limit that needs to be raised is probably http_max_conns_per_client
dedd34a
to
2a0e98c
Compare
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.
I'm not sure if it's something worth mentioning with the vault case as well but I ran into an issue with prometheus and this limit as well: prometheus/prometheus#6640. I ended up raising the limit to 500 for now to resolve the issue. Can we add metrics to track the http connections and tcp connections? It would've helped with debugging and understanding what the limit should be raised to, if necessary. |
Ran into this same issue in staging today after upgrading consul to 1.7.1. Finally realized that the max conns needed to be bumped. Exposing the metric would be helpful. |
Might also be related to issue #7259 |
Fixes #7284.
Todo: