https://bz.apache.org/bugzilla/show_bug.cgi?id=60319
Bug ID: 60319 Summary: Executor limits reported via JMX can be inconsistent Product: Tomcat 9 Version: 9.0.0.M11 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: ma...@apache.org When a connector is configured with an external executor JMX allows the min/max threads to be set either directly via the executor or via the connector/protocol/endpoint. If set via the connector/protocol/endpoint the reported current settings can be inconsistent. I'm not convinced that allowing the executor settings to be set via the connector/protocol/endpoint was a good idea. I'm currently considering changing the implementation along the following lines: - calls to setters only change settings for internal exectuor - if an external executor is configured, getters always return '-1' or similar -- 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