Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/41/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([7D00B41663721E50:28505C84CF8BD1A0]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.ForceLeaderTest.testLastPublishedStateIsActive

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([7D00B41663721E50:95628A87C47F1C0C]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1953)
        at 
org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive(ForceLeaderTest.java:174)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.TestPrepRecovery.testLeaderNotResponding

Error Message:
Expected collection: testLeaderNotResponding to be live with 1 shard and 1 
replicas null Live Nodes: [127.0.0.1:50182_solr, 127.0.0.1:50181_solr] Last 
available state: null

Stack Trace:
java.lang.AssertionError: Expected collection: testLeaderNotResponding to be 
live with 1 shard and 1 replicas
null
Live Nodes: [127.0.0.1:50182_solr, 127.0.0.1:50181_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([7D00B41663721E50:245C9C712405DEEF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestPrepRecovery.testLeaderNotResponding(TestPrepRecovery.java:93)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.TestPrepRecovery.testLeaderUnloaded

Error Message:
Expected collection: testLeaderUnloaded to be live with 1 shard and 2 replicas 
null Live Nodes: [127.0.0.1:50182_solr, 127.0.0.1:50181_solr] Last available 
state: null

Stack Trace:
java.lang.AssertionError: Expected collection: testLeaderUnloaded to be live 
with 1 shard and 2 replicas
null
Live Nodes: [127.0.0.1:50182_solr, 127.0.0.1:50181_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([7D00B41663721E50:2EA7A7E09E5EF052]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded(TestPrepRecovery.java:59)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.TestRequestForwarding.testMultiCollectionQuery

Error Message:
Could not create collection. 
Response{responseHeader={status=0,QTime=32545},failure={127.0.0.1:50497_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
 from server at http://127.0.0.1:50497/solr: Error CREATEing SolrCore 
'collection1_shard1_replica_n1': Unable to create core 
[collection1_shard1_replica_n1] Caused by: invalid API spec: 
apispec/emptySpec.json,127.0.0.1:50495_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
 from server at http://127.0.0.1:50495/solr: Error CREATEing SolrCore 
'collection1_shard2_replica_n1': Unable to create core 
[collection1_shard2_replica_n1] Caused by: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_7D00B41663721E50-001/tempDir-001/node2/collection1_shard2_replica_n1/data/tlog}}

Stack Trace:
java.lang.AssertionError: Could not create collection. 
Response{responseHeader={status=0,QTime=32545},failure={127.0.0.1:50497_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
 from server at http://127.0.0.1:50497/solr: Error CREATEing SolrCore 
'collection1_shard1_replica_n1': Unable to create core 
[collection1_shard1_replica_n1] Caused by: invalid API spec: 
apispec/emptySpec.json,127.0.0.1:50495_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error
 from server at http://127.0.0.1:50495/solr: Error CREATEing SolrCore 
'collection1_shard2_replica_n1': Unable to create core 
[collection1_shard2_replica_n1] Caused by: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestRequestForwarding_7D00B41663721E50-001/tempDir-001/node2/collection1_shard2_replica_n1/data/tlog}}
        at 
__randomizedtesting.SeedInfo.seed([7D00B41663721E50:6C737327BF041B2C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.TestRequestForwarding.createCollection(TestRequestForwarding.java:80)
        at 
org.apache.solr.cloud.TestRequestForwarding.testMultiCollectionQuery(TestRequestForwarding.java:54)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12406 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/init-core-data-001
   [junit4]   2> 1653934 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1653939 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1653940 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001
   [junit4]   2> 1653940 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1653941 INFO  (Thread-3513) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1653941 INFO  (Thread-3513) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1653945 ERROR (Thread-3513) [    ] 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> 1654051 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:64690
   [junit4]   2> 1654091 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654091 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654092 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654093 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654096 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ed29d78{/solr,null,AVAILABLE}
   [junit4]   2> 1654096 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d7842f0{/solr,null,AVAILABLE}
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7c71e725{HTTP/1.1,[http/1.1]}{127.0.0.1:64692}
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1775b6f3{HTTP/1.1,[http/1.1]}{127.0.0.1:64693}
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.e.j.s.Server Started @1657815ms
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64693}
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.e.j.s.Server Started @1657815ms
   [junit4]   2> 1654098 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64692}
   [junit4]   2> 1654098 ERROR (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1654098 ERROR (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T09:34:44.529Z
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T09:34:44.529Z
   [junit4]   2> 1654099 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43ad80e1{/solr,null,AVAILABLE}
   [junit4]   2> 1654102 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@46a2d70c{HTTP/1.1,[http/1.1]}{127.0.0.1:64694}
   [junit4]   2> 1654102 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.e.j.s.Server Started @1657820ms
   [junit4]   2> 1654103 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64694}
   [junit4]   2> 1654103 ERROR (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@626213e3{/solr,null,AVAILABLE}
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T09:34:44.535Z
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5ed1800c{HTTP/1.1,[http/1.1]}{127.0.0.1:64697}
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.e.j.s.Server Started @1657823ms
   [junit4]   2> 1654105 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64697}
   [junit4]   2> 1654105 ERROR (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1654106 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1654106 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654106 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1654106 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T09:34:44.536Z
   [junit4]   2> 1654113 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1654113 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1654114 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1654114 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1654126 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 0x15d4599a8960002, 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> 1654132 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 0x15d4599a8960001, 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> 1654132 INFO  (jetty-launcher-2946-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64690/solr
   [junit4]   2> 1654133 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 0x15d4599a8960004, 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> 1654134 INFO  (jetty-launcher-2946-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64690/solr
   [junit4]   2> 1654135 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 0x15d4599a8960003, 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> 1654137 INFO  (jetty-launcher-2946-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64690/solr
   [junit4]   2> 1654138 INFO  (jetty-launcher-2946-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64690/solr
   [junit4]   2> 1654141 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 0x15d4599a8960005, 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> 1654144 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 0x15d4599a8960008, 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> 1654712 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1654712 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1654712 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1654713 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64697_solr
   [junit4]   2> 1654714 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64693_solr
   [junit4]   2> 1654716 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64694_solr
   [junit4]   2> 1654716 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.Overseer Overseer 
(id=98311293132734474-127.0.0.1:64697_solr-n_0000000000) starting
   [junit4]   2> 1654718 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1654719 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1654720 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1654721 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1654734 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1654734 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1654750 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64697_solr
   [junit4]   2> 1654752 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1654753 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1654753 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1654775 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1654779 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1654782 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64692_solr
   [junit4]   2> 1654787 INFO  
(zkCallback-2965-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1654787 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1654787 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1654787 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1654896 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654912 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654912 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654913 INFO  (jetty-launcher-2946-thread-1) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node1/.
   [junit4]   2> 1654914 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64697.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654916 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64693.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654917 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64697.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654918 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64697.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654920 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64693.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654920 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64693.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654922 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64694.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654925 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64694.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654925 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64694.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1654928 INFO  (jetty-launcher-2946-thread-3) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node3/.
   [junit4]   2> 1654943 INFO  (jetty-launcher-2946-thread-2) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node2/.
   [junit4]   2> 1654953 INFO  (jetty-launcher-2946-thread-4) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node4/.
   [junit4]   2> 1655106 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1655106 INFO  
(SUITE-CustomCollectionTest-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64690/solr ready
   [junit4]   2> 1655142 INFO  
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[7D00B41663721E50]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
   [junit4]   2> 1655145 INFO  
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[7D00B41663721E50]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1655151 INFO  (qtp630322961-16348) [n:127.0.0.1:64694_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&nrtReplicas=2&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1655156 INFO  
(OverseerThreadFactory-7529-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
routeFieldColl
   [junit4]   2> 1655280 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64697/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655282 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64692/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655285 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64694/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655287 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64693/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655289 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64697/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655292 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64692/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655293 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64694/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655296 INFO  
(OverseerStateUpdate-98311293132734474-127.0.0.1:64697_solr-n_0000000000) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64693/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1655500 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655501 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655502 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1655502 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655507 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655508 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1655508 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1655509 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655509 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655509 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655515 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1655516 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1655666 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1655666 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1655666 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1655666 INFO  
(zkCallback-2965-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1655667 INFO  
(zkCallback-2967-thread-2-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1655667 INFO  
(zkCallback-2968-thread-2-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1656558 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656561 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656571 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1656572 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1656630 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656630 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656635 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656642 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656668 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656678 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1656685 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1656687 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1656687 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1656685 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1656778 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1656783 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1657039 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657040 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n2' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657040 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.core.routeFieldColl.shard1.replica_n2' (registry 
'solr.core.routeFieldColl.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657044 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657044 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n2' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657048 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657048 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n1' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657049 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64697.solr.core.routeFieldColl.shard3.replica_n1' (registry 
'solr.core.routeFieldColl.shard3.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657049 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657049 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node3/routeFieldColl_shard3_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node3/./routeFieldColl_shard3_replica_n1/data/]
   [junit4]   2> 1657052 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657052 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node1/routeFieldColl_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node1/./routeFieldColl_shard1_replica_n2/data/]
   [junit4]   2> 1657054 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64693.solr.core.routeFieldColl.shard2.replica_n2' (registry 
'solr.core.routeFieldColl.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657054 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657054 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node2/routeFieldColl_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node2/./routeFieldColl_shard2_replica_n2/data/]
   [junit4]   2> 1657135 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657135 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n1' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657135 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64694.solr.core.routeFieldColl.shard2.replica_n1' (registry 
'solr.core.routeFieldColl.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657135 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657136 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node4/routeFieldColl_shard2_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node4/./routeFieldColl_shard2_replica_n1/data/]
   [junit4]   2> 1657142 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657142 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n1' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657142 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64694.solr.core.routeFieldColl.shard4.replica_n1' (registry 
'solr.core.routeFieldColl.shard4.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657142 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657143 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node4/routeFieldColl_shard4_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node4/./routeFieldColl_shard4_replica_n1/data/]
   [junit4]   2> 1657147 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657147 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n2' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657147 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64693.solr.core.routeFieldColl.shard4.replica_n2' (registry 
'solr.core.routeFieldColl.shard4.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657148 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657148 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node2/routeFieldColl_shard4_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node2/./routeFieldColl_shard4_replica_n2/data/]
   [junit4]   2> 1657149 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657150 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n1' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657150 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64697.solr.core.routeFieldColl.shard1.replica_n1' (registry 
'solr.core.routeFieldColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657150 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657150 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node3/routeFieldColl_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node3/./routeFieldColl_shard1_replica_n1/data/]
   [junit4]   2> 1657156 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1657156 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n2' 
using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1657156 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.core.routeFieldColl.shard3.replica_n2' (registry 
'solr.core.routeFieldColl.shard3.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1091d9ba
   [junit4]   2> 1657157 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1657157 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node1/routeFieldColl_shard3_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7D00B41663721E50-001/tempDir-001/node1/./routeFieldColl_shard3_replica_n2/data/]
   [junit4]   2> 1657579 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657580 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657582 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657582 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657587 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657588 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657595 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657595 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657597 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657597 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657605 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657605 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657632 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657633 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657634 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657634 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657636 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657636 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657639 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657639 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657640 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657641 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657644 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1657644 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1657652 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a2b6735[routeFieldColl_shard2_replica_n1] main]
   [junit4]   2> 1657658 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37a155cd[routeFieldColl_shard3_replica_n1] main]
   [junit4]   2> 1657659 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1657660 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1657661 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1657661 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572980694021308416
   [junit4]   2> 1657662 INFO  
(searcherExecutor-7540-thread-1-processing-n:127.0.0.1:64697_solr 
x:routeFieldColl_shard3_replica_n1 s:shard3 c:routeFieldColl r:core_node5) 
[n:127.0.0.1:64697_solr c:routeFieldColl s:shard3 r:core_node5 
x:routeFieldColl_shard3_replica_n1] o.a.s.c.SolrCore 
[routeFieldColl_shard3_replica_n1] Registered new searcher 
Searcher@37a155cd[routeFieldColl_shard3_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1657662 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1657663 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1657664 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1657664 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572980694024454144
   [junit4]   2> 1657664 INFO  
(searcherExecutor-7541-thread-1-processing-n:127.0.0.1:64694_solr 
x:routeFieldColl_shard2_replica_n1 s:shard2 c:routeFieldColl r:core_node3) 
[n:127.0.0.1:64694_solr c:routeFieldColl s:shard2 r:core_node3 
x:routeFieldColl_shard2_replica_n1] o.a.s.c.SolrCore 
[routeFieldColl_shard2_replica_n1] Registered new searcher 
Searcher@a2b6735[routeFieldColl_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1657667 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657668 INFO  (qtp1211850236-16337) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard1 r:core_node2 x:routeFieldColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657668 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6788df35[routeFieldColl_shard4_replica_n2] main]
   [junit4]   2> 1657670 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1657670 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1657671 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1657672 INFO  (qtp692503880-16331) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572980694032842752
   [junit4]   2> 1657672 INFO  
(searcherExecutor-7543-thread-1-processing-n:127.0.0.1:64693_solr 
x:routeFieldColl_shard4_replica_n2 s:shard4 c:routeFieldColl r:core_node8) 
[n:127.0.0.1:64693_solr c:routeFieldColl s:shard4 r:core_node8 
x:routeFieldColl_shard4_replica_n2] o.a.s.c.SolrCore 
[routeFieldColl_shard4_replica_n2] Registered new searcher 
Searcher@6788df35[routeFieldColl_shard4_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1657673 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69190939[routeFieldColl_shard2_replica_n2] main]
   [junit4]   2> 1657673 INFO  (qtp630322961-16350) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard4 r:core_node7 x:routeFieldColl_shard4_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a9b7b1[routeFieldColl_shard4_replica_n1] main]
   [junit4]   2> 1657686 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1657686 INFO  
(zkCallback-2968-thread-1-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657686 INFO  
(zkCallback-2968-thread-2-processing-n:127.0.0.1:64693_solr) 
[n:127.0.0.1:64693_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657684 INFO  (qtp630322961-16351) [n:127.0.0.1:64694_solr 
c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1657688 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1657683 INFO  (qtp902794052-16361) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard3 r:core_node5 x:routeFieldColl_shard3_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard3: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 1657683 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5457a9cf[routeFieldColl_shard3_replica_n2] main]
   [junit4]   2> 1657683 INFO  
(zkCallback-2966-thread-1-processing-n:127.0.0.1:64697_solr) 
[n:127.0.0.1:64697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657683 INFO  
(zkCallback-2967-thread-1-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657683 INFO  
(zkCallback-2965-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657683 INFO  
(zkCallback-2967-thread-2-processing-n:127.0.0.1:64694_solr) 
[n:127.0.0.1:64694_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1657690 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1657691 INFO  
(searcherExecutor-7539-thread-1-processing-n:127.0.0.1:64693_solr 
x:routeFieldColl_shard2_replica_n2 s:shard2 c:routeFieldColl r:core_node4) 
[n:127.0.0.1:64693_solr c:routeFieldColl s:shard2 r:core_node4 
x:routeFieldColl_shard2_replica_n2] o.a.s.c.SolrCore 
[routeFieldColl_shard2_replica_n2] Registered new searcher 
Searcher@69190939[routeFieldColl_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1657691 INFO  (qtp692503880-16330) [n:127.0.0.1:64693_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572980694052765696
   [junit4]   2> 1657676 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1657693 INFO  (qtp902794052-16362) [n:127.0.0.1:64697_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1657695 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1657695 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1657697 INFO  (qtp1211850236-16335) [n:127.0.0.1:64692_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be rese

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

2343624 INFO  (jetty-closer-4245-thread-1) [    ] o.e.j.s.h.ContextHandler 
Stopped o.e.j.s.ServletContextHandler@6d048b78{/solr,null,UNAVAILABLE}
   [junit4]   2> 2343624 INFO  (jetty-closer-4245-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2343625 INFO  (jetty-closer-4245-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98311322170490885-127.0.0.1:50182_solr-n_0000000000) closing
   [junit4]   2> 2343625 INFO  
(OverseerStateUpdate-98311322170490885-127.0.0.1:50182_solr-n_0000000000) 
[n:127.0.0.1:50182_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:50182_solr
   [junit4]   2> 2343627 WARN  
(zkCallback-4255-thread-7-processing-n:127.0.0.1:50182_solr) 
[n:127.0.0.1:50182_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2343628 INFO  (jetty-closer-4245-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7b79738a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2343629 ERROR 
(SUITE-TestPrepRecovery-seed#[7D00B41663721E50]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2343630 INFO  
(SUITE-TestPrepRecovery-seed#[7D00B41663721E50]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:50179 50179
   [junit4]   2> 2343742 INFO  (Thread-4509) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50179 50179
   [junit4]   2> 2344244 WARN  (Thread-4509) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        3       /solr/collections/testLeaderUnloaded/state.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/collections/testLeaderNotResponding/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/testLeaderUnloaded/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/collections/testLeaderNotResponding/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_7D00B41663721E50-001
   [junit4]   2> Jul 15, 2017 9:46:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=94, maxMBSortInHeap=6.302749364494677, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fi-FI, timezone=Asia/Amman
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=144072576,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DistribCursorPagingTest, 
TestExactStatsCache, DistanceFunctionTest, TestReplicationHandler, 
OverseerTest, TestCloudDeleteByQuery, TestNoOpRegenerator, SpatialFilterTest, 
MultiThreadedOCPTest, BinaryUpdateRequestHandlerTest, 
TestPayloadCheckQParserPlugin, RuleEngineTest, HighlighterMaxOffsetTest, 
BigEndianAscendingWordDeserializerTest, HttpSolrCallGetCoreTest, 
RecoveryZkTest, SolrCLIZkUtilsTest, RecoveryAfterSoftCommitTest, 
TestScoreJoinQPScore, InfoHandlerTest, MissingSegmentRecoveryTest, 
SolrInfoBeanTest, DistributedFacetPivotSmallTest, QueryResultKeyTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestApiFramework, TestOmitPositions, 
TestLMDirichletSimilarityFactory, DeleteNodeTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestConfigSetsAPI, 
TestDistributedStatsComponentCardinality, TestDistribIDF, TestManagedSchemaAPI, 
DistributedFacetExistsSmallTest, BlockDirectoryTest, 
CachingDirectoryFactoryTest, ClassificationUpdateProcessorIntegrationTest, 
TestManagedSynonymFilterFactory, TestFieldCacheSortRandom, 
LeaderFailureAfterFreshStartTest, BasicDistributedZkTest, 
CoreAdminRequestStatusTest, LeaderElectionTest, GraphQueryTest, 
TestDynamicFieldResource, ReturnFieldsTest, TestCodecSupport, CircularListTest, 
TestMacros, TestPhraseSuggestions, CollectionReloadTest, SSLMigrationTest, 
IndexBasedSpellCheckerTest, WrapperMergePolicyFactoryTest, UUIDFieldTest, 
SuggesterWFSTTest, HighlighterConfigTest, TestFunctionQuery, 
PrimitiveFieldTypeTest, DistributedQueryComponentCustomSortTest, 
TestClusterProperties, SpatialRPTFieldTypeTest, TestSolrConfigHandler, 
TestLegacyNumericRangeQueryBuilder, ZkControllerTest, SolrMetricManagerTest, 
TestDownShardTolerantSearch, TestOrdValues, TestSolrDeletionPolicy2, 
TestClusterStateMutator, TestCustomDocTransformer, ConfigSetsAPITest, 
BasicAuthIntegrationTest, FullHLLTest, TestSystemCollAutoCreate, 
MinimalSchemaTest, SuggesterTest, DocValuesTest, RestartWhileUpdatingTest, 
OutputWriterTest, RequestLoggingTest, TestSQLHandler, HdfsSyncSliceTest, 
TestSolrCloudWithKerberosAlt, ResourceLoaderTest, DateMathParserTest, 
TestLazyCores, TestIndexingPerformance, TestSolrCloudSnapshots, 
ClusterStateUpdateTest, BitVectorTest, HdfsWriteToMultipleCollectionsTest, 
TestHdfsCloudBackupRestore, InfixSuggestersTest, TestBlobHandler, 
TestDocTermOrds, AtomicUpdatesTest, TestQueryWrapperFilter, 
TestExceedMaxTermLength, TestLegacyField, DateRangeFieldTest, 
DisMaxRequestHandlerTest, TestTrackingShardHandlerFactory, ZkCLITest, 
TestSchemaVersionResource, FieldAnalysisRequestHandlerTest, 
TestManagedResourceStorage, AsyncCallRequestStatusResponseTest, 
TestFieldTypeResource, MetricsConfigTest, TestPointFields, 
SuggestComponentContextFilterQueryTest, TestSmileRequest, BJQParserTest, 
BlobRepositoryCloudTest, PeerSyncTest, TestSolrCoreParser, 
TestSchemalessBufferedUpdates, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestFieldCacheReopen, TestLFUCache, TlogReplayBufferedWhileIndexingTest, 
TestMissingGroups, TestConfigSetProperties, HdfsRecoveryZkTest, 
SolrGraphiteReporterTest, TestSurroundQueryParser, TestCloudPseudoReturnFields, 
SliceStateTest, CollectionTooManyReplicasTest, AnalyticsQueryTest, 
ReplaceNodeTest, TestReplicaProperties, TestJsonFacets, TestDistributedSearch, 
DistributedSpellCheckComponentTest, DirectSolrConnectionTest, 
SolrMetricsIntegrationTest, TestSha256AuthenticationProvider, 
TestJmxIntegration, TestHttpShardHandlerFactory, PropertiesRequestHandlerTest, 
TestPseudoReturnFields, EnumFieldTest, ConjunctionSolrSpellCheckerTest, 
DirectUpdateHandlerOptimizeTest, TestRecoveryHdfs, NoCacheHeaderTest, 
TestRandomRequestDistribution, PrimUtilsTest, TestIBSimilarityFactory, 
UpdateLogTest, TestConfigOverlay, TestUninvertingReader, SoftAutoCommitTest, 
UnloadDistributedZkTest, TestSweetSpotSimilarityFactory, TestUtils, 
TestQuerySenderNoQuery, V2StandaloneTest, PKIAuthenticationIntegrationTest, 
SolrXmlInZkTest, AnalysisAfterCoreReloadTest, TestObjectReleaseTracker, 
TestHdfsBackupRestoreCore, TestQuerySenderListener, SolrIndexSplitterTest, 
TestReqParamsAPI, ConnectionReuseTest, CursorPagingTest, 
SharedFSAutoReplicaFailoverUtilsTest, ShardRoutingTest, SolrShardReporterTest, 
TestGroupingSearch, DistribJoinFromCollectionTest, TestRandomFaceting, 
TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestStressVersions, 
HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, 
QueryElevationComponentTest, TestSort, DirectUpdateHandlerTest, 
TestIndexSearcher, ShowFileRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, 
TestStressLucene, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
XsltUpdateRequestHandlerTest, TestWriterPerf, XmlUpdateRequestHandlerTest, 
DocumentBuilderTest, TermVectorComponentTest, RegexBoostProcessorTest, 
IndexSchemaTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, 
JsonLoaderTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, 
TestComponentsName, SOLR749Test, AlternateDirectoryTest, 
ResponseLogComponentTest, BadComponentTest, TestStressRecovery, 
TestSolrCoreProperties, SpellPossibilityIteratorTest, TestCharFilters, 
TestDFRSimilarityFactory, ScriptEngineTest, URLClassifyProcessorTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestSolrJ, TestLRUCache, ZkNodePropsTest, FileUtilsTest, 
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
ActionThrottleTest, AliasIntegrationTest, CdcrBootstrapTest, 
CollectionsAPISolrJTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DeleteShardTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
OverseerTaskQueueTest, SharedFSAutoReplicaFailoverTest, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCollectionAPI, 
TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, TestLockTree, 
TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestPrepRecovery]
   [junit4] Completed [543/728 (4!)] on J0 in 247.84s, 2 tests, 2 failures <<< 
FAILURES!

[...truncated 44001 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to