Re: Lock on old index files

2009-12-02 Thread Chris Hostetter
This is the expected behavior for any lucene based application -- as long as an IndexReader is opened on an index, it maintains open filehandles for the segments of the index at that moment in time -- as other changes are made to the index, new segments are created, and segment merges may resul

Lock on old index files

2009-11-26 Thread Branca Marco
Hi everybody, I'm experiencing a problem with my Solr-based web application running on a Sun Solaris OS. It seems that the application still holds file-descriptors to index files even if these last ones are removed. It can be observed mainly when the snapinstaller script is executed, but we can