Re: Issue Lucene-2421 and NativeFSLockFactory.clearLock behaviour?

2010-07-08 Thread Ted McFadden
k should be changed to not throw the exception, > >> but rather do a best effort - call delete() but don't respond to its > return > >> value. I'll change that on 3x, I'm not sure if a backport to 3.0.x is > needed > >> (doesn't seem to justify

Issue Lucene-2421 and NativeFSLockFactory.clearLock behaviour?

2010-07-06 Thread Ted McFadden
throw new IOException("Cannot delete " + lockFile); } We have seen this exception path once in the wild (on a Windows box). I can work around this with a custom LockFactory but thought I should check if I'm reading the code right. Cheers, Ted -- Ted McFadden Chief