Open MaheshJob opened 1 month ago
Jetty 11 is at end of community support, see:
Please upgrade to Jetty 12 and see if the problem persist.
From the stack trace, it is not a Jetty issue, but rather a GC / heap size issue.
This pause is in memory allocation of direct memory. So it is likely a garbage collection related problem. Even though direct memory is not directly GC'd the waitForReferenceProcessing method appears to be part of a GC mechanism.
Can you tell us more about the state of this JVM? How much memory is allocated, what operating system, what does the OS report for memory usage etc.
Can you run with -verbose:gc
argument on the JVM and see if a GC even coincides with the pause?
Jetty Version Jetty Version 11.0.20 Java Version java version "17.0.11" Question
Please find the respective stack trace logs as follows.
can you please let me know the following