NativeFSLockFactory.makeLock(...).isLocked() does not work
----------------------------------------------------------
Key: LUCENE-1885
URL: https://issues.apache.org/jira/browse/LUCENE-1885
Project: Lucene - Java
Issue Type: Bug
Reporter: Uwe Schindler
Priority: Blocker
Fix For: 2.9
IndexWriter.isLocked() or IndexReader.isLocked() do not work with
NativeFSLockFactory.
The problem is, that the method NativeFSLock.isLocked() just checks if the same
lock instance was locked before (lock != null). If the LockFactory created a
new lock instance, this always returns false, even if its locked.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]