How to handle "Warning Logs in org.eclipse.jetty.ee8.nested.HttpChannelState and org.eclipse.jetty.server.internal.HttpChannelState"? (original) (raw)

Jetty Version
12.0.22

Jetty Environment
ee8, ee10

Java Version
Temurin-17.0.16+8 (build 17.0.16+8)

Question
Frequently seeing a lot (17k times) of the following warning logs in our application:

Analysis
After looking into the Jetty source code one can see that:

I would appreciate to know more about the what exactly leads to this and what should/could one do especially for java.io.IOException: Pending read in onCompleted?
Missing details about the original async request being processed, etc. and therefore no chance to find out the culprit most-likely a client behaving awkward.

--

Less frequently the following warning log in our application:

--

Thanks in advance.