Hi
I am having a similar issue on Win2012, we have 1 Master and N+ Slaves.
This issue intermittently happens on the Slaves, sometimes when the Master
Core is reloaded due to the schema update, but not always, there no single
trigger for this issue (at least from what I have noticed).
Currently,
Hi,
This is a known windows specific issue when you close IndexWriter while
IndexReaders are still open, because windows prevents deletion of
still-open-for-reading files.
Can you close all open IndexReaders before closing the first IndexWriter?
This way IndexWriter will be able to delete the fil
Hello,
We are using Lucene 6.4.2 with a file-based index, Oracle JDK 1.8.0_121,
Windows 10.
We found that the following steps generate unrecoverable error (we have to
restart our JVM in order to resume normal work which is not acceptable):
1. Create an index directory, open IndexWriter, gene