-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[HttpStress] massive timeouts around HTTP/3 stress test startup #77126
Comments
Tagging subscribers to this area: @dotnet/ncl |
I've seen this happening on local runs as well; we suspected it might be related to #55979 |
Triage: we should investigate to confirm if it's #55979. Either way, we should at least put a mitigation in stress to not to fail the test in this case. |
Unfortunately, this is still happening. I see 4 occurrences out of 22 runs in the last 30 days. It wasn't this frequent before, is it possible that #84793 made it worse? Or could it be a server-side issue? /cc @ManickaP
|
Revert of the hack is up in #87926. When it starts manifesting in the original way, we can mitigate that with targeted error handling. |
Looking at the error in more detail, this is something else. It's not timeout. If you look bellow the exception you can see it's mostly not cancelled and very fast:
All three errors are the same, just coming from a different operation and they are the same with or without the hack. This is completely new problem that might have started occurring at similar time as we merged #84793. But right know I'm not convinced this was caused by this. Also, AFAIR, the original error was the server dropping connections due to overload, i.e. |
This happened 3 times in the past 4 weeks,
main
andrelease/7.0
are both affected:Looks like sometimes the stress server is unresponsive for a long time around startup in these cases.
The text was updated successfully, but these errors were encountered: