You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/01 07:24:51 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3863 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3863/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
	at __randomizedtesting.SeedInfo.seed([7D24727396243E77:17C5FC18ABBE880F]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
	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:745)


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([7D24727396243E77:28749AE13ADDF187]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1379)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1072)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
	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:745)




Build Log:
[...truncated 11056 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/init-core-data-001
   [junit4]   2> 350971 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 350975 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-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> 350976 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001
   [junit4]   2> 350976 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 350976 INFO  (Thread-429) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 350976 INFO  (Thread-429) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 351077 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:59881
   [junit4]   2> 351104 INFO  (jetty-launcher-328-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 351106 INFO  (jetty-launcher-328-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 351106 INFO  (jetty-launcher-328-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 351107 INFO  (jetty-launcher-328-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 351109 INFO  (jetty-launcher-328-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@234d4334{/solr,null,AVAILABLE}
   [junit4]   2> 351114 INFO  (jetty-launcher-328-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a0fa51c{/solr,null,AVAILABLE}
   [junit4]   2> 351114 INFO  (jetty-launcher-328-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7582e6b2{/solr,null,AVAILABLE}
   [junit4]   2> 351114 INFO  (jetty-launcher-328-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@506636df{HTTP/1.1,[http/1.1]}{127.0.0.1:59884}
   [junit4]   2> 351114 INFO  (jetty-launcher-328-thread-3) [    ] o.e.j.s.Server Started @356947ms
   [junit4]   2> 351114 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59884}
   [junit4]   2> 351115 ERROR (jetty-launcher-328-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ef5edfb{HTTP/1.1,[http/1.1]}{127.0.0.1:59883}
   [junit4]   2> 351115 INFO  (jetty-launcher-328-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51a273ad{HTTP/1.1,[http/1.1]}{127.0.0.1:59885}
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-1) [    ] o.e.j.s.Server Started @356949ms
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-4) [    ] o.e.j.s.Server Started @356949ms
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59883}
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T06:09:12.717Z
   [junit4]   2> 351116 ERROR (jetty-launcher-328-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 351116 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59885}
   [junit4]   2> 351117 ERROR (jetty-launcher-328-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T06:09:12.718Z
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e245802{/solr,null,AVAILABLE}
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@730857d1{HTTP/1.1,[http/1.1]}{127.0.0.1:59886}
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.e.j.s.Server Started @356950ms
   [junit4]   2> 351117 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T06:09:12.718Z
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59886}
   [junit4]   2> 351118 ERROR (jetty-launcher-328-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 351118 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-01T06:09:12.719Z
   [junit4]   2> 351124 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 351125 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 351126 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 351126 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 351152 INFO  (jetty-launcher-328-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59881/solr
   [junit4]   2> 351152 INFO  (jetty-launcher-328-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59881/solr
   [junit4]   2> 351154 INFO  (jetty-launcher-328-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59881/solr
   [junit4]   2> 351159 INFO  (jetty-launcher-328-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59881/solr
   [junit4]   2> 351240 INFO  (jetty-launcher-328-thread-1) [n:127.0.0.1:59883_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351241 INFO  (jetty-launcher-328-thread-4) [n:127.0.0.1:59885_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351242 INFO  (jetty-launcher-328-thread-3) [n:127.0.0.1:59884_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351242 INFO  (jetty-launcher-328-thread-2) [n:127.0.0.1:59886_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351244 INFO  (jetty-launcher-328-thread-1) [n:127.0.0.1:59883_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59883_solr
   [junit4]   2> 351246 INFO  (jetty-launcher-328-thread-3) [n:127.0.0.1:59884_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59884_solr
   [junit4]   2> 351246 INFO  (jetty-launcher-328-thread-4) [n:127.0.0.1:59885_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59885_solr
   [junit4]   2> 351246 INFO  (jetty-launcher-328-thread-2) [n:127.0.0.1:59886_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59886_solr
   [junit4]   2> 351248 INFO  (jetty-launcher-328-thread-1) [n:127.0.0.1:59883_solr    ] o.a.s.c.Overseer Overseer (id=97540410741948425-127.0.0.1:59883_solr-n_0000000000) starting
   [junit4]   2> 351253 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351253 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351253 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351253 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351278 INFO  (jetty-launcher-328-thread-1) [n:127.0.0.1:59883_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59883_solr
   [junit4]   2> 351281 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 351281 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 351281 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 351281 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 351414 INFO  (jetty-launcher-328-thread-3) [n:127.0.0.1:59884_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node3/.
   [junit4]   2> 351421 INFO  (jetty-launcher-328-thread-2) [n:127.0.0.1:59886_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node2/.
   [junit4]   2> 351428 INFO  (jetty-launcher-328-thread-4) [n:127.0.0.1:59885_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node4/.
   [junit4]   2> 351463 INFO  (jetty-launcher-328-thread-1) [n:127.0.0.1:59883_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node1/.
   [junit4]   2> 351684 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 351686 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59881/solr ready
   [junit4]   2> 351728 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[7D24727396243E77]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
   [junit4]   2> 351730 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[7D24727396243E77]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 351737 INFO  (qtp1697262435-2201) [n:127.0.0.1:59883_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&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 351741 INFO  (OverseerThreadFactory-936-thread-1-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_solr    ] o.a.s.c.CreateCollectionCmd Create collection routeFieldColl
   [junit4]   2> 351865 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 351865 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
   [junit4]   2> 351870 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
   [junit4]   2> 351870 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 351871 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 351871 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 351872 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
   [junit4]   2> 351873 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
   [junit4]   2> 352011 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_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> 352011 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_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> 352011 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_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> 352011 INFO  (zkCallback-347-thread-2-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_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> 352920 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352920 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352934 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352939 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352942 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352945 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352948 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352964 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] Schema name=cloud-dynamic
   [junit4]   2> 352965 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] Schema name=cloud-dynamic
   [junit4]   2> 352972 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 352992 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] Schema name=cloud-dynamic
   [junit4]   2> 353002 WARN  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353002 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] Schema name=cloud-dynamic
   [junit4]   2> 353002 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] Schema name=cloud-dynamic
   [junit4]   2> 353003 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353005 WARN  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353010 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353012 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica1' using configuration from collection routeFieldColl
   [junit4]   2> 353012 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node1/routeFieldColl_shard4_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node1/./routeFieldColl_shard4_replica1/data/]
   [junit4]   2> 353013 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] Schema name=cloud-dynamic
   [junit4]   2> 353017 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] Schema name=cloud-dynamic
   [junit4]   2> 353021 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] Schema name=cloud-dynamic
   [junit4]   2> 353047 WARN  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353048 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353049 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica2' using configuration from collection routeFieldColl
   [junit4]   2> 353050 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node2/routeFieldColl_shard1_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node2/./routeFieldColl_shard1_replica2/data/]
   [junit4]   2> 353068 WARN  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353069 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353070 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica1' using configuration from collection routeFieldColl
   [junit4]   2> 353071 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node3/routeFieldColl_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node3/./routeFieldColl_shard1_replica1/data/]
   [junit4]   2> 353072 WARN  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353073 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353075 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica1' using configuration from collection routeFieldColl
   [junit4]   2> 353076 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node1/routeFieldColl_shard2_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node1/./routeFieldColl_shard2_replica1/data/]
   [junit4]   2> 353085 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica2' using configuration from collection routeFieldColl
   [junit4]   2> 353085 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node2/routeFieldColl_shard3_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node2/./routeFieldColl_shard3_replica2/data/]
   [junit4]   2> 353086 WARN  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353086 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353120 WARN  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353124 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353125 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica2' using configuration from collection routeFieldColl
   [junit4]   2> 353125 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica2' using configuration from collection routeFieldColl
   [junit4]   2> 353126 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node4/routeFieldColl_shard4_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node4/./routeFieldColl_shard4_replica2/data/]
   [junit4]   2> 353128 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node4/routeFieldColl_shard2_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node4/./routeFieldColl_shard2_replica2/data/]
   [junit4]   2> 353128 WARN  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 353129 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 353130 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica1' using configuration from collection routeFieldColl
   [junit4]   2> 353131 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node3/routeFieldColl_shard3_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001/tempDir-001/node3/./routeFieldColl_shard3_replica1/data/]
   [junit4]   2> 353345 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353345 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353349 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353349 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353353 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353353 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353363 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353363 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353363 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353363 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353366 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353366 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353367 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353374 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353374 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353375 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353371 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353376 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353377 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353377 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353406 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353406 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353407 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353407 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353411 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353411 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353413 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@74b44351[routeFieldColl_shard1_replica2] main]
   [junit4]   2> 353415 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353415 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353416 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353416 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f976896[routeFieldColl_shard1_replica1] main]
   [junit4]   2> 353417 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353417 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353417 INFO  (searcherExecutor-946-thread-1-processing-n:127.0.0.1:59886_solr x:routeFieldColl_shard1_replica2 s:shard1 c:routeFieldColl) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore [routeFieldColl_shard1_replica2] Registered new searcher Searcher@74b44351[routeFieldColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353417 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574426554368
   [junit4]   2> 353420 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 353421 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353424 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353424 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353434 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e32d5f9[routeFieldColl_shard4_replica1] main]
   [junit4]   2> 353434 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bb16f2b[routeFieldColl_shard2_replica1] main]
   [junit4]   2> 353434 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@19378724[routeFieldColl_shard3_replica2] main]
   [junit4]   2> 353435 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353437 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353437 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353438 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353438 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353438 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353439 INFO  (searcherExecutor-947-thread-1-processing-n:127.0.0.1:59884_solr x:routeFieldColl_shard1_replica1 s:shard1 c:routeFieldColl) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore [routeFieldColl_shard1_replica1] Registered new searcher Searcher@7f976896[routeFieldColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353439 INFO  (searcherExecutor-949-thread-1-processing-n:127.0.0.1:59886_solr x:routeFieldColl_shard3_replica2 s:shard3 c:routeFieldColl) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore [routeFieldColl_shard3_replica2] Registered new searcher Searcher@19378724[routeFieldColl_shard3_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353439 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574449623040
   [junit4]   2> 353439 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574449623040
   [junit4]   2> 353443 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@19165400[routeFieldColl_shard2_replica2] main]
   [junit4]   2> 353444 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@748c05c0[routeFieldColl_shard3_replica1] main]
   [junit4]   2> 353448 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353449 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353450 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353450 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353450 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353450 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353450 INFO  (searcherExecutor-950-thread-1-processing-n:127.0.0.1:59885_solr x:routeFieldColl_shard2_replica2 s:shard2 c:routeFieldColl) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore [routeFieldColl_shard2_replica2] Registered new searcher Searcher@19165400[routeFieldColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353452 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574463254528
   [junit4]   2> 353452 INFO  (searcherExecutor-952-thread-1-processing-n:127.0.0.1:59884_solr x:routeFieldColl_shard3_replica1 s:shard3 c:routeFieldColl) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore [routeFieldColl_shard3_replica1] Registered new searcher Searcher@748c05c0[routeFieldColl_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353453 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574464303104
   [junit4]   2> 353454 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b7b97bc[routeFieldColl_shard4_replica2] main]
   [junit4]   2> 353456 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353456 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 353457 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353461 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353461 INFO  (searcherExecutor-951-thread-1-processing-n:127.0.0.1:59885_solr x:routeFieldColl_shard4_replica2 s:shard4 c:routeFieldColl) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore [routeFieldColl_shard4_replica2] Registered new searcher Searcher@1b7b97bc[routeFieldColl_shard4_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353461 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574472691712
   [junit4]   2> 353460 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9992ms
   [junit4]   2> 353460 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353469 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 353480 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353482 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353488 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 353492 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard4: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 353495 INFO  (searcherExecutor-945-thread-1-processing-n:127.0.0.1:59883_solr x:routeFieldColl_shard4_replica1 s:shard4 c:routeFieldColl) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore [routeFieldColl_shard4_replica1] Registered new searcher Searcher@3e32d5f9[routeFieldColl_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353498 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574511489024
   [junit4]   2> 353506 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 353506 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353506 INFO  (searcherExecutor-948-thread-1-processing-n:127.0.0.1:59883_solr x:routeFieldColl_shard2_replica1 s:shard2 c:routeFieldColl) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore [routeFieldColl_shard2_replica1] Registered new searcher Searcher@5bb16f2b[routeFieldColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353506 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1560646574519877632
   [junit4]   2> 353609 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_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> 353609 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_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> 353609 INFO  (zkCallback-347-thread-3-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_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> 353610 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_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> 353964 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353964 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353964 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59886/solr/routeFieldColl_shard3_replica2/
   [junit4]   2> 353965 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard3_replica2 url=http://127.0.0.1:59886/solr START replicas=[http://127.0.0.1:59884/solr/routeFieldColl_shard3_replica1/] nUpdates=100
   [junit4]   2> 353965 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard3_replica2 url=http://127.0.0.1:59886/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 353967 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353967 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353967 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/
   [junit4]   2> 353967 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard1_replica2 url=http://127.0.0.1:59886/solr START replicas=[http://127.0.0.1:59884/solr/routeFieldColl_shard1_replica1/] nUpdates=100
   [junit4]   2> 353968 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard1_replica2 url=http://127.0.0.1:59886/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 353969 INFO  (qtp340978243-2230) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3 r:core_node4 x:routeFieldColl_shard3_replica1] o.a.s.c.S.Request [routeFieldColl_shard3_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 353970 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 353970 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 353970 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 353972 INFO  (qtp340978243-2207) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1 r:core_node7 x:routeFieldColl_shard1_replica1] o.a.s.c.S.Request [routeFieldColl_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 353972 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 353972 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 353972 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 353979 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59886/solr/routeFieldColl_shard3_replica2/ shard3
   [junit4]   2> 353980 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/ shard1
   [junit4]   2> 353997 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353997 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353997 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353997 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353997 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59885/solr/routeFieldColl_shard2_replica2/
   [junit4]   2> 353997 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59885/solr/routeFieldColl_shard4_replica2/
   [junit4]   2> 353997 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard2_replica2 url=http://127.0.0.1:59885/solr START replicas=[http://127.0.0.1:59883/solr/routeFieldColl_shard2_replica1/] nUpdates=100
   [junit4]   2> 353997 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard4_replica2 url=http://127.0.0.1:59885/solr START replicas=[http://127.0.0.1:59883/solr/routeFieldColl_shard4_replica1/] nUpdates=100
   [junit4]   2> 353998 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard2_replica2 url=http://127.0.0.1:59885/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 353998 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard4_replica2 url=http://127.0.0.1:59885/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 354002 INFO  (qtp1697262435-2206) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2 r:core_node1 x:routeFieldColl_shard2_replica1] o.a.s.c.S.Request [routeFieldColl_shard2_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 354002 INFO  (qtp1697262435-2208) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica1] o.a.s.c.S.Request [routeFieldColl_shard4_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 354003 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 354003 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 354003 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 354003 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 354003 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 354003 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 354011 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59885/solr/routeFieldColl_shard4_replica2/ shard4
   [junit4]   2> 354011 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59885/solr/routeFieldColl_shard2_replica2/ shard2
   [junit4]   2> 354130 INFO  (zkCallback-347-thread-2-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_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> 354130 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_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> 354130 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_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> 354130 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_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> 354149 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354149 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354154 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2283
   [junit4]   2> 354154 INFO  (qtp220101616-2220) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2} status=0 QTime=2282
   [junit4]   2> 354188 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354188 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354192 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2} status=0 QTime=2319
   [junit4]   2> 354192 INFO  (qtp1627808587-2211) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2320
   [junit4]   2> 354306 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_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> 354306 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_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> 354306 INFO  (zkCallback-347-thread-3-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_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> 354306 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_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> 354502 INFO  (qtp340978243-2226) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2} status=0 QTime=2632
   [junit4]   2> 354521 INFO  (qtp340978243-2228) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2649
   [junit4]   2> 354642 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_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> 354642 INFO  (zkCallback-347-thread-2-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_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> 354642 INFO  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_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> 354642 INFO  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_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> 354760 INFO  (qtp1697262435-2202) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2} status=0 QTime=2894
   [junit4]   2> 354760 INFO  (qtp1697262435-2203) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2894
   [junit4]   2> 354765 INFO  (qtp1697262435-2201) [n:127.0.0.1:59883_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 354793 INFO  (qtp1697262435-2201) [n:127.0.0.1:59883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=3055
   [junit4]   2> 354821 INFO  (qtp340978243-2227) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1 r:core_node7 x:routeFieldColl_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/&wt=javabin&version=2}{add=[8 (1560646575876734976)]} 0 3
   [junit4]   2> 354821 INFO  (qtp340978243-2229) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3 r:core_node4 x:routeFieldColl_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard3_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59886/solr/routeFieldColl_shard3_replica2/&wt=javabin&version=2}{add=[6 (1560646575874637824), 7 (1560646575891415040)]} 0 3
   [junit4]   2> 354821 INFO  (qtp220101616-2222) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica2] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard3_replica2]  webapp=/solr path=/update params={_stateVer_=routeFieldColl:5&wt=javabin&version=2}{add=[6 (1560646575874637824), 7 (1560646575891415040)]} 0 23
   [junit4]   2> 354821 INFO  (qtp220101616-2224) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard1_replica2]  webapp=/solr path=/update params={_stateVer_=routeFieldColl:5&wt=javabin&version=2}{add=[8 (1560646575876734976)]} 0 23
   [junit4]   2> 354828 INFO  (qtp340978243-2230) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1 r:core_node7 x:routeFieldColl_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354828 INFO  (qtp340978243-2230) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard1 r:core_node7 x:routeFieldColl_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@65c0af9e
   [junit4]   2> 354830 INFO  (qtp220101616-2210) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354830 INFO  (qtp220101616-2210) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5de225b1
   [junit4]   2> 354832 INFO  (qtp1697262435-2204) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2 r:core_node1 x:routeFieldColl_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354833 INFO  (qtp340978243-2231) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3 r:core_node4 x:routeFieldColl_shard3_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354833 INFO  (qtp340978243-2231) [n:127.0.0.1:59884_solr c:routeFieldColl s:shard3 r:core_node4 x:routeFieldColl_shard3_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7db386d7
   [junit4]   2> 354841 INFO  (qtp1627808587-2215) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354842 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354842 INFO  (qtp220101616-2218) [n:127.0.0.1:59886_solr c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4294a6c0
   [junit4]   2> 354843 INFO  (qtp1697262435-2199) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354843 INFO  (qtp1697262435-2204) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2 r:core_node1 x:routeFieldColl_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 354843 INFO  (qtp1627808587-2205) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 354852 INFO  (qtp1627808587-2215) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 354852 INFO  (qtp1697262435-2199) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 354854 INFO  (qtp1627808587-2205) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 354854 INFO  (qtp1697262435-2204) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2 r:core_node1 x:routeFieldColl_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 354855 INFO  (qtp1697262435-2204) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard2 r:core_node1 x:routeFieldColl_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 23
   [junit4]   2> 354857 INFO  (qtp1627808587-2215) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 354857 INFO  (qtp1627808587-2215) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard2 r:core_node3 x:routeFieldColl_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 16
   [junit4]   2> 354857 INFO  (qtp1697262435-2199) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 354857 INFO  (qtp1697262435-2199) [n:127.0.0.1:59883_solr c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [routeFieldColl_shard4_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59886/solr/routeFieldColl_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 14
   [junit4]   2> 354858 INFO  (qtp1627808587-2205) [n:127.0.0.1:59885_solr c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_rep

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

oduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 396949 INFO  (qtp1627808587-2214) [n:127.0.0.1:59885_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=implicitcoll_a_replica4&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 397674 INFO  (OverseerThreadFactory-936-thread-5-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [implicitcoll]
   [junit4]   2> 397677 INFO  (qtp1697262435-2201) [n:127.0.0.1:59883_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 399061 INFO  (OverseerCollectionConfigSetProcessor-97540410741948425-127.0.0.1:59883_solr-n_0000000000) [n:127.0.0.1:59883_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 427826 ERROR (qtp1697262435-2201) [n:127.0.0.1:59883_solr    ] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to become ACTIVE with timeout=30
   [junit4]   2> 427826 INFO  (qtp1697262435-2201) [n:127.0.0.1:59883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=a,b,c&replicationFactor=5&collection.configName=conf&maxShardsPerNode=6&name=implicitcoll&router.name=implicit&action=CREATE&wt=javabin&version=2} status=0 QTime=32786
   [junit4]   2> 427827 INFO  (TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[7D24727396243E77]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCustomCollectionsAPI
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CustomCollectionTest -Dtests.method=testCustomCollectionsAPI -Dtests.seed=7D24727396243E77 -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=Cuba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   32.8s J0 | CustomCollectionTest.testCustomCollectionsAPI <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : implicitcoll
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7D24727396243E77:17C5FC18ABBE880F]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 427833 INFO  (jetty-closer-329-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@730857d1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 427834 INFO  (jetty-closer-329-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ef5edfb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 427834 INFO  (jetty-closer-329-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@51a273ad{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 427835 INFO  (jetty-closer-329-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1932403724
   [junit4]   2> 427835 INFO  (jetty-closer-329-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@506636df{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 427835 INFO  (jetty-closer-329-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1855632939
   [junit4]   2> 427835 INFO  (jetty-closer-329-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2111988266
   [junit4]   2> 427836 INFO  (jetty-closer-329-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=289687630
   [junit4]   2> 427841 INFO  (jetty-closer-329-thread-4) [    ] o.a.s.c.Overseer Overseer (id=97540410741948425-127.0.0.1:59883_solr-n_0000000000) closing
   [junit4]   2> 427844 INFO  (OverseerStateUpdate-97540410741948425-127.0.0.1:59883_solr-n_0000000000) [n:127.0.0.1:59883_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59883_solr
   [junit4]   2> 427846 WARN  (zkCallback-349-thread-1-processing-n:127.0.0.1:59885_solr) [n:127.0.0.1:59885_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 427846 WARN  (zkCallback-348-thread-1-processing-n:127.0.0.1:59886_solr) [n:127.0.0.1:59886_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 427846 WARN  (zkCallback-350-thread-1-processing-n:127.0.0.1:59884_solr) [n:127.0.0.1:59884_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 428372 INFO  (jetty-closer-329-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 428372 INFO  (jetty-closer-329-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 428373 INFO  (jetty-closer-329-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a0fa51c{/solr,null,UNAVAILABLE}
   [junit4]   2> 428373 INFO  (jetty-closer-329-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 428373 INFO  (jetty-closer-329-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7582e6b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 428373 INFO  (jetty-closer-329-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e245802{/solr,null,UNAVAILABLE}
   [junit4]   2> 429348 WARN  (zkCallback-347-thread-7-processing-n:127.0.0.1:59883_solr) [n:127.0.0.1:59883_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 429348 INFO  (jetty-closer-329-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 429349 INFO  (jetty-closer-329-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@234d4334{/solr,null,UNAVAILABLE}
   [junit4]   2> 429351 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59881 59881
   [junit4]   2> 430505 INFO  (Thread-429) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59881 59881
   [junit4]   2> 432799 WARN  (Thread-429) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2> 	4	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	4	/solr/collections/implicitcoll/state.json
   [junit4]   2> 	4	/solr/collections/withShardField/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	63	/solr/overseer/collection-queue-work
   [junit4]   2> 	46	/solr/overseer/queue
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 432799 INFO  (SUITE-CustomCollectionTest-seed#[7D24727396243E77]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_7D24727396243E77-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=hr-HR, timezone=Cuba
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=259124112,total=349175808
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderInitiatedRecoveryOnCommitTest, TestScoreJoinQPNoScore, UUIDUpdateProcessorFallbackTest, TestCustomSort, InfixSuggestersTest, TestFunctionQuery, CoreMergeIndexesAdminHandlerTest, TestCopyFieldCollectionResource, OverseerModifyCollectionTest, TestClusterProperties, TestCloudSchemaless, TestSort, DistribDocExpirationUpdateProcessorTest, TestPerFieldSimilarity, XsltUpdateRequestHandlerTest, TestFieldCacheSortRandom, PrimUtilsTest, TestQuerySenderNoQuery, TestAuthenticationFramework, CursorMarkTest, WrapperMergePolicyFactoryTest, TestSimpleQParserPlugin, TestSolrQueryResponse, ZkControllerTest, DistributedMLTComponentTest, TestManagedResourceStorage, CursorPagingTest, LeaderFailoverAfterPartitionTest, DistributedQueryComponentCustomSortTest, TestFieldCacheWithThreads, SimplePostToolTest, TestSolrCoreSnapshots, TestConfigSets, TestCloudInspectUtil, MoreLikeThisHandlerTest, TestGeoJSONResponseWriter, BigEndianAscendingWordDeserializerTest, BaseCdcrDistributedZkTest, ResponseHeaderTest, CustomCollectionTest]
   [junit4] Completed [83/693 (1!)] on J0 in 81.92s, 4 tests, 2 errors <<< FAILURES!

[...truncated 64630 lines...]