Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20930/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37359

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37359
        at 
__randomizedtesting.SeedInfo.seed([E62EC75AE14E20FD:6E7AF8804FB24D05]: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:1104)
        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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        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)
        ... 43 more


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:40081/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40081/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([E62EC75AE14E20FD:8CCF4931DCD49685]: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:1104)
        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:66)
        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.CustomCollectionTest.testCreateShardRepFactor

Error Message:
Error from server at https://127.0.0.1:40081/solr: delete the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40081/solr: delete the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([E62EC75AE14E20FD:12C04DDEF91A353D]: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:1104)
        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.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
        at 
org.apache.solr.cloud.CustomCollectionTest.ensureClusterEmpty(CustomCollectionTest.java:53)
        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$9.evaluate(RandomizedRunner.java:968)
        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.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:37181/cl_

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37181/cl_
        at 
__randomizedtesting.SeedInfo.seed([E62EC75AE14E20FD:6E7AF8804FB24D05]: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:1104)
        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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        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)
        ... 43 more




Build Log:
[...truncated 12135 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 444360 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/init-core-data-001
   [junit4]   2> 444360 WARN  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 444360 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 444362 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 444362 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001
   [junit4]   2> 444362 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 444362 INFO  (Thread-807) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 444363 INFO  (Thread-807) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 444363 ERROR (Thread-807) [    ] 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> 444462 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40055
   [junit4]   2> 444482 INFO  (jetty-launcher-579-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 444482 INFO  (jetty-launcher-579-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 444482 INFO  (jetty-launcher-579-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 444484 INFO  (jetty-launcher-579-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 444485 INFO  (jetty-launcher-579-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@283e6a73{/solr,null,AVAILABLE}
   [junit4]   2> 444486 INFO  (jetty-launcher-579-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@549e1057{/solr,null,AVAILABLE}
   [junit4]   2> 444486 INFO  (jetty-launcher-579-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62d65101{/solr,null,AVAILABLE}
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@502ec8ea{SSL,[ssl, 
http/1.1]}{127.0.0.1:45583}
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-2) [    ] 
o.e.j.s.Server Started @446198ms
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45583}
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5e274269{SSL,[ssl, 
http/1.1]}{127.0.0.1:37903}
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-1) [    ] 
o.e.j.s.Server Started @446198ms
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37903}
   [junit4]   2> 444487 ERROR (jetty-launcher-579-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 444487 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26a1c68c{SSL,[ssl, 
http/1.1]}{127.0.0.1:36675}
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.e.j.s.Server Started @446200ms
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-16T23:00:50.486Z
   [junit4]   2> 444488 ERROR (jetty-launcher-579-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36675}
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-16T23:00:50.486Z
   [junit4]   2> 444488 ERROR (jetty-launcher-579-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 444488 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-16T23:00:50.486Z
   [junit4]   2> 444489 INFO  (jetty-launcher-579-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7ea5d756{/solr,null,AVAILABLE}
   [junit4]   2> 444490 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 444490 INFO  (jetty-launcher-579-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@51552cb{SSL,[ssl, 
http/1.1]}{127.0.0.1:40081}
   [junit4]   2> 444490 INFO  (jetty-launcher-579-thread-4) [    ] 
o.e.j.s.Server Started @446202ms
   [junit4]   2> 444490 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 444490 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40081}
   [junit4]   2> 444491 ERROR (jetty-launcher-579-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 444491 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 444491 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 444491 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 444491 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-16T23:00:50.489Z
   [junit4]   2> 444491 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 444494 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 444496 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 0x15fc7103a390001, 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> 444504 INFO  (jetty-launcher-579-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40055/solr
   [junit4]   2> 444506 INFO  (jetty-launcher-579-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40055/solr
   [junit4]   2> 444512 INFO  (jetty-launcher-579-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40055/solr
   [junit4]   2> 444513 INFO  (jetty-launcher-579-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40055/solr
   [junit4]   2> 444527 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 444528 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40081_solr
   [junit4]   2> 444528 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.Overseer Overseer 
(id=99016589335658505-127.0.0.1:40081_solr-n_0000000000) starting
   [junit4]   2> 444536 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40081_solr
   [junit4]   2> 444536 INFO  
(zkCallback-598-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 444552 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 444552 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 444553 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 444553 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 444553 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 444554 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36675_solr
   [junit4]   2> 444555 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 444555 INFO  
(zkCallback-598-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 444561 INFO  
(zkCallback-597-thread-1-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 444561 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:36675_solr) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 444561 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 444562 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37903_solr
   [junit4]   2> 444565 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45583_solr
   [junit4]   2> 444567 INFO  
(zkCallback-598-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 444567 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 444567 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:36675_solr) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 444568 INFO  
(zkCallback-597-thread-1-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 444568 INFO  
(zkCallback-598-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 444568 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 444571 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:36675_solr) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 444575 INFO  
(zkCallback-597-thread-1-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 444596 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444600 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444604 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444604 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444605 INFO  (jetty-launcher-579-thread-4) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/.
   [junit4]   2> 444605 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444606 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444607 INFO  (jetty-launcher-579-thread-1) 
[n:127.0.0.1:37903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/.
   [junit4]   2> 444637 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444638 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444644 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444644 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444645 INFO  (jetty-launcher-579-thread-3) 
[n:127.0.0.1:36675_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/.
   [junit4]   2> 444646 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444646 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 444647 INFO  (jetty-launcher-579-thread-2) 
[n:127.0.0.1:45583_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/.
   [junit4]   2> 444746 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 444747 INFO  
(SUITE-CustomCollectionTest-seed#[E62EC75AE14E20FD]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40055/solr ready
   [junit4]   2> 444757 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[E62EC75AE14E20FD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 444758 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[E62EC75AE14E20FD])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 444771 INFO  (qtp1781872814-3472) [n:127.0.0.1:40081_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=3&collection.configName=conf&maxShardsPerNode=4&router.field=shard_s&name=withShardField&router.name=implicit&nrtReplicas=3&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 444772 INFO  
(OverseerThreadFactory-1469-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 444876 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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:36675/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444877 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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:37903/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444878 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444878 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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:45583/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444879 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36675/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444880 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37903/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444881 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444882 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n15",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45583/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444884 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36675/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444885 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37903/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444886 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n20",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444887 INFO  
(OverseerStateUpdate-99016589335658505-127.0.0.1:40081_solr-n_0000000000) 
[n:127.0.0.1:40081_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_n22",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45583/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 445138 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_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> 445138 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445138 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node23&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n20&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445138 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_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_n12&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445139 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 445139 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 445139 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_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> 445139 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 445147 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n8&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445147 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n10&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445147 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n18&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445147 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n16&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445147 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&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> 445147 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 445147 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n15&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445154 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node24&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n22&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 445256 INFO  
(zkCallback-597-thread-1-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_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> 445256 INFO  
(zkCallback-598-thread-1-processing-n:127.0.0.1:40081_solr) 
[n:127.0.0.1:40081_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> 445256 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:36675_solr) 
[n:127.0.0.1:36675_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> 445256 INFO  
(zkCallback-601-thread-2-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_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> 445256 INFO  
(zkCallback-597-thread-2-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_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> 445256 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_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> 445256 INFO  
(zkCallback-597-thread-3-processing-n:127.0.0.1:45583_solr) 
[n:127.0.0.1:45583_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> 445256 INFO  
(zkCallback-600-thread-2-processing-n:127.0.0.1:36675_solr) 
[n:127.0.0.1:36675_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> 445256 INFO  
(zkCallback-601-thread-3-processing-n:127.0.0.1:37903_solr) 
[n:127.0.0.1:37903_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> 446146 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446146 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446154 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.s.IndexSchema [withShardField_a_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 446154 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.s.IndexSchema [withShardField_d_replica_n20] Schema name=cloud-dynamic
   [junit4]   2> 446155 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446155 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446182 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446186 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_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> 446191 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.s.IndexSchema [withShardField_b_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 446193 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446201 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446202 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446232 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446232 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446245 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446246 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 446250 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.s.IndexSchema [withShardField_c_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 446255 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.s.IndexSchema [withShardField_c_replica_n15] Schema name=cloud-dynamic
   [junit4]   2> 446258 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.s.IndexSchema [withShardField_b_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 446258 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.s.IndexSchema [withShardField_d_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 446260 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.s.IndexSchema [withShardField_d_replica_n22] Schema name=cloud-dynamic
   [junit4]   2> 446261 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema [withShardField_b_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 446262 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_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> 446295 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.IndexSchema [withShardField_c_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 446318 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446318 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446319 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.core.withShardField.a.replica_n1' (registry 
'solr.core.withShardField.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446319 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446319 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore [[withShardField_a_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/withShardField_a_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/./withShardField_a_replica_n1/data/]
   [junit4]   2> 446326 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446326 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n4' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446327 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.core.withShardField.a.replica_n4' (registry 
'solr.core.withShardField.a.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446327 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446327 INFO  (qtp1781872814-3508) [n:127.0.0.1:40081_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrCore [[withShardField_a_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/withShardField_a_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/./withShardField_a_replica_n4/data/]
   [junit4]   2> 446340 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446340 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 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> 446340 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446340 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n20' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446340 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.core.withShardField.b.replica_n6' (registry 
'solr.core.withShardField.b.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446341 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446341 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore [[withShardField_b_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/withShardField_b_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/./withShardField_b_replica_n6/data/]
   [junit4]   2> 446341 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.core.withShardField.d.replica_n20' (registry 
'solr.core.withShardField.d.replica_n20') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446341 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446341 INFO  (qtp1781872814-3485) [n:127.0.0.1:40081_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrCore [[withShardField_d_replica_n20] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/withShardField_d_replica_n20],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/./withShardField_d_replica_n20/data/]
   [junit4]   2> 446344 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446344 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n8' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446344 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.core.withShardField.b.replica_n8' (registry 
'solr.core.withShardField.b.replica_n8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446345 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446345 INFO  (qtp1190498397-3495) [n:127.0.0.1:36675_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrCore [[withShardField_b_replica_n8] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/withShardField_b_replica_n8],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/./withShardField_b_replica_n8/data/]
   [junit4]   2> 446347 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446347 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n10' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446348 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446348 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.core.withShardField.b.replica_n10' (registry 
'solr.core.withShardField.b.replica_n10') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446348 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n15' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446348 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446348 INFO  (qtp1061909187-3482) [n:127.0.0.1:37903_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrCore [[withShardField_b_replica_n10] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/withShardField_b_replica_n10],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/./withShardField_b_replica_n10/data/]
   [junit4]   2> 446348 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.core.withShardField.c.replica_n15' (registry 
'solr.core.withShardField.c.replica_n15') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446349 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446349 INFO  (qtp2076923664-3476) [n:127.0.0.1:45583_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n15] 
o.a.s.c.SolrCore [[withShardField_c_replica_n15] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/withShardField_c_replica_n15],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/./withShardField_c_replica_n15/data/]
   [junit4]   2> 446349 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446349 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446350 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.core.withShardField.a.replica_n2' (registry 
'solr.core.withShardField.a.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446350 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446350 INFO  (qtp1061909187-3477) [n:127.0.0.1:37903_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore [[withShardField_a_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/withShardField_a_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/./withShardField_a_replica_n2/data/]
   [junit4]   2> 446351 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446351 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n18' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446351 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37903.solr.core.withShardField.d.replica_n18' (registry 
'solr.core.withShardField.d.replica_n18') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446352 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446352 INFO  (qtp1061909187-3600) [n:127.0.0.1:37903_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrCore [[withShardField_d_replica_n18] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/withShardField_d_replica_n18],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node1/./withShardField_d_replica_n18/data/]
   [junit4]   2> 446357 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446357 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n12' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446358 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40081.solr.core.withShardField.c.replica_n12' (registry 
'solr.core.withShardField.c.replica_n12') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446358 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446358 INFO  (qtp1781872814-3507) [n:127.0.0.1:40081_solr 
c:withShardField s:c r:core_node14 x:withShardField_c_replica_n12] 
o.a.s.c.SolrCore [[withShardField_c_replica_n12] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/withShardField_c_replica_n12],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node4/./withShardField_c_replica_n12/data/]
   [junit4]   2> 446359 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446359 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n22' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446359 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45583.solr.core.withShardField.d.replica_n22' (registry 
'solr.core.withShardField.d.replica_n22') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446359 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446360 INFO  (qtp2076923664-3492) [n:127.0.0.1:45583_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrCore [[withShardField_d_replica_n22] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/withShardField_d_replica_n22],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node2/./withShardField_d_replica_n22/data/]
   [junit4]   2> 446364 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 446364 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n16' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 446365 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36675.solr.core.withShardField.c.replica_n16' (registry 
'solr.core.withShardField.c.replica_n16') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46c1fe03
   [junit4]   2> 446365 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 446365 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrCore [[withShardField_c_replica_n16] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/withShardField_c_replica_n16],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CustomCollectionTest_E62EC75AE14E20FD-001/tempDir-001/node3/./withShardField_c_replica_n16/data/]
   [junit4]   2> 446470 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 446470 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 446472 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 446472 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 446474 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76daac9f[withShardField_a_replica_n1] main]
   [junit4]   2> 446474 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 446474 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 446475 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 446483 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584265431593517056
   [junit4]   2> 446486 INFO  
(searcherExecutor-1478-thread-1-processing-n:127.0.0.1:36675_solr 
x:withShardField_a_replica_n1 s:a c:withShardField r:core_node3) 
[n:127.0.0.1:36675_solr c:withShardField s:a r:core_node3 
x:withShardField_a_replica_n1] o.a.s.c.SolrCore [withShardField_a_replica_n1] 
Registered new searcher Searcher@76daac9f[withShardField_a_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 446495 INFO  (qtp1190498397-3479) [n:127.0.0.1:36675_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard a: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 446498 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 446498 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 446522 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 446522 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 446522 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 446522 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 446533 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 446534 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 446540 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4124393f[withShardField_b_replica_n6] main]
   [junit4]   2> 446541 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 446541 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 446544 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c45abd2[withShardField_c_replica_n16] main]
   [junit4]   2> 446545 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 446545 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 446546 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 446549 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 446554 INFO  
(searcherExecutor-1480-thread-1-processing-n:127.0.0.1:45583_solr 
x:withShardField_b_replica_n6 s:b c:withShardField r:core_node9) 
[n:127.0.0.1:45583_solr c:withShardField s:b r:core_node9 
x:withShardField_b_replica_n6] o.a.s.c.SolrCore [withShardField_b_replica_n6] 
Registered new searcher Searcher@4124393f[withShardField_b_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 446554 INFO  (qtp2076923664-3478) [n:127.0.0.1:45583_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584265431667965952
   [junit4]   2> 446558 INFO  
(searcherExecutor-1489-thread-1-processing-n:127.0.0.1:36675_solr 
x:withShardField_c_replica_n16 s:c c:withShardField r:core_node19) 
[n:127.0.0.1:36675_solr c:withShardField s:c r:core_node19 
x:withShardField_c_replica_n16] o.a.s.c.SolrCore [withShardField_c_replica_n16] 
Registered new searcher Searcher@1c45abd2[withShardField_c_replica_n16] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 446558 INFO  (qtp1190498397-3594) [n:127.0.0.1:36675_solr 
c:withShardFie

[...truncated too long message...]

ipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1220000ms , collection: control_collection 
slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 42 more
   [junit4]   2> 
   [junit4]   2> 2453425 INFO  (qtp1110600288-10163) [n:127.0.0.1:37359_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=630216
   [junit4]   2> 2453425 ERROR 
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[E62EC75AE14E20FD]) [    ] 
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> 2453426 INFO  
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[E62EC75AE14E20FD]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43749 43749
   [junit4]   2> 2460275 INFO  (Thread-1903) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43749 43749
   [junit4]   2> 2460276 WARN  (Thread-1903) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test 
-Dtests.seed=E62EC75AE14E20FD -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-EC -Dtests.timezone=Africa/Kampala -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    637s J2 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37359
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E62EC75AE14E20FD:6E7AF8804FB24D05]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_E62EC75AE14E20FD-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@673c14a4),
 locale=es-EC, timezone=Africa/Kampala
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=122142384,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ReplicaListTransformerTest, 
TestPKIAuthenticationPlugin, TestPartialUpdateDeduplication, SuggesterWFSTTest, 
DirectSolrConnectionTest, TestInPlaceUpdatesStandalone, TimeZoneUtilsTest, 
TestJsonFacets, AliasIntegrationTest, TestCloudJSONFacetJoinDomain, 
TestInitParams, TestMissingGroups, DistribJoinFromCollectionTest, 
AutoscalingHistoryHandlerTest, RuleEngineTest, ReturnFieldsTest, 
TestRealTimeGet, FullSolrCloudDistribCmdsTest, TestReplicaProperties, 
UnloadDistributedZkTest, TestExactStatsCache, ConfigSetsAPITest, 
TestSystemIdResolver, RollingRestartTest, TestHashPartitioner, 
TriLevelCompositeIdRoutingTest, TestIndexSearcher, TestQuerySenderListener, 
PluginInfoTest, TestHighFrequencyDictionaryFactory, TestCloudNestedDocsSort, 
DistributedSpellCheckComponentTest, CustomCollectionTest, 
RegexBytesRefFilterTest, TestBlendedInfixSuggestions, TestScoreJoinQPScore, 
OverseerTest, TestFunctionQuery, PeerSyncReplicationTest, 
TestSolrDeletionPolicy2, CoreSorterTest, UniqFieldsUpdateProcessorFactoryTest, 
SortByFunctionTest, TestSizeLimitedDistributedMap, 
TestLMJelinekMercerSimilarityFactory, TestCoreDiscovery, ScriptEngineTest, 
TestSearcherReuse, TestFiltering, TestValueSourceCache, TestCollectionAPI, 
WrapperMergePolicyFactoryTest, TestQueryTypes, DistanceFunctionTest, 
TestInitQParser, TestSolrXml, MultiThreadedOCPTest, 
DistributedFacetPivotWhiteBoxTest, TestAddFieldRealTimeGet, 
TestUnifiedSolrHighlighter, SuggesterTest, SolrSlf4jReporterTest, 
TestTolerantUpdateProcessorCloud, ComputePlanActionTest, TestRandomFlRTGCloud, 
TestLMDirichletSimilarityFactory, SearchRateTriggerTest, 
TestStressInPlaceUpdates, RequestLoggingTest, StatsReloadRaceTest, 
ManagedSchemaRoundRobinCloudTest, TestTrackingShardHandlerFactory, 
HttpPartitionTest, DistributedFacetPivotLongTailTest, TestPushWriter, 
TestPointFields, TestSubQueryTransformer, TestRetrieveFieldsOptimizer, 
AsyncCallRequestStatusResponseTest, TestPrepRecovery, TestFieldCacheSort, 
ParsingFieldUpdateProcessorsTest, MergeStrategyTest, 
ConjunctionSolrSpellCheckerTest, ReplaceNodeTest, TestNumericTokenStream, 
SystemInfoHandlerTest, StatsComponentTest, TestBulkSchemaAPI, 
OverriddenZkACLAndCredentialsProvidersTest, LeaderElectionTest, 
HighlighterTest, TestAuthenticationFramework, 
AddSchemaFieldsUpdateProcessorFactoryTest, BadComponentTest, 
TestLeaderElectionZkExpiry, ZkNodePropsTest, CoreMergeIndexesAdminHandlerTest, 
TestNonDefinedSimilarityFactory, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [416/750 (3!)] on J2 in 637.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 48359 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to