Hello Flavio!
Greetings.
In the thread dump you had sent there are only 60 threads. In those 60 threads, only 3 of them are exhibhiting the WAITING pattern threads you have higlighted.
If you keep your application running for a while, does this type of threads count gorws over a period? OR are they remaining static at this 3? Just 3 threads can't make application go unresponsive.
These 3 threads are originated from the Spring framework and they are leveraging Jboss's XNIO library to make backend calls. Is there any problem/unresponsiveness in the backend applciations this thread connects to?
Edit your Comment