You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/06/24 09:39:14 UTC

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 9031 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9031/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexReaderReopen.testThreadSafety

Error Message:
Error occurred in thread Thread-95: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)

Stack Trace:
junit.framework.AssertionFailedError: Error occurred in thread Thread-95:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1425)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1343)
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)
	at org.apache.lucene.index.TestIndexReaderReopen.testThreadSafety(TestIndexReaderReopen.java:822)




Build Log (for compile errors):
[...truncated 3546 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 9031 - Failure

Posted by Robert Muir <rc...@gmail.com>.
i fixed this test, i had inadvertently allowed nightly to give a large
multiplier to its 'n', which is not just number of docs, but controls
#threads/readers used in this test... thats why its been creating so
many open files on hudson lately.

On Fri, Jun 24, 2011 at 3:39 AM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9031/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestIndexReaderReopen.testThreadSafety
>
> Error Message:
> Error occurred in thread Thread-95: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)
>
> Stack Trace:
> junit.framework.AssertionFailedError: Error occurred in thread Thread-95:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1425)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1343)
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/7/test4767747692tmp/_e_4.frq (Too many open files in system)
>        at org.apache.lucene.index.TestIndexReaderReopen.testThreadSafety(TestIndexReaderReopen.java:822)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 3546 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org