[ 
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
> -----------------------------------------------------------------------
>
>                 Key: LUCENE-748
>                 URL: http://issues.apache.org/jira/browse/LUCENE-748
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 1.9
>         Environment: Lucene 1.4 through 2.1 HEAD (as of 2006-12-14)
>            Reporter: Jed Wesley-Smith
>         Assigned To: Michael McCandless
>
> After encountering a case of index corruption - see 
> http://issues.apache.org/jira/browse/LUCENE-140 - when the close() method 
> encounters an exception in the flushRamSegments() method, the index 
> write.lock is not released (ie. it is not really closed).
> The writelock is only released when the IndexWriter is GC'd and finalize() is 
> called.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to