Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/248/

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([C8C96C78C69CE6F3:9F7829C3066019E2]: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:2525)
        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([C8C96C78C69CE6F3:7B4DBB887DCD7E22]: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:2525)
        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 14968 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/init-core-data-001
   [junit4]   2> 3801166 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[C8C96C78C69CE6F3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3801183 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[C8C96C78C69CE6F3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3801184 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[C8C96C78C69CE6F3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3801186 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoSsl
   [junit4]   2> 3801186 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL 
& clientAuth settings selected by base class
   [junit4]   2> 3801200 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001
   [junit4]   2> 3801200 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3801203 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3801203 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3801312 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:34350
   [junit4]   2> 3801312 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34350
   [junit4]   2> 3801312 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34350
   [junit4]   2> 3801314 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801316 INFO  (zkConnectionManagerCallback-10668-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801316 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801319 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801320 INFO  (zkConnectionManagerCallback-10670-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801320 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801337 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801338 INFO  (zkConnectionManagerCallback-10672-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801338 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801440 WARN  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3801441 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3801441 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3801441 INFO  (jetty-launcher-10673-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_191-b12
   [junit4]   2> 3801441 WARN  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3801441 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3801441 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3801442 INFO  (jetty-launcher-10673-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_191-b12
   [junit4]   2> 3801442 WARN  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3801442 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3801442 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3801442 INFO  (jetty-launcher-10673-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_191-b12
   [junit4]   2> 3801443 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3801443 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3801443 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3801443 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36a08dfb{/solr,null,AVAILABLE}
   [junit4]   2> 3801444 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3801444 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3801444 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3801445 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a8425a2{/solr,null,AVAILABLE}
   [junit4]   2> 3801445 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3801445 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3801445 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3801462 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e143a6b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41755}
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.s.Server Started @3801537ms
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41755}
   [junit4]   2> 3801463 ERROR (jetty-launcher-10673-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3801463 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:14:22.407Z
   [junit4]   2> 3801464 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2df74e8{/solr,null,AVAILABLE}
   [junit4]   2> 3801465 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801465 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a4881c8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37103}
   [junit4]   2> 3801465 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.s.Server Started @3801540ms
   [junit4]   2> 3801465 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37103}
   [junit4]   2> 3801465 ERROR (jetty-launcher-10673-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3801465 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3801466 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3801466 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3801466 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3801466 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:14:22.410Z
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@117487f8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39838}
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.s.Server Started @3801553ms
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39838}
   [junit4]   2> 3801479 ERROR (jetty-launcher-10673-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3801479 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3801480 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3801480 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:14:22.424Z
   [junit4]   2> 3801481 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801482 INFO  (zkConnectionManagerCallback-10675-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801482 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801482 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3801503 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801511 INFO  (zkConnectionManagerCallback-10679-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801511 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801518 INFO  (zkConnectionManagerCallback-10677-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801518 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801518 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3801623 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3802542 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3802542 WARN  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39c7c5a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802542 WARN  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39c7c5a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802544 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3802546 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3802548 WARN  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4dbb6225[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802548 WARN  (jetty-launcher-10673-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4dbb6225[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802556 WARN  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@41a01769[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802556 WARN  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@41a01769[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802565 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34350/solr
   [junit4]   2> 3802566 WARN  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@160afb31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802566 WARN  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@160afb31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802568 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802569 WARN  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1b037ac0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802569 WARN  (jetty-launcher-10673-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1b037ac0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802569 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34350/solr
   [junit4]   2> 3802570 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802571 WARN  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@17346bd6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802571 WARN  (jetty-launcher-10673-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@17346bd6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802572 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34350/solr
   [junit4]   2> 3802585 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802585 INFO  (zkConnectionManagerCallback-10691-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802585 INFO  (zkConnectionManagerCallback-10697-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802585 INFO  (jetty-launcher-10673-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802585 INFO  (jetty-launcher-10673-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802586 INFO  (zkConnectionManagerCallback-10700-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802586 INFO  (jetty-launcher-10673-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802691 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3802703 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3802705 INFO  (zkConnectionManagerCallback-10702-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802705 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3802705 INFO  (zkConnectionManagerCallback-10704-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802705 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3802804 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3802970 INFO  (zkConnectionManagerCallback-10710-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802982 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3803064 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41755_solr
   [junit4]   2> 3803065 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.Overseer Overseer 
(id=74891885994639371-127.0.0.1:41755_solr-n_0000000000) starting
   [junit4]   2> 3803123 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3803132 INFO  (zkConnectionManagerCallback-10717-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3803132 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3803135 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34350/solr ready
   [junit4]   2> 3803152 INFO  
(OverseerStateUpdate-74891885994639371-127.0.0.1:41755_solr-n_0000000000) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41755_solr
   [junit4]   2> 3803154 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41755_solr
   [junit4]   2> 3803169 INFO  (zkCallback-10709-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3803170 INFO  (zkCallback-10716-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3803310 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3803398 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3803434 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41755.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803451 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37103_solr as DOWN
   [junit4]   2> 3803452 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3803452 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37103_solr
   [junit4]   2> 3803453 INFO  (zkCallback-10716-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3803471 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41755.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803471 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41755.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803480 INFO  (zkCallback-10701-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3803480 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3803488 INFO  (jetty-launcher-10673-thread-3) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node3/.
   [junit4]   2> 3803509 INFO  (zkCallback-10709-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3803516 INFO  (zkConnectionManagerCallback-10723-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3803517 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3803551 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3803553 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39838_solr as DOWN
   [junit4]   2> 3803566 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3803566 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39838_solr
   [junit4]   2> 3803585 INFO  (zkCallback-10716-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3803586 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3803587 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34350/solr ready
   [junit4]   2> 3803590 INFO  (zkCallback-10709-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3803642 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3803651 INFO  (zkCallback-10703-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3803651 INFO  (zkCallback-10701-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3803662 INFO  (zkConnectionManagerCallback-10728-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3803662 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3803668 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3803668 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34350/solr ready
   [junit4]   2> 3803719 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3803727 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3803810 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37103.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803828 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39838.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803847 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37103.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803847 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37103.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803848 INFO  (jetty-launcher-10673-thread-1) 
[n:127.0.0.1:37103_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node1/.
   [junit4]   2> 3803864 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39838.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803864 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39838.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3803918 INFO  (jetty-launcher-10673-thread-2) 
[n:127.0.0.1:39838_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node2/.
   [junit4]   2> 3804073 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3804080 INFO  (zkConnectionManagerCallback-10735-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3804080 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3804082 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3804083 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34350/solr ready
   [junit4]   2> 3804097 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3804097 INFO  (zkConnectionManagerCallback-10737-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3804097 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3805290 INFO  (qtp282318337-34059) [n:127.0.0.1:41755_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> 3805294 INFO  
(OverseerThreadFactory-9808-thread-1-processing-n:127.0.0.1:41755_solr) 
[n:127.0.0.1:41755_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
first_collection
   [junit4]   2> 3805410 INFO  
(OverseerStateUpdate-74891885994639371-127.0.0.1:41755_solr-n_0000000000) 
[n:127.0.0.1:41755_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:37103/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805412 INFO  
(OverseerStateUpdate-74891885994639371-127.0.0.1:41755_solr-n_0000000000) 
[n:127.0.0.1:41755_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:39838/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805444 INFO  
(OverseerStateUpdate-74891885994639371-127.0.0.1:41755_solr-n_0000000000) 
[n:127.0.0.1:41755_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:41755/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805647 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3805647 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3805648 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_solr    
x:first_collection_shard3_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3805648 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3806711 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3806791 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3806828 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3806854 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3806900 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3810640 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3811274 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3811465 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3811472 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811530 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3811580 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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_41755.solr.core.first_collection.shard3.replica_n4' (registry 
'solr.core.first_collection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3811580 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node3/first_collection_shard3_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node3/./first_collection_shard3_replica_n4/data/]
   [junit4]   2> 3811582 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3811583 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3811583 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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_39838.solr.core.first_collection.shard2.replica_n2' (registry 
'solr.core.first_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3811600 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node2/first_collection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node2/./first_collection_shard2_replica_n2/data/]
   [junit4]   2> 3811602 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3811605 WARN  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3811629 WARN  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3811661 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811662 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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_37103.solr.core.first_collection.shard1.replica_n1' (registry 
'solr.core.first_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4923f2af
   [junit4]   2> 3811662 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node1/first_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001/tempDir-001/node1/./first_collection_shard1_replica_n1/data/]
   [junit4]   2> 3811664 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3811682 WARN  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811981 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811981 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811983 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811983 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3811984 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=59.3173828125, 
floorSegmentMB=0.921875, forceMergeDeletesPctAllowed=4.150288204669402, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=23.15697492473015
   [junit4]   2> 3811984 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c68eac5[first_collection_shard1_replica_n1] main]
   [junit4]   2> 3812038 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812038 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812039 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812039 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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 1636733260118622208
   [junit4]   2> 3812046 INFO  
(searcherExecutor-9823-thread-1-processing-n:127.0.0.1:37103_solr 
x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) 
[n:127.0.0.1:37103_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@4c68eac5[first_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3812066 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812066 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812067 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812067 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812068 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=59.3173828125, 
floorSegmentMB=0.921875, forceMergeDeletesPctAllowed=4.150288204669402, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=23.15697492473015
   [junit4]   2> 3812068 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13b9bc03[first_collection_shard2_replica_n2] main]
   [junit4]   2> 3812076 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812076 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812086 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812091 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812091 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812091 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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:37103/solr/first_collection_shard1_replica_n1/
   [junit4]   2> 3812091 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812092 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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:37103/solr/first_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3812092 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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/74891885994639369-core_node3-n_0000000000
   [junit4]   2> 3812093 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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:37103/solr/first_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3812102 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812103 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812103 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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 1636733260185731072
   [junit4]   2> 3812107 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812107 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812108 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812108 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812109 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=59.3173828125, 
floorSegmentMB=0.921875, forceMergeDeletesPctAllowed=4.150288204669402, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=23.15697492473015
   [junit4]   2> 3812109 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c9f7e22[first_collection_shard3_replica_n4] main]
   [junit4]   2> 3812156 INFO  
(searcherExecutor-9822-thread-1-processing-n:127.0.0.1:39838_solr 
x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) 
[n:127.0.0.1:39838_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@13b9bc03[first_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3812172 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812173 INFO  (zkCallback-10701-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> 3812173 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812174 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812174 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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 1636733260260179968
   [junit4]   2> 3812175 INFO  (zkCallback-10701-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> 3812188 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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> 3812189 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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=6541
   [junit4]   2> 3812225 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812225 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812227 INFO  
(searcherExecutor-9821-thread-1-processing-n:127.0.0.1:41755_solr 
x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) 
[n:127.0.0.1:41755_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@3c9f7e22[first_collection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3812246 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812246 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812246 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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:39838/solr/first_collection_shard2_replica_n2/
   [junit4]   2> 3812246 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812246 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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:39838/solr/first_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 3812247 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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/74891885994639370-core_node5-n_0000000000
   [junit4]   2> 3812260 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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:39838/solr/first_collection_shard2_replica_n2/ shard2
   [junit4]   2> 3812310 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812310 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812329 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812329 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812329 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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:41755/solr/first_collection_shard3_replica_n4/
   [junit4]   2> 3812330 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812330 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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:41755/solr/first_collection_shard3_replica_n4/ has no replicas
   [junit4]   2> 3812330 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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/74891885994639371-core_node6-n_0000000000
   [junit4]   2> 3812332 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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:41755/solr/first_collection_shard3_replica_n4/ shard3
   [junit4]   2> 3812433 INFO  (zkCallback-10703-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> 3812433 INFO  (zkCallback-10701-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> 3812434 INFO  (zkCallback-10701-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> 3812434 INFO  (zkCallback-10709-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> 3812434 INFO  (zkCallback-10701-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> 3812434 INFO  (zkCallback-10709-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> 3812436 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812436 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812438 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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=6791
   [junit4]   2> 3812456 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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=6808
   [junit4]   2> 3812509 INFO  (qtp282318337-34059) [n:127.0.0.1:41755_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> 3812557 INFO  (zkCallback-10709-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> 3812557 INFO  (zkCallback-10709-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> 3812557 INFO  (zkCallback-10709-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> 3812557 INFO  (zkCallback-10703-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> 3812559 INFO  (qtp282318337-34059) [n:127.0.0.1:41755_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=7268
   [junit4]   2> 3812560 INFO  (zkCallback-10703-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> 3812564 INFO  (zkCallback-10701-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> 3812564 INFO  (zkCallback-10701-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> 3812564 INFO  (zkCallback-10701-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> 3812604 INFO  (qtp1418683689-34050) [n:127.0.0.1:37103_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:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:37103/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560910473527&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 3812638 INFO  (qtp282318337-34060) [n:127.0.0.1:41755_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:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:41755/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560910473527&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 3812638 INFO  (qtp531855998-34070) [n:127.0.0.1:39838_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:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:39838/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560910473527&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 3812639 INFO  (qtp1418683689-34052) [n:127.0.0.1:37103_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={q=*:*&_stateVer_=first_collection:5&wt=javabin&version=2} 
hits=0 status=0 QTime=55
   [junit4]   2> 3812642 INFO  (qtp282318337-34059) [n:127.0.0.1:41755_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> 3812644 INFO  (qtp282318337-34061) [n:127.0.0.1:41755_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> 3812678 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
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:41755: https protocol is not supported
   [junit4]   2> 3812678 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:41755
   [junit4]   2> 3812732 INFO  (qtp1418683689-34053) [n:127.0.0.1:37103_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> 3812746 INFO  
(OverseerCollectionConfigSetProcessor-74891885994639371-127.0.0.1:41755_solr-n_0000000000)
 [n:127.0.0.1:41755_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3812771 INFO  (qtp1418683689-34051) [n:127.0.0.1:37103_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> 3812873 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
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:37103: https protocol is not supported
   [junit4]   2> 3812873 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:37103
   [junit4]   2> 3812885 INFO  (qtp531855998-34067) [n:127.0.0.1:39838_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> 3812892 INFO  (qtp531855998-34066) [n:127.0.0.1:39838_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> 3812894 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
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:39838: https protocol is not supported
   [junit4]   2> 3812894 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:39838
   [junit4]   2> 3812919 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=288761370
   [junit4]   2> 3812919 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41755_solr
   [junit4]   2> 3812937 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 3812937 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41755_solr as DOWN
   [junit4]   2> 3812940 INFO  (coreCloseExecutor-9836-thread-1) 
[n:127.0.0.1:41755_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore 
[first_collection_shard3_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@29267648
   [junit4]   2> 3812940 INFO  (coreCloseExecutor-9836-thread-1) 
[n:127.0.0.1:41755_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.first_collection.shard3.replica_n4, 
tag=29267648
   [junit4]   2> 3812940 INFO  (coreCloseExecutor-9836-thread-1) 
[n:127.0.0.1:41755_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@763420b4: rootName 
= solr_41755, domain = solr.core.first_collection.shard3.replica_n4, service 
url = null, agent id = null] for registry 
solr.core.first_collection.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@288be520
   [junit4]   2> 3812968 INFO  (coreCloseExecutor-9836-thread-1) 
[n:127.0.0.1:41755_solr c:first_collection s:shard3 r:core_node6 
x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.first_collection.shard3.leader, 
tag=29267648
   [junit4]   2> 3812983 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3812983 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e6d0183: rootName = 
solr_41755, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@13b1502f
   [junit4]   2> 3812989 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3812989 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e9803b9: rootName = 
solr_41755, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3e5d6901
   [junit4]   2> 3813013 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3813013 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[C8C96C78C69CE6F3]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54edb6a0: rootName = 
solr_41755, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metric

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

11303-thread-1) [     ] o.a.s.c.Overseer Overseer 
(id=74891889936564235-127.0.0.1:38364_solr-n_0000000001) closing
   [junit4]   2> 3870849 INFO  (jetty-closer-11303-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@384d906{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3870850 INFO  (jetty-closer-11303-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@71e5387e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3870851 INFO  (jetty-closer-11303-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3871051 INFO  (jetty-closer-11303-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@14f35c8a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3871052 INFO  (jetty-closer-11303-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1119d58d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3871052 INFO  (jetty-closer-11303-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3871150 INFO  (jetty-closer-11303-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@77145519{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3871151 INFO  (jetty-closer-11303-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7da29bcb{/solr,null,UNAVAILABLE}
   [junit4]   2> 3871151 INFO  (jetty-closer-11303-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3871152 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[C8C96C78C69CE6F3])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3871355 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        4       
/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        2       /solr/collections/first_collection/terms/shard1
   [junit4]   2>        2       /solr/collections/first_collection/terms/shard3
   [junit4]   2>        2       /solr/collections/first_collection/terms/shard2
   [junit4]   2>        2       /solr/collections/second_collection/terms/shard1
   [junit4]   2>        2       /solr/collections/second_collection/terms/shard2
   [junit4]   2>        2       /solr/collections/second_collection/terms/shard3
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      /solr/collections/second_collection/state.json
   [junit4]   2>        32      /solr/collections/first_collection/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        46      /solr/overseer/queue
   [junit4]   2>        34      /solr/live_nodes
   [junit4]   2>        23      /solr/collections
   [junit4]   2>        7       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 3871360 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[C8C96C78C69CE6F3])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42215
   [junit4]   2> 3871360 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[C8C96C78C69CE6F3])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42215
   [junit4]   2> 3871361 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[C8C96C78C69CE6F3])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testSslAndNoClientAuth
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_C8C96C78C69CE6F3-001
   [junit4]   2> Jun 19, 2019 2:15:32 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): {}, 
docValues:{}, maxPointsInLeafNode=1870, maxMBSortInHeap=7.690999156809506, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e6c2fad),
 locale=ar-EG, timezone=Pacific/Pitcairn
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=212177152,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandler, 
TestRequestStatusCollectionAPI, TestLegacyField, 
DistributedExpandComponentTest, TestDFISimilarityFactory, 
SolrGraphiteReporterTest, TestGraphTermsQParserPlugin, TestConfigReload, 
TestMacros, CoreAdminOperationTest, TestRecoveryHdfs, 
TriggerSetPropertiesIntegrationTest, TestHighlightDedupGrouping, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCloudDeleteByQuery, 
AnalyticsMergeStrategyTest, TestConfigSets, TestConfigOverlay, 
TaggingAttributeTest, TestXmlQParserPlugin, TestHighFrequencyDictionaryFactory, 
CurrencyFieldTypeTest, BasicDistributedZkTest, 
HdfsTlogReplayBufferedWhileIndexingTest, MinimalSchemaTest, 
TestSQLHandlerNonCloud, PKIAuthenticationIntegrationTest, 
OverseerModifyCollectionTest, HLLSerializationTest, 
RoutingToNodesWithPropertiesTest, TestSolrCoreParser, UnloadDistributedZkTest, 
TestSearchPerf, SearchHandlerTest, TestLRUStatsCache, TestTolerantSearch, 
RemoteQueryErrorTest, TokenizerChainTest, DocValuesNotIndexedTest, 
RequestHandlersTest, TestCloudSchemaless, HdfsAutoAddReplicasIntegrationTest, 
QueryEqualityTest, InfixSuggestersTest, BasicFunctionalityTest, 
UninvertDocValuesMergePolicyTest, TestFieldCollectionResource, 
TestDelegationWithHadoopAuth, TestNumericRangeQuery64, ConnectionReuseTest, 
DeleteStatusTest, TestZkChroot, EnumFieldTest, DefaultValueUpdateProcessorTest, 
HdfsNNFailoverTest, RegexBoostProcessorTest, TestJsonFacetRefinement, 
TestHashPartitioner, MigrateRouteKeyTest, TestTlogReplica, 
JWTAuthPluginIntegrationTest, RandomizedTaggerTest, BlobRepositoryCloudTest, 
TestSolrIndexConfig, TestSmileRequest, TestManagedSchemaThreadSafety, 
TestBinaryField, TestFieldCacheSortRandom, TestRawTransformer, 
TestRequestForwarding, ReplicationFactorTest, TestUnInvertedFieldException, 
TestStressCloudBlindAtomicUpdates, TimeZoneUtilsTest, NumericFieldsTest, 
TestNRTOpen, DistributedQueryComponentOptimizationTest, 
SimpleCollectionCreateDeleteTest, TestConfigSetsAPI, 
ZookeeperStatusHandlerTest, AutoScalingHandlerTest, SolrIndexSplitterTest, 
TestMinMaxOnMultiValuedField, HighlighterConfigTest, 
TestPartialUpdateDeduplication, TestUninvertingReader, DocumentBuilderTest, 
DistributedSuggestComponentTest, QueryElevationComponentTest, 
HdfsRestartWhileUpdatingTest, FileUtilsTest, TestCorePropertiesReload, 
SimpleMLTQParserTest, TestRTGBase, TestReqParamsAPI, TestUseDocValuesAsStored, 
FileBasedSpellCheckerTest, TestSolrConfigHandler, FullSolrCloudDistribCmdsTest, 
TestHdfsCloudBackupRestore, TestTrieFacet, TemplateUpdateProcessorTest, 
TestPrepRecovery, TestComplexPhraseLeadingWildcard, TestCloudPivotFacet, 
LegacyCloudClusterPropTest, AutoscalingHistoryHandlerTest, SuggesterTSTTest, 
ClassificationUpdateProcessorIntegrationTest, SolrRrdBackendFactoryTest, 
TestSimDistribStateManager, ZkStateReaderTest, BitVectorTest, 
ConfigSetsAPITest, SolrRequestParserTest, TestLMDirichletSimilarityFactory, 
RuleEngineTest, TestIntervalFaceting, TestStressUserVersions, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrInfoBeanTest, 
TestImplicitCoreProperties, TestLegacyFieldCache, TestUtilizeNode, 
TestLegacyTerms, TestManagedSynonymGraphFilterFactory, TestRTimerTree, 
TestPKIAuthenticationPlugin, TestSystemCollAutoCreate, SolrCmdDistributorTest, 
DisMaxRequestHandlerTest, CdcrBidirectionalTest, TestZkAclsWithHadoopAuth, 
SolrSlf4jReporterTest, CdcrWithNodesRestartsTest, TestSimNodeAddedTrigger, 
TestCryptoKeys, SparseHLLTest, AliasIntegrationTest, 
TestShortCircuitedRequests, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, 
TestJoin, TestRandomDVFaceting, PathHierarchyTokenizerFactoryTest, 
ProtectedTermFilterFactoryTest, TestDeprecatedFilters, TestLuceneMatchVersion, 
TestLuceneIndexBackCompat, ChaosMonkeySafeLeaderTest, ClusterStateTest, 
CollectionPropsTest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, 
LeaderFailoverAfterPartitionTest, MetricsHistoryIntegrationTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MultiSolrCloudTestCaseTest, 
MultiThreadedOCPTest, NestedShardedAtomicUpdateTest, OverseerTaskQueueTest, 
PeerSyncReplicationTest, SplitShardTest, SystemCollectionCompatTest, 
TestAuthenticationFramework, TestCloudRecovery2, TestCloudSearcherWarming, 
TestLockTree, TestMiniSolrCloudClusterSSL]
   [junit4] Completed [508/866 (1!)] on J1 in 71.06s, 6 tests, 1 failure, 1 
error <<< FAILURES!

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

Total time: 229 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to