[jira] Updated: (LUCENE-1983) IndexInput not closed by MultiLevelSkipListReader

2009-10-14 Thread Gui Forget (JIRA)
[ 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

[jira] Created: (LUCENE-1983) IndexInput not closed by MultiLevelSkipListReader

2009-10-14 Thread Gui Forget (JIRA)
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

IndexInput not being closed

2009-10-13 Thread Gui Forget
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