-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0
-
Component/s: Connection Management
-
Environment:windows/linux (Ubuntu 12.04),sun java 1.7, tomcat 7
With a redeploy of the webapplication to tomcat: This error message appears:
SEVERE: The web application [/MongoReporter] created a ThreadLocal with key of type [com.mongodb.DBTCPConnector$1] (value [com.mongodb.DBTCPConnector$1@6c747b55]) and a value of type [com.mongodb.DBTCPConnector.MyPort] (value [com.mongodb.DBTCPConnector$MyPort@534d4113]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
uploaded simple webapp to demonstrate
- is duplicated by
-
JAVA-732 Thread Locals not being freed in thread pool
- Closed