Hmmm, that's interesting. I ran the test for hours before first committing. I'll try that again and see if I can repo.
-Yonik http://www.lucene-eurocon.com - The Lucene/Solr User Conference On Sat, Oct 8, 2011 at 2:05 PM, Simon Willnauer <[email protected]> wrote: > here is the error: > [junit] ?.?. ??, ???? ?:??:?? ?????????? > org.apache.solr.common.SolrException log > [junit] SEVERE: org.apache.solr.common.SolrException: java.io.EOFException > [junit] at > org.apache.solr.update.TransactionLog.lookup(FSUpdateLog.java:555) > [junit] at > org.apache.solr.update.FSUpdateLog.lookup(FSUpdateLog.java:301) > [junit] at > org.apache.solr.handler.component.RealTimeGetComponent.process(RealTimeGetComponent.java:110) > [junit] at > org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:194) > [junit] at > org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) > [junit] at org.apache.solr.core.SolrCore.execute(SolrCore.java:1452) > [junit] at org.apache.solr.util.TestHarness.query(TestHarness.java:348) > [junit] at org.apache.solr.util.TestHarness.query(TestHarness.java:331) > [junit] at > org.apache.solr.search.TestRealTimeGet$2.run(TestRealTimeGet.java:338) > [junit] Caused by: java.io.EOFException > [junit] at > org.apache.solr.common.util.FastInputStream.readByte(FastInputStream.java:164) > [junit] at > org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:167) > [junit] at > org.apache.solr.update.TransactionLog.lookup(FSUpdateLog.java:553) > > this one shows up on a reg. basis - anybody looking into this/knows the issue? > > On Sat, Oct 8, 2011 at 8:01 PM, Apache Jenkins Server > <[email protected]> wrote: >> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/586/ >> >> 1 tests failed. >> REGRESSION: org.apache.solr.search.TestRealTimeGet.testStressGetRealtime >> >> Error Message: >> java.lang.AssertionError: Some threads threw uncaught exceptions! >> >> Stack Trace: >> java.lang.RuntimeException: java.lang.AssertionError: Some threads threw >> uncaught exceptions! >> at >> org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:739) >> at org.apache.solr.SolrTestCaseJ4.tearDown(SolrTestCaseJ4.java:89) >> at >> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149) >> at >> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51) >> at >> org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:767) >> at >> org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:711) >> >> >> >> >> Build Log (for compile errors): >> [...truncated 11697 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
