Hi All, Let's assume mutex.wait being called in one of the tomcat thread. The thread state is still RUNNABLE but the thread does nothing and just waiting.
Is there any functionality in tomcat to automatically recovery for these threads either through some configurations? For e.g. if there are threads in the same state for more than 7 or 8 hours... Thanks & Regards