ah this is tripping an assert I added a couple of weeks ago. We already have an issue for this here: https://issues.apache.org/jira/browse/LUCENE-3190
the problem here seems related to a very lowish rambuffer together with flushing by docCount. I was not able to reproduce it yet. each time this fails ram buffer is 0.1M and maxBufferedDocs is 3 so something seems to break the assert if we flush by doccount and not necessarily take the largest DWPT out of the loop I will dig further simon On Tue, Jun 14, 2011 at 9:16 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8823/ > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestStressIndexing2.testRandom > > Error Message: > r1.numDocs()=9 vs r2.numDocs()=8 > > Stack Trace: > junit.framework.AssertionFailedError: r1.numDocs()=9 vs r2.numDocs()=8 > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1403) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1321) > at > org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:308) > at > org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:278) > at > org.apache.lucene.index.TestStressIndexing2.testRandom(TestStressIndexing2.java:88) > > > > > Build Log (for compile errors): > [...truncated 3276 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
