runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[NOMERGE] Force log ASP.NET Errors in http-stress

Open rzikm opened this issue 1 year ago • 38 comments

testing PR for investigating https://github.com/dotnet/runtime/issues/109121.

rzikm avatar Oct 23 '24 15:10 rzikm

Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.

/azp run runtime-libraries stress-http

rzikm avatar Oct 23 '24 15:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 23 '24 15:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 24 '24 08:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 24 '24 08:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 24 '24 11:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 24 '24 11:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 24 '24 13:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 24 '24 13:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 29 '24 08:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 29 '24 08:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 30 '24 08:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 30 '24 08:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 30 '24 11:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 30 '24 11:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 30 '24 16:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 30 '24 16:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Oct 31 '24 08:10 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 31 '24 08:10 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Nov 04 '24 07:11 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Nov 04 '24 07:11 azure-pipelines[bot]

client-1  | 
server-1  | [09:23:59 DBG] Trace id "0HN7SLT8N3U6J:002D3798": HTTP/3 stream error "H3_REQUEST_REJECTED". An abort is being sent to the stream. <s:Microsoft.AspNetCore.Server.Kestrel.Http3>
server-1  | Microsoft.AspNetCore.Connections.ConnectionAbortedException: Reading the request headers timed out.
client-1  | Error from iteration 184424 (14: GET Slow) in task 2 with 689687 successes / 1 fails:
client-1  | System.Net.Http.HttpRequestException: Error while copying content to a stream.
client-1  |  ---> System.Net.Http.HttpProtocolException: The HTTP/3 server reset the stream. HTTP/3 error code 'H3_REQUEST_REJECTED' (0x10b). (HttpProtocolError)
client-1  |  ---> System.Net.Quic.QuicException: Stream aborted by peer (267).
client-1  |    at System.Net.Quic.ResettableValueTaskSource.TryComplete(Exception exception, Boolean final) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs:line 177
client-1  |    at System.Net.Quic.QuicStream.HandleEventPeerSendAborted(_PEER_SEND_ABORTED_e__Struct& data) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 607
client-1  |    at System.Net.Quic.QuicStream.HandleStreamEvent(QUIC_STREAM_EVENT& streamEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 662
client-1  |    at System.Net.Quic.QuicStream.NativeCallback(QUIC_HANDLE* stream, Void* context, QUIC_STREAM_EVENT* streamEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 694
client-1  | --- End of stack trace from previous location ---
client-1  |    at System.Net.Quic.ResettableValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs:line 251
client-1  |    at System.Net.Quic.QuicStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 323
client-1  |    at System.Net.Http.Http3RequestStream.ReadFrameEnvelopeAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 850
client-1  |    at System.Net.Http.Http3RequestStream.ReadNextDataFrameAsync(HttpResponseMessage response, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 1343
client-1  |    at System.Net.Http.Http3RequestStream.ReadResponseContentAsync(HttpResponseMessage response, Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 1222
client-1  |    --- End of inner exception stack trace ---
client-1  |    at System.Net.Http.Http3RequestStream.HandleReadResponseContentException(Exception ex, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 1294
client-1  |    at System.Net.Http.Http3RequestStream.ReadResponseContentAsync(HttpResponseMessage response, Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 1275
client-1  |    at System.IO.Stream.<CopyToAsync>g__Core|30_0(Stream source, Stream destination, Int32 bufferSize, CancellationToken cancellationToken) in /_/src/libraries/System.Private.CoreLib/src/System/IO/Stream.cs:line 106
client-1  |    at System.Net.Http.HttpConnectionResponseContent.<SerializeToStreamAsync>g__Impl|6_0(Stream stream, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionResponseContent.cs:line 61
client-1  |    at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs:line 538
client-1  |    --- End of inner exception stack trace ---
client-1  |    at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs:line 544
client-1  |    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 542
client-1  |    at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in C:\app\ClientOperations.cs:line 95
client-1  |    at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_14>d.MoveNext() in C:\app\ClientOperations.cs:line 466
client-1  | --- End of stack trace from previous location ---
client-1  |    at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in C:\app\StressClient.cs:line 206
client-1  | 

rzikm avatar Nov 04 '24 12:11 rzikm

/azp run runtime-libraries stress-http

rzikm avatar Nov 08 '24 13:11 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Nov 08 '24 13:11 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Nov 11 '24 07:11 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Nov 11 '24 07:11 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Nov 11 '24 11:11 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Nov 11 '24 11:11 azure-pipelines[bot]

/azp run runtime-libraries stress-http

rzikm avatar Nov 12 '24 10:11 rzikm

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Nov 12 '24 10:11 azure-pipelines[bot]