Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/246/
3 tests failed.
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([60654235E0C594EA:D3E195C55B940C3B]: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([60654235E0C594EA:37D4078E20396BFB]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2720)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:207)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: DTLSv1.2
at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
at
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$testSslWithInvalidPeerName$0(TestMiniSolrCloudClusterSSL.java:211)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
... 42 more
FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading
Error Message:
Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: { "responseHeader":{
"status":0, "QTime":0}, "overlay":{ "znodeVersion":0,
"runtimeLib":{"colltest":{ "name":"colltest", "version":1}}}},
from server: null
Stack Trace:
java.lang.AssertionError: Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"overlay":{
"znodeVersion":0,
"runtimeLib":{"colltest":{
"name":"colltest",
"version":1}}}}, from server: null
at
__randomizedtesting.SeedInfo.seed([60654235E0C594EA:B8286F621718314A]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:80)
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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
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)
Build Log:
[...truncated 14983 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 3263260 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[60654235E0C594EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/init-core-data-001
[junit4] 2> 3263260 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[60654235E0C594EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3263262 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[60654235E0C594EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 3263266 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSslWithCheckPeerName
[junit4] 2> 3263266 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the
randomized SSL & clientAuth settings selected by base class
[junit4] 2> 3263276 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-001
[junit4] 2> 3263276 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3263276 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3263276 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3263376 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer start zk server on port:39579
[junit4] 2> 3263377 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39579
[junit4] 2> 3263377 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39579
[junit4] 2> 3263378 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263380 INFO (zkConnectionManagerCallback-12031-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263380 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263383 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263383 INFO (zkConnectionManagerCallback-12033-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263383 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263384 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263385 INFO (zkConnectionManagerCallback-12035-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263385 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263489 WARN (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3263489 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3263489 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3263489 INFO (jetty-launcher-12036-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> 3263490 WARN (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3263490 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3263490 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3263490 INFO (jetty-launcher-12036-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> 3263493 WARN (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3263493 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3263493 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3263493 INFO (jetty-launcher-12036-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> 3263504 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3263504 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7da28974{/solr,null,AVAILABLE}
[junit4] 2> 3263505 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3263505 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3263505 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3263505 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@31ef904e{/solr,null,AVAILABLE}
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3d80e2da{/solr,null,AVAILABLE}
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3d88269f{SSL,[ssl,
http/1.1]}{127.0.0.1:36728}
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-1) [ ]
o.e.j.s.Server Started @3263580ms
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2c01fda3{SSL,[ssl,
http/1.1]}{127.0.0.1:42440}
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.e.j.s.Server Started @3263580ms
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36728}
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42440}
[junit4] 2> 3263506 ERROR (jetty-launcher-12036-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3263506 ERROR (jetty-launcher-12036-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3263506 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:13.785Z
[junit4] 2> 3263507 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:13.785Z
[junit4] 2> 3263512 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5701e0c2{SSL,[ssl,
http/1.1]}{127.0.0.1:35605}
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.e.j.s.Server Started @3263587ms
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35605}
[junit4] 2> 3263513 ERROR (jetty-launcher-12036-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3263513 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:13.791Z
[junit4] 2> 3263514 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263515 INFO (zkConnectionManagerCallback-12038-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263515 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263515 INFO (zkConnectionManagerCallback-12040-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263515 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263515 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3263515 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3263516 INFO (zkConnectionManagerCallback-12042-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263516 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263534 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3263712 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3263712 WARN (jetty-launcher-12036-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> 3263740 WARN (jetty-launcher-12036-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> 3263758 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3263758 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
[junit4] 2> 3263758 WARN (jetty-launcher-12036-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> 3263759 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263761 WARN (jetty-launcher-12036-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> 3263763 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
[junit4] 2> 3263763 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263764 INFO (zkConnectionManagerCallback-12057-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263764 INFO (jetty-launcher-12036-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263764 INFO (zkConnectionManagerCallback-12052-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263765 INFO (jetty-launcher-12036-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263889 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3263889 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3263889 INFO (zkConnectionManagerCallback-12059-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263890 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3263890 INFO (zkConnectionManagerCallback-12061-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263890 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3263958 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:36728_solr
[junit4] 2> 3263959 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.Overseer Overseer
(id=74889883960541193-127.0.0.1:36728_solr-n_0000000000) starting
[junit4] 2> 3263963 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3263963 WARN (jetty-launcher-12036-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> 3263965 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3263966 INFO (zkConnectionManagerCallback-12071-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263966 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3263966 WARN (jetty-launcher-12036-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> 3263973 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39579/solr ready
[junit4] 2> 3263974 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
[junit4] 2> 3263978 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36728_solr
[junit4] 2> 3263978 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3263979 INFO (zkConnectionManagerCallback-12076-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3263979 INFO (jetty-launcher-12036-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3263980 INFO (zkCallback-12070-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3263980 INFO (zkCallback-12060-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3263980 INFO
(OverseerStateUpdate-74889883960541193-127.0.0.1:36728_solr-n_0000000000)
[n:127.0.0.1:36728_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:36728_solr
[junit4] 2> 3263995 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3264019 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36728.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264026 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36728.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264026 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36728.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264027 INFO (jetty-launcher-12036-thread-1)
[n:127.0.0.1:36728_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-001/node1/.
[junit4] 2> 3264081 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3264088 INFO (zkConnectionManagerCallback-12079-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3264090 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3264093 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3264095 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42440_solr as DOWN
[junit4] 2> 3264096 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3264096 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42440_solr
[junit4] 2> 3264098 INFO (zkCallback-12070-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3264098 INFO (zkCallback-12060-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3264099 INFO (zkCallback-12058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3264100 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3264102 INFO (zkConnectionManagerCallback-12086-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3264102 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3264103 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3264104 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39579/solr ready
[junit4] 2> 3264110 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3264123 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:35605_solr as DOWN
[junit4] 2> 3264124 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3264132 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3264132 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35605_solr
[junit4] 2> 3264134 INFO (zkCallback-12058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3264134 INFO (zkCallback-12060-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3264141 INFO (zkCallback-12070-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3264145 INFO (zkCallback-12078-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3264146 INFO (zkCallback-12085-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3264146 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3264147 INFO (zkConnectionManagerCallback-12092-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3264147 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3264148 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3264149 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39579/solr ready
[junit4] 2> 3264166 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3264167 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42440.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264180 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42440.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264180 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42440.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264181 INFO (jetty-launcher-12036-thread-2)
[n:127.0.0.1:42440_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-001/node2/.
[junit4] 2> 3264184 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35605.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264191 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35605.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264191 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35605.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3264192 INFO (jetty-launcher-12036-thread-3)
[n:127.0.0.1:35605_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-001/node3/.
[junit4] 2> 3264257 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3264258 INFO (zkConnectionManagerCallback-12098-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3264258 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3264260 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3264262 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:39579/solr ready
[junit4] 2> 3264263 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3264264 INFO (zkConnectionManagerCallback-12100-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3264264 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3264773 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1949945508
[junit4] 2> 3264773 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:36728_solr
[junit4] 2> 3264773 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=731167069
[junit4] 2> 3264773 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:42440_solr
[junit4] 2> 3264774 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 3264774 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:36728_solr as DOWN
[junit4] 2> 3264774 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 3264774 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:42440_solr as DOWN
[junit4] 2> 3264775 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1198046244
[junit4] 2> 3264775 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:35605_solr
[junit4] 2> 3264776 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 3264776 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:35605_solr as DOWN
[junit4] 2> 3264776 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 3264777 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 3264777 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f1963: rootName =
solr_36728, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@26d3e530
[junit4] 2> 3264780 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 3264780 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b3c3c01: rootName =
solr_42440, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@b46cefd
[junit4] 2> 3264781 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 3264781 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@483ac7ef: rootName =
solr_36728, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@2fbb3e18
[junit4] 2> 3264783 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 3264783 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22384418: rootName =
solr_36728, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@6b282c36
[junit4] 2> 3264783 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3264784 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 3264784 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@43826846: rootName =
solr_42440, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@2fbb3e18
[junit4] 2> 3264785 INFO (closeThreadPool-12110-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=74889883960541193-127.0.0.1:36728_solr-n_0000000000) closing
[junit4] 2> 3264785 INFO
(OverseerStateUpdate-74889883960541193-127.0.0.1:36728_solr-n_0000000000)
[n:127.0.0.1:36728_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:36728_solr
[junit4] 2> 3264788 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 3264788 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@d4fd163: rootName =
solr_42440, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@6b282c36
[junit4] 2> 3264788 INFO (jetty-closer-12101-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3264788 INFO
(OverseerAutoScalingTriggerThread-74889883960541193-127.0.0.1:36728_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 3264794 INFO (closeThreadPool-12110-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=74889883960541193-127.0.0.1:36728_solr-n_0000000000) closing
[junit4] 2> 3264798 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 3264798 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c5ae46f: rootName =
solr_35605, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@6109b4ce
[junit4] 2> 3264802 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 3264802 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c8aa223: rootName =
solr_35605, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@2fbb3e18
[junit4] 2> 3264804 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 3264804 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e7a51a8: rootName =
solr_35605, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@6b282c36
[junit4] 2> 3264804 INFO (jetty-closer-12101-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3264894 INFO (zkCallback-12085-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 3264895 INFO (zkCallback-12091-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 3264994 INFO (jetty-closer-12101-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=74889883960541193-127.0.0.1:36728_solr-n_0000000000) closing
[junit4] 2> 3264995 INFO (zkCallback-12070-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 3264995 INFO (zkCallback-12078-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2c01fda3{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3d80e2da{/solr,null,UNAVAILABLE}
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3d88269f{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@31ef904e{/solr,null,UNAVAILABLE}
[junit4] 2> 3265198 INFO (jetty-closer-12101-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 3265299 INFO (jetty-closer-12101-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5701e0c2{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3265299 INFO (jetty-closer-12101-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7da28974{/solr,null,UNAVAILABLE}
[junit4] 2> 3265299 INFO (jetty-closer-12101-thread-3) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 3265300 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 3265504 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> 7 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 21 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2> 6 /solr/overseer/queue
[junit4] 2>
[junit4] 2> 3265508 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39579
[junit4] 2> 3265508 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39579
[junit4] 2> 3265509 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName-seed#[60654235E0C594EA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSslWithCheckPeerName
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestMiniSolrCloudClusterSSL -Dtests.method=testSslWithCheckPeerName
-Dtests.seed=60654235E0C594EA -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=bg-BG -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 2.25s J0 |
TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
java.lang.IllegalArgumentException: DTLSv1.2
[junit4] > at
__randomizedtesting.SeedInfo.seed([60654235E0C594EA:D3E195C55B940C3B]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:408)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:273)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:243)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:164)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName(TestMiniSolrCloudClusterSSL.java:146)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.IllegalArgumentException: DTLSv1.2
[junit4] > at
sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
[junit4] > at
sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
[junit4] > at
sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
[junit4] > at
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525)
[junit4] > at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
[junit4] > at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
[junit4] > at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
[junit4] > ... 50 more
[junit4] 2> 3265514 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndNoClientAuth
[junit4] 2> 3265514 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the
randomized SSL & clientAuth settings selected by base class
[junit4] 2> 3265516 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-002
[junit4] 2> 3265516 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3265517 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3265517 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3265617 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer start zk server on port:43494
[junit4] 2> 3265617 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43494
[junit4] 2> 3265617 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43494
[junit4] 2> 3265619 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265620 INFO (zkConnectionManagerCallback-12115-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265620 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265629 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265629 INFO (zkConnectionManagerCallback-12117-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265629 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265630 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265631 INFO (zkConnectionManagerCallback-12119-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265631 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[60654235E0C594EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265735 WARN (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3265735 WARN (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3265735 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3265735 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3265735 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3265735 INFO (jetty-launcher-12120-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> 3265735 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3265735 INFO (jetty-launcher-12120-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> 3265736 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3265736 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3265736 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3265736 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@336d59cf{/solr,null,AVAILABLE}
[junit4] 2> 3265737 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3265737 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3265737 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3265737 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42364afe{/solr,null,AVAILABLE}
[junit4] 2> 3265737 WARN (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4d169c73{SSL,[ssl,
http/1.1]}{127.0.0.1:37755}
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5d0182e3{SSL,[ssl,
http/1.1]}{127.0.0.1:35566}
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.e.j.s.Server Started @3265812ms
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.e.j.s.Server Started @3265812ms
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37755}
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35566}
[junit4] 2> 3265738 ERROR (jetty-launcher-12120-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3265738 ERROR (jetty-launcher-12120-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:16.016Z
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3265738 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:16.016Z
[junit4] 2> 3265739 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265739 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3265739 INFO (jetty-launcher-12120-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> 3265740 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265740 INFO (zkConnectionManagerCallback-12122-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265740 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265741 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3265741 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3265741 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3265741 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3265741 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@575aa829{/solr,null,AVAILABLE}
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2fe4008b{SSL,[ssl,
http/1.1]}{127.0.0.1:44916}
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.e.j.s.Server Started @3265816ms
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44916}
[junit4] 2> 3265742 ERROR (jetty-launcher-12120-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3265742 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T17:45:16.020Z
[junit4] 2> 3265746 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3265747 INFO (zkConnectionManagerCallback-12124-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265747 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265747 INFO (zkConnectionManagerCallback-12126-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3265747 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3265747 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3265747 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3265952 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3265952 WARN (jetty-launcher-12120-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> 3265982 WARN (jetty-launcher-12120-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6c7f6b47[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3265982 WARN (jetty-launcher-12120-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6c7f6b47[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3265997 WARN (jetty-launcher-12120-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> 3266049 WARN (jetty-launcher-12120-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3298a7e2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266049 WARN (jetty-launcher-12120-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3298a7e2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266050 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43494/solr
[junit4] 2> 3266052 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3266052 WARN (jetty-launcher-12120-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> 3266061 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3266069 WARN (jetty-launcher-12120-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4a46a979[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266069 WARN (jetty-launcher-12120-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4a46a979[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266075 INFO (zkConnectionManagerCallback-12135-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266075 INFO (jetty-launcher-12120-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3266099 WARN (jetty-launcher-12120-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> 3266109 WARN (jetty-launcher-12120-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@138ae345[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266109 WARN (jetty-launcher-12120-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@138ae345[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266110 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43494/solr
[junit4] 2> 3266121 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3266133 INFO (zkConnectionManagerCallback-12141-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266133 INFO (jetty-launcher-12120-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3266143 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3266143 WARN (jetty-launcher-12120-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> 3266144 WARN (jetty-launcher-12120-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2b0b8412[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266144 WARN (jetty-launcher-12120-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2b0b8412[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266146 WARN (jetty-launcher-12120-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> 3266146 WARN (jetty-launcher-12120-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4c236d81[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266146 WARN (jetty-launcher-12120-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4c236d81[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3266147 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43494/solr
[junit4] 2> 3266148 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3266149 INFO (zkConnectionManagerCallback-12147-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266149 INFO (jetty-launcher-12120-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3266195 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3266195 INFO (zkConnectionManagerCallback-12149-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266195 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3266258 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35566_solr
[junit4] 2> 3266259 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.Overseer Overseer
(id=74889884107341833-127.0.0.1:35566_solr-n_0000000000) starting
[junit4] 2> 3266264 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3266265 INFO (zkConnectionManagerCallback-12156-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266265 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3266267 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43494/solr ready
[junit4] 2> 3266267 INFO
(OverseerStateUpdate-74889884107341833-127.0.0.1:35566_solr-n_0000000000)
[n:127.0.0.1:35566_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:35566_solr
[junit4] 2> 3266272 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35566_solr
[junit4] 2> 3266275 INFO (zkCallback-12148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3266275 INFO (zkCallback-12155-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3266290 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3266304 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35566.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266309 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3266310 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35566.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266311 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35566.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266311 INFO (jetty-launcher-12120-thread-3)
[n:127.0.0.1:35566_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-002/node3/.
[junit4] 2> 3266320 INFO (zkConnectionManagerCallback-12159-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266320 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3266328 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3266330 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44916_solr as DOWN
[junit4] 2> 3266331 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3266331 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44916_solr
[junit4] 2> 3266332 INFO (zkCallback-12148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3266332 INFO (zkCallback-12155-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3266341 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3266344 INFO (zkCallback-12158-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3266357 INFO (zkConnectionManagerCallback-12166-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266357 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3266358 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3266359 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43494/solr ready
[junit4] 2> 3266374 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3266388 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44916.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266395 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44916.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266395 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44916.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7bdc9f26
[junit4] 2> 3266396 INFO (jetty-launcher-12120-thread-1)
[n:127.0.0.1:44916_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_60654235E0C594EA-001/tempDir-002/node1/.
[junit4] 2> 3266411 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3266427 INFO (zkConnectionManagerCallback-12169-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3266428 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3266431 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3266434 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:37755_solr as DOWN
[junit4] 2> 3266435 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3266435 INFO (jetty-launcher-12120-thread-2)
[n:127.0.0.1:37755_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37755_solr
[junit4] 2> 3266436 INFO (zkCallback-12148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3266436 INFO (zkCallback-12155-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3266441 I
[...truncated too long message...]
/collection1/terms/shard2
[junit4] 2> 4
/solr/collections/collection1/collectionprops.json
[junit4] 2> 2
/solr/collections/control_collection/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 92 /solr/clusterstate.json
[junit4] 2> 12 /solr/collections/control_collection/state.json
[junit4] 2> 12 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/74889944602378252-127.0.0.1:40310_gz%2Fxl-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 54 /solr/live_nodes
[junit4] 2> 37 /solr/overseer/queue
[junit4] 2> 17 /solr/overseer/collection-queue-work
[junit4] 2> 12 /solr/collections
[junit4] 2>
[junit4] 2> 4209634 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[60654235E0C594EA]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43084
[junit4] 2> 4209634 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[60654235E0C594EA]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43084
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestDynamicLoading
-Dtests.method=testDynamicLoading -Dtests.seed=60654235E0C594EA
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-AE
-Dtests.timezone=Indian/Christmas -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 21.0s J2 | TestDynamicLoading.testDynamicLoading <<<
[junit4] > Throwable #1: java.lang.AssertionError: Could not get expected
value 'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: {
[junit4] > "responseHeader":{
[junit4] > "status":0,
[junit4] > "QTime":0},
[junit4] > "overlay":{
[junit4] > "znodeVersion":0,
[junit4] > "runtimeLib":{"colltest":{
[junit4] > "name":"colltest",
[junit4] > "version":1}}}}, from server: null
[junit4] > at
__randomizedtesting.SeedInfo.seed([60654235E0C594EA:B8286F621718314A]:0)
[junit4] > at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
[junit4] > at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:80)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_60654235E0C594EA-001
[junit4] 2> Jun 18, 2019 6:00:59 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=823, maxMBSortInHeap=5.488475836573343,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@563531e2),
locale=ar-AE, timezone=Indian/Christmas
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=220927928,total=521142272
[junit4] 2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest,
TestSolrCloudWithKerberosAlt, NumberUtilsTest, TestQueryTypes,
PeerSyncWithIndexFingerprintCachingTest, TestLeaderElectionWithEmptyReplica,
JavabinLoaderTest, TestSolrDeletionPolicy1, TestConfigSetImmutable,
ParsingFieldUpdateProcessorsTest, TestDistributedGrouping, ExplicitHLLTest,
TestJsonRequest, OpenExchangeRatesOrgProviderTest, SortByFunctionTest,
UtilsToolTest, JSONWriterTest, ScheduledTriggerTest, RootFieldTest,
TestDynamicFieldCollectionResource, SolrJmxReporterCloudTest,
CdcrRequestHandlerTest, TestOmitPositions, ZkStateWriterTest,
ManagedSchemaRoundRobinCloudTest, ExternalFileFieldSortTest, TestSolrXml,
CSVRequestHandlerTest, ConjunctionSolrSpellCheckerTest, TestNumericTerms32,
BadComponentTest, MetricTriggerTest, OverseerTest, ShardRoutingTest,
TestDocSet, HDFSCollectionsAPITest, HdfsChaosMonkeyNothingIsSafeTest,
TestRestoreCore, SolrTestCaseJ4Test, TestOrdValues, ActionThrottleTest,
TestFacetMethods, TestMaxScoreQueryParser, TestLegacyFieldReuse,
TimeRoutedAliasUpdateProcessorTest, TestLMJelinekMercerSimilarityFactory,
TriggerEventQueueTest, SignificantTermsQParserPluginTest,
TestPhraseSuggestions, TestConfigSetsAPIExclusivity,
DistributedFacetExistsSmallTest, SolrCloudReportersTest, StatsComponentTest,
LeaderTragicEventTest, TestManagedSchema, RegexBytesRefFilterTest,
TestDocTermOrds, XsltUpdateRequestHandlerTest, LeaderElectionTest,
TestSchemalessBufferedUpdates, LargeFieldTest, TestInfoStreamLogging,
TestRandomRequestDistribution, BJQParserTest, AnalyticsQueryTest,
AddBlockUpdateTest, SolrMetricReporterTest, BadCopyFieldTest,
TestReversedWildcardFilterFactory, HdfsUnloadDistributedZkTest, SuggesterTest,
TestRestManager, TestStressRecovery, OverseerRolesTest,
DistributedTermsComponentTest, TestDFRSimilarityFactory,
CoreAdminRequestStatusTest, TestMultiWordSynonyms, TestLFUCache,
NestedShardedAtomicUpdateTest, TestSubQueryTransformerDistrib,
TestShardHandlerFactory, TestSafeXMLParsing, TestConfigsApi,
BigEndianAscendingWordDeserializerTest, CoreAdminCreateDiscoverTest,
Tagger2Test, BasicAuthOnSingleNodeTest, ConnectionManagerTest,
TestFieldCacheReopen, TestRealTimeGet,
VMParamsZkACLAndCredentialsProvidersTest, TestHashQParserPlugin,
TestWriterPerf, NoCacheHeaderTest, AtomicUpdateProcessorFactoryTest,
TestClusterStateMutator, MoveReplicaTest, TestAtomicUpdateErrorCases,
TestDynamicLoadingUrl, ResourceLoaderTest, BasicZkTest, MaxSizeAutoCommitTest,
TestFiltering, QueryResultKeyTest, TestCoreContainer, TestSolr4Spatial,
ChangedSchemaMergeTest, DistributedFacetPivotSmallAdvancedTest, JsonLoaderTest,
TestFastLRUCache, JWTAuthPluginTest, DeleteInactiveReplicaTest,
TestBlobHandler, TestCoreBackup, TestCollectionAPI,
TestChildDocTransformerHierarchy, TestSolrFieldCacheBean, XmlInterpolationTest,
AuthToolTest, TestReload, TestImpersonationWithHadoopAuth,
RestoreTriggerStateTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
ZkSolrClientTest, V2ApiIntegrationTest, OutputWriterTest,
DistributedMLTComponentTest, CleanupOldIndexTest, TestLuceneIndexBackCompat,
SSLMigrationTest, DateMathParserTest, TestPerFieldSimilarity,
TestGraphMLResponseWriter, TestManagedStopFilterFactory,
CollectionsAPISolrJTest, TestAnalyzedSuggestions,
TestTolerantUpdateProcessorCloud, ClusterStateUpdateTest,
TestSchemaNameResource, TlogReplayBufferedWhileIndexingTest,
TestEmbeddedSolrServerSchemaAPI, AnalysisAfterCoreReloadTest,
BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest,
DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, SampleTest,
SolrInfoBeanTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin,
TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler,
TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest,
TestCharFilters, TestJettySolrRunner, ConnectionReuseTest,
AssignBackwardCompatibilityTest, BasicDistributedZk2Test,
BasicDistributedZkTest, DeleteShardTest, DeleteStatusTest,
DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest,
ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest,
HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderVoteWaitTimeoutTest,
MigrateRouteKeyTest, RoutingToNodesWithPropertiesTest, SolrCloudExampleTest,
TestCloudRecovery2, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestDownShardTolerantSearch,
TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling,
TestRequestForwarding, TestSSLRandomization, TestSizeLimitedDistributedMap,
TestStressLiveNodes, ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest,
CollectionReloadTest, ConcurrentDeleteAndCreateCollectionTest,
CustomCollectionTest, SimpleCollectionCreateDeleteTest,
TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore,
TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest,
ComputePlanActionTest, MetricTriggerIntegrationTest,
NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest,
ScheduledMaintenanceTriggerTest, SystemLogListenerTest,
TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider,
TestSimDistributedQueue, TestSimExecutePlanAction, TestSimExtremeIndexing,
TestSimGenericDistributedQueue, TestSimLargeCluster, TestCodecSupport,
TestConfigOverlay, TestConfigSetProperties, TestConfigSets,
TestDirectoryFactory, TestDynamicLoading]
[junit4] Completed [629/866 (2!)] on J2 in 21.39s, 1 test, 1 failure <<<
FAILURES!
[...truncated 49467 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The
following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The
following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2093:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2132:
Compile failed; see the compiler error output for details.
Total time: 230 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]