https://bz.apache.org/bugzilla/show_bug.cgi?id=65454
--- Comment #8 from Peter Schuebl <[email protected]> --- I believe this causes an issue in https://github.com/apache/tomcat/blob/9.0.x/java/org/apache/tomcat/util/net/AbstractEndpoint.java#L753 where the executor is checked if it is an instance of java.util.concurrent.ThreadPoolExecutor Calling setMaxThreads on the Endpoint no longer changes the max pool size in the executor. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
