Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/193/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName

Error Message:
Unexpected exception type, expected SolrServerException but got 
java.lang.IllegalArgumentException: DTLSv1.2

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrServerException but got java.lang.IllegalArgumentException: DTLSv1.2
        at 
__randomizedtesting.SeedInfo.seed([8441B92C32AB58BA:D3F0FC97F257A7AB]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2720)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:207)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.StatementAdapter.evaluate(StatementAdapter.java:36)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: DTLSv1.2
        at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
        at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
        at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
        at 
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2534)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$testSslWithInvalidPeerName$0(TestMiniSolrCloudClusterSSL.java:211)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 42 more


FAILED:  
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName

Error Message:
java.lang.IllegalArgumentException: DTLSv1.2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
java.lang.IllegalArgumentException: DTLSv1.2
        at 
__randomizedtesting.SeedInfo.seed([8441B92C32AB58BA:37C56EDC89FAC06B]:0)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:408)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:273)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:243)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:164)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName(TestMiniSolrCloudClusterSSL.java:146)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.StatementAdapter.evaluate(StatementAdapter.java:36)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: DTLSv1.2
        at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
        at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
        at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
        at 
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2534)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        ... 50 more




Build Log:
[...truncated 14923 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2592268 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[8441B92C32AB58BA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/init-core-data-001
   [junit4]   2> 2592268 WARN  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[8441B92C32AB58BA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2592268 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[8441B92C32AB58BA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2592276 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[8441B92C32AB58BA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2592278 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoSsl
   [junit4]   2> 2592278 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL 
& clientAuth settings selected by base class
   [junit4]   2> 2592280 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001
   [junit4]   2> 2592280 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2592281 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2592281 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2592390 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:58347
   [junit4]   2> 2592390 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58347
   [junit4]   2> 2592390 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 58347
   [junit4]   2> 2592390 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592405 INFO  (zkConnectionManagerCallback-14436-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592405 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592409 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592411 INFO  (zkConnectionManagerCallback-14438-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592411 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592412 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592414 INFO  (zkConnectionManagerCallback-14440-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592414 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592524 WARN  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2592525 WARN  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2592525 WARN  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2592525 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2592526 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2592526 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2592526 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2592527 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a0116f{/solr,null,AVAILABLE}
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5f28a1b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:58352}
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.s.Server Started @2592614ms
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58352}
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2592529 ERROR (jetty-launcher-14441-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T05:54:44.250Z
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2592529 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3fe5f15c{/solr,null,AVAILABLE}
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@393954cf{/solr,null,AVAILABLE}
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6240d849{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:58353}
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@628c5da8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:58354}
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.s.Server Started @2592616ms
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.s.Server Started @2592616ms
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58354}
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58353}
   [junit4]   2> 2592530 ERROR (jetty-launcher-14441-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2592530 ERROR (jetty-launcher-14441-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T05:54:44.251Z
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2592530 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T05:54:44.251Z
   [junit4]   2> 2592532 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592532 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592532 INFO  (zkConnectionManagerCallback-14443-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592533 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592533 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2592535 INFO  (zkConnectionManagerCallback-14447-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592535 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592535 INFO  (zkConnectionManagerCallback-14446-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592535 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592536 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2592536 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2592810 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2592811 WARN  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@410198fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2592811 WARN  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@410198fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2592814 WARN  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3706ecf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2592814 WARN  (jetty-launcher-14441-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3706ecf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2592815 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2592816 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2592818 INFO  (zkConnectionManagerCallback-14456-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592818 INFO  (jetty-launcher-14441-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2592928 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2592929 INFO  (zkConnectionManagerCallback-14458-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2592930 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593001 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2593002 WARN  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39901be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593002 WARN  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39901be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593009 WARN  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@912ede7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593009 WARN  (jetty-launcher-14441-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@912ede7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593011 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2593017 INFO  (zkConnectionManagerCallback-14466-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593018 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2593018 INFO  (jetty-launcher-14441-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2593045 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2593045 WARN  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@588b945d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593045 WARN  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@588b945d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593048 WARN  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@22946c98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593048 WARN  (jetty-launcher-14441-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@22946c98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2593048 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58347/solr
   [junit4]   2> 2593049 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2593051 INFO  (zkConnectionManagerCallback-14472-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593051 INFO  (jetty-launcher-14441-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2593126 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2593128 INFO  (zkConnectionManagerCallback-14474-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593128 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593151 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58352_solr
   [junit4]   2> 2593152 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.Overseer Overseer 
(id=72153155982983178-127.0.0.1:58352_solr-n_0000000000) starting
   [junit4]   2> 2593163 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2593165 INFO  (zkConnectionManagerCallback-14481-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593165 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593170 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58347/solr ready
   [junit4]   2> 2593171 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58353_solr
   [junit4]   2> 2593171 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:58352_solr
   [junit4]   2> 2593174 INFO  (zkCallback-14480-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2593175 INFO  (zkCallback-14457-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2593175 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2593176 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58352_solr as DOWN
   [junit4]   2> 2593180 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2593181 INFO  (zkConnectionManagerCallback-14486-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593181 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593181 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2593182 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58352_solr
   [junit4]   2> 2593185 INFO  (zkCallback-14457-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2593186 INFO  (zkCallback-14473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2593186 INFO  (zkCallback-14480-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2593186 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2593189 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58347/solr ready
   [junit4]   2> 2593229 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2593229 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2593230 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2593232 INFO  (zkConnectionManagerCallback-14489-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593232 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593241 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2593248 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58354_solr as DOWN
   [junit4]   2> 2593249 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2593249 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58354_solr
   [junit4]   2> 2593252 INFO  (zkCallback-14473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2593252 INFO  (zkCallback-14457-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2593252 INFO  (zkCallback-14480-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2593252 INFO  (zkCallback-14488-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2593252 INFO  (zkCallback-14485-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2593254 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2593259 INFO  (zkConnectionManagerCallback-14497-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593259 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2593262 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2593264 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58347/solr ready
   [junit4]   2> 2593297 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58353.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593315 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58352.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593318 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2593327 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58352.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593327 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58352.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593328 INFO  (jetty-launcher-14441-thread-2) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node2/.
   [junit4]   2> 2593345 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58353.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593345 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58353.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593346 INFO  (jetty-launcher-14441-thread-1) 
[n:127.0.0.1:58353_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node1/.
   [junit4]   2> 2593349 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58354.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593355 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58354.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593356 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58354.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2593356 INFO  (jetty-launcher-14441-thread-3) 
[n:127.0.0.1:58354_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node3/.
   [junit4]   2> 2593419 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2593421 INFO  (zkConnectionManagerCallback-14503-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593421 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2593424 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2593426 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58347/solr ready
   [junit4]   2> 2593427 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2593429 INFO  (zkConnectionManagerCallback-14505-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2593429 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2594325 INFO  (qtp188048653-38934) [n:127.0.0.1:58352_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2594331 INFO  
(OverseerThreadFactory-12834-thread-1-processing-n:127.0.0.1:58352_solr) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
first_collection
   [junit4]   2> 2594454 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"first_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58354/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2594462 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"first_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58353/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2594467 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"first_collection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58352/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2594676 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr    
x:first_collection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 2594677 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr    
x:first_collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 2594677 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr    
x:first_collection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2594678 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr    
x:first_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 2595712 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2595712 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2595712 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2595729 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [first_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2595729 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.IndexSchema [first_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 2595729 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.IndexSchema [first_collection_shard3_replica_n4] Schema name=test
   [junit4]   2> 2595886 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2595886 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2595919 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard1_replica_n1' 
using configuration from collection first_collection, trusted=true
   [junit4]   2> 2595920 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58354.solr.core.first_collection.shard1.replica_n1' (registry 
'solr.core.first_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2595920 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[first_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node3/first_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node3/./first_collection_shard1_replica_n1/data/]
   [junit4]   2> 2595923 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=34.71484375, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=9.770771724736628, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=39.65265792526917
   [junit4]   2> 2595925 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard3_replica_n4' 
using configuration from collection first_collection, trusted=true
   [junit4]   2> 2595925 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58352.solr.core.first_collection.shard3.replica_n4' (registry 
'solr.core.first_collection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2595925 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SolrCore [[first_collection_shard3_replica_n4] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node2/first_collection_shard3_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node2/./first_collection_shard3_replica_n4/data/]
   [junit4]   2> 2595927 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2595927 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=34.71484375, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=9.770771724736628, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=39.65265792526917
   [junit4]   2> 2595930 WARN  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_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> 2595932 WARN  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
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> 2596000 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard2_replica_n2' 
using configuration from collection first_collection, trusted=true
   [junit4]   2> 2596000 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58353.solr.core.first_collection.shard2.replica_n2' (registry 
'solr.core.first_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fa9bb69
   [junit4]   2> 2596000 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SolrCore [[first_collection_shard2_replica_n2] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node1/first_collection_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001/tempDir-001/node1/./first_collection_shard2_replica_n2/data/]
   [junit4]   2> 2596004 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=34.71484375, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=9.770771724736628, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=39.65265792526917
   [junit4]   2> 2596016 WARN  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
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> 2596030 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2596030 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2596034 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2596040 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2596040 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2596042 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2596043 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1919185048, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2596045 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2596045 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2596048 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1727f34b[first_collection_shard1_replica_n1] main]
   [junit4]   2> 2596048 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1919185048, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2596050 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596051 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2736fd30[first_collection_shard3_replica_n4] main]
   [junit4]   2> 2596051 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596052 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2596052 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1636747116830261248
   [junit4]   2> 2596057 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596057 INFO  
(searcherExecutor-12847-thread-1-processing-n:127.0.0.1:58354_solr 
x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) 
[n:127.0.0.1:58354_solr c:first_collection s:shard1 r:core_node3 
x:first_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[first_collection_shard1_replica_n1] Registered new searcher 
Searcher@1727f34b[first_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2596058 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596058 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2596060 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1636747116838649856
   [junit4]   2> 2596062 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/first_collection/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 2596063 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/first_collection/leaders/shard1
   [junit4]   2> 2596070 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2596070 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2596070 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58354/solr/first_collection_shard1_replica_n1/
   [junit4]   2> 2596071 INFO  
(searcherExecutor-12848-thread-1-processing-n:127.0.0.1:58352_solr 
x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) 
[n:127.0.0.1:58352_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore 
[first_collection_shard3_replica_n4] Registered new searcher 
Searcher@2736fd30[first_collection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2596071 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2596072 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58354/solr/first_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2596072 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/first_collection/leaders/shard1/leader after winning as 
/collections/first_collection/leader_elect/shard1/election/72153155982983181-core_node3-n_0000000000
   [junit4]   2> 2596076 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58354/solr/first_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2596082 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/first_collection/terms/shard3 to Terms{values={core_node6=0}, 
version=0}
   [junit4]   2> 2596083 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/first_collection/leaders/shard3
   [junit4]   2> 2596084 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2596084 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2596089 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2596089 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2596090 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2596090 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2596090 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58352/solr/first_collection_shard3_replica_n4/
   [junit4]   2> 2596090 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2596091 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1919185048, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2596091 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58352/solr/first_collection_shard3_replica_n4/ has no replicas
   [junit4]   2> 2596091 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/first_collection/leaders/shard3/leader after winning as 
/collections/first_collection/leader_elect/shard3/election/72153155982983178-core_node6-n_0000000000
   [junit4]   2> 2596091 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53c4e783[first_collection_shard2_replica_n2] main]
   [junit4]   2> 2596094 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596095 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 2596095 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58352/solr/first_collection_shard3_replica_n4/ shard3
   [junit4]   2> 2596096 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2596096 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1636747116876398592
   [junit4]   2> 2596099 INFO  
(searcherExecutor-12849-thread-1-processing-n:127.0.0.1:58353_solr 
x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) 
[n:127.0.0.1:58353_solr c:first_collection s:shard2 r:core_node5 
x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrCore 
[first_collection_shard2_replica_n2] Registered new searcher 
Searcher@53c4e783[first_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2596104 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/first_collection/terms/shard2 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 2596105 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/first_collection/leaders/shard2
   [junit4]   2> 2596113 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2596113 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2596113 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58353/solr/first_collection_shard2_replica_n2/
   [junit4]   2> 2596114 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2596115 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58353/solr/first_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 2596115 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/first_collection/leaders/shard2/leader after winning as 
/collections/first_collection/leader_elect/shard2/election/72153155982983175-core_node5-n_0000000000
   [junit4]   2> 2596119 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58353/solr/first_collection_shard2_replica_n2/ shard2
   [junit4]   2> 2596225 INFO  (zkCallback-14457-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596225 INFO  (zkCallback-14473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596225 INFO  (zkCallback-14488-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596226 INFO  (zkCallback-14473-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596226 INFO  (zkCallback-14488-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596229 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2596229 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2596231 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2596233 INFO  (qtp1820801961-38943) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=1556
   [junit4]   2> 2596235 INFO  (qtp188048653-38936) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=1559
   [junit4]   2> 2596235 INFO  (qtp1816903249-38948) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=1557
   [junit4]   2> 2596238 INFO  (qtp188048653-38934) [n:127.0.0.1:58352_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2596334 INFO  
(OverseerCollectionConfigSetProcessor-72153155982983178-127.0.0.1:58352_solr-n_0000000000)
 [n:127.0.0.1:58352_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2596337 INFO  (zkCallback-14457-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14457-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14488-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14488-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14473-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14488-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14473-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596337 INFO  (zkCallback-14473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/first_collection/state.json] for collection 
[first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2596339 INFO  (qtp188048653-38934) [n:127.0.0.1:58352_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
 status=0 QTime=2013
   [junit4]   2> 2596347 INFO  (qtp1820801961-38951) [n:127.0.0.1:58353_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.S.Request [first_collection_shard2_replica_n2]  webapp=/solr 
path=/select 
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:58353/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560923688064&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2596347 INFO  (qtp188048653-38935) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.S.Request [first_collection_shard3_replica_n4]  webapp=/solr 
path=/select 
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:58352/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560923688064&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2596347 INFO  (qtp1816903249-38953) [n:127.0.0.1:58354_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.c.S.Request [first_collection_shard1_replica_n1]  webapp=/solr 
path=/select 
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:58354/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560923688064&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2596347 INFO  (qtp188048653-38937) [n:127.0.0.1:58352_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.S.Request [first_collection_shard3_replica_n4]  webapp=/solr 
path=/select params={q=*:*&_stateVer_=first_collection:4&wt=javabin&version=2} 
hits=0 status=0 QTime=4
   [junit4]   2> 2596350 INFO  (qtp188048653-38934) [n:127.0.0.1:58352_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596355 INFO  (qtp188048653-38937) [n:127.0.0.1:58352_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596357 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec I/O exception 
(org.apache.http.conn.UnsupportedSchemeException) caught when processing 
request to {s}->https://127.0.0.1:58352: https protocol is not supported
   [junit4]   2> 2596357 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:58352
   [junit4]   2> 2596403 INFO  (qtp1816903249-38947) [n:127.0.0.1:58354_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596406 INFO  (qtp1816903249-38953) [n:127.0.0.1:58354_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596407 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec I/O exception 
(org.apache.http.conn.UnsupportedSchemeException) caught when processing 
request to {s}->https://127.0.0.1:58354: https protocol is not supported
   [junit4]   2> 2596407 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:58354
   [junit4]   2> 2596412 INFO  (qtp1820801961-38942) [n:127.0.0.1:58353_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596414 INFO  (qtp1820801961-38951) [n:127.0.0.1:58353_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2596416 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec I/O exception 
(org.apache.http.conn.UnsupportedSchemeException) caught when processing 
request to {s}->https://127.0.0.1:58353: https protocol is not supported
   [junit4]   2> 2596416 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:58353
   [junit4]   2> 2596419 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=571413438
   [junit4]   2> 2596419 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58352_solr
   [junit4]   2> 2596420 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2596420 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:58352_solr as DOWN
   [junit4]   2> 2596422 INFO  (coreCloseExecutor-12862-thread-1) 
[n:127.0.0.1:58352_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore 
[first_collection_shard3_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@595f3572
   [junit4]   2> 2596422 INFO  (coreCloseExecutor-12862-thread-1) 
[n:127.0.0.1:58352_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.first_collection.shard3.replica_n4, 
tag=595f3572
   [junit4]   2> 2596422 INFO  (coreCloseExecutor-12862-thread-1) 
[n:127.0.0.1:58352_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@212f0413: rootName 
= solr_58352, domain = solr.core.first_collection.shard3.replica_n4, service 
url = null, agent id = null] for registry 
solr.core.first_collection.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@503e9029
   [junit4]   2> 2596432 INFO  (coreCloseExecutor-12862-thread-1) 
[n:127.0.0.1:58352_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.first_collection.shard3.leader, 
tag=595f3572
   [junit4]   2> 2596433 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2596434 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@69c5f2d2: rootName = 
solr_58352, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4ec2321b
   [junit4]   2> 2596439 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2596439 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4425f1b5: rootName = 
solr_58352, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3cb1b9f5
   [junit4]   2> 2596443 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2596443 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68b2709: rootName = 
solr_58352, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7ffd320a
   [junit4]   2> 2596443 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[8441B92C32AB58BA]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2596444 INFO  (closeThreadPool-14512-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72153155982983178-127.0.0.1:58352_solr-n_0000000000) closing
   [junit4]   2> 2596446 INFO  
(OverseerStateUpdate-72153155982983178-127.0.0.1:58352_solr-n_0000000000) 
[n:127.0.0.1:58352_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:583

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

   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        ... 50 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_8441B92C32AB58BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=296, maxMBSortInHeap=6.793817943574819, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@177fadcb),
 locale=no, timezone=America/Indiana/Petersburg
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=3,threads=1,free=109947552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestComponentsName, 
TestCloudJSONFacetJoinDomain, DistribDocExpirationUpdateProcessorTest, 
ReplicationFactorTest, AtomicUpdatesTest, TestReloadDeadlock, 
TestSolrDeletionPolicy2, TestTrie, TestDocTermOrdsUninvertLimit, 
TestMinHashQParser, ChaosMonkeySafeLeaderTest, 
TestSolrCloudWithHadoopAuthPlugin, TestUtils, PKIAuthenticationIntegrationTest, 
SolrInfoBeanTest, TestUseDocValuesAsStored, OverseerModifyCollectionTest, 
AsyncCallRequestStatusResponseTest, CollectionStateFormat2Test, 
TestIntervalFaceting, TestFieldTypeResource, BufferStoreTest, 
CachingDirectoryFactoryTest, TestSegmentSorting, HLLUtilTest, CopyFieldTest, 
MetricsHistoryIntegrationTest, TestReplicationHandler, 
TestSolrCloudWithDelegationTokens, SystemInfoHandlerTest, 
HealthCheckHandlerTest, TestBackupRepositoryFactory, DocValuesMissingTest, 
CursorMarkTest, HighlighterTest, CustomCollectionTest, 
TestLeaderElectionZkExpiry, TestSimNodeLostTrigger, 
LeaderFailureAfterFreshStartTest, TestAuthenticationFramework, TestDocSet, 
OverseerTest, TestCryptoKeys, TestCorePropertiesReload, 
AnalysisAfterCoreReloadTest, AnalysisErrorHandlingTest, TestSmileRequest, 
TestUniqueKeyFieldResource, TestNonDefinedSimilarityFactory, 
OrderedExecutorTest, TestManagedSchemaThreadSafety, DataDrivenBlockJoinTest, 
ZkCollectionPropsCachingTest, TestDynamicFieldResource, SimpleFacetsTest, 
TestTlogReplica, AnalyticsQueryTest, DateMathParserTest, TriggerEventQueueTest, 
TestSearcherReuse, TestCoreContainer, TestPullReplicaErrorHandling, 
HdfsBasicDistributedZkTest, TestDistribDocBasedVersion, CSVRequestHandlerTest, 
TestSolrConfigHandler, PreAnalyzedUpdateProcessorTest, 
DisMaxRequestHandlerTest, TestSolrConfigHandlerConcurrent, 
TestReversedWildcardFilterFactory, HdfsRecoverLeaseTest, 
DistributedTermsComponentTest, CustomTermsComponentTest, TestLFUCache, 
HdfsLockFactoryTest, TestRandomRequestDistribution, TestExactStatsCache, 
TestCSVLoader, SortByFunctionTest, TestCloudDeleteByQuery, 
TestConfigSetProperties, TestSolrQueryResponse, 
ShufflingReplicaListTransformerTest, HdfsThreadLeakTest, BadComponentTest, 
UpdateRequestProcessorFactoryTest, CdcrVersionReplicationTest, 
TestSchemalessBufferedUpdates, TestSimExtremeIndexing, 
TestCopyFieldCollectionResource, TestDistributedGrouping, 
TestCloudPseudoReturnFields, TestHashPartitioner, SchemaApiFailureTest, 
TestIndexingPerformance, AtomicUpdateProcessorFactoryTest, 
CoreMergeIndexesAdminHandlerTest, TestDocBasedVersionConstraints, 
TestShardHandlerFactory, TestUnifiedSolrHighlighter, ResponseHeaderTest, 
HttpTriggerListenerTest, TestEmbeddedSolrServerAdminHandler, 
TestFieldCacheSortRandom, HdfsChaosMonkeySafeLeaderTest, 
TestReplicationHandlerDiskOverFlow, XmlInterpolationTest, 
PrimitiveFieldTypeTest, TestRestoreCore, SSLMigrationTest, 
ConnectionManagerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSuggestSpellingConverter, CreateRoutedAliasTest, RollingRestartTest, 
DateFieldTest, SolrGraphiteReporterTest, DistributedDebugComponentTest, 
TestZkChroot, TestCoreBackup, TestImplicitCoreProperties, 
TestEmbeddedSolrServerSchemaAPI, SolrIndexConfigTest, 
UUIDUpdateProcessorFallbackTest, JvmMetricsTest, TestNumericTokenStream, 
TestPointFields, BooleanFieldTest, SpellPossibilityIteratorTest, 
SimplePostToolTest, CoreSorterTest, TestReplicaProperties, 
TestFieldCacheWithThreads, RandomizedTaggerTest, DocValuesTest, 
DistributedSpellCheckComponentTest, NodeLostTriggerIntegrationTest, 
BJQParserTest, TestExceedMaxTermLength, MoreLikeThisHandlerTest, 
BigEndianAscendingWordDeserializerTest, SearchHandlerTest, 
TestFieldCacheReopen, NotRequiredUniqueKeyTest, FileUtilsTest, 
TestNestedDocsSort, CollectionTooManyReplicasTest, ResourceLoaderTest, 
TestWriterPerf, ReindexCollectionTest, TestBM25SimilarityFactory, 
XmlUpdateRequestHandlerTest, TestGraphTermsQParserPlugin, 
BasicDistributedZkTest, CoreAdminOperationTest, TestSystemIdResolver, 
TestManagedResource, TestDistributedSearch, DistributedFacetExistsSmallTest, 
TestExtendedDismaxParser, TestCollectionAPI, 
DeleteLastCustomShardedReplicaTest, TestRequestForwarding, SortSpecParsingTest, 
TestSubQueryTransformerCrossCore, TriggerSetPropertiesIntegrationTest, 
DefaultValueUpdateProcessorTest, DistributedFacetPivotSmallTest, 
ConcurrentCreateRoutedAliasTest, SoftAutoCommitTest, CheckHdfsIndexTest, 
TestHdfsCloudBackupRestore, ReplicaListTransformerTest, BlockCacheTest, 
TriLevelCompositeIdRoutingTest, TestSQLHandlerNonCloud, TestSolrFieldCacheBean, 
TestBlendedInfixSuggestions, FullHLLTest, CloudExitableDirectoryReaderTest, 
TestAuthorizationFramework, SolrXmlInZkTest, TestGroupingSearch, 
SpellCheckCollatorTest, TestGeoJSONResponseWriter, SmileWriterTest, 
BitVectorTest, AutoAddReplicasIntegrationTest, TestQueryTypes, 
TestPayloadScoreQParserPlugin, TestNumericRangeQuery32, TestNRTOpen, 
V2ApiIntegrationTest, SharedFSAutoReplicaFailoverTest, GraphQueryTest, 
AlternateDirectoryTest, TestManagedSchema, 
TestTolerantUpdateProcessorRandomCloud, HDFSCollectionsAPITest, TestMacros, 
StatsComponentTest, ZkControllerTest, DistributedMLTComponentTest, 
ConjunctionSolrSpellCheckerTest, BlockJoinFacetRandomTest, 
TestAnalyzeInfixSuggestions, SuggesterFSTTest, TestFiltering, 
SolrIndexSplitterTest, TestCloudSchemaless, TestRawTransformer, 
ConvertedLegacyTest, CursorPagingTest, EchoParamsTest, MinimalSchemaTest, 
OutputWriterTest, SampleTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestJoin, TestRandomDVFaceting, 
TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, 
TestTolerantSearch, ProtectedTermFilterFactoryTest, TestCharFilters, 
TestDeprecatedFilters, TestLuceneMatchVersion, TokenizerChainTest, 
TestLuceneIndexBackCompat, ConnectionReuseTest, ActionThrottleTest, 
AddReplicaTest, AliasIntegrationTest, AssignBackwardCompatibilityTest, 
BasicDistributedZk2Test, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, 
ClusterStateUpdateTest, DeleteReplicaTest, DocValuesNotIndexedTest, 
ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, 
HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, 
LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
RecoveryZkTest, ShardRoutingCustomTest, ShardRoutingTest, SyncSliceTest, 
TestCloudRecovery2, TestClusterProperties, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, 
TestMiniSolrCloudClusterSSL]
   [junit4] Completed [520/866 (1!)] on J0 in 38.82s, 6 tests, 1 failure, 1 
error, 1 skipped <<< FAILURES!

[...truncated 49850 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build.xml:644: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2093: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2132: 
Compile failed; see the compiler error output for details.

Total time: 133 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to