Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/126/

5 tests failed.
FAILED:  
org.apache.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions

Error Message:
expected:<5142> but was:<5102>

Stack Trace:
java.lang.AssertionError: expected:<5142> but was:<5102>
        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:4E81ED6EDB8C759B]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions(TestSimpleSearchEquivalence.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 
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 
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)


FAILED:  
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation

Error Message:
expected:<5079> but was:<5022>

Stack Trace:
java.lang.AssertionError: expected:<5079> but was:<5022>
        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:41C4FBEF23607279]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation(TestSimpleSearchEquivalence.java:235)
        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 
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 
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)


FAILED:  
org.apache.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification

Error Message:
expected:<5142> but was:<5101>

Stack Trace:
java.lang.AssertionError: expected:<5142> but was:<5101>
        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:98F7AF5C99167166]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification(TestSimpleSearchEquivalence.java:219)
        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 
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 
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)


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([77881C443D037768:C40CCBB48652EFB9]: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


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([77881C443D037768:203959FFFDFF8879]: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




Build Log:
[...truncated 782 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testSloppyPhraseRelativePositions -Dtests.seed=6D893C98C28434A2 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-MX -Dtests.timezone=Atlantic/South_Georgia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.95s J1 | 
TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5142> but 
was:<5102>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:4E81ED6EDB8C759B]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions(TestSimpleSearchEquivalence.java:207)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testBooleanBoostPropagation -Dtests.seed=6D893C98C28434A2 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-MX -Dtests.timezone=Atlantic/South_Georgia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.80s J1 | 
TestSimpleSearchEquivalence.testBooleanBoostPropagation <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5079> but 
was:<5022>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:41C4FBEF23607279]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation(TestSimpleSearchEquivalence.java:235)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testBoostQuerySimplification -Dtests.seed=6D893C98C28434A2 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-MX -Dtests.timezone=Atlantic/South_Georgia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.86s J1 | 
TestSimpleSearchEquivalence.testBoostQuerySimplification <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5142> but 
was:<5101>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6D893C98C28434A2:98F7AF5C99167166]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification(TestSimpleSearchEquivalence.java:219)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{field=PostingsFormat(name=Direct), id=FST50}, docValues:{}, 
maxPointsInLeafNode=1529, maxMBSortInHeap=7.716166763275583, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@471dda4b),
 locale=es-MX, timezone=Atlantic/South_Georgia
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=129065984,total=274202624
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocValuesIndexing, 
TestCodecUtil, TestLogMergePolicy, TestUniqueTermCount, 
TestMultiTermQueryRewrites, TestMergedIterator, TestMutableValues, 
TestDemoParallelLeafReader, TestLucene50CompoundFormat, TestShardSearching, 
TestRegexpQuery, TestGraphTokenFilter, TestIndexWriterMaxDocs, 
TestTopDocsCollector, TestIntBlockPool, TestFilterMergePolicy, 
TestLRUQueryCache, MultiCollectorTest, TestSimpleExplanations, TestRateLimiter, 
TestAllFilesHaveChecksumFooter, TestSortedSetDocValues, 
TestElevationComparator, TestComplexExplanationsOfNonMatches, 
TestDuelingCodecs, TestFilterWeight, Test2BPagedBytes, TestDoc, 
TestDocInverterPerFieldErrorInfo, TestLatLonPointDistanceSort, 
TestIndexWriterForceMerge, TestIndexSorting, TestAddIndexes, 
TestIndexWriterDeleteByQuery, TestTimSorterWorstCase, TestDistributionLL, 
TestBooleanMinShouldMatch, TestRollingUpdates, TestSimpleSearchEquivalence]
   [junit4] Completed [126/524 (1!)] on J1 in 11.67s, 17 tests, 3 failures <<< 
FAILURES!

