You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The ReadListener associated with an AsyncContext seems to be held for quite a while and is not effectively garbage collected, causing undue memory pressure on applications with large ReadListener implementations.
We need to review our implementation to ensure that the ReadListener is properly nulled out and can be garbage collected at the earliest moment.
The text was updated successfully, but these errors were encountered:
joakime
added
Bug
For general bugs on Jetty side
Sponsored
This issue affects a user with a commercial support agreement
labels
May 8, 2024
Jetty version(s)
12.0.9
Jetty Environment
ee10 (could be more)
Java version/vendor
(use: java -version)
Any
OS type/version
Any
Description
The
ReadListener
associated with an AsyncContext seems to be held for quite a while and is not effectively garbage collected, causing undue memory pressure on applications with large ReadListener implementations.We need to review our implementation to ensure that the
ReadListener
is properly nulled out and can be garbage collected at the earliest moment.The text was updated successfully, but these errors were encountered: