Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SocketChannelEndpoint memory leak?

Hi,
we are on jdk-21 and ran into a memory leak after the upgrade from jetty 11 to jetty 12.0.6.

Around 3.5 hours after server restart 72k instances of SocketChannelEndPoint consume 1GB of RAM.

Around 20 hours after server restart 75k instances of SocketChannelEndPoint consume 18GB of RAM.
Based on our current observations, the leak only occurs on nodes where we make use of Request#addIdleTimeoutListener and where we have heavy load. Could there be a relation to https://github.com/jetty/jetty.project/issues/10120?

Best,
Matthias


Back to the top