: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/16008/
: Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC
I'm seeing some (very) reproducible failures similar to these -- the root
causes cases coming from NPEs from IOUtils.copyLarge ...
org.apache.solr.cloud.CollectionStateFormat2Test.test
org.apache.solr.cloud.TestCryptoKeys.test
org.apache.solr.core.TestDynamicLoading.testDynamicLoading
org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest
org.apache.solr.update.processor.TestNamedUpdateProcessors.test
what changed here, and what do these tests have in common ???
Seeds that failed for me locally...
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestBlobHandler -Dtests.method=doBlobHandlerTest
-Dtests.seed=A0D22782D87E1CE2 -Dtests.slow=true -Dtests.locale=vi
-Dtests.timezone=Africa/Gaborone -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 20.6s J2 | TestBlobHandler.doBlobHandlerTest <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at http://127.0.0.1:43795:
java.lang.NullPointerException
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
[junit4] > at
org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
[junit4] > at
org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:462)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.createSysConfigSet(CollectionsHandler.java:385)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading
-Dtests.seed=A0D22782D87E1CE2 -Dtests.slow=true -Dtests.locale=fi-FI
-Dtests.timezone=Indian/Christmas -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 22.3s J0 | TestDynamicLoading.testDynamicLoading <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at http://127.0.0.1:43757/i/q:
java.lang.NullPointerException
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
[junit4] > at
org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
[junit4] > at
org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:462)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.createSysConfigSet(CollectionsHandler.java:385)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.call(CollectionsHandler.java:366)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:188)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
[junit4] > at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:655)
[junit4] > at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:438)
[junit4] > at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
[junit4] > at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CollectionStateFormat2Test -Dtests.method=test
-Dtests.seed=A0D22782D87E1CE2 -Dtests.slow=true -Dtests.locale=lt-LT
-Dtests.timezone=SystemV/YST9YDT -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 28.6s J2 | CollectionStateFormat2Test.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request:[http://127.0.0.1:53761,
http://127.0.0.1:57816, http://127.0.0.1:60992, http://127.0.0.1:55172,
http://127.0.0.1:59845]
[junit4] > at
__randomizedtesting.SeedInfo.seed([A0D22782D87E1CE2:288618587682711A]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:15
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestNamedUpdateProcessors -Dtests.method=test
-Dtests.seed=A0D22782D87E1CE2 -Dtests.slow=true -Dtests.locale=el
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 19.7s J0 | TestNamedUpdateProcessors.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at http://127.0.0.1:56168:
java.lang.NullPointerException
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
[junit4] > at
org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
[junit4] > at
org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:462)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.createSysConfigSet(CollectionsHandler.java:385)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.call(CollectionsHandler.java:366)
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCryptoKeys
-Dtests.method=test -Dtests.seed=A0D22782D87E1CE2 -Dtests.slow=true
-Dtests.locale=de-DE -Dtests.timezone=America/Fort_Nelson
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 19.8s J0 | TestCryptoKeys.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at http://127.0.0.1:43617:
java.lang.NullPointerException
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
[junit4] > at
org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
[junit4] > at
org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
[junit4] > at
org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:462)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.createSysConfigSet(CollectionsHandler.java:385)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$1.call(CollectionsHandler.java:366)
[junit4] > at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:188)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
[junit4] > at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:655)
[junit4] > at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:438)
[junit4] > at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:229)
-Hoss
http://www.lucidworks.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]