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

upstream: Expose the drainConnections method on the connection pool. #22554

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

mum4k
Copy link
Contributor

@mum4k mum4k commented Aug 4, 2022

Exposing the drainConnections method on the connection pool, so that Nighthawk can correctly drain the connection pools used by its individual workers.

Fixes #22527.
Works on envoyproxy/nighthawk#873.

/cc @alyssawilk

Risk Level: low, existing functionality isn't affected.
Testing: unit tests.
Docs Changes: n/a.
Release Notes: n/a.
Platform Specific Features: n/a.

Signed-off-by: Jakub Sobon mumak@google.com

mum4k added 2 commits August 4, 2022 03:07
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
@alyssawilk alyssawilk merged commit 318ab93 into envoyproxy:main Aug 4, 2022
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's connection pool can attempt to create a new connection while draining and fail an assertion
2 participants