https://issues.apache.org/bugzilla/show_bug.cgi?id=56546
Bug ID: 56546 Summary: Improve thread trace logging in WebappClassLoader.clearReferencesThreads() Product: Tomcat 8 Version: 8.0.5 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: knst.koli...@gmail.com In r1574508 I added to Tomcat 8 the feature that when WebappClassLoader.clearReferencesThreads() detects a still-running thread in a web application, it prints not only a textual message, but also stacktrace of the problematic thread. This feature is released in 8.0.5 (8.0.4 onwards). In Comment 3 of BZ 56399 Remy raises the issue that this feature is too noisy. https://issues.apache.org/bugzilla/show_bug.cgi?id=56399#c3 For reference, the following test cases in tomcat 8.0.8 RC print this message: org.apache.catalina.connector.TestMaxConnections org.apache.catalina.loader.TestWebappClassLoaderExecutorMemoryLeak org.apache.tomcat.websocket.TestWsWebSocketContainer -- 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