remove NativeFSLockFactory's attempt to acquire a test lock -----------------------------------------------------------
Key: LUCENE-2689 URL: https://issues.apache.org/jira/browse/LUCENE-2689 Project: Lucene - Java Issue Type: Bug Affects Versions: 3.0.1 Reporter: Michael McCandless Assignee: Michael McCandless Fix For: 3.1, 4.0 NativeFSLockFactory tries to acquire a test lock the first time a lock is created. It's the only LF to do this, and, it's caused us hassle (LUCENE-2421, LUCENE-2688). I think we should just remove it. The caller of .makeLock will presumably immediately thereafter acquire the lock and at the point hit any exception that acquireTestLock would've hit. -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org