I committed a fix for this in revision 1100103 simon
On Thu, May 5, 2011 at 10:24 PM, Simon Willnauer <[email protected]> wrote: > the actual exception we are tripping here is > > java.lang.RuntimeException: java.lang.AssertionError > [junit] at > org.apache.lucene.index.TestFlushByRamOrCountsPolicy$IndexThread.run(TestFlushByRamOrCountsPolicy.java:328) > [junit] Caused by: java.lang.AssertionError > [junit] at > org.apache.lucene.index.DocumentsWriterFlushControl.setFlushPending(DocumentsWriterFlushControl.java:169) > [junit] at > org.apache.lucene.index.DocumentsWriterFlushControl.internalTryCheckOutForFlush(DocumentsWriterFlushControl.java:202) > [junit] at > org.apache.lucene.index.DocumentsWriterFlushControl.markForFullFlush(DocumentsWriterFlushControl.java:333) > [junit] at > org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:500) > [junit] at > org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:2622) > [junit] at > org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:2599) > [junit] at > org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:2465) > [junit] at > org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2538) > [junit] at > org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2520) > [junit] at > org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2504) > [junit] at > org.apache.lucene.index.TestFlushByRamOrCountsPolicy$IndexThread.run(TestFlushByRamOrCountsPolicy.java:326) > [junit] *** Thread: Thread-106 *** > > I will take care of it tomorrow... > > On Thu, May 5, 2011 at 9:45 PM, Apache Jenkins Server > <[email protected]> wrote: >> Build: >> https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7757/ >> >> 1 tests failed. >> REGRESSION: >> org.apache.lucene.index.TestFlushByRamOrCountsPolicy.testHealthyness >> >> Error Message: >> flushingQueue: DWDQ: [ generation: 9 ] currentqueue: DWDQ: [ generation: 10 >> ] perThread queue: DWDQ: [ generation: 0 ] numDocsInRam: 3 >> >> Stack Trace: >> junit.framework.AssertionFailedError: flushingQueue: DWDQ: [ generation: 9 >> ] currentqueue: DWDQ: [ generation: 10 ] perThread queue: DWDQ: [ >> generation: 0 ] numDocsInRam: 3 >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1260) >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1189) >> at >> org.apache.lucene.index.DocumentsWriterFlushControl.markForFullFlush(DocumentsWriterFlushControl.java:326) >> at >> org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:500) >> at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:2622) >> at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:2599) >> at >> org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1051) >> at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1015) >> at >> org.apache.lucene.index.TestFlushByRamOrCountsPolicy.testHealthyness(TestFlushByRamOrCountsPolicy.java:276) >> >> >> >> >> Build Log (for compile errors): >> [...truncated 3370 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]
