OutOfMemory problem: HandleMonitor does not release closed input streams
------------------------------------------------------------------------
Key: JCR-628
URL: http://issues.apache.org/jira/browse/JCR-628
Project: Jackrabbit
Issue Type: Bug
Reporter: Thomas Mueller
Priority: Minor
The class o.a.j.core.fs.local.HandleMonitor does not release closed MonitoredInputStream.
There is a close method, but it is never called. The input streams are kept in a hash set
/ map of HandleMonitor. Eventually, this leads to an OutOfMemory exception after opening /
closing many files.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|