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]

Reply via email to