-
Notifications
You must be signed in to change notification settings - Fork 523
Connection reset by peer when using > 5 concurrent requests #950
Comments
The application remains running, but does not error in the logs.
|
related? #952 |
@alexellis Do you see the same when sending requests from a separate machine? |
Putting it in 1.1 for investigation. |
@caesarBS sorry haven't been able to test yet. |
@alexellis Did you get a chance to test this? |
Closing for now. If you still have problems please re-file |
That was quick. I saw @CesarBS 's message and have just opened laptop to try it again. |
Issue still reproducing against localhost:
When running from another machine on the network it appears to fulfil the workload with 0% failure. |
They are non-keep alive requests? (no |
@alexellis Do you see the same issue on multiple machines? I've just tried reproing once more and no luck. All requests complete successfully. What are you running as your Docker host? |
Thanks for looking into this for me. Hi @CesarBS I tried building the project on my Intel Nuc with Linux and got a segmentation fault / core dump (below). When running natively on my Mac outside of Docker engine I couldn't reproduce the issue: Also when I connected from my Intel Nuc to my Mac running in Docker I couldn't reproduce the issue either. @benaadams I am wondering if this is a timing issue or something introduced by using the virtual machine created by Docker for Mac?
|
I can't reproduce on Docker for Mac either (if I understand correctly, that's your Docker host). BTW, I had to change The segfault you got looks like a NuGet issue. I suggest you capture a dump and file an issue with them. |
May not be related, but may have some suggestions on how to investigate; and tweaks to push stress levels, they were experiencing localhost loopback congestion (linux) O_o https://blog.cloudflare.com/this-is-strictly-a-violation-of-the-tcp-specification/ |
Is there a reason I'm missing why apache bench 'crashes' with more than 5 concurrent requests to a Kestrel hosted .NET app?
Here's my whole folder:
Error:
With 5 requests:
The text was updated successfully, but these errors were encountered: