paulrutter commented on PR #376: URL: https://github.com/apache/felix-dev/pull/376#issuecomment-3205818590
``` 2025-08-20T11:22:46.6539890Z [[1;31mERROR[m] org.apache.felix.http.jetty.it.JettySizeLimitHandlerIT.testRequestResponseLimits -- Time elapsed: 1.154 s <<< ERROR! 2025-08-20T11:22:46.6542634Z java.io.EOFException: oejcti.HttpConnectionOverHTTP@48dc780c::oeji.SocketChannelEndPoint@5a81bc0a[{l=/127.0.0.1:59234,r=localhost/127.0.0.1:40165,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[oejcti.HttpConnectionOverHTTP@48dc780c(l:/127.0.0.1:59234 <-> r:localhost/127.0.0.1:40165,closed=false)=>oejcti.HttpChannelOverHTTP@2f563bdc(exchange=HttpExchange@666c142c{req=oejct.HttpRequest[GET /withinlimit/a HTTP/1.1]@1c8306b9[TERMINATED/null] res=HttpResponse[null 0 null]@6069c786[PENDING/null]})[send=oejcti.HttpSenderOverHTTP@48515fd5(req=QUEUED,failure=null)[oejh.HttpGenerator@63e652cb{s=START}],recv=oejcti.HttpReceiverOverHTTP@3991f71a(ex=HttpExchange@666c142c{req=oejct.HttpRequest[GET /withinlimit/a HTTP/1.1]@1c8306b9[TERMINATED/null] res=HttpResponse[null 0 null]@6069c786[PENDING/null]},rsp=IDLE,failure=null)[oejh.HttpParser{s=CLOSED,0 of -1}]]] 2025-08-20T11:22:46.6543002Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.earlyEOF(HttpReceiverOverHTTP.java:550) 2025-08-20T11:22:46.6543184Z at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1799) 2025-08-20T11:22:46.6543569Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:323) 2025-08-20T11:22:46.6543939Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.parseAndFill(HttpReceiverOverHTTP.java:252) 2025-08-20T11:22:46.6544293Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.receiveNext(HttpReceiverOverHTTP.java:537) 2025-08-20T11:22:46.6544542Z at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:178) 2025-08-20T11:22:46.6544790Z at org.eclipse.jetty.util.thread.SerializedInvoker$Link.run(SerializedInvoker.java:274) 2025-08-20T11:22:46.6545016Z at org.eclipse.jetty.util.thread.SerializedInvoker.run(SerializedInvoker.java:174) 2025-08-20T11:22:46.6545272Z at org.eclipse.jetty.client.transport.HttpReceiver.responseHeaders(HttpReceiver.java:247) 2025-08-20T11:22:46.6545602Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:335) 2025-08-20T11:22:46.6546118Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.parseAndFill(HttpReceiverOverHTTP.java:252) 2025-08-20T11:22:46.6546455Z at org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:85) 2025-08-20T11:22:46.6546784Z at org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:97) 2025-08-20T11:22:46.6547154Z at org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:267) 2025-08-20T11:22:46.6547581Z at org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP$FillableCallback.succeeded(HttpConnectionOverHTTP.java:458) 2025-08-20T11:22:46.6547756Z at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) 2025-08-20T11:22:46.6548012Z at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:54) 2025-08-20T11:22:46.6548241Z at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:999) 2025-08-20T11:22:46.6548511Z at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1229) 2025-08-20T11:22:46.6548752Z at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1184) 2025-08-20T11:22:46.6548871Z at java.base/java.lang.Thread.run(Thread.java:1583) ``` Again when switching to 12.1.0 (only on java 21 and 23). I will try/catch it for now, but unclear why it happens again (was solved in beta2). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org