[ https://issues.apache.org/jira/browse/LUCENE-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless resolved LUCENE-1208. ---------------------------------------- Resolution: Fixed > Deadlock case in IndexWriter on exception just before flush > ----------------------------------------------------------- > > Key: LUCENE-1208 > URL: https://issues.apache.org/jira/browse/LUCENE-1208 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 2.3, 2.3.1 > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.4 > > Attachments: LUCENE-1208.patch > > > If a document hits a non-aborting exception, eg something goes wrong > in tokenStream.next(), and, that document had triggered a flush > (due to RAM or doc count) then DocumentsWriter will deadlock because > that thread marks the flush as pending but fails to clear it on > exception. > I have a simple test case showing this, and a fix fixing it. -- 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]