Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
4.7.1, 4.8, 6.0
-
None
-
New
Description
Today NRT Readers try to clean up unused files via their IW reference when they are closed. Yet, if the index writer is already closed another index could have been created on the same directory which can create the same files as the IW before. For the NRT Reader those files are not referenced and it will simply wipe them away. If you use this in a replication scenario where directories are reused this can simply wipe your index away or in combination with the FSync issue LUCENE-5570 create 0-byte files. I have a test that reproduces this issue
Attachments
Attachments
Issue Links
- is related to
-
SOLR-5948 Strange jenkins failure: *.si file not found in the middle of cloud test
- Open