Opened 2 years ago
Closed 2 years ago
#2596 closed defect (fixed)
petascope removes ThreadLocal in XMLUtil.java
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
In XMLUtil.java, it has:
SEVERE [Thread-326] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [rasdaman] created a ThreadLocal with key of type [petascope.util.XMLUtil.MyBuilder] (value [petascope.util.XMLUtil$MyBuilder@661eae54]) and a value of type [nu.xom.Builder] (value [nu.xom.Builder@a1b86d3]) 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.
Note:
See TracTickets
for help on using tickets.