Description
If an indexing cycle fails for some reason it may leave orphan files in local directory. Later on in next indexing cycle Lucene would try to create files with same name on local disk and this may fail on Windows where such files may have been memory mapped and hence cannot be deleted.
We should analyze such a scenario and see if system can handle the failure case properly
Attachments
Attachments
Issue Links
- causes
-
OAK-8259 Build failure: oak-run does not compile
- Resolved
- is related to
-
OAK-3072 LuceneIndexEditorTest#copyOnWriteAndLocks failing on windows
- Closed
- relates to
-
OAK-7246 Improve cleanup of locally copied index files
- Closed
- requires
-
OAK-8258 Active deletion can delete blobs despite indexing cycle deleting them failed
- Closed