-
Bug
-
Resolution: Done
-
Major
-
4.1.0.Final
During a lucene directory.copy() using an InfinispanDirectory as source and an FSDirectory as destination, an unintentional Delete is made on the infinispan lucene segment while closing the input stream.
The problem is that the FileReadLockKey put in the cache at the beginning of the copy process could be eligible for eviction leading to unpredictable result on close.