I am seeing the samething, but only when IndexWriter.getReader is called at a high rate.
from lsof, I see file handles growing. -John On Sun, Nov 8, 2009 at 7:29 PM, Daniel Noll <dan...@nuix.com> wrote: > Hi all. > > We updated to Lucene 2.9, and now we find that after closing our text > index, it is not possible to rename the directory in which it resides > (we are actually renaming a directory further up the hierarchy.) > > We discovered that the following files were still open by the process: > > _0.tis, _0.frq, _0.prx, _0.fdt, _0.fdx, _0.tvx, _0.tvd, _0.tvf > > We are calling IndexWriter.close() shortly before attempting to write > to the directory (a few lines of code earlier) so I suspect it could > be related to timing somehow if Lucene is perhaps still doing > something on a background thread at this time (though I was under the > impression that close() waited for merges and so forth to complete > before returning.) > > Daniel > > -- > Daniel Noll Forensic and eDiscovery Software > Senior Developer The world's most advanced > Nuix email data analysis > http://nuix.com/ and eDiscovery software > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >