It's OK... IndexInputs have never all been closed. IndexInput clones
don't need to be closed as they share the same resources with the
original. They are also often cached in thread locals.
-Yonik
http://www.lucidimagination.com
On Tue, Oct 13, 2009 at 9:25 PM, Gui Forget wrote:
> Hello,
> Th
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