You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/05/06 16:20:33 UTC

DO NOT REPLY [Bug 47161] New: Manager ignores executors on status pages

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

           Summary: Manager ignores executors on status pages
           Product: Tomcat 6
           Version: 6.0.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager application
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: markt@apache.org


When displaying the thread pools, the StatusManagerServlet ignores executors
and uses the 'standard' ThreadPool information for each connector. This causes
incorrect information to be displayed when a connector is configured to use an
executor.

On a related topic, it appears that the connector<->executor link is not
exposed via JMX (which it will need to be to fix this).

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24272|0                           |1
        is obsolete|                            |

--- Comment #3 from Mark Thomas <ma...@apache.org> 2009-10-03 21:27:52 BST ---
(From update of attachment 24272)
The patch has been withdrawn as it creates unwanted dependencies

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

--- Comment #5 from Mark Thomas <ma...@apache.org> 2009-10-03 21:49:23 BST ---
The new patch has been proposed for 6.0.x

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

--- Comment #4 from Mark Thomas <ma...@apache.org> 2009-10-03 21:47:10 BST ---
Created an attachment (id=24341)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24341)
Patch V2

New patch. Can't address issue completely in 6.0.x without fairly invasive
changes. Ensure -1 is returned consistently for maxThreads if an executor is in
use and return a correct value for the NIO connector where we can.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

--- Comment #1 from Mark Thomas <ma...@apache.org> 2009-09-15 23:05:55 BST ---
Created an attachment (id=24272)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24272)
Patch for 6.0.x

Trunk has been fixed and a patch is attached for 6.0.x. The patch ensures that
the thread counts returned are correct with or without an executor.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Mark Thomas <ma...@apache.org> 2009-12-21 11:16:51 GMT ---
This has been fixed in trunk and will be included in 6.0.21 onwards.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47161] Manager ignores executors on status pages

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47161

--- Comment #2 from Mark Thomas <ma...@apache.org> 2009-09-15 23:08:54 BST ---
The patch has been proposed for 6.0.x

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org