[jira] Commented: (LUCENE-748) Exception during IndexWriter.close() prevents release of the write.lock

2006-12-18 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-748?page=comments#action_12459419 ] Michael McCandless commented on LUCENE-748: --- I think this (not releasing write lock on hitting an exception) is actually by design. It's because the wri

[jira] Commented: (LUCENE-748) Exception during IndexWriter.close() prevents release of the write.lock

2006-12-18 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-748?page=comments#action_12459483 ] Hoss Man commented on LUCENE-748: - given the changes made in LUCENE-702, i concur with your assesment Michael: keeping the lock open so that the caller can attempt

[jira] Commented: (LUCENE-748) Exception during IndexWriter.close() prevents release of the write.lock

2006-12-18 Thread Jed Wesley-Smith (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-748?page=comments#action_12459489 ] Jed Wesley-Smith commented on LUCENE-748: - I guess, particularly in light of LUCENE-702 that this behavior is OK - and the IndexReader.unlock(dir) is a goo

[jira] Commented: (LUCENE-748) Exception during IndexWriter.close() prevents release of the write.lock

2006-12-18 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-748?page=comments#action_12459491 ] Michael McCandless commented on LUCENE-748: --- OK I will update the javadoc for IndexWriter.close to make this clear. Thanks! > Exception during IndexWrit

[jira] Commented: (LUCENE-748) Exception during IndexWriter.close() prevents release of the write.lock

2006-12-18 Thread Jed Wesley-Smith (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-748?page=comments#action_12459502 ] Jed Wesley-Smith commented on LUCENE-748: - Awesome, thanks! > Exception during IndexWriter.close() prevents release of the write.lock > ---