[
https://issues.apache.org/jira/browse/LUCENE-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gui Forget updated LUCENE-1983:
---
Attachment: LUCENE-1983.patch
Easy fix
> IndexInput not closed by MultiLevelSkipListRea
Affects Versions: 2.4
Reporter: Gui Forget
Priority: Minor
IndexInput objects cloned by the SegmentTermDocs and passed to the
MultiLevelSkipListReader are never closed.
The trace of the creation is as follow (with Lucene 2.4.1):
at
Hello,
This is my first email to this list so I hope I posted it to the right
list. I'm in the process of upgrading my web application from Lucene
2.0 to Lucene 2.4.1. Things went pretty smoothly but I noticed that
some IndexInput were created via cloning but were never closed.
The trace