Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.2/8/
8 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:40749_solr wasn't created
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:40749_solr
wasn't created
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:D76071E491239937]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:931)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:43519/solr/myalias]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:43519/solr/myalias]
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:2B9EC55F39BE1A07]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:43519/solr/myalias: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/myalias/select. Reason:
<pre> Can not find: /solr/myalias/select</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
... 45 more
FAILED: org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI
Error Message:
Error from server at https://127.0.0.1:38751/solr: Cannot create 5 new replicas
for collection implicitcoll given the current number of live nodes and a
maxShardsPerNode of 6
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:38751/solr: Cannot create 5 new replicas for
collection implicitcoll given the current number of live nodes and a
maxShardsPerNode of 6
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:A53B7783A28CE2A0]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Timeout occured while waiting response from server at:
http://127.0.0.1:46062/_rnm
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:46062/_rnm
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:478EC63231EA3920]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1668)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1695)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:610)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 53 more
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:478EC63231EA3920]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:202)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ZkFailoverTest.testRestartZkWhenClusterDown
Error Message:
Collection not found: coll1
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: coll1
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:A14D7AA4E6F1F25B]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:850)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at
org.apache.solr.cloud.ZkFailoverTest.testRestartZkWhenClusterDown(ZkFailoverTest.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test
Error Message:
wrong number of events added to .system expected:<9> but was:<10>
Stack Trace:
java.lang.AssertionError: wrong number of events added to .system expected:<9>
but was:<10>
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:478EC63231EA3920]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
Shard split did not succeed after a previous failed split attempt left
sub-shards in construction state
Stack Trace:
java.lang.AssertionError: Shard split did not succeed after a previous failed
split attempt left sub-shards in construction state
at
__randomizedtesting.SeedInfo.seed([CFDAF9E89F1654D8:36976A47A3631952]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:294)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11775 lines...]
[junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
[junit4] 2> 537155 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/init-core-data-001
[junit4] 2> 537156 WARN
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=175 numCloses=175
[junit4] 2> 537191 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 537192 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 539841 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001
[junit4] 2> 539842 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 539863 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 539863 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 539960 ERROR (Thread-57) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 540005 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35033
[junit4] 2> 540212 INFO (zkConnectionManagerCallback-2027-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 540319 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1603f09cd1a0000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 540578 INFO (jetty-launcher-2024-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 540578 INFO (jetty-launcher-2024-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 540664 INFO (jetty-launcher-2024-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@694c8d58{/solr,null,AVAILABLE}
[junit4] 2> 540684 INFO (jetty-launcher-2024-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 540704 INFO (jetty-launcher-2024-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 540930 INFO (jetty-launcher-2024-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66f8846{/solr,null,AVAILABLE}
[junit4] 2> 541165 INFO (jetty-launcher-2024-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11286d32{/solr,null,AVAILABLE}
[junit4] 2> 541233 INFO (jetty-launcher-2024-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a6f60fc{/solr,null,AVAILABLE}
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6b0f6ce{SSL,[ssl,
http/1.1]}{127.0.0.1:41770}
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.e.j.s.Server Started @570803ms
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41770}
[junit4] 2> 541443 ERROR (jetty-launcher-2024-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 541443 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-10T06:08:16.689Z
[junit4] 2> 541660 INFO (zkConnectionManagerCallback-2029-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 541680 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 541768 INFO (jetty-launcher-2024-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@168c5a6e{SSL,[ssl,
http/1.1]}{127.0.0.1:37815}
[junit4] 2> 541786 INFO (jetty-launcher-2024-thread-3) [ ]
o.e.j.s.Server Started @571147ms
[junit4] 2> 541768 INFO (jetty-launcher-2024-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@612504f4{SSL,[ssl,
http/1.1]}{127.0.0.1:36372}
[junit4] 2> 541880 INFO (jetty-launcher-2024-thread-4) [ ]
o.e.j.s.Server Started @571240ms
[junit4] 2> 541880 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36372}
[junit4] 2> 541769 INFO (jetty-launcher-2024-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@570d659f{SSL,[ssl,
http/1.1]}{127.0.0.1:38751}
[junit4] 2> 541892 INFO (jetty-launcher-2024-thread-2) [ ]
o.e.j.s.Server Started @571252ms
[junit4] 2> 541892 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38751}
[junit4] 2> 541786 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37815}
[junit4] 2> 541951 ERROR (jetty-launcher-2024-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 541880 ERROR (jetty-launcher-2024-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 541892 ERROR (jetty-launcher-2024-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 541951 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-10T06:08:17.212Z
[junit4] 2> 541951 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-10T06:08:17.212Z
[junit4] 2> 541951 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 541966 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-10T06:08:17.212Z
[junit4] 2> 542059 INFO (jetty-launcher-2024-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35033/solr
[junit4] 2> 542139 INFO (zkConnectionManagerCallback-2039-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542148 INFO (zkConnectionManagerCallback-2035-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542226 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 542258 INFO (zkConnectionManagerCallback-2031-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542262 INFO (zkConnectionManagerCallback-2033-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542283 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 542404 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 542515 INFO
(zkConnectionManagerCallback-2041-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542503 INFO (jetty-launcher-2024-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35033/solr
[junit4] 2> 542698 INFO (jetty-launcher-2024-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35033/solr
[junit4] 2> 542517 INFO (jetty-launcher-2024-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35033/solr
[junit4] 2> 542828 INFO (zkConnectionManagerCallback-2052-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542829 INFO (zkConnectionManagerCallback-2049-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542829 INFO (zkConnectionManagerCallback-2054-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 542865 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1603f09cd1a0008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 543100 INFO
(zkConnectionManagerCallback-2056-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 543109 INFO
(zkConnectionManagerCallback-2058-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 543173 INFO
(zkConnectionManagerCallback-2060-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 544278 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 544351 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38751_solr
[junit4] 2> 544514 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.c.Overseer Overseer
(id=99148503130439692-127.0.0.1:38751_solr-n_0000000000) starting
[junit4] 2> 545477 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38751_solr
[junit4] 2> 545603 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 547660 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38751.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 547806 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38751.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 547806 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38751.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 547856 INFO (jetty-launcher-2024-thread-2)
[n:127.0.0.1:38751_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node2/.
[junit4] 2> 548331 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 548367 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 548404 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37815_solr
[junit4] 2> 548420 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 548438 INFO
(zkCallback-2059-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 548706 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 549048 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 549049 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 549160 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41770_solr
[junit4] 2> 549230 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 549267 INFO
(zkCallback-2059-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 549311 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 549342 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 549487 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 549489 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36372_solr
[junit4] 2> 549543 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 549559 INFO
(zkCallback-2059-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 549746 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 549782 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 550198 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37815.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550330 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41770.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550366 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41770.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550380 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41770.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550381 INFO (jetty-launcher-2024-thread-1)
[n:127.0.0.1:41770_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node1/.
[junit4] 2> 550550 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36372.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550573 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37815.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550573 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37815.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550574 INFO (jetty-launcher-2024-thread-3)
[n:127.0.0.1:37815_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node3/.
[junit4] 2> 550785 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36372.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550787 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36372.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 550841 INFO (jetty-launcher-2024-thread-4)
[n:127.0.0.1:36372_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node4/.
[junit4] 2> 552938 INFO (zkConnectionManagerCallback-2066-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 553157 INFO (zkConnectionManagerCallback-2070-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 553158 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 553159 INFO
(SUITE-CustomCollectionTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35033/solr ready
[junit4] 2> 553586 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[CFDAF9E89F1654D8])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
[junit4] 2> 553604 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[CFDAF9E89F1654D8])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 555400 INFO (qtp1196169178-2544) [n:127.0.0.1:38751_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
shards=a,b,c,d&replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=withShardField&router.name=implicit&nrtReplicas=2&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 555471 INFO
(OverseerThreadFactory-122-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.CreateCollectionCmd Create collection
withShardField
[junit4] 2> 555649 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37815/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 555829 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36372/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 555996 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41770/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 556142 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38751/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 556215 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37815/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 556853 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n9",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36372/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 556926 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n11",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41770/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 556999 INFO
(OverseerStateUpdate-99148503130439692-127.0.0.1:38751_solr-n_0000000000)
[n:127.0.0.1:38751_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38751/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 558463 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n12&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 558496 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 558989 INFO
(zkCallback-2059-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559005 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559009 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n6&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 559356 INFO (qtp755750755-2541) [n:127.0.0.1:36372_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node14&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n9&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 559357 INFO (qtp755750755-2541) [n:127.0.0.1:36372_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 559357 INFO (qtp348231112-2529) [n:127.0.0.1:41770_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 559357 INFO (qtp348231112-2529) [n:127.0.0.1:41770_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 559464 INFO
(zkCallback-2059-thread-3-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559464 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559541 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559554 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n11&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 559742 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559742 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559742 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559742 INFO
(zkCallback-2059-thread-3-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559759 INFO
(zkCallback-2057-thread-2-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559774 INFO (qtp689614311-2511) [n:127.0.0.1:37815_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n8&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 559774 INFO (qtp689614311-2511) [n:127.0.0.1:37815_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 559961 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559962 INFO
(zkCallback-2059-thread-3-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559962 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559962 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559962 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 559962 INFO
(zkCallback-2057-thread-2-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560053 INFO (qtp755750755-2542) [n:127.0.0.1:36372_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 560362 INFO (qtp689614311-2510) [n:127.0.0.1:37815_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 560381 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560381 INFO
(zkCallback-2057-thread-2-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560381 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560382 INFO
(zkCallback-2059-thread-3-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560382 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560395 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560418 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 560454 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 560471 INFO
(zkCallback-2055-thread-2-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560510 INFO
(zkCallback-2040-thread-1-processing-n:127.0.0.1:41770_solr)
[n:127.0.0.1:41770_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560510 INFO
(zkCallback-2057-thread-2-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560510 INFO
(zkCallback-2057-thread-1-processing-n:127.0.0.1:36372_solr)
[n:127.0.0.1:36372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560510 INFO
(zkCallback-2059-thread-2-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560510 INFO
(zkCallback-2059-thread-3-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560521 INFO
(zkCallback-2055-thread-2-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560521 INFO
(zkCallback-2055-thread-1-processing-n:127.0.0.1:37815_solr)
[n:127.0.0.1:37815_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 560670 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.s.IndexSchema [withShardField_b_replica_n6] Schema name=cloud-dynamic
[junit4] 2> 560851 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.s.IndexSchema [withShardField_d_replica_n12] Schema name=cloud-dynamic
[junit4] 2> 560852 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 561783 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.s.IndexSchema [withShardField_d_replica_n11] Schema name=cloud-dynamic
[junit4] 2> 561845 INFO (qtp689614311-2511) [n:127.0.0.1:37815_solr
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n8]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 561877 INFO (qtp755750755-2541) [n:127.0.0.1:36372_solr
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n9]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 561893 INFO (qtp348231112-2529) [n:127.0.0.1:41770_solr
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 561914 INFO (qtp755750755-2542) [n:127.0.0.1:36372_solr
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 561954 INFO (qtp689614311-2510) [n:127.0.0.1:37815_solr
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 562259 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 562260 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n12' using
configuration from collection withShardField, trusted=true
[junit4] 2> 562260 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38751.solr.core.withShardField.d.replica_n12' (registry
'solr.core.withShardField.d.replica_n12') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 562260 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 562261 INFO (qtp1196169178-2526) [n:127.0.0.1:38751_solr
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n12]
o.a.s.c.SolrCore [[withShardField_d_replica_n12] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node2/withShardField_d_replica_n12],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node2/./withShardField_d_replica_n12/data/]
[junit4] 2> 562559 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 562559 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n6' using
configuration from collection withShardField, trusted=true
[junit4] 2> 562561 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38751.solr.core.withShardField.b.replica_n6' (registry
'solr.core.withShardField.b.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 562561 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 562561 INFO (qtp1196169178-2527) [n:127.0.0.1:38751_solr
c:withShardField s:b r:core_node10 x:withShardField_b_replica_n6]
o.a.s.c.SolrCore [[withShardField_b_replica_n6] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node2/withShardField_b_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node2/./withShardField_b_replica_n6/data/]
[junit4] 2> 562587 INFO (qtp689614311-2510) [n:127.0.0.1:37815_solr
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1]
o.a.s.s.IndexSchema [withShardField_a_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 562641 INFO (qtp755750755-2541) [n:127.0.0.1:36372_solr
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n9]
o.a.s.s.IndexSchema [withShardField_c_replica_n9] Schema name=cloud-dynamic
[junit4] 2> 562644 INFO (qtp689614311-2511) [n:127.0.0.1:37815_solr
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n8]
o.a.s.s.IndexSchema [withShardField_c_replica_n8] Schema name=cloud-dynamic
[junit4] 2> 562671 INFO (qtp755750755-2542) [n:127.0.0.1:36372_solr
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2]
o.a.s.s.IndexSchema [withShardField_a_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 562687 INFO (qtp348231112-2529) [n:127.0.0.1:41770_solr
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4]
o.a.s.s.IndexSchema [withShardField_b_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 563109 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 563109 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n11' using
configuration from collection withShardField, trusted=true
[junit4] 2> 563109 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41770.solr.core.withShardField.d.replica_n11' (registry
'solr.core.withShardField.d.replica_n11') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@73e02b1c
[junit4] 2> 563109 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 563110 INFO (qtp348231112-2530) [n:127.0.0.1:41770_solr
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n11]
o.a.s.c.SolrCore [[withShardField_d_replica_n11] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node1/withShardField_d_replica_n11],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_CFDAF9E89F1654D8-001/tempDir-001/node1/./withShardField_d_replica_n11/data/]
[junit4] 2> 563753 INFO (qtp755750755-2542) [n:127.0.0.1:36372_solr
c:withS
[...truncated too long message...]
oolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 9729235 INFO
(OverseerStateUpdate-99149092787060771-127.0.0.1:46800_solr-n_0000000007)
[n:127.0.0.1:46800_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:46800_solr
[junit4] 2> 9729226 INFO (jetty-closer-3995-thread-8) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@164d8aa9{/solr,null,UNAVAILABLE}
[junit4] 2> 9729344 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1603f9317600023, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 9729369 INFO (jetty-closer-3995-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@25ab70e4{/solr,null,UNAVAILABLE}
[junit4] 2> 9729381 INFO (jetty-closer-3995-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@133e5037{/solr,null,UNAVAILABLE}
[junit4] 2> 9730662 WARN
(zkCallback-4150-thread-1-processing-n:127.0.0.1:44424_solr)
[n:127.0.0.1:44424_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 9730679 INFO (jetty-closer-3995-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@53dc9cdc{/solr,null,UNAVAILABLE}
[junit4] 2> 9730699 INFO (jetty-closer-3995-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@149b99b0{/solr,null,UNAVAILABLE}
[junit4] 2> 9730788 WARN
(zkCallback-4221-thread-2-processing-n:127.0.0.1:46374_solr)
[n:127.0.0.1:46374_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 9730793 INFO (jetty-closer-3995-thread-9) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@46d9731a{/solr,null,UNAVAILABLE}
[junit4] 2> 9730830 ERROR
(SUITE-TriggerIntegrationTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 9730830 INFO
(SUITE-TriggerIntegrationTest-seed#[CFDAF9E89F1654D8]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37261 37261
[junit4] 2> 9731232 INFO (Thread-3680) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37261 37261
[junit4] 2> 9731338 WARN (Thread-3680) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 44 /solr/aliases.json
[junit4] 2> 44 /solr/clusterprops.json
[junit4] 2> 20 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 44 /solr/clusterstate.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2> 3
/solr/overseer_elect/election/99149092787060749-127.0.0.1:46816_solr-n_0000000002
[junit4] 2> 2
/solr/overseer_elect/election/99149092787060771-127.0.0.1:46800_solr-n_0000000007
[junit4] 2> 2
/solr/overseer_elect/election/99149092787060807-127.0.0.1:41898_solr-n_0000000016
[junit4] 2> 2
/solr/overseer_elect/election/99149092787060742-127.0.0.1:33424_solr-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/99149092787060782-127.0.0.1:44424_solr-n_0000000009
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 44 /solr/collections
[junit4] 2> 43 /solr/live_nodes
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/node_added_trigger
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.2/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_CFDAF9E89F1654D8-001
[junit4] 2> Dec 10, 2017 8:41:24 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=ca, timezone=America/St_Kitts
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=119448968,total=522190848
[junit4] 2> NOTE: All tests run in this JVM:
[TestComplexPhraseQParserPlugin, TestAddFieldRealTimeGet, ActionThrottleTest,
MoveReplicaTest, CdcrReplicationDistributedZkTest, TestGeoJSONResponseWriter,
LeaderElectionIntegrationTest, QueryResultKeyTest, BufferStoreTest,
AssignBackwardCompatibilityTest, SoftAutoCommitTest, TestConfigsApi,
SearchHandlerTest, DistributedExpandComponentTest, TestManagedResource,
TestMultiValuedNumericRangeQuery, TestRequestStatusCollectionAPI,
TestRandomDVFaceting, ClassificationUpdateProcessorFactoryTest,
TestPostingsSolrHighlighter, SimpleFacetsTest, DirectoryFactoryTest,
MergeStrategyTest, SimpleMLTQParserTest, DocumentBuilderTest,
TestConfigSetsAPI, TestDefaultStatsCache, ExternalFileFieldSortTest,
PropertiesRequestHandlerTest, JsonLoaderTest, SolrInfoBeanTest,
CacheHeaderTest, MetricsConfigTest, AnalyticsQueryTest, TestDistributedSearch,
SolrMetricReporterTest, TestCSVLoader, HdfsRestartWhileUpdatingTest,
MultiTermTest, TestSolrCloudWithDelegationTokens, TestShortCircuitedRequests,
TestCoreBackup, TestRandomFaceting, PeerSyncTest, FileUtilsTest,
TestXmlQParser, AnalysisErrorHandlingTest, TestQueryWrapperFilter,
TestNonDefinedSimilarityFactory, CollectionStateFormat2Test, QueryParsingTest,
FastVectorHighlighterTest, TestSolrJ, UpdateParamsTest, NoCacheHeaderTest,
TestJoin, TestUseDocValuesAsStored, TestLeaderElectionWithEmptyReplica,
TestLegacyFieldReuse, ForceLeaderTest, TestWordDelimiterFilterFactory,
MissingSegmentRecoveryTest, SolrXmlInZkTest, UtilsToolTest,
OverseerModifyCollectionTest, CollectionsAPISolrJTest, DeleteReplicaTest,
TestBadConfig, AnalysisAfterCoreReloadTest, OverseerTaskQueueTest,
ConjunctionSolrSpellCheckerTest, TestSolrDeletionPolicy1, TestSolr4Spatial2,
TestCloudInspectUtil, TestUtils, RegexBytesRefFilterTest,
AutoscalingHistoryHandlerTest, VMParamsZkACLAndCredentialsProvidersTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestFastOutputStream,
TestMergePolicyConfig, SolrSlf4jReporterTest, TestPullReplicaErrorHandling,
TestHighFrequencyDictionaryFactory, TestJsonFacets, RulesTest,
TestSweetSpotSimilarityFactory, CloneFieldUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, SpellCheckCollatorTest,
BasicFunctionalityTest, SaslZkACLProviderTest, TestSubQueryTransformer,
TestExceedMaxTermLength, PrimitiveFieldTypeTest,
ParsingFieldUpdateProcessorsTest, FullHLLTest, WrapperMergePolicyFactoryTest,
TestSimpleTextCodec, TestSQLHandlerNonCloud, IndexSchemaRuntimeFieldTest,
SolrGraphiteReporterTest, TestClusterProperties, TestScoreJoinQPScore,
TestBinaryField, DocValuesTest, RemoteQueryErrorTest, TestSolrIndexConfig,
TestMissingGroups, TestFilteredDocIdSet, ExecutePlanActionTest,
TestDownShardTolerantSearch, TestTlogReplica, TestSearcherReuse,
StatelessScriptUpdateProcessorFactoryTest, TestConfigSetImmutable,
SimpleCollectionCreateDeleteTest, CleanupOldIndexTest, ConnectionManagerTest,
TermVectorComponentTest, TestManagedSynonymFilterFactory, TestSort,
TestIntervalFaceting, MinimalSchemaTest, SyncSliceTest, OverseerTest,
TestReplicationHandler, TestHashPartitioner, TestRealTimeGet,
DistributedTermsComponentTest, TestGroupingSearch, TestFunctionQuery,
TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest,
DistributedQueryElevationComponentTest, SolrIndexSplitterTest,
CoreAdminHandlerTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest,
IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest,
FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache,
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, LoggingHandlerTest,
SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest,
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestComponentsName,
AlternateDirectoryTest, CopyFieldTest, BadComponentTest,
TestElisionMultitermQuery, TestConfig, NotRequiredUniqueKeyTest,
SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, ResourceLoaderTest,
URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest,
TestSystemIdResolver, PrimUtilsTest, DateFieldTest, TestDocumentBuilder,
SystemInfoHandlerTest, DistributedMLTComponentTest, TestCrossCoreJoin,
TestHighlightDedupGrouping, TestLuceneIndexBackCompat,
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest,
ConfigSetsAPITest, DeleteInactiveReplicaTest, DeleteStatusTest,
DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, NodeMutatorTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest,
ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest,
TestCloudSearcherWarming, TestLocalFSCloudBackupRestore,
TestMiniSolrCloudClusterSSL, TestSSLRandomization, TestSegmentSorting,
TestStressCloudBlindAtomicUpdates, AutoAddReplicasIntegrationTest,
ComputePlanActionTest, SystemLogListenerTest, TriggerIntegrationTest]
[junit4] Completed [572/751 (8!)] on J0 in 192.85s, 13 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 47935 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]