[ https://issues.apache.org/jira/browse/LUCENE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913111#action_12913111 ]
Michael McCandless commented on LUCENE-2658: -------------------------------------------- Unfortunately, no, not directly anyway... -- this bug is specific to term vectors. Under the hood, term vectors and postings (doc/frq/pos) use the same class (ByteBlockPool), and in this case, after an exception, the term vectors code was failing to reset the ByteBlockPool. Though it is possible the same idea is happening on LUCENE-2501, ie, an exception at a bad time leaving the ByteBlockPool in the same state... can you post the infoStream output on LUCENE-2501? > TestIndexWriterExceptions random failure: AIOOBE in ByteBlockPool.allocSlice > ---------------------------------------------------------------------------- > > Key: LUCENE-2658 > URL: https://issues.apache.org/jira/browse/LUCENE-2658 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 3.1, 4.0 > Reporter: Robert Muir > Assignee: Michael McCandless > Attachments: LUCENE-2658.patch, LUCENE-2658_environment.patch > > > TestIndexWriterExceptions threw this today, and its reproducable -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org