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

QUIC hot restart part 6 - child instance pauses listening until parent is drained (second try) #32664

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

ravenblackx
Copy link
Contributor

@ravenblackx ravenblackx commented Mar 1, 2024

Commit Message: QUIC hot restart part 6 - child instance pauses listening until parent is drained (second try)
Additional Description: This is a redo of #31130 which was reverted in #32658. For ease of review, pushed as two commits, the revert that duplicates the original PR, and the small fix with a mutex. (I mistakenly thought the listeners were created on the main thread, but apparently they are created on the worker threads.)
Risk Level: A little, for quic with hot restart.
Testing:

bazel test -c dbg --config=clang-asan //test/integration/python:hotrestart_handoff_test --runs_per_test=50

Passes after the fix, fails 5 of 50 with a pointer error before the fix.

Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

…ning unt… (envoyproxy#32658)"

This reverts commit 28ed0f4.

Signed-off-by: Raven Black <ravenblack@dropbox.com>
Signed-off-by: Raven Black <ravenblack@dropbox.com>
@ravenblackx
Copy link
Contributor Author

/retest

Copy link
Contributor

@ggreenway ggreenway left a comment

Choose a reason for hiding this comment

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

LGTM

@ggreenway ggreenway merged commit 3ba5d5d into envoyproxy:main Mar 5, 2024
54 checks passed
@ravenblackx ravenblackx deleted the hot_restart_6_again branch March 6, 2024 17:02
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.

2 participants