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/12/25 08:28:33 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 357 - Unstable!

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

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

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
	at __randomizedtesting.SeedInfo.seed([DD502CBCE1D219BB:8800C42E4D2BD64B]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:851)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([DD502CBCE1D219BB:550413664F2E7443]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12534 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 1054507 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/init-core-data-001
   [junit4]   2> 1054507 WARN  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1054507 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1054510 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-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> 1054511 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001
   [junit4]   2> 1054511 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1054512 INFO  (Thread-1857) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1054512 INFO  (Thread-1857) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1054514 ERROR (Thread-1857) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1054612 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62647
   [junit4]   2> 1054629 INFO  (zkConnectionManagerCallback-3623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054633 INFO  (jetty-launcher-3620-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1054633 INFO  (jetty-launcher-3620-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1054634 INFO  (jetty-launcher-3620-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1054634 INFO  (jetty-launcher-3620-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1054636 INFO  (jetty-launcher-3620-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26a410cb{/solr,null,AVAILABLE}
   [junit4]   2> 1054636 INFO  (jetty-launcher-3620-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ec4ee31{HTTP/1.1,[http/1.1]}{127.0.0.1:62649}
   [junit4]   2> 1054636 INFO  (jetty-launcher-3620-thread-1) [    ] o.e.j.s.Server Started @1057962ms
   [junit4]   2> 1054636 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62649}
   [junit4]   2> 1054636 ERROR (jetty-launcher-3620-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1054637 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1054637 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1054637 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1054637 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-25T07:33:07.386Z
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214f259f{/solr,null,AVAILABLE}
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a7f3591{HTTP/1.1,[http/1.1]}{127.0.0.1:62650}
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.e.j.s.Server Started @1057965ms
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62650}
   [junit4]   2> 1054639 ERROR (jetty-launcher-3620-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1054639 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-25T07:33:07.388Z
   [junit4]   2> 1054641 INFO  (jetty-launcher-3620-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a1c1fbf{/solr,null,AVAILABLE}
   [junit4]   2> 1054643 INFO  (jetty-launcher-3620-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bd4316c{HTTP/1.1,[http/1.1]}{127.0.0.1:62651}
   [junit4]   2> 1054643 INFO  (jetty-launcher-3620-thread-4) [    ] o.e.j.s.Server Started @1057969ms
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62651}
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42ebd94{/solr,null,AVAILABLE}
   [junit4]   2> 1054644 ERROR (jetty-launcher-3620-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2bcb7927{HTTP/1.1,[http/1.1]}{127.0.0.1:62654}
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-3) [    ] o.e.j.s.Server Started @1057969ms
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-25T07:33:07.393Z
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62654}
   [junit4]   2> 1054644 ERROR (jetty-launcher-3620-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1054644 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1054645 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1054645 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1054645 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-25T07:33:07.394Z
   [junit4]   2> 1054645 INFO  (zkConnectionManagerCallback-3627-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054646 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1054647 INFO  (zkConnectionManagerCallback-3625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054647 INFO  (zkConnectionManagerCallback-3629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054647 INFO  (zkConnectionManagerCallback-3631-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054647 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1054648 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1054648 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1054660 INFO  (jetty-launcher-3620-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62647/solr
   [junit4]   2> 1054660 INFO  (jetty-launcher-3620-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62647/solr
   [junit4]   2> 1054661 INFO  (jetty-launcher-3620-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62647/solr
   [junit4]   2> 1054661 INFO  (jetty-launcher-3620-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62647/solr
   [junit4]   2> 1054662 INFO  (zkConnectionManagerCallback-3638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054662 INFO  (zkConnectionManagerCallback-3641-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054663 INFO  (zkConnectionManagerCallback-3644-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054663 INFO  (zkConnectionManagerCallback-3647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054667 INFO  (zkConnectionManagerCallback-3649-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054667 INFO  (zkConnectionManagerCallback-3651-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054667 INFO  (zkConnectionManagerCallback-3655-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054667 INFO  (zkConnectionManagerCallback-3653-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1054851 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1054851 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1054851 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1054851 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1054852 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62649_solr
   [junit4]   2> 1054853 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62654_solr
   [junit4]   2> 1054853 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62650_solr
   [junit4]   2> 1054853 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62651_solr
   [junit4]   2> 1054866 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.c.Overseer Overseer (id=99233771504402442-127.0.0.1:62649_solr-n_0000000000) starting
   [junit4]   2> 1054866 INFO  (zkCallback-3652-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1054866 INFO  (zkCallback-3648-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1054877 INFO  (zkCallback-3650-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1054888 INFO  (zkCallback-3654-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1054898 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62649_solr
   [junit4]   2> 1054900 INFO  (zkCallback-3652-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1054900 INFO  (zkCallback-3650-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1054900 INFO  (zkCallback-3654-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1054901 INFO  (zkCallback-3648-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1054957 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62650.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1054964 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62650.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1054964 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62650.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1054970 INFO  (jetty-launcher-3620-thread-2) [n:127.0.0.1:62650_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node2/.
   [junit4]   2> 1054974 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62654.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1054993 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62651.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055002 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62654.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055002 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62654.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055004 INFO  (jetty-launcher-3620-thread-3) [n:127.0.0.1:62654_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node3/.
   [junit4]   2> 1055039 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62651.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055039 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62651.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055039 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62649.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055041 INFO  (jetty-launcher-3620-thread-4) [n:127.0.0.1:62651_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node4/.
   [junit4]   2> 1055063 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62649.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055063 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62649.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1055064 INFO  (jetty-launcher-3620-thread-1) [n:127.0.0.1:62649_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node1/.
   [junit4]   2> 1055146 INFO  (zkConnectionManagerCallback-3665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1055149 INFO  (zkConnectionManagerCallback-3669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1055151 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1055153 INFO  (SUITE-CustomCollectionTest-seed#[DD502CBCE1D219BB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62647/solr ready
   [junit4]   2> 1055181 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[DD502CBCE1D219BB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
   [junit4]   2> 1055183 INFO  (TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[DD502CBCE1D219BB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1055187 INFO  (qtp261913749-13016) [n:127.0.0.1:62651_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&nrtReplicas=2&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1055190 INFO  (OverseerThreadFactory-4614-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_solr    ] o.a.s.c.CreateCollectionCmd Create collection routeFieldColl
   [junit4]   2> 1055308 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62654/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055312 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routeFieldColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62649/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055316 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62651/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055321 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routeFieldColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62650/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055324 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62654/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055328 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"routeFieldColl_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62649/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055332 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62651/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055336 INFO  (OverseerStateUpdate-99233771504402442-127.0.0.1:62649_solr-n_0000000000) [n:127.0.0.1:62649_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routeFieldColl",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"routeFieldColl_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62650/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1055552 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n4&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055552 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n12&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055552 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055552 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1055553 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1055553 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055553 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n8&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055553 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n10&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055553 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1055554 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n6&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055554 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n14&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1055555 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1055675 INFO  (zkCallback-3654-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1055675 INFO  (zkCallback-3652-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1055675 INFO  (zkCallback-3648-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1055675 INFO  (zkCallback-3650-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1055675 INFO  (zkCallback-3652-thread-2-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1055676 INFO  (zkCallback-3648-thread-2-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1055676 INFO  (zkCallback-3650-thread-2-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1055677 INFO  (zkCallback-3654-thread-2-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1056600 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056601 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056609 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056609 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056612 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056628 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 1056628 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 1056637 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056638 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056654 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 1056656 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1056657 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 1056675 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1056679 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 1056685 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1056723 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056723 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n12' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056723 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 1056724 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62651.solr.core.routeFieldColl.shard4.replica_n12' (registry 'solr.core.routeFieldColl.shard4.replica_n12') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056724 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056724 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n12] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node4/routeFieldColl_shard4_replica_n12], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node4/./routeFieldColl_shard4_replica_n12/data/]
   [junit4]   2> 1056731 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056731 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n1' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056731 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056731 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n6' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056732 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62654.solr.core.routeFieldColl.shard1.replica_n1' (registry 'solr.core.routeFieldColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056732 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056732 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62650.solr.core.routeFieldColl.shard2.replica_n6' (registry 'solr.core.routeFieldColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056732 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node3/routeFieldColl_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node3/./routeFieldColl_shard1_replica_n1/data/]
   [junit4]   2> 1056732 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056732 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node2/routeFieldColl_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node2/./routeFieldColl_shard2_replica_n6/data/]
   [junit4]   2> 1056744 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056744 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n4' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056744 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62651.solr.core.routeFieldColl.shard2.replica_n4' (registry 'solr.core.routeFieldColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056744 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056744 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node4/routeFieldColl_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node4/./routeFieldColl_shard2_replica_n4/data/]
   [junit4]   2> 1056750 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056750 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n14' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056750 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056750 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n8' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056750 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62650.solr.core.routeFieldColl.shard4.replica_n14' (registry 'solr.core.routeFieldColl.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056751 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056751 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n14] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node2/routeFieldColl_shard4_replica_n14], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node2/./routeFieldColl_shard4_replica_n14/data/]
   [junit4]   2> 1056751 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62654.solr.core.routeFieldColl.shard3.replica_n8' (registry 'solr.core.routeFieldColl.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056751 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056751 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n8] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node3/routeFieldColl_shard3_replica_n8], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node3/./routeFieldColl_shard3_replica_n8/data/]
   [junit4]   2> 1056760 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056760 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n2' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056761 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62649.solr.core.routeFieldColl.shard1.replica_n2' (registry 'solr.core.routeFieldColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056761 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056761 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node1/routeFieldColl_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node1/./routeFieldColl_shard1_replica_n2/data/]
   [junit4]   2> 1056763 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1056763 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n10' using configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 1056763 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62649.solr.core.routeFieldColl.shard3.replica_n10' (registry 'solr.core.routeFieldColl.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e7e8c8
   [junit4]   2> 1056763 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1056764 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n10] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node1/routeFieldColl_shard3_replica_n10], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD502CBCE1D219BB-001/tempDir-001/node1/./routeFieldColl_shard3_replica_n10/data/]
   [junit4]   2> 1056882 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056882 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056883 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056883 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056886 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056886 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056888 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056888 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056903 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056903 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056905 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056905 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056907 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056907 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056908 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@558b1391[routeFieldColl_shard3_replica_n8] main]
   [junit4]   2> 1056909 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.s.SolrIndexSearcher Opening [Searcher@327dee50[routeFieldColl_shard4_replica_n14] main]
   [junit4]   2> 1056910 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056910 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056913 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056914 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056941 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056942 INFO  (searcherExecutor-4628-thread-1-processing-n:127.0.0.1:62654_solr x:routeFieldColl_shard3_replica_n8 s:shard3 c:routeFieldColl r:core_node11) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n8] Registered new searcher Searcher@558b1391[routeFieldColl_shard3_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056943 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346618478592
   [junit4]   2> 1056943 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056944 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056945 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056945 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056946 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056947 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056948 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056948 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346623721472
   [junit4]   2> 1056948 INFO  (searcherExecutor-4627-thread-1-processing-n:127.0.0.1:62650_solr x:routeFieldColl_shard4_replica_n14 s:shard4 c:routeFieldColl r:core_node16) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n14] Registered new searcher Searcher@327dee50[routeFieldColl_shard4_replica_n14] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056949 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056949 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056950 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056950 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056951 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056951 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056952 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056952 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056957 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.s.SolrIndexSearcher Opening [Searcher@6aaf25d5[routeFieldColl_shard4_replica_n12] main]
   [junit4]   2> 1056958 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard4: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1056959 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1056960 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056960 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056960 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056961 INFO  (qtp261913749-13020) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346637352960
   [junit4]   2> 1056961 INFO  (searcherExecutor-4623-thread-1-processing-n:127.0.0.1:62651_solr x:routeFieldColl_shard4_replica_n12 s:shard4 c:routeFieldColl r:core_node15) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12] o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n12] Registered new searcher Searcher@6aaf25d5[routeFieldColl_shard4_replica_n12] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056964 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@45db2439[routeFieldColl_shard1_replica_n2] main]
   [junit4]   2> 1056964 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.s.SolrIndexSearcher Opening [Searcher@70a968c5[routeFieldColl_shard3_replica_n10] main]
   [junit4]   2> 1056965 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056966 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1056966 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1056966 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e873fe2[routeFieldColl_shard2_replica_n6] main]
   [junit4]   2> 1056966 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056966 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056966 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056967 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056967 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1056967 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1056967 INFO  (searcherExecutor-4629-thread-1-processing-n:127.0.0.1:62649_solr x:routeFieldColl_shard1_replica_n2 s:shard1 c:routeFieldColl r:core_node5) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.SolrCore [routeFieldColl_shard1_replica_n2] Registered new searcher Searcher@45db2439[routeFieldColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056967 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056967 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346643644416
   [junit4]   2> 1056968 INFO  (qtp988180961-13000) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346644692992
   [junit4]   2> 1056968 INFO  (searcherExecutor-4630-thread-1-processing-n:127.0.0.1:62649_solr x:routeFieldColl_shard3_replica_n10 s:shard3 c:routeFieldColl r:core_node13) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10] o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n10] Registered new searcher Searcher@70a968c5[routeFieldColl_shard3_replica_n10] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056969 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056969 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056970 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a166eb8[routeFieldColl_shard2_replica_n4] main]
   [junit4]   2> 1056971 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056971 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056971 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056972 INFO  (searcherExecutor-4625-thread-1-processing-n:127.0.0.1:62650_solr x:routeFieldColl_shard2_replica_n6 s:shard2 c:routeFieldColl r:core_node9) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n6] Registered new searcher Searcher@6e873fe2[routeFieldColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056972 INFO  (qtp531777081-13008) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346648887296
   [junit4]   2> 1056972 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056972 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346648887296
   [junit4]   2> 1056972 INFO  (searcherExecutor-4626-thread-1-processing-n:127.0.0.1:62651_solr x:routeFieldColl_shard2_replica_n4 s:shard2 c:routeFieldColl r:core_node7) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n4] Registered new searcher Searcher@1a166eb8[routeFieldColl_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1056978 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67b7f0ba[routeFieldColl_shard1_replica_n1] main]
   [junit4]   2> 1056980 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1056980 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1056980 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62651/solr/routeFieldColl_shard2_replica_n4/
   [junit4]   2> 1056980 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard2_replica_n4 url=http://127.0.0.1:62651/solr START replicas=[http://127.0.0.1:62650/solr/routeFieldColl_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 1056980 INFO  (qtp988180961-12999) [n:127.0.0.1:62649_solr c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 1056981 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1056982 INFO  (qtp531777081-13010) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6] o.a.s.c.S.Request [routeFieldColl_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1056982 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1056982 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1056983 INFO  (qtp574013782-13025) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587740346660421632
   [junit4]   2> 1056983 INFO  (searcherExecutor-4624-thread-1-processing-n:127.0.0.1:62654_solr x:routeFieldColl_shard1_replica_n1 s:shard1 c:routeFieldColl r:core_node3) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1] o.a.s.c.SolrCore [routeFieldColl_shard1_replica_n1] Registered new searcher Searcher@67b7f0ba[routeFieldColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1057086 INFO  (zkCallback-3652-thread-2-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1057086 INFO  (zkCallback-3654-thread-2-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1057086 INFO  (zkCallback-3654-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1057086 INFO  (zkCallback-3650-thread-2-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1057086 INFO  (zkCallback-3650-thread-3-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1057086 INFO  (zkCallback-3648-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1057086 INFO  (zkCallback-3648-thread-2-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1057086 INFO  (zkCallback-3652-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1057281 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard2_replica_n4 url=http://127.0.0.1:62651/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1057281 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1057281 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] 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> 1057281 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1057286 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62651/solr/routeFieldColl_shard2_replica_n4/ shard2
   [junit4]   2> 1057391 INFO  (zkCallback-3652-thread-1-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1057391 INFO  (zkCallback-3648-thread-2-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1057391 INFO  (zkCallback-3648-thread-1-processing-n:127.0.0.1:62650_solr) [n:127.0.0.1:62650_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> 1057391 INFO  (zkCallback-3650-thread-3-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1057391 INFO  (zkCallback-3650-thread-1-processing-n:127.0.0.1:62649_solr) [n:127.0.0.1:62649_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> 1057391 INFO  (zkCallback-3654-thread-2-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1057391 INFO  (zkCallback-3652-thread-2-processing-n:127.0.0.1:62651_solr) [n:127.0.0.1:62651_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> 1057391 INFO  (zkCallback-3654-thread-1-processing-n:127.0.0.1:62654_solr) [n:127.0.0.1:62654_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> 1057444 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1057446 INFO  (qtp261913749-13018) [n:127.0.0.1:62651_solr c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n4&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1895
   [junit4]   2> 1057459 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1057459 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1057459 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62650/solr/routeFieldColl_shard4_replica_n14/
   [junit4]   2> 1057459 INFO  (qtp531777081-13007) [n:127.0.0.1:62650_solr c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14] o.a.s.u.PeerSync PeerSync: core=routeFieldColl_shard4_replica_n14 url=http://127.0.0.1:62650/solr START replicas=[http://127.0.0.1:62651/solr/routeFieldColl_shard4_replica_n12/] nUpdates=100
   [junit4]   2> 1057460 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1057460 INFO  (qtp574013782-13026) [n:127.0.0.1:62654_solr c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8] o.a.s.c.S

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

, 7child0_s=Lucene50(blocksize=128), 6child1_s=PostingsFormat(name=Memory), 12grand10_s=PostingsFormat(name=Memory), 13grand0_s=PostingsFormat(name=Memory), _root_=PostingsFormat(name=Memory), 5child2_s=Lucene50(blocksize=128), 13grand4_s=PostingsFormat(name=Memory), 12grand5_s=PostingsFormat(name=Memory), 3child0_s=PostingsFormat(name=Memory), 4child3_s=PostingsFormat(name=Memory), 1grand0_s=PostingsFormat(name=Memory), 11grand2_s=PostingsFormat(name=Memory), 12grand1_s=PostingsFormat(name=Memory), 11grand6_s=PostingsFormat(name=Memory), 10grand7_s=PostingsFormat(name=Memory), 7parent_f1_s=Lucene50(blocksize=128), 2child1_s=Lucene50(blocksize=128), 3parent_f2_s=PostingsFormat(name=Memory), 10grand3_s=PostingsFormat(name=Memory), 13grand12_s=PostingsFormat(name=Memory), 6grand3_s=PostingsFormat(name=Memory), 5grand2_s=PostingsFormat(name=Memory), 10grand9_s=BlockTreeOrds(blocksize=128), 4grand1_s=PostingsFormat(name=Memory), 7grand4_s=PostingsFormat(name=Memory), 3grand0_s=PostingsFormat(name=Memory), 9grand6_s=Lucene50(blocksize=128), 8grand1_s=PostingsFormat(name=Memory), 9grand2_s=Lucene50(blocksize=128), 12grand7_s=BlockTreeOrds(blocksize=128), 8grand5_s=PostingsFormat(name=Memory), 13grand8_s=PostingsFormat(name=Memory), 9parent_f1_s=PostingsFormat(name=Memory), 1parent_f2_s=BlockTreeOrds(blocksize=128), 6child3_s=Lucene50(blocksize=128), 7grand0_s=PostingsFormat(name=Memory), text_t=PostingsFormat(name=Memory), 7child4_s=Lucene50(blocksize=128), type_s=PostingsFormat(name=Memory), 12grand11_s=PostingsFormat(name=Memory), 5child1_s=PostingsFormat(name=Memory), 10parent_f1_s=PostingsFormat(name=Memory), 13grand3_s=PostingsFormat(name=Memory), 11grand1_s=PostingsFormat(name=Memory), 12grand6_s=PostingsFormat(name=Memory), 10grand0_s=PostingsFormat(name=Memory), 4child0_s=BlockTreeOrds(blocksize=128), 11grand5_s=PostingsFormat(name=Memory), 12grand2_s=PostingsFormat(name=Memory), 10grand8_s=PostingsFormat(name=Memory), 10grand4_s=PostingsFormat(name=Memory), 5grand1_s=PostingsFormat(name=Memory), 6grand4_s=PostingsFormat(name=Memory), 4grand2_s=PostingsFormat(name=Memory), 7grand3_s=PostingsFormat(name=Memory), 11grand9_s=PostingsFormat(name=Memory), 8grand2_s=PostingsFormat(name=Memory), 9grand5_s=PostingsFormat(name=Memory), 8grand6_s=PostingsFormat(name=Memory), 9grand1_s=PostingsFormat(name=Memory), 12grand8_s=Lucene50(blocksize=128), 13grand7_s=PostingsFormat(name=Memory), 6child4_s=PostingsFormat(name=Memory), 5parent_f1_s=PostingsFormat(name=Memory), 6grand0_s=PostingsFormat(name=Memory), 7child3_s=PostingsFormat(name=Memory), 10parent_f2_s=PostingsFormat(name=Memory), 5child0_s=PostingsFormat(name=Memory), 8parent_f1_s=BlockTreeOrds(blocksize=128), 13grand2_s=BlockTreeOrds(blocksize=128), 2parent_f2_s=PostingsFormat(name=Memory), 11grand0_s=BlockTreeOrds(blocksize=128), 12grand3_s=BlockTreeOrds(blocksize=128), 4child1_s=Lucene50(blocksize=128), 2grand1_s=PostingsFormat(name=Memory), 11grand4_s=BlockTreeOrds(blocksize=128), 3child2_s=Lucene50(blocksize=128), 10grand5_s=BlockTreeOrds(blocksize=128), 1child0_s=Lucene50(blocksize=128), 10grand1_s=BlockTreeOrds(blocksize=128), 13grand10_s=Lucene50(blocksize=128), 7grand6_s=Lucene50(blocksize=128), 5grand0_s=Lucene50(blocksize=128), 6grand5_s=Lucene50(blocksize=128), 7grand2_s=Lucene50(blocksize=128), 4grand3_s=Lucene50(blocksize=128), 9grand8_s=PostingsFormat(name=Memory), 11grand8_s=BlockTreeOrds(blocksize=128), 8grand3_s=Lucene50(blocksize=128), 6parent_f1_s=PostingsFormat(name=Memory), 9grand4_s=PostingsFormat(name=Memory), 12grand9_s=PostingsFormat(name=Memory), 8grand7_s=Lucene50(blocksize=128), 0parent_f1_s=BlockTreeOrds(blocksize=128), 3grand2_s=Lucene50(blocksize=128), 9grand0_s=PostingsFormat(name=Memory), 4parent_f2_s=Lucene50(blocksize=128), 13grand6_s=BlockTreeOrds(blocksize=128), 5child4_s=PostingsFormat(name=Memory), 7child6_s=PostingsFormat(name=Memory), 6child5_s=PostingsFormat(name=Memory), 7child2_s=PostingsFormat(name=Memory), 5grand4_s=Lucene50(blocksize=128), 6grand1_s=Lucene50(blocksize=128), 5parent_f2_s=BlockTreeOrds(blocksize=128), 6child0_s=PostingsFormat(name=Memory), 13grand1_s=Lucene50(blocksize=128), 8parent_f2_s=Lucene50(blocksize=128), 13grand5_s=Lucene50(blocksize=128), 2parent_f1_s=PostingsFormat(name=Memory), 4child2_s=PostingsFormat(name=Memory), rnd_b=Lucene50(blocksize=128), 11grand3_s=Lucene50(blocksize=128), 12grand4_s=Lucene50(blocksize=128), 2grand0_s=PostingsFormat(name=Memory), 11grand7_s=Lucene50(blocksize=128), 12grand0_s=Lucene50(blocksize=128), 3child1_s=BlockTreeOrds(blocksize=128), 10grand6_s=Lucene50(blocksize=128), 7parent_f2_s=PostingsFormat(name=Memory), 10grand2_s=Lucene50(blocksize=128), 2child0_s=PostingsFormat(name=Memory), 13grand11_s=PostingsFormat(name=Memory), 3parent_f1_s=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1003, maxMBSortInHeap=5.370087652427594, sim=RandomSimilarity(queryNorm=false): {}, locale=sq, timezone=Etc/UCT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=299061664,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSmileRequest, DirectUpdateHandlerTest, TestRealTimeGet, TestCloudDeleteByQuery, FieldAnalysisRequestHandlerTest, TestSolrCloudWithSecureImpersonation, TestFuzzyAnalyzedSuggestions, UpdateLogTest, SuggesterTSTTest, SliceStateTest, SignatureUpdateProcessorFactoryTest, TlogReplayBufferedWhileIndexingTest, RegexBoostProcessorTest, TestPHPSerializedResponseWriter, UUIDUpdateProcessorFallbackTest, TestSolrXml, HdfsRecoverLeaseTest, TestWriterPerf, NodeMutatorTest, TestRawTransformer, TestCoreDiscovery, HdfsThreadLeakTest, VMParamsZkACLAndCredentialsProvidersTest, SolrTestCaseJ4Test, DirectoryFactoryTest, TestSolrCoreSnapshots, LeaderElectionTest, TestCollectionAPI, WordBreakSolrSpellCheckerTest, LargeFieldTest, CoreAdminCreateDiscoverTest, TimeZoneUtilsTest, BadIndexSchemaTest, TestSortByMinMaxFunction, DateMathParserTest, TestMacroExpander, RequestHandlersTest, TestStandardQParsers, SolrXmlInZkTest, ZkControllerTest, SearchHandlerTest, AddReplicaTest, StatsReloadRaceTest, ConvertedLegacyTest, DistributedFacetPivotWhiteBoxTest, CircularListTest, TestGraphMLResponseWriter, JSONWriterTest, FastVectorHighlighterTest, AtomicUpdatesTest, TestGenericDistributedQueue, TestPullReplicaErrorHandling, SolrInfoBeanTest, DistribCursorPagingTest, OverseerModifyCollectionTest, CollectionReloadTest, TestBinaryResponseWriter, TestLegacyNumericRangeQueryBuilder, RollingRestartTest, DistributedFacetPivotSmallAdvancedTest, TestXIncludeConfig, TestRandomRequestDistribution, TestIBSimilarityFactory, TestMinMaxOnMultiValuedField, TestQueryWrapperFilter, CloneFieldUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, AutoAddReplicasIntegrationTest, TestEmbeddedSolrServerAdminHandler, TestPolicyCloud, DistributedSpellCheckComponentTest, ConjunctionSolrSpellCheckerTest, TestUpdate, TestSolr4Spatial, TestLMDirichletSimilarityFactory, TestJsonRequest, TestQuerySenderNoQuery, SpatialHeatmapFacetsTest, ScriptEngineTest, AnalysisErrorHandlingTest, TestJmxIntegration, DistanceFunctionTest, TestDocTermOrds, TestPrepRecovery, MinimalSchemaTest, NotRequiredUniqueKeyTest, AutoScalingHandlerTest, TestFileDictionaryLookup, TestUseDocValuesAsStored2, TestAddFieldRealTimeGet, TestFiltering, MetricUtilsTest, ConfigSetsAPITest, TestCloudJSONFacetJoinDomain, TestSizeLimitedDistributedMap, ShardRoutingTest, TemplateUpdateProcessorTest, ReturnFieldsTest, HLLUtilTest, DistributedQueryElevationComponentTest, SolrCLIZkUtilsTest, HdfsCollectionsAPIDistributedZkTest, DefaultValueUpdateProcessorTest, BlockDirectoryTest, TestDelegationWithHadoopAuth, DeleteInactiveReplicaTest, TestRandomDVFaceting, CoreMergeIndexesAdminHandlerTest, SecurityConfHandlerTest, HdfsRestartWhileUpdatingTest, RulesTest, TestSolrQueryResponse, OverriddenZkACLAndCredentialsProvidersTest, TestJsonFacetRefinement, BooleanFieldTest, HdfsBasicDistributedZk2Test, TestCustomSort, ExecutePlanActionTest, TestMissingGroups, AssignBackwardCompatibilityTest, SolrSlf4jReporterTest, MoveReplicaTest, TestSegmentSorting, HdfsDirectoryFactoryTest, TestManagedResourceStorage, SharedFSAutoReplicaFailoverTest, TestSurroundQueryParser, XsltUpdateRequestHandlerTest, TestDeleteCollectionOnDownNodes, ConfigureRecoveryStrategyTest, TestInitParams, TestDynamicFieldCollectionResource, SpatialFilterTest, RankQueryTest, TestUtils, TestSchemaSimilarityResource, HdfsUnloadDistributedZkTest, TestDistribStateManager, TestConfigSetImmutable, RecoveryZkTest, DistribJoinFromCollectionTest, PeerSyncReplicationTest, CleanupOldIndexTest, NumericFieldsTest, OutputWriterTest, SpellCheckCollatorTest, TestHdfsCloudBackupRestore, SyncSliceTest, TestReversedWildcardFilterFactory, TestExpandComponent, HttpTriggerListenerTest, JvmMetricsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestLegacyFieldReuse, TestSolrCloudWithHadoopAuthPlugin, TestSystemCollAutoCreate, TestTolerantUpdateProcessorRandomCloud, TestStressRecovery, SolrShardReporterTest, IndexSchemaTest, TestReplicationHandler, TestXmlQParserPlugin, SimpleMLTQParserTest, DisMaxRequestHandlerTest, TestNodeAddedTrigger, TestLegacyTerms, NodeAddedTriggerTest, TestFieldCacheWithThreads, TestSchemaNameResource, OverseerTest, CheckHdfsIndexTest, SpellCheckComponentTest, SolrMetricReporterTest, TestComplexPhraseLeadingWildcard, TestManagedSchemaAPI, BlockJoinFacetDistribTest, SolrRequestParserTest, TestEmbeddedSolrServerSchemaAPI, DirectUpdateHandlerOptimizeTest, DataDrivenBlockJoinTest, DistributedVersionInfoTest, TimeRoutedAliasUpdateProcessorTest, LeaderFailureAfterFreshStartTest, TestSweetSpotSimilarityFactory, TestFilteredDocIdSet, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [390/764 (2!)] on J0 in 64.95s, 1 test, 1 failure <<< FAILURES!

[...truncated 49397 lines...]