[...truncated 14605 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/init-core-data-001
   [junit4]   2> 3014076 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[77881C443D037768]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3014077 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[77881C443D037768]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3014078 INFO  
(SUITE-TestMiniSolrCloudClusterSSL-seed#[77881C443D037768]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3014082 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndNoClientAuth
   [junit4]   2> 3014082 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the 
randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 3014083 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001
   [junit4]   2> 3014084 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3014084 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3014084 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3014184 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer start zk server on port:36068
   [junit4]   2> 3014184 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36068
   [junit4]   2> 3014184 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36068
   [junit4]   2> 3014186 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014190 INFO  (zkConnectionManagerCallback-16145-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014190 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014195 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014197 INFO  (zkConnectionManagerCallback-16147-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014197 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014198 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014199 INFO  (zkConnectionManagerCallback-16149-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014199 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014304 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3014305 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3014305 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3014305 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3014305 INFO  (jetty-launcher-16150-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> 3014306 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3014306 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-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> 3014306 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b9f6b8b{/solr,null,AVAILABLE}
   [junit4]   2> 3014306 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3014307 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3014307 INFO  (jetty-launcher-16150-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> 3014308 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3014308 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3014308 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3014308 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@689dd586{SSL,[ssl, 
http/1.1]}{127.0.0.1:32924}
   [junit4]   2> 3014308 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.s.Server Started @3014375ms
   [junit4]   2> 3014308 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32924}
   [junit4]   2> 3014309 ERROR (jetty-launcher-16150-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f6f1f88{/solr,null,AVAILABLE}
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3014309 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:43:13.080Z
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@30511f6e{SSL,[ssl, 
http/1.1]}{127.0.0.1:40990}
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.s.Server Started @3014377ms
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40990}
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41ea3596{/solr,null,AVAILABLE}
   [junit4]   2> 3014310 ERROR (jetty-launcher-16150-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3014310 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:43:13.081Z
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@85d1b33{SSL,[ssl, 
http/1.1]}{127.0.0.1:41398}
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.s.Server Started @3014378ms
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41398}
   [junit4]   2> 3014311 ERROR (jetty-launcher-16150-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.2.0
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-19T02:43:13.082Z
   [junit4]   2> 3014311 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014313 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014313 INFO  (zkConnectionManagerCallback-16156-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014314 INFO  (zkConnectionManagerCallback-16152-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014314 INFO  (zkConnectionManagerCallback-16154-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3014314 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3014594 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3014594 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014595 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@da70565[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014595 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@da70565[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014598 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014599 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@57e2baf2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014599 WARN  (jetty-launcher-16150-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@57e2baf2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014600 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36068/solr
   [junit4]   2> 3014601 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014602 INFO  (zkConnectionManagerCallback-16165-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014602 INFO  (jetty-launcher-16150-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014607 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3014608 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014608 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@a4aa448[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014609 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@a4aa448[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014611 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014611 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@48047cce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014611 WARN  (jetty-launcher-16150-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@48047cce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014612 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36068/solr
   [junit4]   2> 3014614 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014615 INFO  (zkConnectionManagerCallback-16171-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014615 INFO  (jetty-launcher-16150-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014705 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014706 INFO  (zkConnectionManagerCallback-16173-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014706 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014787 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3014787 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014788 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39c82f66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014788 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39c82f66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014791 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3014791 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4d62eea3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014791 WARN  (jetty-launcher-16150-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4d62eea3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3014793 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36068/solr
   [junit4]   2> 3014794 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3014795 INFO  (zkConnectionManagerCallback-16181-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014795 INFO  (jetty-launcher-16150-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3014802 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32924_solr
   [junit4]   2> 3014803 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.Overseer Overseer 
(id=73502462442602504-127.0.0.1:32924_solr-n_0000000000) starting
   [junit4]   2> 3014805 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014806 INFO  (zkConnectionManagerCallback-16183-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014806 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014812 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014812 INFO  (zkConnectionManagerCallback-16190-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014813 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014816 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36068/solr ready
   [junit4]   2> 3014817 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32924_solr
   [junit4]   2> 3014817 INFO  
(OverseerStateUpdate-73502462442602504-127.0.0.1:32924_solr-n_0000000000) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:32924_solr
   [junit4]   2> 3014819 INFO  
(OverseerStateUpdate-73502462442602504-127.0.0.1:32924_solr-n_0000000000) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3014820 INFO  (zkCallback-16182-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3014825 INFO  (zkCallback-16189-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3014826 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40990_solr as DOWN
   [junit4]   2> 3014830 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3014830 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40990_solr
   [junit4]   2> 3014832 INFO  (zkCallback-16172-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3014832 INFO  (zkCallback-16189-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3014833 INFO  (zkCallback-16182-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3014835 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014835 INFO  (zkConnectionManagerCallback-16195-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014835 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014837 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3014839 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36068/solr ready
   [junit4]   2> 3014846 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3014857 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3014892 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40990.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014892 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32924.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014905 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014906 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32924.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014906 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32924.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014907 INFO  (zkConnectionManagerCallback-16199-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014907 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014908 INFO  (jetty-launcher-16150-thread-1) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node1/.
   [junit4]   2> 3014909 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40990.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014909 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40990.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014910 INFO  (jetty-launcher-16150-thread-2) 
[n:127.0.0.1:40990_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node2/.
   [junit4]   2> 3014913 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3014918 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41398_solr as DOWN
   [junit4]   2> 3014919 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3014919 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41398_solr
   [junit4]   2> 3014921 INFO  (zkCallback-16182-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3014921 INFO  (zkCallback-16189-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3014921 INFO  (zkCallback-16172-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3014922 INFO  (zkCallback-16194-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3014923 INFO  (zkCallback-16198-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3014924 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3014925 INFO  (zkConnectionManagerCallback-16206-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3014925 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3014926 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3014927 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36068/solr ready
   [junit4]   2> 3014952 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3014980 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41398.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014995 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41398.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014995 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41398.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3014997 INFO  (jetty-launcher-16150-thread-3) 
[n:127.0.0.1:41398_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node3/.
   [junit4]   2> 3015060 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3015062 INFO  (zkConnectionManagerCallback-16212-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3015062 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3015064 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3015065 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36068/solr ready
   [junit4]   2> 3015066 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3015067 INFO  (zkConnectionManagerCallback-16214-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3015067 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3015633 INFO  (qtp984183838-47122) [n:127.0.0.1:40990_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> 3015638 INFO  
(OverseerThreadFactory-10814-thread-1-processing-n:127.0.0.1:32924_solr) 
[n:127.0.0.1:32924_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
first_collection
   [junit4]   2> 3015751 INFO  
(OverseerStateUpdate-73502462442602504-127.0.0.1:32924_solr-n_0000000000) 
[n:127.0.0.1:32924_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":"https://127.0.0.1:40990/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3015754 INFO  
(OverseerStateUpdate-73502462442602504-127.0.0.1:32924_solr-n_0000000000) 
[n:127.0.0.1:32924_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":"https://127.0.0.1:41398/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3015758 INFO  
(OverseerStateUpdate-73502462442602504-127.0.0.1:32924_solr-n_0000000000) 
[n:127.0.0.1:32924_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":"https://127.0.0.1:32924/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3015973 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3015977 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3015982 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3015983 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_solr    
x:first_collection_shard3_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3016999 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017000 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017001 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017021 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017023 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017023 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017195 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017195 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017195 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017220 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017221 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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_41398.solr.core.first_collection.shard2.replica_n2' (registry 
'solr.core.first_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3017221 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node3/first_collection_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node3/./first_collection_shard2_replica_n2/data/]
   [junit4]   2> 3017223 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017223 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017223 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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_40990.solr.core.first_collection.shard1.replica_n1' (registry 
'solr.core.first_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3017223 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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_32924.solr.core.first_collection.shard3.replica_n4' (registry 
'solr.core.first_collection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@34cf82f9
   [junit4]   2> 3017223 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node2/first_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node2/./first_collection_shard1_replica_n1/data/]
   [junit4]   2> 3017223 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node1/first_collection_shard3_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001/tempDir-001/node1/./first_collection_shard3_replica_n4/data/]
   [junit4]   2> 3017224 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@49d06069
   [junit4]   2> 3017226 WARN  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017226 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@29c09e0
   [junit4]   2> 3017226 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@48a33f35
   [junit4]   2> 3017228 WARN  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017228 WARN  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017308 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017308 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017308 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017308 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017308 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017308 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017310 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017310 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017310 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017310 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017310 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017310 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017311 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3017311 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3017311 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3017311 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fd7f96c[first_collection_shard3_replica_n4] main]
   [junit4]   2> 3017311 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e5fadbe[first_collection_shard2_replica_n2] main]
   [junit4]   2> 3017311 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_solr 
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@9dbf20f[first_collection_shard1_replica_n1] main]
   [junit4]   2> 3017314 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017314 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017314 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017314 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017314 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017314 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017315 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017315 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017315 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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 1636735066923073536
   [junit4]   2> 3017315 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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 1636735066923073536
   [junit4]   2> 3017315 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017315 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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 1636735066923073536
   [junit4]   2> 3017319 INFO  
(searcherExecutor-10828-thread-1-processing-n:127.0.0.1:40990_solr 
x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) 
[n:127.0.0.1:40990_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@9dbf20f[first_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3017319 INFO  
(searcherExecutor-10829-thread-1-processing-n:127.0.0.1:32924_solr 
x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) 
[n:127.0.0.1:32924_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@3fd7f96c[first_collection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3017320 INFO  
(searcherExecutor-10827-thread-1-processing-n:127.0.0.1:41398_solr 
x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) 
[n:127.0.0.1:41398_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@7e5fadbe[first_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3017324 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017324 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017325 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017325 INFO  (qtp984183838-47118) [n:127.0.0.1:40990_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> 3017327 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017327 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017330 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017330 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017330 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41398/solr/first_collection_shard2_replica_n2/
   [junit4]   2> 3017330 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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> 3017331 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_solr 
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:41398/solr/first_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 3017331 INFO  (qtp44396611-47120) [n:127.0.0.1:41398_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/73502462442602509-core_node5-n_0000000000
   [junit4]   2> 3017333 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017333 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017333 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_solr 
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:32924/solr/first_collection_shard3_replica_n4/
   [junit4]   2> 3017333 INFO  (qtp1650835190-47106) [n:127.0.0.1:32924_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> 3017334 INFO

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

 domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6a3046f3
   [junit4]   2> 3055540 INFO  (jetty-closer-16780-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3055811 INFO  (jetty-closer-16780-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73502464647102473-127.0.0.1:46756_solr-n_0000000000) closing
   [junit4]   2> 3055813 INFO  (jetty-closer-16780-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@65990333{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 3055813 INFO  (jetty-closer-16780-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2212a449{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 3055814 INFO  (jetty-closer-16780-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6dd9cb9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3055814 INFO  (jetty-closer-16780-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@50995b82{/solr,null,UNAVAILABLE}
   [junit4]   2> 3055814 INFO  (jetty-closer-16780-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3055814 INFO  (jetty-closer-16780-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3055912 INFO  (jetty-closer-16780-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@35406eec{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 3055913 INFO  (jetty-closer-16780-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@568795e7{/solr,null,UNAVAILABLE}
   [junit4]   2> 3055913 INFO  (jetty-closer-16780-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3055914 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3056117 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/clusterprops.json
   [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>        32      /solr/collections/first_collection/state.json
   [junit4]   2>        28      /solr/collections/second_collection/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/73502464647102473-127.0.0.1:46756_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        40      /solr/overseer/queue
   [junit4]   2>        31      /solr/live_nodes
   [junit4]   2>        23      /solr/collections
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 3056125 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39597
   [junit4]   2> 3056125 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39597
   [junit4]   2> 3056126 INFO  
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[77881C443D037768])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testNoSslButSillyClientAuth
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_77881C443D037768-001
   [junit4]   2> Jun 19, 2019 2:43:55 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=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4d395272),
 locale=es-CR, timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=216964000,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlendedInfixSuggestions, 
RangeFacetCloudTest, SoftAutoCommitTest, CoreAdminHandlerTest, 
TestComponentsName, HdfsDirectoryFactoryTest, TestFieldCacheSort, 
SolrJmxReporterTest, DistribDocExpirationUpdateProcessorTest, 
TestSolr4Spatial2, TestMinHashQParser, TestNumericTerms64, 
TestReplicaProperties, TestConfigSetsAPIZkFailure, SampleTest, 
CircularListTest, TestSimComputePlanAction, TestJavabinTupleStreamParser, 
TestNumericRangeQuery32, DistributedQueryComponentCustomSortTest, 
TestIBSimilarityFactory, SaslZkACLProviderTest, 
TestPerFieldSimilarityWithDefaultOverride, 
TestCloudPhrasesIdentificationComponent, SchemaVersionSpecificBehaviorTest, 
TestSQLHandler, OrderedExecutorTest, TestQuerySenderNoQuery, 
AlternateDirectoryTest, DocumentAnalysisRequestHandlerTest, 
SolrCoreMetricManagerTest, TestSortableTextField, 
HdfsChaosMonkeySafeLeaderTest, TestFieldSortValues, TestFaceting, 
ShardSplitTest, ChaosMonkeyNothingIsSafeTest, BlockJoinFacetDistribTest, 
ByteBuffersDirectoryFactoryTest, DeleteLastCustomShardedReplicaTest, 
TestExactStatsCache, TestJettySolrRunner, RankQueryTest, VersionInfoTest, 
TestFieldTypeCollectionResource, LeaderElectionContextKeyTest, 
TestLegacyBM25SimilarityFactory, CoreSorterTest, EmbeddedSolrNoSerializeTest, 
UniqFieldsUpdateProcessorFactoryTest, TriLevelCompositeIdRoutingTest, 
TestRangeQuery, CdcrVersionReplicationTest, MultiSolrCloudTestCaseTest, 
TestSolrCLIRunExample, AddReplicaTest, TestStressReorder, TestNoOpRegenerator, 
TestLeaderElectionZkExpiry, ReindexCollectionTest, TestDistribDocBasedVersion, 
SpellingQueryConverterTest, TestSolrCoreSnapshots, 
ClassificationUpdateProcessorFactoryTest, ScriptEngineTest, 
PreAnalyzedUpdateProcessorTest, NotRequiredUniqueKeyTest, 
TestDeprecatedFilters, DistributedSpellCheckComponentTest, 
PrimitiveFieldTypeTest, TestSha256AuthenticationProvider, SolrCloudExampleTest, 
IndexSchemaRuntimeFieldTest, ConcurrentCreateRoutedAliasTest, TestRecovery, 
TestCoreAdminApis, TestDistributedTracing, HdfsWriteToMultipleCollectionsTest, 
TestOnReconnectListenerSupport, ResponseHeaderTest, 
StatelessScriptUpdateProcessorFactoryTest, TestWithCollection, CopyFieldTest, 
TestCollapseQParserPlugin, TestIndexingPerformance, SpellCheckCollatorTest, 
TestTrackingShardHandlerFactory, TestBulkSchemaAPI, 
TestSlowCompositeReaderWrapper, TestLogWatcher, TestPayloadScoreQParserPlugin, 
TestPullReplicaErrorHandling, SharedFSAutoReplicaFailoverTest, TestXmlQParser, 
DistributedFacetPivotSmallTest, SolrShardReporterTest, FacetPivotSmallTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestScoreJoinQPNoScore, 
TestHdfsBackupRestoreCore, TestDefaultStatsCache, DocValuesTest, 
TestSchemaResource, InfoHandlerTest, BasicDistributedZk2Test, 
ForceLeaderWithTlogReplicasTest, TolerantUpdateProcessorTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestRandomDVFaceting, 
ShufflingReplicaListTransformerTest, SynonymTokenizerTest, TestSolrJ, 
TestCloudRecovery, HdfsThreadLeakTest, NodeLostTriggerTest, 
TestExpandComponent, AnalysisErrorHandlingTest, TestFoldingMultitermQuery, 
TestAuthorizationFramework, TermVectorComponentTest, 
CloneFieldUpdateProcessorFactoryTest, SyncSliceTest, PeerSyncReplicationTest, 
TestSkipOverseerOperations, TestDocTermOrdsUninvertLimit, TestDynamicURP, 
TestSubQueryTransformer, TestGroupingSearch, PolyFieldTest, 
TestDynamicFieldResource, TestSolrConfigHandlerConcurrent, 
TestMergePolicyConfig, TestManagedResource, DistributedDebugComponentTest, 
TestSimpleTextCodec, TestIndexSearcher, TestPointFields, ReplaceNodeTest, 
V2StandaloneTest, TestManagedSynonymFilterFactory, SmileWriterTest, 
AutoAddReplicasPlanActionTest, DeleteStatusTest, DistributedVersionInfoTest, 
HttpPartitionTest, LeaderVoteWaitTimeoutTest, MoveReplicaHDFSFailoverTest, 
MoveReplicaTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
RecoveryZkTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, 
ShardRoutingTest, SolrCLIZkUtilsTest, TestCloudConsistency, 
TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestHashPartitioner, 
TestMiniSolrCloudClusterSSL]
   [junit4] Completed [510/866 (1!)] on J0 in 43.02s, 6 tests, 1 failure, 1 
error <<< FAILURES!

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

Total time: 356 minutes 1 second
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