https://issues.apache.org/bugzilla/show_bug.cgi?id=50306

           Summary: Detect stuck threads
           Product: Tomcat 7
           Version: 7.0.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sylvain.laur...@gmail.com


Feature request : 
regularly scan worker threads and if one has been processing the same request
for longer than a configurable delay, log a warning with the stack trace of
that thread.
This would allow to detect very long running threads, usually the ones that are
stuck in a network call or in a deadlock.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to