-
Notifications
You must be signed in to change notification settings - Fork 528
Crash under high load #1327
Comments
Can you share the lua script? |
Sure, here: Note that this is running on Ubutnu |
which version of ubuntu? |
Also @ayende Is your application consuming the body? |
Pretty sure 16.04, but I'll need to double check on the office. And yes, we read the entire body (at least, we should be doing that). |
It happens on updated ubuntu 16.04 with dotnet core preview2.1-003177 . |
@ayende If you could provide the project you're running wrk against to repro this issue that would be great. If it's small enough you could put it into a gist. |
@halter73 @davidfowl let's take this offline to review. |
@ayende if you could send the requested info directly to me at elipton@microsoft.com that would be preferable. Thanks! |
Hi, It isn't small, but the project itself lives here: https://github.com/ravendb/ravendb With the That will run the server, you'll then need to create a database using:
And then run the wrk command:
The lua script is: |
@halter73 - Done? |
We have a reproducible crash on Kestrel when running a load test using Kestrel 1.1.0.
This generates 128 pipelined requests or about 30 KB each, on a 10 GiB network.
The text was updated successfully, but these errors were encountered: