Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/839/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
No registered leader was found after waiting for 30000ms , collection: 
collection1 slice: shard1 saw 
state=DocCollection(collection1//collections/collection1/state.json/17)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"collection1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:51128/solr";,           
"node_name":"127.0.0.1:51128_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node6":{      
     "core":"collection1_shard1_replica_n5",           
"base_url":"http://127.0.0.1:51126/solr";,           
"node_name":"127.0.0.1:51126_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node8":{      
     "core":"collection1_shard1_replica_n7",           
"base_url":"http://127.0.0.1:51129/solr";,           
"node_name":"127.0.0.1:51129_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node10":{           "core":"collection1_shard1_replica_n9",        
   "base_url":"http://127.0.0.1:51130/solr";,           
"node_name":"127.0.0.1:51130_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node12":{     
      "core":"collection1_shard1_replica_n11",           
"base_url":"http://127.0.0.1:51133/solr";,           
"node_name":"127.0.0.1:51133_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{"core_node4":{  
         "core":"collection1_shard2_replica_n2",           
"base_url":"http://127.0.0.1:51127/solr";,           
"node_name":"127.0.0.1:51127_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"} with live_nodes=[127.0.0.1:51129_solr, 
127.0.0.1:51130_solr, 127.0.0.1:51127_solr, 127.0.0.1:51133_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after 
waiting for 30000ms , collection: collection1 slice: shard1 saw 
state=DocCollection(collection1//collections/collection1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:51128/solr";,
          "node_name":"127.0.0.1:51128_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "base_url":"http://127.0.0.1:51126/solr";,
          "node_name":"127.0.0.1:51126_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node8":{
          "core":"collection1_shard1_replica_n7",
          "base_url":"http://127.0.0.1:51129/solr";,
          "node_name":"127.0.0.1:51129_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node10":{
          "core":"collection1_shard1_replica_n9",
          "base_url":"http://127.0.0.1:51130/solr";,
          "node_name":"127.0.0.1:51130_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node12":{
          "core":"collection1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:51133/solr";,
          "node_name":"127.0.0.1:51133_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"collection1_shard2_replica_n2",
          "base_url":"http://127.0.0.1:51127/solr";,
          "node_name":"127.0.0.1:51127_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:51129_solr, 
127.0.0.1:51130_solr, 127.0.0.1:51127_solr, 127.0.0.1:51133_solr]
        at 
__randomizedtesting.SeedInfo.seed([88427E784861FD54:D676B3360B1E61B3]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:970)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.getLeader(LeaderElectionIntegrationTest.java:170)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:82)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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.base/java.lang.Thread.run(Thread.java:830)


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

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSolrConfigHandlerCloud:     1) Thread[id=17243, 
name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestSolrConfigHandlerCloud]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSolrConfigHandlerCloud: 
   1) Thread[id=17243, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestSolrConfigHandlerCloud]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
        at __randomizedtesting.SeedInfo.seed([88427E784861FD54]:0)


FAILED:  
org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale

Error Message:
Error from server at https://127.0.0.1:64947/solr/stale_state_test_col: Unable 
to distribute commit operation. No replicas available of types TLOG or NRT

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:64947/solr/stale_state_test_col: Unable to 
distribute commit operation. No replicas available of types TLOG or NRT
        at 
__randomizedtesting.SeedInfo.seed([10BA201AE228D33:B53A3AE94DCBFB1F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
        at 
org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudHttp2SolrClientTest.java:922)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 15000 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> 1064890 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1064893 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/data-dir-126-001
   [junit4]   2> 1064896 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1064897 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1064897 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1064897 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[88427E784861FD54]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /iq/fz
   [junit4]   2> 1064903 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1064904 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1064904 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1065011 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:50086
   [junit4]   2> 1065011 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50086
   [junit4]   2> 1065011 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50086
   [junit4]   2> 1065011 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 50086
   [junit4]   2> 1065014 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065020 INFO  (zkConnectionManagerCallback-4171-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065020 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1065025 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065029 INFO  (zkConnectionManagerCallback-4173-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065029 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1065031 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1065034 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1065038 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1065041 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1065044 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1065046 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1065049 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1065051 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1065053 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1065056 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1065060 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1065063 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1065302 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1065302 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1065302 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1065302 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1065304 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1065304 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1065304 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1065305 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28a154c0{/iq/fz,null,AVAILABLE}
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@762978cc{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:50091}
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.s.Server Started @1065384ms
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/iq/fz, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/tempDir-001/control/data,
 hostPort=50091, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/control-001/cores}
   [junit4]   2> 1065306 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.6.0
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1065306 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-08T03:18:14.600759Z
   [junit4]   2> 1065307 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065310 INFO  (zkConnectionManagerCallback-4175-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065310 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1065422 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1065422 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/control-001/solr.xml
   [junit4]   2> 1065426 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1065426 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1065428 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1065506 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1065508 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1fdd5278[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1065508 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1fdd5278[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1065513 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3f5dba39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1065514 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3f5dba39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1065515 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50086/solr
   [junit4]   2> 1065516 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065519 INFO  (zkConnectionManagerCallback-4182-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065520 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1065626 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1065630 INFO  (zkConnectionManagerCallback-4184-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065630 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1065844 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:50091_iq%2Ffz
   [junit4]   2> 1065846 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.Overseer Overseer 
(id=72123437625638916-127.0.0.1:50091_iq%2Ffz-n_0000000000) starting
   [junit4]   2> 1065857 INFO  
(OverseerStateUpdate-72123437625638916-127.0.0.1:50091_iq%2Ffz-n_0000000000) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:50091_iq%2Ffz
   [junit4]   2> 1065862 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50091_iq%2Ffz
   [junit4]   2> 1065865 INFO  (zkCallback-4183-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1065869 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 1065870 WARN  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1065889 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1065926 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1065937 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1065937 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1065938 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/control-001/cores
   [junit4]   2> 1065947 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065951 INFO  (zkConnectionManagerCallback-4193-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1065952 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1065960 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1065963 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50086/solr ready
   [junit4]   2> 1065965 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:50091_iq%252Ffz&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1065975 INFO  
(OverseerThreadFactory-4166-thread-1-processing-n:127.0.0.1:50091_iq%2Ffz) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 1066114 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz  
  x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1066114 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz  
  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1067161 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1067194 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1067345 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1067442 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from configset conf1, trusted=true
   [junit4]   2> 1067442 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1067443 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1067446 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.8154296875, 
floorSegmentMB=2.03515625, forceMergeDeletesPctAllowed=3.012978320851638, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5762294829239278, deletesPctAllowed=21.80794243994753
   [junit4]   2> 1067449 WARN  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1067586 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1067586 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1067589 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1067589 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1067591 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=96.119140625, 
floorSegmentMB=1.3349609375, forceMergeDeletesPctAllowed=27.15083693050605, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=21.5610190985755
   [junit4]   2> 1067591 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a185811[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1067595 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1067596 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1067599 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1067599 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1663372777900474368
   [junit4]   2> 1067606 INFO  
(searcherExecutor-4171-thread-1-processing-n:127.0.0.1:50091_iq%2Ffz 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:50091_iq%2Ffz c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@4a185811[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1067626 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1067626 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1067654 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1067654 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1067654 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50091/iq/fz/control_collection_shard1_replica_n1/
   [junit4]   2> 1067655 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1067657 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:50091/iq/fz/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1067657 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72123437625638916-core_node2-n_0000000000
   [junit4]   2> 1067669 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:50091/iq/fz/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1067779 INFO  (zkCallback-4183-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067780 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067782 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1067788 INFO  (qtp245403456-17271) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1674
   [junit4]   2> 1067794 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 1067896 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067896 INFO  (zkCallback-4183-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067896 INFO  (zkCallback-4183-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067902 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:50091_iq%252Ffz&wt=javabin&version=2}
 status=0 QTime=1937
   [junit4]   2> 1067903 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 1067976 INFO  
(OverseerCollectionConfigSetProcessor-72123437625638916-127.0.0.1:50091_iq%2Ffz-n_0000000000)
 [n:127.0.0.1:50091_iq%2Ffz     ] 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> 1068018 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1068022 INFO  (zkConnectionManagerCallback-4199-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1068022 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1068026 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1068031 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50086/solr ready
   [junit4]   2> 1068032 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1068035 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1068049 INFO  
(OverseerThreadFactory-4166-thread-2-processing-n:127.0.0.1:50091_iq%2Ffz) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 1068269 WARN  
(OverseerThreadFactory-4166-thread-2-processing-n:127.0.0.1:50091_iq%2Ffz) 
[n:127.0.0.1:50091_iq%2Ffz     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 1068286 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 1068291 INFO  (qtp245403456-17269) [n:127.0.0.1:50091_iq%2Ffz  
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=256
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1068294 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1068294 INFO  (watches-4196-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1068294 INFO  (watches-4196-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1069180 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-1-001
 of type NRT for shard2
   [junit4]   2> 1069182 WARN  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1069183 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1069183 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1069183 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1069185 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1069185 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1069185 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1069189 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14187f5d{/iq/fz,null,AVAILABLE}
   [junit4]   2> 1069191 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@43ac601b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:50234}
   [junit4]   2> 1069191 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.s.Server Started @1069269ms
   [junit4]   2> 1069191 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/iq/fz, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/tempDir-001/jetty1,
 hostPort=50234, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1069191 ERROR (closeThreadPool-4200-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1069194 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1069195 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.6.0
   [junit4]   2> 1069195 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1069195 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1069195 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-08T03:18:18.489189Z
   [junit4]   2> 1069197 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1069202 INFO  (zkConnectionManagerCallback-4202-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1069202 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1069310 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1069310 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-1-001/solr.xml
   [junit4]   2> 1069312 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1069312 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1069312 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1069496 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1069498 WARN  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@398ddf4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1069498 WARN  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@398ddf4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1069508 WARN  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@744e5b4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1069508 WARN  (closeThreadPool-4200-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@744e5b4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1069509 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50086/solr
   [junit4]   2> 1069510 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1069513 INFO  (zkConnectionManagerCallback-4209-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1069514 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1069624 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1069628 INFO  (zkConnectionManagerCallback-4211-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1069628 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1069683 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1069719 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50234_iq%2Ffz as DOWN
   [junit4]   2> 1069730 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1069730 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50234_iq%2Ffz
   [junit4]   2> 1069738 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1069738 INFO  (zkCallback-4198-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1069739 INFO  (zkCallback-4210-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1069750 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 1069750 WARN  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1069797 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1069824 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1069853 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1069853 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1069855 INFO  (closeThreadPool-4200-thread-1) 
[n:127.0.0.1:50234_iq%2Ffz     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-1-001/cores
   [junit4]   2> 1069883 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 1069892 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1069892 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1069892 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1069892 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1069895 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1069895 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1069895 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1069899 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32ef459f{/iq/fz,null,AVAILABLE}
   [junit4]   2> 1069905 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4a1c699{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:50239}
   [junit4]   2> 1069906 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server Started @1069984ms
   [junit4]   2> 1069906 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/iq/fz, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/tempDir-001/jetty2,
 hostPort=50239, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1069909 ERROR (closeThreadPool-4200-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1069909 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1069910 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.6.0
   [junit4]   2> 1069910 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1069910 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1069910 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-08T03:18:19.204263Z
   [junit4]   2> 1069916 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1069922 INFO  (closeThreadPool-4200-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:50234_iq%2Ffz
   [junit4]   2> 1069930 INFO  (zkConnectionManagerCallback-4217-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1069930 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070055 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1070055 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-2-001/solr.xml
   [junit4]   2> 1070058 INFO  
(OverseerCollectionConfigSetProcessor-72123437625638916-127.0.0.1:50091_iq%2Ffz-n_0000000000)
 [n:127.0.0.1:50091_iq%2Ffz     ] 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> 1070059 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1070059 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1070060 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1070159 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1070161 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1cc861d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070165 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1cc861d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070171 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@57a86f0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070172 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@57a86f0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070177 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50086/solr
   [junit4]   2> 1070185 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070186 INFO  (zkConnectionManagerCallback-4224-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070189 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070303 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1070308 INFO  (zkConnectionManagerCallback-4226-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070309 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1070357 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1070375 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50239_iq%2Ffz as DOWN
   [junit4]   2> 1070381 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1070381 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50239_iq%2Ffz
   [junit4]   2> 1070387 INFO  (zkCallback-4210-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1070387 INFO  (zkCallback-4198-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1070387 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1070388 INFO  (zkCallback-4225-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1070395 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 1070395 WARN  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1070420 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1070464 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1070540 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1070541 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1070544 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50239_iq%2Ffz     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-2-001/cores
   [junit4]   2> 1070568 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:50239_iq%2Ffz
   [junit4]   2> 1071028 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-3-001
 of type NRT for shard2
   [junit4]   2> 1071029 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1071029 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1071029 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1071029 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1071032 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1071032 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1071032 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1071033 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@390df567{/iq/fz,null,AVAILABLE}
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3209da65{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:50276}
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server Started @1071113ms
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/iq/fz, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/tempDir-001/jetty3,
 hostPort=50276, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 1071035 ERROR (closeThreadPool-4200-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.6.0
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1071035 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-08T03:18:20.329577Z
   [junit4]   2> 1071037 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071041 INFO  (zkConnectionManagerCallback-4232-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071042 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1071147 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1071147 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-3-001/solr.xml
   [junit4]   2> 1071149 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1071149 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1071151 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1071221 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1071224 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2939da39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071224 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2939da39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071230 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@610c6c0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071230 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@610c6c0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071238 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50086/solr
   [junit4]   2> 1071250 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071254 INFO  (zkConnectionManagerCallback-4239-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071254 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1071370 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1071377 INFO  (zkConnectionManagerCallback-4241-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071377 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1071425 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 1071473 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50276_iq%2Ffz as DOWN
   [junit4]   2> 1071480 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1071482 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50276_iq%2Ffz
   [junit4]   2> 1071488 INFO  (zkCallback-4210-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1071488 INFO  (zkCallback-4198-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1071488 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1071488 INFO  (zkCallback-4225-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1071488 INFO  (zkCallback-4240-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1071518 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 1071519 WARN  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1071558 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1072538 ERROR (Finalizer) [     ] o.a.s.u.ConcurrentLFUCache 
ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 1072554 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1072574 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1072574 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943
   [junit4]   2> 1072578 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50276_iq%2Ffz     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-3-001/cores
   [junit4]   2> 1072614 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:50276_iq%2Ffz
   [junit4]   2> 1072840 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[88427E784861FD54]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-4-001
 of type NRT for shard1
   [junit4]   2> 1072842 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1072842 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1072842 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1072842 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1072847 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1072847 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1072847 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1072848 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40eb6e9{/iq/fz,null,AVAILABLE}
   [junit4]   2> 1072855 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1cb1949e{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:50291}
   [junit4]   2> 1072855 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.s.Server Started @1072933ms
   [junit4]   2> 1072855 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/iq/fz, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/tempDir-001/jetty4,
 hostPort=50291, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 1072856 ERROR (closeThreadPool-4200-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1072856 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1072858 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.6.0
   [junit4]   2> 1072858 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1072858 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1072858 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-08T03:18:22.152587Z
   [junit4]   2> 1072862 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1072867 INFO  (zkConnectionManagerCallback-4247-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1072870 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1072982 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1072982 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_88427E784861FD54-001/shard-4-001/solr.xml
   [junit4]   2> 1072986 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1072986 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1072987 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6192e943, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1073181 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1073194 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@50ae0e90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073217 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@50ae0e90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073247 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6d897c49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073247 WARN  (closeThreadPool-4200-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6d897c49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073248 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50086/solr
   [junit4]   2> 1073249 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1073256 INFO  (zkConnectionManagerCallback-4254-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1073258 INFO  (closeThreadPool-4200-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1073372 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 1073380 INFO  (zkConnectionManagerCallback-4256-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1073381 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1073440 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (4)
   [junit4]   2> 1073464 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50291_iq%2Ffz as DOWN
   [junit4]   2> 1073468 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1073468 INFO  (closeThreadPool-4200-thread-2) 
[n:127.0.0.1:50291_iq%2Ffz     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50291_iq%2Ffz
   [junit4]   2> 1073488 INFO  (zkCallback-4225-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1073488 INFO  (zkCallback-4183-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1073488 INFO  (zkCallback-4240-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1073488 INFO  (zkCallback-4255-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1073488 INFO  (zkCallback-4210-thread-1) [     

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

cManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 352671 INFO  (jetty-closer-2832-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1080226: rootName = 
solr_49783, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5a457242
   [junit4]   2> 352671 INFO  (jetty-closer-2832-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 352671 INFO  (jetty-closer-2832-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4df7e65f: rootName = 
solr_49783, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@18dcbaf5
   [junit4]   2> 352671 INFO  (jetty-closer-2832-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 352676 INFO  (closeThreadPool-2844-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72123533309378570-127.0.0.1:49783_solr-n_0000000000) closing
   [junit4]   2> 352676 INFO  
(OverseerStateUpdate-72123533309378570-127.0.0.1:49783_solr-n_0000000000) 
[n:127.0.0.1:49783_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49783_solr
   [junit4]   2> 352677 INFO  
(OverseerAutoScalingTriggerThread-72123533309378570-127.0.0.1:49783_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 352683 INFO  (closeThreadPool-2844-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72123533309378570-127.0.0.1:49783_solr-n_0000000000) closing
   [junit4]   2> 352751 INFO  (jetty-closer-2832-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6de5f40a{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 352751 INFO  (jetty-closer-2832-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@330527cc{/solr,null,UNAVAILABLE}
   [junit4]   2> 352751 INFO  (jetty-closer-2832-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 352785 INFO  (jetty-closer-2832-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72123533309378570-127.0.0.1:49783_solr-n_0000000000) closing
   [junit4]   2> 352788 INFO  (jetty-closer-2832-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@dba8969{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 352788 INFO  (jetty-closer-2832-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b9f7c2c{/solr,null,UNAVAILABLE}
   [junit4]   2> 352788 INFO  (jetty-closer-2832-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 352852 INFO  (jetty-closer-2832-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@50809675{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 352853 INFO  (jetty-closer-2832-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c1f1374{/solr,null,UNAVAILABLE}
   [junit4]   2> 352854 INFO  (jetty-closer-2832-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 352856 INFO  
(TEST-CloudHttp2SolrClientTest.checkCollectionParameters-seed#[10BA201AE228D33])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 353067 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/collections/multicollection2/terms/shard2
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2>        3       /solr/collections/multicollection1/terms/shard2
   [junit4]   2>        3       /solr/collections/multicollection2/terms/shard1
   [junit4]   2>        3       /solr/collections/multicollection1/terms/shard1
   [junit4]   2>        2       
/solr/collections/multicollection1/collectionprops.json
   [junit4]   2>        2       
/solr/collections/multicollection2/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/multicollection1/state.json
   [junit4]   2>        25      /solr/collections/multicollection2/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72123533309378570-127.0.0.1:49783_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/overseer/queue
   [junit4]   2>        15      /solr/collections
   [junit4]   2>        14      /solr/live_nodes
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 353071 INFO  
(TEST-CloudHttp2SolrClientTest.checkCollectionParameters-seed#[10BA201AE228D33])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49776
   [junit4]   2> 353071 INFO  
(TEST-CloudHttp2SolrClientTest.checkCollectionParameters-seed#[10BA201AE228D33])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49776
   [junit4]   2> 353071 INFO  
(TEST-CloudHttp2SolrClientTest.checkCollectionParameters-seed#[10BA201AE228D33])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49776
   [junit4]   2> 353072 INFO  
(TEST-CloudHttp2SolrClientTest.checkCollectionParameters-seed#[10BA201AE228D33])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending checkCollectionParameters
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-solrj/test/J4/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_10BA201AE228D33-001
   [junit4]   2> Apr 08, 2020 3:42:42 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{multiDefault=FST50, a_t=FST50, title_s=FST50, 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Asserting), 
title_s=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1705, 
maxMBSortInHeap=6.5517477806297775, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@52f8bc4),
 locale=mgh-MZ, timezone=Pacific/Rarotonga
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 
(64-bit)/cpus=6,threads=1,free=71711096,total=227291136
   [junit4]   2> NOTE: All tests run in this JVM: [ArrayEvaluatorTest, 
ConcurrentUpdateSolrClientMultiCollectionTest, LargeVolumeBinaryJettyTest, 
HttpSolrClientBadInputTest, GraphExpressionTest, ConcatOperationTest, 
PowerEvaluatorTest, SolrExampleXMLHttp2Test, StreamExpressionToExpessionTest, 
CloudSolrClientBuilderTest, ClientUtilsTest, TestConfigSetAdminRequest, 
EmpiricalDistributionEvaluatorTest, TestJavaBinCodec, 
TestCollectionStateWatchers, TestUpdateRequestCodec, QueryResponseTest, 
SolrExampleJettyTest, CorrelationEvaluatorTest, TestLBHttpSolrClient, 
CloudHttp2SolrClientTest]
   [junit4] Completed [205/208 (1!)] on J4 in 124.28s, 17 tests, 1 error <<< 
FAILURES!

[...truncated 46852 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/839/consoleText

[repro] Revision: 6905405d3fc34d96d68e3ec8705085d8e920a1cd

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestSolrConfigHandlerCloud 
-Dtests.seed=88427E784861FD54 -Dtests.slow=true -Dtests.locale=en-MO 
-Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=LeaderElectionIntegrationTest 
-Dtests.method=testSimpleSliceLeaderElection -Dtests.seed=88427E784861FD54 
-Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=America/Indiana/Knox 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=CloudHttp2SolrClientTest 
-Dtests.method=testRetryUpdatesWhenClusterStateIsStale 
-Dtests.seed=10BA201AE228D33 -Dtests.slow=true -Dtests.locale=mgh-MZ 
-Dtests.timezone=Pacific/Rarotonga -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestSolrConfigHandlerCloud
[repro]       LeaderElectionIntegrationTest
[repro]    solr/solrj
[repro]       CloudHttp2SolrClientTest
[repro] ant compile-test

[...truncated 3448 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.TestSolrConfigHandlerCloud|*.LeaderElectionIntegrationTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" 
-Dtests.seed=88427E784861FD54 -Dtests.slow=true -Dtests.locale=en-MO 
-Dtests.timezone=Europe/Copenhagen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 114 lines...]
[repro] ant compile-test

[...truncated 454 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.CloudHttp2SolrClientTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=10BA201AE228D33 
-Dtests.slow=true -Dtests.locale=mgh-MZ -Dtests.timezone=Pacific/Rarotonga 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 161 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
[repro]   0/5 failed: org.apache.solr.cloud.LeaderElectionIntegrationTest
[repro]   0/5 failed: org.apache.solr.handler.TestSolrConfigHandlerCloud
[repro] Exiting with code 0

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

Reply via email to