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

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3873 - Still unstable!

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

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionReload

Error Message:
Could not find collection : reloaded_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : reloaded_collection
	at __randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:39883A9B2F120034]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.collectStartTimes(CollectionsAPIDistributedZkTest.java:595)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionReload(CollectionsAPIDistributedZkTest.java:536)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Last available state: null
	at __randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:DF160698EDFED052]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:425)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Expected to see collection awhollynewcollection_0 null Last available state: DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={   "replicationFactor":"4",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state: DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
  "replicationFactor":"4",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:70446211FCAE803E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:503)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes

Error Message:
Could not find collection : nodes_used_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : nodes_used_collection
	at __randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:5C71C3C9415327BA]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11954 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/init-core-data-001
   [junit4]   2> 1734378 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1734385 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-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> 1734389 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001
   [junit4]   2> 1734389 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1734390 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1734390 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1734490 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63559
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734529 INFO  (jetty-launcher-3106-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734530 INFO  (jetty-launcher-3106-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71136ccd{/solr,null,AVAILABLE}
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@666e56c6{HTTP/1.1,[http/1.1]}{127.0.0.1:63561}
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] o.e.j.s.Server Started @1739786ms
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63561}
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5bf2ea20{/solr,null,AVAILABLE}
   [junit4]   2> 1734534 ERROR (jetty-launcher-3106-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T13:09:59.747Z
   [junit4]   2> 1734536 INFO  (jetty-launcher-3106-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23dbeb7b{/solr,null,AVAILABLE}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f20bc03{HTTP/1.1,[http/1.1]}{127.0.0.1:63562}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] o.e.j.s.Server Started @1739790ms
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63562}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@286af47d{/solr,null,AVAILABLE}
   [junit4]   2> 1734538 ERROR (jetty-launcher-3106-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@569761ed{HTTP/1.1,[http/1.1]}{127.0.0.1:63564}
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.e.j.s.Server Started @1739791ms
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63564}
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734538 ERROR (jetty-launcher-3106-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T13:09:59.751Z
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T13:09:59.751Z
   [junit4]   2> 1734539 INFO  (jetty-launcher-3106-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38531680{HTTP/1.1,[http/1.1]}{127.0.0.1:63563}
   [junit4]   2> 1734539 INFO  (jetty-launcher-3106-thread-2) [    ] o.e.j.s.Server Started @1739792ms
   [junit4]   2> 1734540 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63563}
   [junit4]   2> 1734540 ERROR (jetty-launcher-3106-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T13:09:59.754Z
   [junit4]   2> 1734545 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734546 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734546 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734547 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734560 INFO  (jetty-launcher-3106-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734561 INFO  (jetty-launcher-3106-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734562 INFO  (jetty-launcher-3106-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734563 INFO  (jetty-launcher-3106-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734566 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15a9e974ab60006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734568 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15a9e974ab60005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734574 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15a9e974ab60007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734633 INFO  (jetty-launcher-3106-thread-4) [n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734634 INFO  (jetty-launcher-3106-thread-2) [n:127.0.0.1:63563_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734634 INFO  (jetty-launcher-3106-thread-3) [n:127.0.0.1:63562_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734635 INFO  (jetty-launcher-3106-thread-1) [n:127.0.0.1:63561_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734636 INFO  (jetty-launcher-3106-thread-4) [n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63564_solr
   [junit4]   2> 1734637 INFO  (jetty-launcher-3106-thread-2) [n:127.0.0.1:63563_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63563_solr
   [junit4]   2> 1734639 INFO  (jetty-launcher-3106-thread-3) [n:127.0.0.1:63562_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63562_solr
   [junit4]   2> 1734639 INFO  (jetty-launcher-3106-thread-1) [n:127.0.0.1:63561_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63561_solr
   [junit4]   2> 1734640 INFO  (zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1734641 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1734642 INFO  (zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1734643 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1734644 INFO  (jetty-launcher-3106-thread-4) [n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer (id=97564714572578827-127.0.0.1:63564_solr-n_0000000000) starting
   [junit4]   2> 1734647 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1734648 INFO  (zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1734649 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1734649 INFO  (zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1734652 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1734653 INFO  (zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1734653 INFO  (zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1734654 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1734697 INFO  (jetty-launcher-3106-thread-4) [n:127.0.0.1:63564_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63564_solr
   [junit4]   2> 1734701 INFO  (zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  (zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1734782 INFO  (jetty-launcher-3106-thread-3) [n:127.0.0.1:63562_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/.
   [junit4]   2> 1734794 INFO  (jetty-launcher-3106-thread-2) [n:127.0.0.1:63563_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/.
   [junit4]   2> 1734837 INFO  (jetty-launcher-3106-thread-4) [n:127.0.0.1:63564_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/.
   [junit4]   2> 1735124 INFO  (jetty-launcher-3106-thread-1) [n:127.0.0.1:63561_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/.
   [junit4]   2> 1736647 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1736649 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63559/solr ready
   [junit4]   2> 1736764 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 1736767 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1736778 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 1736782 INFO  (OverseerStateUpdate-97564714572578827-127.0.0.1:63564_solr-n_0000000000) [n:127.0.0.1:63564_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1737788 ERROR (qtp274059919-15965) [n:127.0.0.1:63564_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader Specified config=[conf123] does not exist in ZooKeeper at location=[/configs/conf123]
   [junit4]   2> 1737790 ERROR (qtp274059919-15965) [n:127.0.0.1:63564_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'corewithnocollection3': Unable to create core [corewithnocollection3] Caused by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:907)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
   [junit4]   2> 	... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 1737790 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1012
   [junit4]   2> 1738798 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1738798 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1738798 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 1738846 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[383116A5FA9DAFAB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 1738849 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[383116A5FA9DAFAB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1738852 INFO  (qtp274059919-15968) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1738856 INFO  (OverseerThreadFactory-6399-thread-1-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1739573 INFO  (qtp274059919-15968) [n:127.0.0.1:63564_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 QTime=721
   [junit4]   2> 1739574 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1739578 INFO  (OverseerThreadFactory-6399-thread-2-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 1739579 INFO  (OverseerCollectionConfigSetProcessor-97564714572578827-127.0.0.1:63564_solr-n_0000000000) [n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1739804 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1739804 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1739804 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1739807 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1739926 INFO  (zkCallback-3127-thread-4-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739926 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739926 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739927 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1740837 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740838 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740838 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740846 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740849 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 1740850 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 1740854 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740856 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 1740857 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740861 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using configuration from collection addReplicaColl
   [junit4]   2> 1740861 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/addReplicaColl_shard2_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/./addReplicaColl_shard2_replica2/data/]
   [junit4]   2> 1740864 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 1740865 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using configuration from collection addReplicaColl
   [junit4]   2> 1740865 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/addReplicaColl_shard2_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/./addReplicaColl_shard2_replica1/data/]
   [junit4]   2> 1740866 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740867 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740868 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using configuration from collection addReplicaColl
   [junit4]   2> 1740868 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/addReplicaColl_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/./addReplicaColl_shard1_replica1/data/]
   [junit4]   2> 1740869 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using configuration from collection addReplicaColl
   [junit4]   2> 1740869 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/addReplicaColl_shard1_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/./addReplicaColl_shard1_replica2/data/]
   [junit4]   2> 1740990 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1740990 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1740992 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1740992 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1740992 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1740993 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1740993 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77f07855[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 1740995 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561035440085008384
   [junit4]   2> 1740996 INFO  (searcherExecutor-6409-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [addReplicaColl_shard2_replica1] Registered new searcher Searcher@77f07855[addReplicaColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1740996 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1740996 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1740999 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1740999 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1741000 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2baa67c5[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 1741002 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1741002 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1741003 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561035440093396992
   [junit4]   2> 1741004 INFO  (searcherExecutor-6408-thread-1-processing-n:127.0.0.1:63562_solr x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [addReplicaColl_shard2_replica2] Registered new searcher Searcher@2baa67c5[addReplicaColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741007 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1741010 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@16eeccdf[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 1741011 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1741012 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1741012 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1741012 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741014 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741014 INFO  (searcherExecutor-6411-thread-1-processing-n:127.0.0.1:63563_solr x:addReplicaColl_shard1_replica2 s:shard1 c:addReplicaColl) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [addReplicaColl_shard1_replica2] Registered new searcher Searcher@16eeccdf[addReplicaColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741014 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561035440103882752
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@772d2ef4[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 1741016 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561035440107028480
   [junit4]   2> 1741017 INFO  (searcherExecutor-6410-thread-1-processing-n:127.0.0.1:63561_solr x:addReplicaColl_shard1_replica1 s:shard1 c:addReplicaColl) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [addReplicaColl_shard1_replica1] Registered new searcher Searcher@772d2ef4[addReplicaColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741024 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica2 url=http://127.0.0.1:63563/solr START replicas=[http://127.0.0.1:63561/solr/addReplicaColl_shard1_replica1/] nUpdates=100
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica2 url=http://127.0.0.1:63563/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1741027 INFO  (qtp1886213557-15940) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1 r:core_node1 x:addReplicaColl_shard1_replica1] o.a.s.c.S.Request [addReplicaColl_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1741037 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/ shard1
   [junit4]   2> 1741153 INFO  (zkCallback-3127-thread-3-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741212 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1741217 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1410
   [junit4]   2> 1741330 INFO  (zkCallback-3127-thread-4-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63564/solr/addReplicaColl_shard2_replica1/
   [junit4]   2> 1741515 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica1 url=http://127.0.0.1:63564/solr START replicas=[http://127.0.0.1:63562/solr/addReplicaColl_shard2_replica2/] nUpdates=100
   [junit4]   2> 1741515 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica1 url=http://127.0.0.1:63564/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1741517 INFO  (qtp336064475-15951) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2 r:core_node3 x:addReplicaColl_shard2_replica2] o.a.s.c.S.Request [addReplicaColl_shard2_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 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> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1741525 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63564/solr/addReplicaColl_shard2_replica1/ shard2
   [junit4]   2> 1741642 INFO  (zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741696 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1741700 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1897
   [junit4]   2> 1741814 INFO  (zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742019 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2215
   [junit4]   2> 1742032 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2227
   [junit4]   2> 1742036 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1742146 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742147 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742146 INFO  (zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742146 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743046 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3472
   [junit4]   2> 1743048 INFO  (qtp274059919-15948) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63564_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1743052 INFO  (OverseerThreadFactory-6399-thread-3-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "node":"127.0.0.1:63564_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1743052 INFO  (OverseerThreadFactory-6399-thread-3-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:63564_solr for creating new replica
   [junit4]   2> 1743052 INFO  (OverseerCollectionConfigSetProcessor-97564714572578827-127.0.0.1:63564_solr-n_0000000000) [n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1743053 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1743165 INFO  (zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743165 INFO  (zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743166 INFO  (zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743165 INFO  (zkCallback-3127-thread-3-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1744078 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1744086 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica3] Schema name=minimal
   [junit4]   2> 1744089 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1744092 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica3' using configuration from collection addReplicaColl
   [junit4]   2> 1744093 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/addReplicaColl_shard1_replica3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/./addReplicaColl_shard1_replica3/data/]
   [junit4]   2> 1744190 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1744190 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6edb6a45[addReplicaColl_shard1_replica3] main]
   [junit4]   2> 1744196 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561035443441500160
   [junit4]   2> 1744197 INFO  (searcherExecutor-6428-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [addReplicaColl_shard1_replica3] Registered new searcher Searcher@6edb6a45[addReplicaColl_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1744204 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica3
   [junit4]   2> 1744204 INFO  (updateExecutor-3115-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1744205 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1744206 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1744206 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard1_replica3]
   [junit4]   2> 1744206 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1744206 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard1_replica3] as recovering, leader is [http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/] and I am [http://127.0.0.1:63564/solr/addReplicaColl_shard1_replica3/]
   [junit4]   2> 1744207 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1153
   [junit4]   2> 1744214 INFO  (recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:63563/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard1_replica2&nodeName=127.0.0.1:63564_solr&coreNodeName=core_node5&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1744216 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node5, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1744217 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see addReplicaColl_shard1_replica2 (shard1 of addReplicaColl) have state: recovering
   [junit4]   2> 1744217 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=addReplicaColl, shard=shard1, thisCore=addReplicaColl_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:63564_solr, coreNodeName=core_node5, onlyIfActiveCheckResult=false, nodeProps: core_node5:{"core":"addReplicaColl_shard1_replica3","base_url":"http://127.0.0.1:63564/solr","node_name":"127.0.0.1:63564_solr","state":"down"}
   [junit4]   2> 1744218 INFO  (qtp274059919-15948) [n:127.0.0.1:63564_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63564_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1169
   [junit4]   2> 1744221 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&property.instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-003 and sendToOCPQueue=true
   [junit4]   2> 1744225 INFO  (OverseerThreadFactory-6399-thread-4-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "property.instanceDir":"/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-003",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1744225 INFO  (OverseerThreadFactory-6399-thread-4-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:63562_solr for creating new replica
   [junit4]   2> 1744226 INFO  (Overseer

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

 (jetty-closer-3107-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@38531680{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f20bc03{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1454460223
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=874523439
   [junit4]   2> 2092741 INFO  (jetty-closer-3107-thread-3) [    ] o.a.s.c.Overseer Overseer (id=97564714572578827-127.0.0.1:63564_solr-n_0000000000) closing
   [junit4]   2> 2092742 INFO  (OverseerStateUpdate-97564714572578827-127.0.0.1:63564_solr-n_0000000000) [n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:63564_solr
   [junit4]   2> 2092744 WARN  (zkCallback-3125-thread-4-processing-n:127.0.0.1:63563_solr) [n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092744 WARN  (zkCallback-3128-thread-5-processing-n:127.0.0.1:63561_solr) [n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092745 WARN  (zkCallback-3126-thread-5-processing-n:127.0.0.1:63562_solr) [n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092745 INFO  (zkCallback-3127-thread-31-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2092746 INFO  (jetty-closer-3107-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092746 INFO  (jetty-closer-3107-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092747 INFO  (jetty-closer-3107-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23dbeb7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2092747 INFO  (jetty-closer-3107-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@71136ccd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2092751 WARN  (zkCallback-3127-thread-31-processing-n:127.0.0.1:63564_solr) [n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092754 INFO  (jetty-closer-3107-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092754 INFO  (jetty-closer-3107-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@286af47d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2094253 INFO  (jetty-closer-3107-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2094254 INFO  (jetty-closer-3107-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5bf2ea20{/solr,null,UNAVAILABLE}
   [junit4]   2> 2094256 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63559 63559
   [junit4]   2> 2094266 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63559 63559
   [junit4]   2> 2097738 WARN  (Thread-2789) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/aliases.json
   [junit4]   2> 	25	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	170	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	2	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	404	/solr/collections
   [junit4]   2> 	315	/solr/overseer/collection-queue-work
   [junit4]   2> 	137	/solr/overseer/queue
   [junit4]   2> 	25	/solr/live_nodes
   [junit4]   2> 	20	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2097739 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=23267, maxDocsPerChunk=732, blockSize=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=23267, blockSize=8)), sim=RandomSimilarity(queryNorm=true): {}, locale=sl, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=61593528,total=441974784
   [junit4]   2> NOTE: All tests run in this JVM: [TestNoOpRegenerator, LeaderElectionContextKeyTest, ClusterStateTest, TestCoreDiscovery, TestRecoveryHdfs, TestFreeTextSuggestions, TestConfigSetProperties, TestSolrCoreProperties, TestConfigReload, TestOrdValues, VersionInfoTest, TestQueryWrapperFilter, JSONWriterTest, TestIndexingPerformance, TestConfigSetsAPIExclusivity, HdfsChaosMonkeyNothingIsSafeTest, CollectionsAPISolrJTest, CdcrReplicationHandlerTest, ForceLeaderTest, JvmMetricsTest, TestSizeLimitedDistributedMap, WordBreakSolrSpellCheckerTest, TestLockTree, FacetPivotSmallTest, CSVRequestHandlerTest, TestXmlQParserPlugin, BufferStoreTest, HdfsRestartWhileUpdatingTest, TestManagedSchemaAPI, SolrMetricManagerTest, TestEmbeddedSolrServerSchemaAPI, TestSolrCLIRunExample, SpellCheckCollatorTest, TolerantUpdateProcessorTest, DateMathParserTest, TestValueSourceCache, ChaosMonkeySafeLeaderTest, CloudMLTQParserTest, BooleanFieldTest, OverseerTaskQueueTest, TestBadConfig, SecurityConfHandlerTest, BadIndexSchemaTest, CoreAdminRequestStatusTest, SolrCoreCheckLockOnStartupTest, ScriptEngineTest, AddBlockUpdateTest, TestNRTOpen, CacheHeaderTest, CdcrVersionReplicationTest, ExitableDirectoryReaderTest, FieldMutatingUpdateProcessorTest, TestLuceneMatchVersion, TestObjectReleaseTracker, TestSolrCoreParser, BasicDistributedZk2Test, TestImpersonationWithHadoopAuth, TestSlowCompositeReaderWrapper, CheckHdfsIndexTest, TestClassicSimilarityFactory, TestChildDocTransformer, TestMaxScoreQueryParser, OutOfBoxZkACLAndCredentialsProvidersTest, TestQueryUtils, SuggesterWFSTTest, TestSearchPerf, SliceStateTest, ConnectionReuseTest, LeaderElectionIntegrationTest, TermVectorComponentDistributedTest, HdfsCollectionsAPIDistributedZkTest, DeleteNodeTest, SolrCLIZkUtilsTest, QueryResultKeyTest, TestSolrIndexConfig, CurrencyFieldOpenExchangeTest, SolrMetricsIntegrationTest, OverseerRolesTest, ExternalFileFieldSortTest, TestCollectionAPI, TestScoreJoinQPScore, HLLSerializationTest, TestReplicaProperties, TestRequestStatusCollectionAPI, TestFieldCacheVsDocValues, CdcrBootstrapTest, OpenCloseCoreStressTest, TestSolr4Spatial, TestSchemalessBufferedUpdates, HdfsUnloadDistributedZkTest, TestIndexSearcher, BadComponentTest, MissingSegmentRecoveryTest, TestFieldCache, SortByFunctionTest, TestCloudRecovery, DefaultValueUpdateProcessorTest, TestSuggestSpellingConverter, DistributedExpandComponentTest, TestDynamicLoading, SolrXmlInZkTest, TestAtomicUpdateErrorCases, TestShardHandlerFactory, TriLevelCompositeIdRoutingTest, AliasIntegrationTest, InfoHandlerTest, ResourceLoaderTest, TestCodecSupport, TestRestManager, MinimalSchemaTest, ConfigSetsAPITest, PreAnalyzedUpdateProcessorTest, HdfsRecoverLeaseTest, TestStressCloudBlindAtomicUpdates, TestUseDocValuesAsStored2, LeaderInitiatedRecoveryOnShardRestartTest, DistanceFunctionTest, LeaderFailureAfterFreshStartTest, DistributedQueryComponentOptimizationTest, SparseHLLTest, DateRangeFieldTest, TestGraphMLResponseWriter, TestPHPSerializedResponseWriter, UUIDFieldTest, TestMacroExpander, TestStressLiveNodes, DeleteShardTest, BasicZkTest, RegexBoostProcessorTest, TestBinaryResponseWriter, SolrCmdDistributorTest, HighlighterConfigTest, SuggestComponentTest, SpatialHeatmapFacetsTest, StatsComponentTest, DistributedIntervalFacetingTest, TestLeaderInitiatedRecoveryThread, SolrInfoMBeanTest, EchoParamsTest, TestPushWriter, DistributedFacetPivotLargeTest, RequestHandlersTest, DebugComponentTest, TestZkChroot, TestComplexPhraseQParserPlugin, AtomicUpdatesTest, TestTrieFacet, TestSolrDynamicMBean, FullSolrCloudDistribCmdsTest, DistribJoinFromCollectionTest, JsonLoaderTest, PeerSyncWithIndexFingerprintCachingTest, TestBlendedInfixSuggestions, TestDistribIDF, TestCloudDeleteByQuery, DistributedFacetPivotSmallAdvancedTest, TestDistributedGrouping, TestFuzzyAnalyzedSuggestions, HdfsThreadLeakTest, IndexSchemaTest, EnumFieldTest, TestCrossCoreJoin, TestReversedWildcardFilterFactory, MergeStrategyTest, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, ConjunctionSolrSpellCheckerTest, SuggesterTSTTest, TestRecovery, BasicDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [356/693 (1!)] on J1 in 363.44s, 20 tests, 2 failures, 2 errors <<< FAILURES!

[...truncated 63733 lines...]


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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3874/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
	at __randomizedtesting.SeedInfo.seed([A7C67F31EFD2B706:CD27F15AD248017E]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> http://127.0.0.1:56917/_/f/collection1:Failed to execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, column 39 to line 1, column 50: No match found for function signature min(<NUMERIC>)

Stack Trace:
java.io.IOException: --> http://127.0.0.1:56917/_/f/collection1:Failed to execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, column 39 to line 1, column 50: No match found for function signature min(<NUMERIC>)
	at __randomizedtesting.SeedInfo.seed([A7C67F31EFD2B706:82C7958269A4BF]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:235)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2333)
	at org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:659)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     1) Thread[id=22905, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=22905, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([A7C67F31EFD2B706]:0)




Build Log:
[...truncated 12409 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/init-core-data-001
   [junit4]   2> 2052656 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2052660 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-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> 2052661 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001
   [junit4]   2> 2052661 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2052662 INFO  (Thread-2741) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2052662 INFO  (Thread-2741) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2052769 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:54330
   [junit4]   2> 2052793 INFO  (jetty-launcher-3055-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2052793 INFO  (jetty-launcher-3055-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2052793 INFO  (jetty-launcher-3055-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2052794 INFO  (jetty-launcher-3055-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2052797 INFO  (jetty-launcher-3055-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2338f519{/solr,null,AVAILABLE}
   [junit4]   2> 2052797 INFO  (jetty-launcher-3055-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b84c21e{/solr,null,AVAILABLE}
   [junit4]   2> 2052799 INFO  (jetty-launcher-3055-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c07067{/solr,null,AVAILABLE}
   [junit4]   2> 2052799 INFO  (jetty-launcher-3055-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e89fd2e{HTTP/1.1,[http/1.1]}{127.0.0.1:54333}
   [junit4]   2> 2052799 INFO  (jetty-launcher-3055-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d231798{HTTP/1.1,[http/1.1]}{127.0.0.1:54332}
   [junit4]   2> 2052799 INFO  (jetty-launcher-3055-thread-2) [    ] o.e.j.s.Server Started @2059301ms
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-1) [    ] o.e.j.s.Server Started @2059301ms
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54333}
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54332}
   [junit4]   2> 2052800 ERROR (jetty-launcher-3055-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2052800 ERROR (jetty-launcher-3055-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 2052800 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2052801 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2052801 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T21:43:32.559Z
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T21:43:32.559Z
   [junit4]   2> 2052801 INFO  (jetty-launcher-3055-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f7c05fc{/solr,null,AVAILABLE}
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@200d1d58{HTTP/1.1,[http/1.1]}{127.0.0.1:54335}
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-4) [    ] o.e.j.s.Server Started @2059303ms
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54335}
   [junit4]   2> 2052801 INFO  (jetty-launcher-3055-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f192006{HTTP/1.1,[http/1.1]}{127.0.0.1:54334}
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-3) [    ] o.e.j.s.Server Started @2059303ms
   [junit4]   2> 2052802 ERROR (jetty-launcher-3055-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2052802 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54334}
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 2052803 ERROR (jetty-launcher-3055-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T21:43:32.560Z
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.0.0
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2052803 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-05T21:43:32.560Z
   [junit4]   2> 2052813 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2052815 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2052815 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2052815 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2052825 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052830 INFO  (jetty-launcher-3055-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54330/solr
   [junit4]   2> 2052830 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052832 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052834 INFO  (jetty-launcher-3055-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54330/solr
   [junit4]   2> 2052835 INFO  (jetty-launcher-3055-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54330/solr
   [junit4]   2> 2052838 INFO  (jetty-launcher-3055-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54330/solr
   [junit4]   2> 2052843 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052845 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052847 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052848 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa06d75450008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2052901 INFO  (jetty-launcher-3055-thread-1) [n:127.0.0.1:54332_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2052901 INFO  (jetty-launcher-3055-thread-4) [n:127.0.0.1:54335_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2052901 INFO  (jetty-launcher-3055-thread-3) [n:127.0.0.1:54334_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2052901 INFO  (jetty-launcher-3055-thread-2) [n:127.0.0.1:54333_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2052902 INFO  (jetty-launcher-3055-thread-1) [n:127.0.0.1:54332_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54332_solr
   [junit4]   2> 2052904 INFO  (jetty-launcher-3055-thread-4) [n:127.0.0.1:54335_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54335_solr
   [junit4]   2> 2052904 INFO  (jetty-launcher-3055-thread-3) [n:127.0.0.1:54334_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54334_solr
   [junit4]   2> 2052904 INFO  (jetty-launcher-3055-thread-2) [n:127.0.0.1:54333_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54333_solr
   [junit4]   2> 2052906 INFO  (jetty-launcher-3055-thread-1) [n:127.0.0.1:54332_solr    ] o.a.s.c.Overseer Overseer (id=97566733921222665-127.0.0.1:54332_solr-n_0000000000) starting
   [junit4]   2> 2052909 INFO  (zkCallback-3074-thread-1-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2052909 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2052909 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2052910 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2053002 INFO  (jetty-launcher-3055-thread-4) [n:127.0.0.1:54335_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node4/.
   [junit4]   2> 2053040 INFO  (jetty-launcher-3055-thread-3) [n:127.0.0.1:54334_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node3/.
   [junit4]   2> 2053050 INFO  (jetty-launcher-3055-thread-1) [n:127.0.0.1:54332_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54332_solr
   [junit4]   2> 2053051 INFO  (jetty-launcher-3055-thread-2) [n:127.0.0.1:54333_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node2/.
   [junit4]   2> 2053054 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2053054 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2053054 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2053054 INFO  (zkCallback-3074-thread-1-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2053157 INFO  (jetty-launcher-3055-thread-1) [n:127.0.0.1:54332_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node1/.
   [junit4]   2> 2055537 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2055539 INFO  (SUITE-CustomCollectionTest-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54330/solr ready
   [junit4]   2> 2055584 INFO  (TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[A7C67F31EFD2B706]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 2055587 INFO  (TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[A7C67F31EFD2B706]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2055593 INFO  (qtp136685573-16146) [n:127.0.0.1:54334_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=a,b,c,d&replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=withShardField&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2055597 INFO  (OverseerThreadFactory-6772-thread-1-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.CreateCollectionCmd Create collection withShardField
   [junit4]   2> 2055725 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2055725 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2055727 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2055727 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2055729 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2055729 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2055729 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2055732 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2055873 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2055873 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2055873 INFO  (zkCallback-3074-thread-1-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2055873 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2056769 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056796 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056802 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056802 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056807 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056832 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056834 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056832 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2056844 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema [withShardField_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2056844 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema [withShardField_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2056846 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema [withShardField_d_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2056848 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema [withShardField_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2056866 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema [withShardField_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2056867 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema [withShardField_d_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2056868 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema [withShardField_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2056866 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema [withShardField_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2056965 WARN  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema [withShardField_d_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056966 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056967 WARN  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema [withShardField_a_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056968 WARN  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema [withShardField_d_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056968 WARN  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema [withShardField_b_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056969 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056969 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056971 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica2' using configuration from collection withShardField
   [junit4]   2> 2056971 WARN  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema [withShardField_c_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056972 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore [[withShardField_b_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node1/withShardField_b_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node1/./withShardField_b_replica2/data/]
   [junit4]   2> 2056972 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056973 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica2' using configuration from collection withShardField
   [junit4]   2> 2056973 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore [[withShardField_d_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node1/withShardField_d_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node1/./withShardField_d_replica2/data/]
   [junit4]   2> 2056973 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica2' using configuration from collection withShardField
   [junit4]   2> 2056973 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore [[withShardField_c_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node3/withShardField_c_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node3/./withShardField_c_replica2/data/]
   [junit4]   2> 2056975 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica1' using configuration from collection withShardField
   [junit4]   2> 2056975 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore [[withShardField_d_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node4/withShardField_d_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node4/./withShardField_d_replica1/data/]
   [junit4]   2> 2056976 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056976 WARN  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema [withShardField_a_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056977 WARN  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema [withShardField_b_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056977 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica2' using configuration from collection withShardField
   [junit4]   2> 2056977 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056977 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore [[withShardField_a_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node3/withShardField_a_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node3/./withShardField_a_replica2/data/]
   [junit4]   2> 2056977 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056978 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica1' using configuration from collection withShardField
   [junit4]   2> 2056978 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica1' using configuration from collection withShardField
   [junit4]   2> 2056979 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore [[withShardField_b_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node4/withShardField_b_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node4/./withShardField_b_replica1/data/]
   [junit4]   2> 2056980 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore [[withShardField_a_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node2/withShardField_a_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node2/./withShardField_a_replica1/data/]
   [junit4]   2> 2056980 WARN  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema [withShardField_c_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2056981 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2056982 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica1' using configuration from collection withShardField
   [junit4]   2> 2056982 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore [[withShardField_c_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node2/withShardField_c_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_A7C67F31EFD2B706-001/tempDir-001/node2/./withShardField_c_replica1/data/]
   [junit4]   2> 2057143 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057143 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057145 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057145 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057157 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057157 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057160 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057160 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057161 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057161 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057165 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057165 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057174 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e5aad04[withShardField_d_replica1] main]
   [junit4]   2> 2057183 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a3a6d43[withShardField_d_replica2] main]
   [junit4]   2> 2057184 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@304246d5[withShardField_c_replica2] main]
   [junit4]   2> 2057190 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057197 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057197 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057200 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057200 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057203 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057203 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057206 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057206 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057207 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057207 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057209 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057209 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057210 INFO  (searcherExecutor-6779-thread-1-processing-n:127.0.0.1:54335_solr x:withShardField_d_replica1 s:d c:withShardField) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore [withShardField_d_replica1] Registered new searcher Searcher@6e5aad04[withShardField_d_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057210 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747506388992
   [junit4]   2> 2057212 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057212 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057212 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057213 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057214 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057214 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057216 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2057216 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2057216 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057218 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057218 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057218 INFO  (searcherExecutor-6777-thread-1-processing-n:127.0.0.1:54332_solr x:withShardField_d_replica2 s:d c:withShardField) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore [withShardField_d_replica2] Registered new searcher Searcher@2a3a6d43[withShardField_d_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057219 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747515826176
   [junit4]   2> 2057219 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2057219 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2057221 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057225 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard d: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 2057226 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057226 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057227 INFO  (searcherExecutor-6778-thread-1-processing-n:127.0.0.1:54334_solr x:withShardField_c_replica2 s:c c:withShardField) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore [withShardField_c_replica2] Registered new searcher Searcher@304246d5[withShardField_c_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057227 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747524214784
   [junit4]   2> 2057230 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c4c8973[withShardField_b_replica2] main]
   [junit4]   2> 2057232 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057233 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cc93128[withShardField_c_replica1] main]
   [junit4]   2> 2057233 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057233 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057233 INFO  (searcherExecutor-6776-thread-1-processing-n:127.0.0.1:54332_solr x:withShardField_b_replica2 s:b c:withShardField) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore [withShardField_b_replica2] Registered new searcher Searcher@2c4c8973[withShardField_b_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057233 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747530506240
   [junit4]   2> 2057235 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057235 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057236 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057236 INFO  (searcherExecutor-6783-thread-1-processing-n:127.0.0.1:54333_solr x:withShardField_c_replica1 s:c c:withShardField) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore [withShardField_c_replica1] Registered new searcher Searcher@6cc93128[withShardField_c_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057236 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747533651968
   [junit4]   2> 2057241 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e78c10b[withShardField_a_replica1] main]
   [junit4]   2> 2057245 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057246 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057246 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057247 INFO  (searcherExecutor-6782-thread-1-processing-n:127.0.0.1:54333_solr x:withShardField_a_replica1 s:a c:withShardField) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore [withShardField_a_replica1] Registered new searcher Searcher@3e78c10b[withShardField_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057247 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747545186304
   [junit4]   2> 2057249 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard b: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 2057250 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@376d1eff[withShardField_b_replica1] main]
   [junit4]   2> 2057252 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057252 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057253 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057253 INFO  (searcherExecutor-6781-thread-1-processing-n:127.0.0.1:54335_solr x:withShardField_b_replica1 s:b c:withShardField) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore [withShardField_b_replica1] Registered new searcher Searcher@376d1eff[withShardField_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057253 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747551477760
   [junit4]   2> 2057258 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2057258 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2057258 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54334/solr/withShardField_c_replica2/
   [junit4]   2> 2057259 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.PeerSync PeerSync: core=withShardField_c_replica2 url=http://127.0.0.1:54334/solr START replicas=[http://127.0.0.1:54333/solr/withShardField_c_replica1/] nUpdates=100
   [junit4]   2> 2057259 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@404e9563[withShardField_a_replica2] main]
   [junit4]   2> 2057262 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard a: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2057259 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.PeerSync PeerSync: core=withShardField_c_replica2 url=http://127.0.0.1:54334/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2057261 INFO  (qtp1956011886-16134) [n:127.0.0.1:54333_solr c:withShardField s:c r:core_node8 x:withShardField_c_replica1] o.a.s.c.S.Request [withShardField_c_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2057263 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2057263 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2057263 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2057265 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2057265 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2057265 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2057266 INFO  (searcherExecutor-6780-thread-1-processing-n:127.0.0.1:54334_solr x:withShardField_a_replica2 s:a c:withShardField) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore [withShardField_a_replica2] Registered new searcher Searcher@404e9563[withShardField_a_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2057266 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561067747565109248
   [junit4]   2> 2057271 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54334/solr/withShardField_c_replica2/ c
   [junit4]   2> 2057386 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057386 INFO  (zkCallback-3074-thread-3-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057386 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057386 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057437 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2057442 INFO  (qtp136685573-16147) [n:127.0.0.1:54334_solr c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2} status=0 QTime=1717
   [junit4]   2> 2057595 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057595 INFO  (zkCallback-3074-thread-2-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057595 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057595 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057728 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2057728 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2057728 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54335/solr/withShardField_d_replica1/
   [junit4]   2> 2057728 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.PeerSync PeerSync: core=withShardField_d_replica1 url=http://127.0.0.1:54335/solr START replicas=[http://127.0.0.1:54332/solr/withShardField_d_replica2/] nUpdates=100
   [junit4]   2> 2057729 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.PeerSync PeerSync: core=withShardField_d_replica1 url=http://127.0.0.1:54335/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2057730 INFO  (qtp1592706413-16142) [n:127.0.0.1:54332_solr c:withShardField s:d r:core_node5 x:withShardField_d_replica2] o.a.s.c.S.Request [withShardField_d_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2057731 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2057731 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] 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> 2057731 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2057740 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54335/solr/withShardField_d_replica1/ d
   [junit4]   2> 2057761 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2057761 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2057761 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54332/solr/withShardField_b_replica2/
   [junit4]   2> 2057761 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.PeerSync PeerSync: core=withShardField_b_replica2 url=http://127.0.0.1:54332/solr START replicas=[http://127.0.0.1:54335/solr/withShardField_b_replica1/] nUpdates=100
   [junit4]   2> 2057761 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.PeerSync PeerSync: core=withShardField_b_replica2 url=http://127.0.0.1:54332/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2057763 INFO  (qtp1852616071-16158) [n:127.0.0.1:54335_solr c:withShardField s:b r:core_node3 x:withShardField_b_replica1] o.a.s.c.S.Request [withShardField_b_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2057763 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2057763 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2057763 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54333/solr/withShardField_a_replica1/
   [junit4]   2> 2057763 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2057763 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.PeerSync PeerSync: core=withShardField_a_replica1 url=http://127.0.0.1:54333/solr START replicas=[http://127.0.0.1:54334/solr/withShardField_a_replica2/] nUpdates=100
   [junit4]   2> 2057763 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2057763 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2057764 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.PeerSync PeerSync: core=withShardField_a_replica1 url=http://127.0.0.1:54333/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2057765 INFO  (qtp136685573-16152) [n:127.0.0.1:54334_solr c:withShardField s:a r:core_node2 x:withShardField_a_replica2] o.a.s.c.S.Request [withShardField_a_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2057765 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2057765 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] 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> 2057765 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2057769 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54332/solr/withShardField_b_replica2/ b
   [junit4]   2> 2057771 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54333/solr/withShardField_a_replica1/ a
   [junit4]   2> 2057890 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057890 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057890 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057890 INFO  (zkCallback-3074-thread-1-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2057909 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2057912 INFO  (qtp1852616071-16156) [n:127.0.0.1:54335_solr c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2} status=0 QTime=2184
   [junit4]   2> 2057940 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2057940 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2057943 INFO  (qtp1956011886-16128) [n:127.0.0.1:54333_solr c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2} status=0 QTime=2213
   [junit4]   2> 2057943 INFO  (qtp1592706413-16140) [n:127.0.0.1:54332_solr c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2} status=0 QTime=2213
   [junit4]   2> 2058060 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058060 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058061 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058061 INFO  (zkCallback-3074-thread-2-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058239 INFO  (qtp1592706413-16137) [n:127.0.0.1:54332_solr c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2} status=0 QTime=2510
   [junit4]   2> 2058255 INFO  (qtp1956011886-16131) [n:127.0.0.1:54333_solr c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2} status=0 QTime=2523
   [junit4]   2> 2058269 INFO  (qtp1852616071-16151) [n:127.0.0.1:54335_solr c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2} status=0 QTime=2542
   [junit4]   2> 2058282 INFO  (qtp136685573-16149) [n:127.0.0.1:54334_solr c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2} status=0 QTime=2557
   [junit4]   2> 2058286 INFO  (qtp136685573-16146) [n:127.0.0.1:54334_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2058388 INFO  (zkCallback-3075-thread-1-processing-n:127.0.0.1:54335_solr) [n:127.0.0.1:54335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058388 INFO  (zkCallback-3077-thread-1-processing-n:127.0.0.1:54333_solr) [n:127.0.0.1:54333_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058388 INFO  (zkCallback-3074-thread-3-processing-n:127.0.0.1:54332_solr) [n:127.0.0.1:54332_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2058388 INFO  (zkCallback-3076-thread-1-processing-n:127.0.0.1:54334_solr) [n:127.0.0.1:54334_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withShardField/state.json] for collection [withShardField] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2059295 INFO  (qtp136685573-16146) [n:127.0.0.1:54334_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=a,b,c,d&replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=withShardField&router.name=implicit&action=CREATE&wt=javabin&version=2} status=0 QTime=3702
   [junit4]   2> 2059304 INFO  (qtp1852616071-16159) [n:127.0.0.1:54335_solr c:withShardField s:b r:core_node3 x:withShardField_b_replica1] o.a.s.u.p.LogUpdateProcessorFactory [withShardField_b_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:54332/solr/withShardField_b_replica2/&wt=javabin&version=2}{add=[8 (1561067749700009984)]} 0 0
   [junit4]   2> 2059305 INFO  (qtp1592706413-16127) [n:127.0.0.1:54332_solr c:withShardField s:b r:core_node7 x:withShardField_b_replica2] o.a.s.u.p.LogUpdateProcessorFactory [withShardField_b_replica2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:54333/solr/withShardField_a_replica1/&wt=javabin&version=2}{add=[8 (1561067749700009984)]} 0 3
   [junit4]   2> 2059306 INFO  (qtp136685573-16153) [n:127.0.0.1:54334_solr c:withShardField s:a r:core_node2 x:withShardField_a_replica2] o.a.s.u.p.LogUpdateProcessorFactory [withShardField_a_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:54333/solr/withShardField_a_replica1/&wt=javabin&version=2}{add=[6 (1561067749695815680), 7 (1561067749697912832)]} 0 0
   [junit4]   2> 2059308 INFO  (qtp136685573-16130) [n:127.0.0.1:54334_solr c:withShardField s:a r:core_node2 x:withShardField_a_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2059308 INFO  (qtp136685573-16130) [n:127.0.0.1:54334_solr c:withShardField s:a r:core_node2 x:withShardField_a_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@42d8f011
   [junit4]   2> 2059309 INFO  (qtp1956011886-16125) [n:127.0.0.1:54333_solr c:withShardField s:a r:core_node6 x:withShardField_a_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2059309 INFO  (qtp1956011886-16125) [n:127.0.0.1:54333_solr c:withShardField s:a r:core_node6 x:withShardField_a_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@155e043d
   [junit4]   2> 2059310 INFO  (qtp1852616071-16132) [n:127.0.0.1:54335_solr c:withShardField s:b r:core_node3 x:withShardField_b_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2059310 INFO  (qtp1852616071-16132) [n:127.0.0.1:54335_solr c:withShardField s:b r:core_node3 x:withShardField_b_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b4d2ca0
   [junit4]   2> 2059310 INFO  (qtp1592706413-16138) [n:127.0.0.1:54332_solr c:withShardField s:b r:core_node7 x:withShardField_b_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize

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

0.1:56917/_/f/collection1:Failed to execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'.
   [junit4]    > Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, column 39 to line 1, column 50: No match found for function signature min(<NUMERIC>)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7C67F31EFD2B706:82C7958269A4BF]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:235)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2333)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:659)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:77)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2980781 INFO  (SUITE-TestSQLHandler-seed#[A7C67F31EFD2B706]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_A7C67F31EFD2B706-001
   [junit4]   2> Mar 05, 2017 9:59:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Mar 05, 2017 9:59:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=22905, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Mar 05, 2017 9:59:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=22905, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Mar 05, 2017 9:59:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=Africa/Abidjan
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=133589704,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RestartWhileUpdatingTest, TestSmileRequest, DistributedExpandComponentTest, TestFieldCacheSort, EnumFieldTest, SpellPossibilityIteratorTest, DeleteNodeTest, TestDefaultSearchFieldResource, PKIAuthenticationIntegrationTest, ConfigSetsAPITest, BasicAuthIntegrationTest, TestMaxScoreQueryParser, JvmMetricsTest, TestLockTree, TestOnReconnectListenerSupport, QueryResultKeyTest, TestCodecSupport, UtilsToolTest, LeaderElectionContextKeyTest, TestManagedSchemaAPI, TestInPlaceUpdatesStandalone, TestRealTimeGet, TestRandomFaceting, CoreAdminRequestStatusTest, TestTrackingShardHandlerFactory, HttpSolrCallGetCoreTest, TestSizeLimitedDistributedMap, DebugComponentTest, TestTrieFacet, HighlighterConfigTest, TestSimpleTrackingShardHandler, CdcrReplicationHandlerTest, TestSolr4Spatial, TestDFRSimilarityFactory, TestHdfsUpdateLog, ExternalFileFieldSortTest, AsyncCallRequestStatusResponseTest, SolrMetricManagerTest, ReplaceNodeTest, CacheHeaderTest, CheckHdfsIndexTest, TestJsonFacets, TestJoin, TestSolrQueryParser, TestStressLiveNodes, SolrCLIZkUtilsTest, DirectUpdateHandlerOptimizeTest, TestUtils, MissingSegmentRecoveryTest, CurrencyFieldOpenExchangeTest, RequestLoggingTest, TestFieldTypeResource, TestSuggestSpellingConverter, TestSolrDeletionPolicy2, TestSolrCloudSnapshots, DistributedFacetPivotLargeTest, TestCollectionAPI, StressHdfsTest, TestSearchPerf, TestManagedSynonymFilterFactory, TestFreeTextSuggestions, DistanceUnitsTest, BufferStoreTest, ShardRoutingCustomTest, TestFieldResource, HdfsCollectionsAPIDistributedZkTest, ZkSolrClientTest, ScriptEngineTest, TestComplexPhraseQParserPlugin, TriLevelCompositeIdRoutingTest, TestNumericTerms64, AddBlockUpdateTest, BadIndexSchemaTest, TestFieldCacheVsDocValues, CdcrUpdateLogTest, SliceStateTest, TestInitQParser, SuggestComponentTest, TermVectorComponentDistributedTest, HdfsThreadLeakTest, CdcrVersionReplicationTest, TermVectorComponentTest, ConjunctionSolrSpellCheckerTest, TestOrdValues, TestQueryWrapperFilter, SecurityConfHandlerTest, CSVRequestHandlerTest, HighlighterMaxOffsetTest, DeleteShardTest, TestSolrCLIRunExample, TestCollectionAPIs, AutoCommitTest, BlockCacheTest, CleanupOldIndexTest, TestGraphTermsQParserPlugin, TestGraphMLResponseWriter, SolrIndexSplitterTest, TestSystemIdResolver, IndexSchemaTest, TestRecoveryHdfs, DistribCursorPagingTest, ExplicitHLLTest, TestPathTrie, HLLSerializationTest, ResourceLoaderTest, SolrMetricsIntegrationTest, EchoParamsTest, TestRequestStatusCollectionAPI, TestIndexingPerformance, TestCoreDiscovery, TestRestoreCore, TestPHPSerializedResponseWriter, SortSpecParsingTest, TestSha256AuthenticationProvider, DistributedFacetPivotWhiteBoxTest, TestJmxMonitoredMap, InfoHandlerTest, CollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest, SortByFunctionTest, NotRequiredUniqueKeyTest, SuggesterTest, SpellingQueryConverterTest, TestLegacyFieldCache, DefaultValueUpdateProcessorTest, DistributedFacetPivotSmallAdvancedTest, CoreAdminHandlerTest, TestScoreJoinQPScore, SolrInfoMBeanTest, V2ApiIntegrationTest, TestFastWriter, RulesTest, LeaderInitiatedRecoveryOnShardRestartTest, TestPKIAuthenticationPlugin, SignatureUpdateProcessorFactoryTest, CloudMLTQParserTest, DistributedTermsComponentTest, BJQParserTest, SuggesterWFSTTest, RAMDirectoryFactoryTest, TestRecovery, TestSearcherReuse, TestManagedResource, TestTolerantUpdateProcessorRandomCloud, TestPointFields, SolrCmdDistributorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrDynamicMBean, TestReplicationHandlerBackup, TestSolrCloudWithKerberosAlt, TestComponentsName, BasicZkTest, TestCloudPivotFacet, TestCrossCoreJoin, TestNRTOpen, TestShardHandlerFactory, RegexBoostProcessorTest, AtomicUpdatesTest, ReplicaListTransformerTest, TestCollapseQParserPlugin, TestFuzzyAnalyzedSuggestions, TestSolrIndexConfig, ExitableDirectoryReaderTest, CollectionReloadTest, TestCoreAdminApis, SpellCheckCollatorTest, AnalyticsQueryTest, TestIndexSearcher, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestRandomDVFaceting, TestFaceting, TestHashPartitioner, TestReload, TestStressVersions, SimpleFacetsTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, SoftAutoCommitTest, TermsComponentTest, RequestHandlersTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestQuerySenderListener, UpdateParamsTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, PreAnalyzedFieldTest, DateFieldTest, DOMUtilTest, ClusterStateTest, ZkNodePropsTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, CdcrBootstrapTest, CollectionsAPISolrJTest, CustomCollectionTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestReplicaProperties, TestSSLRandomization, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestConfigSetImmutable, TestDynamicLoading, TestConfigReload, TestReqParamsAPI, TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.seed=A7C67F31EFD2B706 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Africa/Abidjan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSQLHandler (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]    >    1) Thread[id=22905, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A7C67F31EFD2B706]:0)
   [junit4] Completed [572/693 (2!)] on J1 in 66.02s, 1 test, 2 errors <<< FAILURES!

[...truncated 62988 lines...]