]
ehsavoie Hugonnet closed WFLY-6032.
-----------------------------------
Fix Version/s: 10.0.0.Final
Resolution: Out of Date
A handler for this case has been added to Undertow.
See io.undertow.server.handlers.StuckThreadDetectionHandler
Stuck Thread Detection
----------------------
Key: WFLY-6032
URL:
https://issues.jboss.org/browse/WFLY-6032
Project: WildFly
Issue Type: Feature Request
Reporter: Carlton Zachary
Assignee: Jason Greene
Fix For: 10.0.0.Final
Is it possible to add a stuck tread detection in WildFly. It appears this is being added
to Tomcat 9 and would be nice feature to have in WFLY
(
https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#Stuck_Thread_D...).
This doesn't have to be a valve as it is in Tomcat, since WildFly doesn't use
Valves, but perhaps via some other mechanism.
1. Display in console for the particular server instance that is having a stuck thread
issue.
2. Also report this in the server.log.
This type of feature also exists in WebLogic currently.