Skip to content
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

Merged
merged 2 commits into from
Sep 9, 2020
Merged

tcp: switching to the new pool #13012

merged 2 commits into from
Sep 9, 2020

Conversation

alyssawilk
Copy link
Contributor

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.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
mattklein123
mattklein123 previously approved these changes Sep 8, 2020
Copy link
Member

@mattklein123 mattklein123 left a 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.
Copy link
Member

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. :)

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk merged commit 216a43f into envoyproxy:master Sep 9, 2020
alyssawilk added a commit to alyssawilk/envoy that referenced this pull request Sep 15, 2020
This reverts commit 216a43f.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
mattklein123 pushed a commit that referenced this pull request Sep 15, 2020
This reverts commit 216a43f.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@rgs1
Copy link
Member

rgs1 commented Sep 17, 2020

This might be breaking for us, more details to follow soon.

cc: @fishcakez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants