Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
HTTP health checker: handle GOAWAY from HTTP2 upstreams #13599
HTTP health checker: handle GOAWAY from HTTP2 upstreams #13599
Changes from 1 commit
ce00ea3
9f83533
736d0ca
f3e9da2
b76c46e
01fa365
cd06c28
f899f0a
8f21af4
c23a9a5
447d07c
04458ab
0d57547
15d4dcd
00503eb
bbd6e08
bb0cc29
2b00126
2352719
ed7a0f1
38cc1bf
0bd20e6
38c4fb8
b4496a9
6dd4400
41a330b
bbb5b8e
8cd1560
ec669f2
455034a
e75b30a
df8f734
56efbce
2b0d930
9e339ee
0345dba
06652ed
322e564
deb3893
3ff4d9f
bcb7346
f74ed68
1c287c1
49e689d
a7cfa59
d15bbf3
31c0641
5e8b981
6a3ad8c
eacd1f4
64cc217
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to keep going back and forth on this, but maybe we should talk on Slack. It's not OK to use a real sleep here since it will flake. Please either stop using simulated time entirely, or just do what we talked about before and wait on the stat. It's not clear to me that simulated time is the best use for this case? Since you are just waiting for an HC failure to occur and then another reconnect?
/wait