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

overload: remove override for http/2 goaway #16041

Merged
merged 3 commits into from
Apr 20, 2021

Conversation

akonradi
Copy link
Contributor

Commit Message: Remove envoy.reloadable_features.overload_manager_disable_keepalive_drain_http2
Additional Description:
Multiplexing HTTP connections (HTTP/2, HTTP/3) will always be sent a GOAWAY when the overload action for disabling connection keepalive triggers.
Risk Level: low
Testing: ran affected tests
Docs Changes: n/a
Release Notes: documented removed override
Platform Specific Features: n/a
Fixes #16010

Remove deprecated override
envoy.reloadable_features.overload_manager_disable_keepalive_drain_http2.
Multiplexing HTTP connections (HTTP/2, HTTP/3) will always be sent a
GOAWAY when the overload action for disabling connection keepalive
triggers.

Signed-off-by: Alex Konradi <[email protected]>
antoniovicente
antoniovicente previously approved these changes Apr 19, 2021
Copy link
Contributor

@antoniovicente antoniovicente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for removing the obsolete runtime guard.

@antoniovicente
Copy link
Contributor

@akonradi seems like a conflict sneaked in, please merge main.

/wait

@antoniovicente antoniovicente merged commit d4c16b5 into envoyproxy:main Apr 20, 2021
gokulnair pushed a commit to gokulnair/envoy that referenced this pull request May 6, 2021
Remove deprecated runtime override
envoy.reloadable_features.overload_manager_disable_keepalive_drain_http2.
Multiplexing HTTP connections (HTTP/2, HTTP/3) will always be sent a
GOAWAY when the overload action for disabling connection keepalive
triggers.

Signed-off-by: Alex Konradi <[email protected]>
Signed-off-by: Gokul Nair <[email protected]>
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.

envoy.reloadable_features.overload_manager_disable_keepalive_drain_http2 deprecation
2 participants