Skip to content

overload: remove override for http/2 goaway#16041

Merged
antoniovicente merged 3 commits intoenvoyproxy:mainfrom
akonradi:remove-runtime-guard-16010
Apr 20, 2021
Merged

overload: remove override for http/2 goaway#16041
antoniovicente merged 3 commits intoenvoyproxy:mainfrom
akonradi:remove-runtime-guard-16010

Conversation

@akonradi
Copy link
Copy Markdown
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 <akonradi@google.com>
Signed-off-by: Alex Konradi <akonradi@google.com>
antoniovicente
antoniovicente previously approved these changes Apr 19, 2021
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

/wait

…e-runtime-guard-16010

Signed-off-by: Alex Konradi <akonradi@google.com>
@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 <akonradi@google.com>
Signed-off-by: Gokul Nair <gnair@twitter.com>
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