[
https://issues.apache.org/jira/browse/LUCENE-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576970#action_12576970
]
Michael McCandless commented on LUCENE-1214:
--------------------------------------------
Good catch Mark. It seems like we should ignore any exception while trying to
delete the partially written segments_N file, and throw the original exception.
I'll do that.
How did you hit these two exceptions?
> Possible hidden exception on SegmentInfos commit
> ------------------------------------------------
>
> Key: LUCENE-1214
> URL: https://issues.apache.org/jira/browse/LUCENE-1214
> Project: Lucene - Java
> Issue Type: Bug
> Components: Index
> Affects Versions: 2.3.1
> Reporter: Mark Miller
> Priority: Trivial
>
> I am not sure if this is that big of a deal, but I just ran into it and
> thought I might mention it.
> SegmentInfos.commit removes the Segments File if it hits an exception. If it
> cannot remove the Segments file (because its not there or on Windows
> something has a hold of it), another Exception is thrown about not being able
> to delete the Segments file. Because of this, you lose the first exception,
> which might have useful info, including why the segments file might not be
> there to delete.
> - Mark
--
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]