-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
tcp: switching to the new pool #13012
Conversation
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
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! 🤞
@@ -99,7 +99,7 @@ New Features | |||
that track headers and body sizes of requests and responses. | |||
* stats: allow configuring histogram buckets for stats sinks and admin endpoints that support it. | |||
* tap: added :ref:`generic body matcher<envoy_v3_api_msg_config.tap.v3.HttpGenericBodyMatch>` to scan http requests and responses for text or hex patterns. | |||
* tcp: switched the TCP connection pool to the new "shared" connection pool, sharing a common code base with HTTP and HTTP/2. Any unexpected behavioral changes can be temporarily reverted by setting `envoy.reloadable_features.new_tcp_connection_pool` to false. | |||
* tcp: actually switched the TCP connection pool to the new "shared" connection pool, sharing a common code base with HTTP and HTTP/2. Any unexpected behavioral changes can be temporarily reverted by setting `envoy.reloadable_features.new_tcp_connection_pool` to false. |
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.
Given this hasn't been released yet I would probably skip this part of the change, but up to you. :)
This reverts commit 216a43f. Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
This might be breaking for us, more details to follow soon. cc: @fishcakez |
Flipping envoy.reloadable_features.new_tcp_connection_pool to true by default
Risk Level: High (but has been successfully smoke tested in prod this time)
Testing: extensive
Docs Changes: n/a
Release Notes:updated relnote we forgot to revert.