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

           Summary: Improve log message in ThreadPool.logFull
           Product: Tomcat 6
           Version: 6.0.30
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: knst.koli...@gmail.com


org.apache.tomcat.util.threads.ThreadPool#logFull(..) prints the following
message:

Jan 28, 2011 10:43:16 AM org.apache.tomcat.util.threads.ThreadPool logFull
SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads
(200)
or check the servlet status 

>From the message it is not clear, what pool was exhausted. It might be that
there are several connectors in the configuration.

It would be better to assign name to the pool (the #setName() method already
exists there) and to print that name.

At least it is possible to print a stack trace: that will provide some
information.

For reference:
http://markmail.org/thread/ytfqiowlm7vz2jxg

-- 
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