[ https://issues.apache.org/jira/browse/LUCENE-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Parkes updated LUCENE-962: --------------------------------- Attachment: LUCENE-962.patch.txt Patch adds wrappers in IndexWriter to catch exceptions thrown in docswriter and to call deleter.refresh before passing the exception back to the caller. Adds a test. I might have possibly not picked the best place to do that catch ... > I/O exception in DocsWriter add or updateDocument may not delete unreferenced > files > ----------------------------------------------------------------------------------- > > Key: LUCENE-962 > URL: https://issues.apache.org/jira/browse/LUCENE-962 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 2.2 > Reporter: Steven Parkes > Assignee: Steven Parkes > Priority: Minor > Fix For: 2.3 > > Attachments: LUCENE-962.patch.txt > > > If an I/O exception is thrown in DocumentsWriter#addDocument or > #updateDocument, the stored fields files may not be cleaned up. -- 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]