Do not launch new merges if IndexWriter has hit OOME ----------------------------------------------------
Key: LUCENE-1611 URL: https://issues.apache.org/jira/browse/LUCENE-1611 Project: Lucene - Java Issue Type: Bug Components: Index Affects Versions: 2.4.1 Reporter: Michael McCandless Assignee: Michael McCandless Fix For: 2.9 if IndexWriter has hit OOME, it defends itself by refusing to commit changes to the index, including merges. But this can lead to infinite merge attempts because we fail to prevent starting a merge. Spinoff from http://www.nabble.com/semi-infinite-loop-during-merging-td23036156.html. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org