Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/187/
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([3930784CA7F087D6:6E813DF7670C78C7]: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([3930784CA7F087D6:8AB4AFBC1CA11F07]: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 14873 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/init-core-data-001
   [junit4]   2> 2812140 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the 
randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 2812142 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001
   [junit4]   2> 2812142 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2812142 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2812142 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2812248 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer start zk server on port:59332
   [junit4]   2> 2812248 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59332
   [junit4]   2> 2812248 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59332
   [junit4]   2> 2812259 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812263 INFO  (zkConnectionManagerCallback-17674-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812263 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812266 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812268 INFO  (zkConnectionManagerCallback-17676-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812268 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812269 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812271 INFO  (zkConnectionManagerCallback-17678-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812271 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812375 WARN  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2812375 WARN  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2812375 WARN  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2812375 INFO  (jetty-launcher-17679-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> 2812375 INFO  (jetty-launcher-17679-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> 2812375 INFO  (jetty-launcher-17679-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> 2812377 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2812377 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2812377 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2812378 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2812378 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2812378 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ba11d71{/solr,null,AVAILABLE}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5be976c7{/solr,null,AVAILABLE}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b3388ae{/solr,null,AVAILABLE}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2b7e1995{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36110}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@50f2d0f1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 2812379 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55392}
   [junit4]   2> 2812380 ERROR (jetty-launcher-17679-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2812380 ERROR (jetty-launcher-17679-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T08:10:13.519Z
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T08:10:13.519Z
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@267ec0e5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52753}
   [junit4]   2> 2812380 ERROR (jetty-launcher-17679-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T08:10:13.519Z
   [junit4]   2> 2812380 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812381 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812382 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2812382 INFO  (zkConnectionManagerCallback-17685-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812383 INFO  (zkConnectionManagerCallback-17683-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812383 INFO  (zkConnectionManagerCallback-17682-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2812383 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2813789 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2813790 WARN  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7efea413[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813790 WARN  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7efea413[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813792 WARN  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@8cc6d4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813792 WARN  (jetty-launcher-17679-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@8cc6d4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813793 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59332/solr
   [junit4]   2> 2813793 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2813795 INFO  (zkConnectionManagerCallback-17694-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2813795 INFO  (jetty-launcher-17679-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2813835 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2813836 WARN  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2e801e17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813836 WARN  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2e801e17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813838 WARN  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6b5628ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813838 WARN  (jetty-launcher-17679-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6b5628ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2813839 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59332/solr
   [junit4]   2> 2813839 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2813841 INFO  (zkConnectionManagerCallback-17700-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2813841 INFO  (jetty-launcher-17679-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2813897 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2813899 INFO  (zkConnectionManagerCallback-17702-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2813899 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2813999 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2814001 INFO  (zkConnectionManagerCallback-17704-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814001 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2814156 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36110_solr
   [junit4]   2> 2814157 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.Overseer Overseer 
(id=72210777612877833-127.0.0.1:36110_solr-n_0000000000) starting
   [junit4]   2> 2814170 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2814172 INFO  (zkConnectionManagerCallback-17713-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814172 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2814178 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59332/solr ready
   [junit4]   2> 2814180 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36110_solr
   [junit4]   2> 2814180 INFO  
(OverseerStateUpdate-72210777612877833-127.0.0.1:36110_solr-n_0000000000) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36110_solr
   [junit4]   2> 2814182 INFO  (zkCallback-17703-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2814184 INFO  (zkCallback-17712-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2814202 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2814207 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:55392_solr as DOWN
   [junit4]   2> 2814208 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2814208 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55392_solr
   [junit4]   2> 2814210 INFO  (zkCallback-17703-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2814211 INFO  (zkCallback-17701-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2814213 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2814213 INFO  (zkCallback-17712-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2814214 INFO  (zkConnectionManagerCallback-17718-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814214 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2814216 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2814218 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59332/solr ready
   [junit4]   2> 2814222 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2814236 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2814257 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36110.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814258 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55392.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814265 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55392.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814265 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55392.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814266 INFO  (jetty-launcher-17679-thread-3) 
[n:127.0.0.1:55392_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node1/.
   [junit4]   2> 2814268 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36110.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814268 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36110.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814269 INFO  (jetty-launcher-17679-thread-1) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node2/.
   [junit4]   2> 2814702 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2814703 WARN  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2b6d2563[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2814703 WARN  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2b6d2563[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2814705 WARN  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@cc25adf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2814705 WARN  (jetty-launcher-17679-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@cc25adf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2814706 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59332/solr
   [junit4]   2> 2814707 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2814709 INFO  (zkConnectionManagerCallback-17726-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814709 INFO  (jetty-launcher-17679-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2814812 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2814814 INFO  (zkConnectionManagerCallback-17728-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814814 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2814825 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2814832 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:52753_solr as DOWN
   [junit4]   2> 2814834 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2814834 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52753_solr
   [junit4]   2> 2814836 INFO  (zkCallback-17701-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2814836 INFO  (zkCallback-17703-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2814836 INFO  (zkCallback-17717-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2814837 INFO  (zkCallback-17712-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2814837 INFO  (zkCallback-17727-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2814839 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2814840 INFO  (zkConnectionManagerCallback-17735-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814841 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2814844 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2814847 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59332/solr ready
   [junit4]   2> 2814863 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2814877 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52753.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814883 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52753.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814883 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52753.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2814884 INFO  (jetty-launcher-17679-thread-2) 
[n:127.0.0.1:52753_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node3/.
   [junit4]   2> 2814909 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2814911 INFO  (zkConnectionManagerCallback-17741-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814911 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2814914 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2814916 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:59332/solr ready
   [junit4]   2> 2814917 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2814919 INFO  (zkConnectionManagerCallback-17743-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2814919 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2815640 INFO  (qtp632943442-48377) [n:127.0.0.1:36110_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> 2815644 INFO  
(OverseerThreadFactory-13416-thread-1-processing-n:127.0.0.1:36110_solr) 
[n:127.0.0.1:36110_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
first_collection
   [junit4]   2> 2815763 INFO  
(OverseerStateUpdate-72210777612877833-127.0.0.1:36110_solr-n_0000000000) 
[n:127.0.0.1:36110_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:55392/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2815768 INFO  
(OverseerStateUpdate-72210777612877833-127.0.0.1:36110_solr-n_0000000000) 
[n:127.0.0.1:36110_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:36110/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2815773 INFO  
(OverseerStateUpdate-72210777612877833-127.0.0.1:36110_solr-n_0000000000) 
[n:127.0.0.1:36110_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:52753/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2815979 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2815979 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2815979 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_solr    
x:first_collection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2815980 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817000 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817000 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817012 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817029 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817039 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817059 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817158 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817166 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817205 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817205 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817205 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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_36110.solr.core.first_collection.shard2.replica_n2' (registry 
'solr.core.first_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2817205 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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_55392.solr.core.first_collection.shard1.replica_n1' (registry 
'solr.core.first_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2817205 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node2/first_collection_shard2_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node2/./first_collection_shard2_replica_n2/data/]
   [junit4]   2> 2817205 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node1/first_collection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node1/./first_collection_shard1_replica_n1/data/]
   [junit4]   2> 2817206 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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=40, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=71.3896484375, 
floorSegmentMB=0.5498046875, forceMergeDeletesPctAllowed=15.174801196308564, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7581058796243585, deletesPctAllowed=27.577926996467763
   [junit4]   2> 2817206 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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=40, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=71.3896484375, 
floorSegmentMB=0.5498046875, forceMergeDeletesPctAllowed=15.174801196308564, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7581058796243585, deletesPctAllowed=27.577926996467763
   [junit4]   2> 2817206 WARN  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817206 WARN  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817211 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817239 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817240 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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_52753.solr.core.first_collection.shard3.replica_n4' (registry 
'solr.core.first_collection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@614e6bb2
   [junit4]   2> 2817240 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node3/first_collection_shard3_replica_n4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001/tempDir-001/node3/./first_collection_shard3_replica_n4/data/]
   [junit4]   2> 2817241 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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=40, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=71.3896484375, 
floorSegmentMB=0.5498046875, forceMergeDeletesPctAllowed=15.174801196308564, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7581058796243585, deletesPctAllowed=27.577926996467763
   [junit4]   2> 2817242 WARN  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817255 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817255 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817256 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817256 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817257 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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=32, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=53.5810546875, 
floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=11.032552054049084, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=32.21183850765337
   [junit4]   2> 2817257 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69e1ba61[first_collection_shard2_replica_n2] main]
   [junit4]   2> 2817259 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817259 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817260 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817260 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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 1636755642409549824
   [junit4]   2> 2817267 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817267 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817274 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817274 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817276 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817276 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817276 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817276 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817276 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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:36110/solr/first_collection_shard2_replica_n2/
   [junit4]   2> 2817277 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817277 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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=32, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=53.5810546875, 
floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=11.032552054049084, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=32.21183850765337
   [junit4]   2> 2817277 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@297bbb9c[first_collection_shard1_replica_n1] main]
   [junit4]   2> 2817277 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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:36110/solr/first_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 2817277 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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/72210777612877833-core_node5-n_0000000000
   [junit4]   2> 2817279 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817280 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817281 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817281 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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 1636755642431569920
   [junit4]   2> 2817281 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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:36110/solr/first_collection_shard2_replica_n2/ shard2
   [junit4]   2> 2817283 INFO  
(searcherExecutor-13432-thread-1-processing-n:127.0.0.1:36110_solr 
x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) 
[n:127.0.0.1:36110_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@69e1ba61[first_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2817285 INFO  
(searcherExecutor-13433-thread-1-processing-n:127.0.0.1:55392_solr 
x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) 
[n:127.0.0.1:55392_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@297bbb9c[first_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2817288 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817288 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817292 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817292 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817293 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817293 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817294 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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=32, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=53.5810546875, 
floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=11.032552054049084, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=32.21183850765337
   [junit4]   2> 2817294 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817294 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817294 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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:55392/solr/first_collection_shard1_replica_n1/
   [junit4]   2> 2817294 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@402ddcba[first_collection_shard3_replica_n4] main]
   [junit4]   2> 2817294 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817296 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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:55392/solr/first_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2817296 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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/72210777612877832-core_node3-n_0000000000
   [junit4]   2> 2817297 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817298 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817298 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817298 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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 1636755642449395712
   [junit4]   2> 2817299 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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:55392/solr/first_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2817302 INFO  
(searcherExecutor-13434-thread-1-processing-n:127.0.0.1:52753_solr 
x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) 
[n:127.0.0.1:52753_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@402ddcba[first_collection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2817311 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817312 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817318 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817318 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817318 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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:52753/solr/first_collection_shard3_replica_n4/
   [junit4]   2> 2817319 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817320 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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:52753/solr/first_collection_shard3_replica_n4/ has no replicas
   [junit4]   2> 2817320 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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/72210777612877837-core_node6-n_0000000000
   [junit4]   2> 2817323 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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:52753/solr/first_collection_shard3_replica_n4/ shard3
   [junit4]   2> 2817427 INFO  (zkCallback-17701-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> 2817427 INFO  (zkCallback-17703-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> 2817427 INFO  (zkCallback-17703-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> 2817428 INFO  (zkCallback-17727-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> 2817428 INFO  (zkCallback-17701-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> 2817428 INFO  (zkCallback-17727-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> 2817430 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817431 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817431 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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> 2817434 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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=1455
   [junit4]   2> 2817434 INFO  (qtp683223938-48382) [n:127.0.0.1:52753_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=1456
   [junit4]   2> 2817434 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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=1456
   [junit4]   2> 2817442 INFO  (qtp632943442-48377) [n:127.0.0.1:36110_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> 2817537 INFO  (zkCallback-17727-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> 2817537 INFO  (zkCallback-17727-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> 2817537 INFO  (zkCallback-17703-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> 2817537 INFO  (zkCallback-17703-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> 2817537 INFO  (zkCallback-17701-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> 2817537 INFO  (zkCallback-17701-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> 2817537 INFO  (zkCallback-17727-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> 2817537 INFO  (zkCallback-17703-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> 2817537 INFO  (zkCallback-17701-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> 2817539 INFO  (qtp632943442-48377) [n:127.0.0.1:36110_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=1900
   [junit4]   2> 2817549 INFO  (qtp683223938-48381) [n:127.0.0.1:52753_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:52753/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931818683&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2817549 INFO  (qtp632943442-48376) [n:127.0.0.1:36110_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:36110/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931818683&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2817549 INFO  (qtp1580541255-48392) [n:127.0.0.1:55392_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:55392/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931818683&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 2817550 INFO  (qtp683223938-48384) [n:127.0.0.1:52753_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=6
   [junit4]   2> 2817553 INFO  (qtp1580541255-48374) [n:127.0.0.1:55392_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2817560 INFO  (qtp1580541255-48388) [n:127.0.0.1:55392_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> 2817562 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] 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:55392: https protocol is not supported
   [junit4]   2> 2817562 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:55392
   [junit4]   2> 2817564 INFO  (qtp632943442-48379) [n:127.0.0.1:36110_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> 2817567 INFO  (qtp632943442-48376) [n:127.0.0.1:36110_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> 2817568 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] 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:36110: https protocol is not supported
   [junit4]   2> 2817568 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:36110
   [junit4]   2> 2817572 INFO  (qtp683223938-48383) [n:127.0.0.1:52753_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2817574 INFO  (qtp683223938-48384) [n:127.0.0.1:52753_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> 2817575 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] 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:52753: https protocol is not supported
   [junit4]   2> 2817575 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:52753
   [junit4]   2> 2817576 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=772365654
   [junit4]   2> 2817576 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55392_solr
   [junit4]   2> 2817576 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2817576 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55392_solr as DOWN
   [junit4]   2> 2817579 INFO  (coreCloseExecutor-13447-thread-1) 
[n:127.0.0.1:55392_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34ef51b
   [junit4]   2> 2817579 INFO  (coreCloseExecutor-13447-thread-1) 
[n:127.0.0.1:55392_solr c:first_collection s:shard1 r:core_node3 
x:first_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.first_collection.shard1.replica_n1, tag=34ef51b
   [junit4]   2> 2817579 INFO  (coreCloseExecutor-13447-thread-1) 
[n:127.0.0.1:55392_solr c:first_collection s:shard1 r:core_node3 
x:first_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f93737e: rootName 
= solr_55392, domain = solr.core.first_collection.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.first_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@6d0002da
   [junit4]   2> 2817589 INFO  (coreCloseExecutor-13447-thread-1) 
[n:127.0.0.1:55392_solr c:first_collection s:shard1 r:core_node3 
x:first_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.first_collection.shard1.leader, 
tag=34ef51b
   [junit4]   2> 2817590 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2817590 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@44e804a4: rootName = 
solr_55392, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6aeca656
   [junit4]   2> 2817596 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2817596 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18ee8973: rootName = 
solr_55392, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@a901e2a
   [junit4]   2> 2817599 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2817599 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42d17b3d: rootName = 
solr_55392, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@3f062409
   [junit4]   2> 2817599 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 2817703 INFO  (zkCallback-17734-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2817703 INFO  (zkCallback-17712-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [ju

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

> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        40      /solr/collections/first_collection/state.json
   [junit4]   2>        37      /solr/collections/second_collection/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72210780851863561-127.0.0.1:35505_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        44      /solr/overseer/queue
   [junit4]   2>        35      /solr/live_nodes
   [junit4]   2>        23      /solr/collections
   [junit4]   2>        7       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2872415 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51603
   [junit4]   2> 2872415 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[3930784CA7F087D6])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51603
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_3930784CA7F087D6-001
   [junit4]   2> Jun 19, 2019 8:11:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1034f10c),
 locale=hi-IN, timezone=America/Argentina/Buenos_Aires
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=3,threads=1,free=295779144,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSafeXMLParsing, 
SyncSliceTest, SolrIndexSplitterTest, TermVectorComponentTest, 
ShufflingReplicaListTransformerTest, MergeStrategyTest, IndexSchemaTest, 
TestDistributedStatsComponentCardinality, BasicAuthStandaloneTest, 
TestImplicitCoreProperties, TestNumericRangeQuery32, TestStressInPlaceUpdates, 
MetricsHistoryIntegrationTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestRequestForwarding, TestMinMaxOnMultiValuedField, RuleEngineTest, 
CdcrBootstrapTest, ScheduledMaintenanceTriggerTest, 
SharedFSAutoReplicaFailoverTest, TestIBSimilarityFactory, 
TestUniqueKeyFieldResource, TestDirectoryFactory, 
CloudExitableDirectoryReaderTest, TestSizeLimitedDistributedMap, 
LoggingHandlerTest, TriLevelCompositeIdRoutingTest, TestMultiWordSynonyms, 
HdfsChaosMonkeySafeLeaderTest, ExitableDirectoryReaderTest, TestCloudRecovery2, 
TestPartialUpdateDeduplication, RAMDirectoryFactoryTest, JvmMetricsTest, 
HighlighterConfigTest, FileUtilsTest, HdfsLockFactoryTest, PeerSyncTest, 
NodeAddedTriggerIntegrationTest, TestLFUCache, TestSimTriggerIntegration, 
HdfsRestartWhileUpdatingTest, DocValuesNotIndexedTest, DataDrivenBlockJoinTest, 
SSLMigrationTest, ReplicaListTransformerTest, TestDocSet, TestRecoveryHdfs, 
HDFSCollectionsAPITest, SolrRrdBackendFactoryTest, PluginInfoTest, 
NodeLostTriggerIntegrationTest, AnalysisAfterCoreReloadTest, 
PreAnalyzedUpdateProcessorTest, CustomTermsComponentTest, 
TestRandomRequestDistribution, TestPointFields, TestRawTransformer, 
TestDistributedSearch, TestSolrXml, TestCodecSupport, TestGroupingSearch, 
ForceLeaderWithTlogReplicasTest, TestScoreJoinQPScore, RangeFacetCloudTest, 
TestValueSourceCache, TestLegacyNumericRangeQueryBuilder, 
TestBulkSchemaConcurrent, TestSurroundQueryParser, TestGeoJSONResponseWriter, 
MetricTriggerIntegrationTest, TestEmbeddedSolrServerSchemaAPI, 
DistributedFacetPivotLongTailTest, DistributedDebugComponentTest, 
TestCrossCoreJoin, TestDocTermOrdsUninvertLimit, StatsComponentTest, 
TestSolrCloudWithDelegationTokens, ConcurrentCreateRoutedAliasTest, 
TestXmlQParserPlugin, UUIDFieldTest, DisMaxRequestHandlerTest, 
HttpPartitionTest, TestUseDocValuesAsStored, TestCoreContainer, 
CdcrVersionReplicationTest, SearchHandlerTest, RecoveryAfterSoftCommitTest, 
CloudMLTQParserTest, TestMinHashQParser, AssignBackwardCompatibilityTest, 
SolrXmlInZkTest, AtomicUpdatesTest, AddReplicaTest, TestUninvertingReader, 
BasicDistributedZkTest, TestPrepRecovery, TestGraphTermsQParserPlugin, 
ExecutePlanActionTest, TestSolrCloudWithSecureImpersonation, 
TestDynamicLoadingUrl, TestIntervalFaceting, UtilsToolTest, 
TestJsonFacetsStatsParsing, TestStreamBody, TestRestoreCore, 
ZkCollectionPropsCachingTest, DistributedFacetPivotSmallTest, 
LeaderFailureAfterFreshStartTest, TestLegacyFieldReuse, 
TestBackupRepositoryFactory, CoreMergeIndexesAdminHandlerTest, 
ShardRoutingCustomTest, TestWriterPerf, TestSQLHandlerNonCloud, 
TestObjectReleaseTracker, TestSolr4Spatial2, HdfsBasicDistributedZkTest, 
DocValuesMissingTest, PKIAuthenticationIntegrationTest, 
DefaultValueUpdateProcessorTest, ReindexCollectionTest, 
BlockJoinFacetRandomTest, VersionInfoTest, TestQuerySenderNoQuery, 
LeaderElectionContextKeyTest, StressHdfsTest, ChaosMonkeySafeLeaderTest, 
TestCollectionAPI, CollectionTooManyReplicasTest, ScheduledTriggerTest, 
JavabinLoaderTest, TestCorePropertiesReload, ShardSplitTest, 
TriggerEventQueueTest, TestReplicaProperties, TestHttpShardHandlerFactory, 
PeerSyncWithIndexFingerprintCachingTest, TestClusterProperties, 
TestFastOutputStream, JWTAuthPluginTest, TestSortByMinMaxFunction, 
CollectionsAPIDistributedZkTest, RollingRestartTest, TestConfigSetProperties, 
TestSimNodeLostTrigger, ClusterStateUpdateTest, AdminHandlersProxyTest, 
TestPullReplicaErrorHandling, MoveReplicaTest, TestSmileRequest, 
TestChildDocTransformerHierarchy, TestShardHandlerFactory, 
TestAddFieldRealTimeGet, TestPayloadScoreQParserPlugin, 
TestEmbeddedSolrServerAdminHandler, CSVRequestHandlerTest, SuggesterTest, 
TestOverriddenPrefixQueryForCustomFieldType, OrderedExecutorTest, 
LeaderVoteWaitTimeoutTest, PreAnalyzedFieldManagedSchemaCloudTest, 
SortByFunctionTest, SynonymTokenizerTest, OverseerModifyCollectionTest, 
TestNRTOpen, HLLUtilTest, TestWaitForStateWithJettyShutdowns, 
TestDeprecatedFilters, TestExtendedDismaxParser, TestSystemIdResolver, 
TestSolrFieldCacheBean, HighlighterTest, RandomizedTaggerTest, 
SimpleFacetsTest, TestDelegationWithHadoopAuth, TestStressUserVersions, 
SolrMetricReporterTest, MoveReplicaHDFSFailoverTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, CdcrReplicationHandlerTest, 
SmileWriterTest, TestExactStatsCache, TestCollationFieldDocValues, 
CircularListTest, TestSegmentSorting, XmlInterpolationTest, 
SystemInfoHandlerTest, TestNumericTerms32, TestReplicationHandlerDiskOverFlow, 
TestInPlaceUpdateWithRouteField, FullHLLTest, HealthCheckHandlerTest, 
TestRuleBasedAuthorizationPlugin, ResourceLoaderTest, TestSearcherReuse, 
TestSolrDeletionPolicy2, TestFieldCacheSortRandom, 
UpdateRequestProcessorFactoryTest, ZkControllerTest, TestDistributedGrouping, 
TestUnifiedSolrHighlighter, TestSubQueryTransformerCrossCore, 
TestReversedWildcardFilterFactory, SolrIndexConfigTest, ZkStateWriterTest, 
ZkSolrClientTest, NodeMarkersRegistrationTest, TestManagedSchema, 
SolrJmxReporterTest, SolrInfoBeanTest, SearchRateTriggerTest, 
CachingDirectoryFactoryTest, TestRandomFaceting, TestSolrCoreProperties, 
TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, 
TestCharFilters, ConnectionReuseTest, ActionThrottleTest, 
ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CollectionStateFormat2Test, 
ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DeleteReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, DistributedVersionInfoTest, MigrateRouteKeyTest, 
NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, OverseerTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, 
TestAuthenticationFramework, TestCloudConsistency, TestCloudPseudoReturnFields, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestDistributedMap, TestDownShardTolerantSearch, TestHashPartitioner, 
TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudClusterSSL]
   [junit4] Completed [519/866 (1!)] on J0 in 61.19s, 6 tests, 1 failure, 1 
error <<< FAILURES!

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

Total time: 127 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/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=/export/home/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=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/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