Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/247/
2 tests failed.
FAILED:
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName
Error Message:
Unexpected exception type, expected SolrServerException but got
java.lang.IllegalArgumentException: DTLSv1.2
Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected
SolrServerException but got java.lang.IllegalArgumentException: DTLSv1.2
at
__randomizedtesting.SeedInfo.seed([F80304785AFE1490:AFB241C39A02EB81]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2720)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:207)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: DTLSv1.2
at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
at
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$testSslWithInvalidPeerName$0(TestMiniSolrCloudClusterSSL.java:211)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
... 42 more
FAILED:
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName
Error Message:
java.lang.IllegalArgumentException: DTLSv1.2
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
java.lang.IllegalArgumentException: DTLSv1.2
at
__randomizedtesting.SeedInfo.seed([F80304785AFE1490:4B87D388E1AF8C41]:0)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:408)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:273)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:243)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:164)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName(TestMiniSolrCloudClusterSSL.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: DTLSv1.2
at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187)
at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84)
at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52)
at
sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
... 50 more
Build Log:
[...truncated 13674 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/init-core-data-001
[junit4] 2> 410511 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[F80304785AFE1490]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 410513 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[F80304785AFE1490]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 410513 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[F80304785AFE1490]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 410516 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndNoClientAuth
[junit4] 2> 410516 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the
randomized SSL & clientAuth settings selected by base class
[junit4] 2> 410518 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001
[junit4] 2> 410518 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 410520 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 410521 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 410620 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkTestServer start zk server on port:33817
[junit4] 2> 410621 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33817
[junit4] 2> 410621 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33817
[junit4] 2> 410624 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410628 INFO (zkConnectionManagerCallback-1975-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410628 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410632 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410634 INFO (zkConnectionManagerCallback-1977-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410634 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410635 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410636 INFO (zkConnectionManagerCallback-1979-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410636 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410757 WARN (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 410757 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 410757 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 410757 INFO (jetty-launcher-1980-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> 410769 WARN (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 410769 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 410769 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 410769 INFO (jetty-launcher-1980-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> 410776 WARN (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 410776 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 410776 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 410776 INFO (jetty-launcher-1980-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> 410788 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 410788 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 410789 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 410789 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2b43873e{/solr,null,AVAILABLE}
[junit4] 2> 410791 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 410791 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 410791 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 410791 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1b246657{/solr,null,AVAILABLE}
[junit4] 2> 410807 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 410807 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 410807 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 410808 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@40f70ba8{/solr,null,AVAILABLE}
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@486ef072{SSL,[ssl,
http/1.1]}{127.0.0.1:39693}
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.e.j.s.Server Started @410870ms
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39693}
[junit4] 2> 410809 ERROR (jetty-launcher-1980-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 410809 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T20:48:39.999Z
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@54842ba9{SSL,[ssl,
http/1.1]}{127.0.0.1:44437}
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-2) [ ]
o.e.j.s.Server Started @410879ms
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1556a466{SSL,[ssl,
http/1.1]}{127.0.0.1:43962}
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-3) [ ]
o.e.j.s.Server Started @410879ms
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43962}
[junit4] 2> 410818 ERROR (jetty-launcher-1980-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 410818 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 410819 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 410819 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 410819 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 410819 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T20:48:40.009Z
[junit4] 2> 410827 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44437}
[junit4] 2> 410827 ERROR (jetty-launcher-1980-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 410828 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 410828 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 410828 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 410828 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 410828 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-18T20:48:40.018Z
[junit4] 2> 410834 INFO (zkConnectionManagerCallback-1982-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410834 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410835 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 410836 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410841 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410847 INFO (zkConnectionManagerCallback-1984-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410847 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410847 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 410872 INFO (zkConnectionManagerCallback-1986-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410872 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410974 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 411117 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 411118 WARN (jetty-launcher-1980-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> 411119 WARN (jetty-launcher-1980-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@58301b7a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411119 WARN (jetty-launcher-1980-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@58301b7a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411127 WARN (jetty-launcher-1980-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> 411131 WARN (jetty-launcher-1980-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@19272c0c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411132 WARN (jetty-launcher-1980-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@19272c0c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411133 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33817/solr
[junit4] 2> 411144 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411150 INFO (zkConnectionManagerCallback-1994-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411150 INFO (jetty-launcher-1980-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 411315 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411334 INFO (zkConnectionManagerCallback-1997-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411334 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411394 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 411395 WARN (jetty-launcher-1980-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> 411411 WARN (jetty-launcher-1980-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1ad590a8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411411 WARN (jetty-launcher-1980-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1ad590a8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411422 WARN (jetty-launcher-1980-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> 411432 WARN (jetty-launcher-1980-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@602136f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411432 WARN (jetty-launcher-1980-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@602136f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411434 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33817/solr
[junit4] 2> 411435 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411439 INFO (zkConnectionManagerCallback-2005-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411439 INFO (jetty-launcher-1980-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 411497 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 411498 WARN (jetty-launcher-1980-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> 411499 WARN (jetty-launcher-1980-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@57e90433[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411499 WARN (jetty-launcher-1980-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@57e90433[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411502 WARN (jetty-launcher-1980-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> 411503 WARN (jetty-launcher-1980-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6d2085bb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411503 WARN (jetty-launcher-1980-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6d2085bb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411504 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33817/solr
[junit4] 2> 411505 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411507 INFO (zkConnectionManagerCallback-2011-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411507 INFO (jetty-launcher-1980-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 411543 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411545 INFO (zkConnectionManagerCallback-2013-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411545 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411563 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43962_solr
[junit4] 2> 411564 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.Overseer Overseer
(id=73501068285771786-127.0.0.1:43962_solr-n_0000000000) starting
[junit4] 2> 411574 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411575 INFO (zkConnectionManagerCallback-2020-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411575 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411581 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33817/solr ready
[junit4] 2> 411583 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43962_solr
[junit4] 2> 411584 INFO
(OverseerStateUpdate-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43962_solr
[junit4] 2> 411584 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 411595 INFO
(OverseerStateUpdate-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 411597 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39693_solr as DOWN
[junit4] 2> 411599 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 411599 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39693_solr
[junit4] 2> 411603 INFO (zkCallback-2019-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 411603 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411607 INFO (zkCallback-1996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 411607 INFO (zkCallback-2012-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 411607 INFO (zkConnectionManagerCallback-2025-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411607 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411609 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 411612 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33817/solr ready
[junit4] 2> 411622 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 411640 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 411654 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411670 INFO (zkConnectionManagerCallback-2029-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411685 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411686 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43962.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411702 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39693.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411702 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 411710 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44437_solr as DOWN
[junit4] 2> 411711 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 411711 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44437_solr
[junit4] 2> 411713 INFO (zkCallback-2012-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 411719 INFO (zkCallback-2024-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 411722 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43962.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411722 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43962.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411723 INFO (jetty-launcher-1980-thread-3)
[n:127.0.0.1:43962_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node3/.
[junit4] 2> 411724 INFO (zkCallback-2019-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 411724 INFO (zkCallback-1996-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 411725 INFO (zkCallback-2028-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 411726 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 411727 INFO (zkConnectionManagerCallback-2036-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411727 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411729 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39693.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411729 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39693.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411730 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 411733 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:33817/solr ready
[junit4] 2> 411733 INFO (jetty-launcher-1980-thread-1)
[n:127.0.0.1:39693_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node1/.
[junit4] 2> 411765 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 411793 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44437.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411809 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44437.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411809 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44437.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 411810 INFO (jetty-launcher-1980-thread-2)
[n:127.0.0.1:44437_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node2/.
[junit4] 2> 411891 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411893 INFO (zkConnectionManagerCallback-2042-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411893 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 411895 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 411896 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:33817/solr ready
[junit4] 2> 411899 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411901 INFO (zkConnectionManagerCallback-2044-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411901 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 412515 INFO (qtp1117166338-6001) [n:127.0.0.1:39693_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 412521 INFO
(OverseerThreadFactory-1882-thread-1-processing-n:127.0.0.1:43962_solr)
[n:127.0.0.1:43962_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
first_collection
[junit4] 2> 412635 INFO
(OverseerStateUpdate-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"first_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"first_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44437/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 412638 INFO
(OverseerStateUpdate-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"first_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"first_collection_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43962/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 412642 INFO
(OverseerStateUpdate-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"first_collection",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"first_collection_shard3_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39693/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 412856 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
x:first_collection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin
[junit4] 2> 412891 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
x:first_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
[junit4] 2> 412909 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
x:first_collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin
[junit4] 2> 412910 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
x:first_collection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 413893 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 413920 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.s.IndexSchema [first_collection_shard3_replica_n4] Schema name=test
[junit4] 2> 413927 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 413932 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 413964 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema [first_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 413964 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.s.IndexSchema [first_collection_shard2_replica_n2] Schema name=test
[junit4] 2> 414073 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 414093 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 414111 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard3_replica_n4'
using configuration from collection first_collection, trusted=true
[junit4] 2> 414112 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39693.solr.core.first_collection.shard3.replica_n4' (registry
'solr.core.first_collection.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 414112 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.SolrCore [[first_collection_shard3_replica_n4] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node1/first_collection_shard3_replica_n4],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node1/./first_collection_shard3_replica_n4/data/]
[junit4] 2> 414117 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 414119 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=87.298828125,
floorSegmentMB=0.8271484375, forceMergeDeletesPctAllowed=9.270225860545274,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6173631759069913, deletesPctAllowed=23.202425012752737
[junit4] 2> 414119 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard1_replica_n1'
using configuration from collection first_collection, trusted=true
[junit4] 2> 414120 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44437.solr.core.first_collection.shard1.replica_n1' (registry
'solr.core.first_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 414120 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[first_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node2/first_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node2/./first_collection_shard1_replica_n1/data/]
[junit4] 2> 414122 WARN (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 414124 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=87.298828125,
floorSegmentMB=0.8271484375, forceMergeDeletesPctAllowed=9.270225860545274,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6173631759069913, deletesPctAllowed=23.202425012752737
[junit4] 2> 414126 WARN (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 414155 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard2_replica_n2'
using configuration from collection first_collection, trusted=true
[junit4] 2> 414156 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43962.solr.core.first_collection.shard2.replica_n2' (registry
'solr.core.first_collection.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ab279ec
[junit4] 2> 414156 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.SolrCore [[first_collection_shard2_replica_n2] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node3/first_collection_shard2_replica_n2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001/tempDir-001/node3/./first_collection_shard2_replica_n2/data/]
[junit4] 2> 414159 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=87.298828125,
floorSegmentMB=0.8271484375, forceMergeDeletesPctAllowed=9.270225860545274,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6173631759069913, deletesPctAllowed=23.202425012752737
[junit4] 2> 414161 WARN (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 414200 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 414200 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 414201 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 414201 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 414203 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 414203 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 414203 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=78.361328125,
floorSegmentMB=1.9111328125, forceMergeDeletesPctAllowed=29.328901372234878,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=30.680938121640377
[junit4] 2> 414203 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4e1bd303[first_collection_shard1_replica_n1] main]
[junit4] 2> 414204 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 414205 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 414205 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414206 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414206 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=78.361328125,
floorSegmentMB=1.9111328125, forceMergeDeletesPctAllowed=29.328901372234878,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=30.680938121640377
[junit4] 2> 414206 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7466cbf4[first_collection_shard3_replica_n4] main]
[junit4] 2> 414207 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 414207 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1636712760891932672
[junit4] 2> 414208 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414208 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414209 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 414209 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1636712760894029824
[junit4] 2> 414211 INFO
(searcherExecutor-1896-thread-1-processing-n:127.0.0.1:44437_solr
x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3)
[n:127.0.0.1:44437_solr c:first_collection s:shard1 r:core_node3
x:first_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[first_collection_shard1_replica_n1] Registered new searcher
Searcher@4e1bd303[first_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 414214 INFO
(searcherExecutor-1895-thread-1-processing-n:127.0.0.1:39693_solr
x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6)
[n:127.0.0.1:39693_solr c:first_collection s:shard3 r:core_node6
x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore
[first_collection_shard3_replica_n4] Registered new searcher
Searcher@7466cbf4[first_collection_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 414223 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 414223 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 414225 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/first_collection/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 414225 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/first_collection/leaders/shard1
[junit4] 2> 414226 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 414226 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 414227 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=78.361328125,
floorSegmentMB=1.9111328125, forceMergeDeletesPctAllowed=29.328901372234878,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=30.680938121640377
[junit4] 2> 414228 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1786fbeb[first_collection_shard2_replica_n2] main]
[junit4] 2> 414230 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/first_collection/terms/shard3 to Terms{values={core_node6=0},
version=0}
[junit4] 2> 414230 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/first_collection/leaders/shard3
[junit4] 2> 414231 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414232 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 414233 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 414233 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1636712760919195648
[junit4] 2> 414237 INFO
(searcherExecutor-1897-thread-1-processing-n:127.0.0.1:43962_solr
x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5)
[n:127.0.0.1:43962_solr c:first_collection s:shard2 r:core_node5
x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrCore
[first_collection_shard2_replica_n2] Registered new searcher
Searcher@1786fbeb[first_collection_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 414245 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/first_collection/terms/shard2 to Terms{values={core_node5=0},
version=0}
[junit4] 2> 414245 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/first_collection/leaders/shard2
[junit4] 2> 414253 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 414253 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 414253 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44437/solr/first_collection_shard1_replica_n1/
[junit4] 2> 414253 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 414254 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:44437/solr/first_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 414254 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/first_collection/leaders/shard1/leader after winning as
/collections/first_collection/leader_elect/shard1/election/73501068285771789-core_node3-n_0000000000
[junit4] 2> 414255 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 414255 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 414255 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 414255 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 414255 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43962/solr/first_collection_shard2_replica_n2/
[junit4] 2> 414255 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:39693/solr/first_collection_shard3_replica_n4/
[junit4] 2> 414256 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 414256 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 414256 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:39693/solr/first_collection_shard3_replica_n4/ has no replicas
[junit4] 2> 414256 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:43962/solr/first_collection_shard2_replica_n2/ has no replicas
[junit4] 2> 414257 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/first_collection/leaders/shard2/leader after winning as
/collections/first_collection/leader_elect/shard2/election/73501068285771786-core_node5-n_0000000000
[junit4] 2> 414257 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/first_collection/leaders/shard3/leader after winning as
/collections/first_collection/leader_elect/shard3/election/73501068285771783-core_node6-n_0000000000
[junit4] 2> 414260 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43962/solr/first_collection_shard2_replica_n2/ shard2
[junit4] 2> 414260 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44437/solr/first_collection_shard1_replica_n1/ shard1
[junit4] 2> 414262 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:39693/solr/first_collection_shard3_replica_n4/ shard3
[junit4] 2> 414364 INFO (zkCallback-1996-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414364 INFO (zkCallback-2012-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414364 INFO (zkCallback-2028-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414365 INFO (zkCallback-2012-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414365 INFO (zkCallback-1996-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414366 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 414367 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 414368 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 414370 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin}
status=0 QTime=1514
[junit4] 2> 414370 INFO (qtp531549974-6007) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin}
status=0 QTime=1461
[junit4] 2> 414372 INFO (qtp1585201369-5993) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin}
status=0 QTime=1480
[junit4] 2> 414390 INFO (qtp1117166338-6001) [n:127.0.0.1:39693_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 414475 INFO (zkCallback-2028-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414475 INFO (zkCallback-1996-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414475 INFO (zkCallback-2028-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414475 INFO (zkCallback-1996-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414476 INFO (zkCallback-2012-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414476 INFO (zkCallback-2012-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414476 INFO (zkCallback-2012-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414477 INFO (qtp1117166338-6001) [n:127.0.0.1:39693_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=1962
[junit4] 2> 414477 INFO (zkCallback-1996-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [3])
[junit4] 2> 414523 INFO
(OverseerCollectionConfigSetProcessor-73501068285771786-127.0.0.1:43962_solr-n_0000000000)
[n:127.0.0.1:43962_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 414559 INFO (qtp1117166338-5999) [n:127.0.0.1:39693_solr
c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ]
o.a.s.c.S.Request [first_collection_shard3_replica_n4] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:39693/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560890923683&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 414640 INFO (qtp1585201369-5990) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.S.Request [first_collection_shard1_replica_n1] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:44437/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560890923683&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 414668 INFO (qtp531549974-6006) [n:127.0.0.1:43962_solr
c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ]
o.a.s.c.S.Request [first_collection_shard2_replica_n2] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:43962/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560890923683&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 414672 INFO (qtp1585201369-5991) [n:127.0.0.1:44437_solr
c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ]
o.a.s.c.S.Request [first_collection_shard1_replica_n1] webapp=/solr
path=/select params={q=*:*&_stateVer_=first_collection:4&wt=javabin&version=2}
hits=0 status=0 QTime=179
[junit4] 2> 414680 INFO (qtp531549974-6009) [n:127.0.0.1:43962_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 414688 INFO (qtp531549974-6009) [n:127.0.0.1:43962_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 414695 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec I/O exception
(org.apache.http.conn.UnsupportedSchemeException) caught when processing
request to {}->http://127.0.0.1:43962: http protocol is not supported
[junit4] 2> 414695 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:43962
[junit4] 2> 414736 INFO (qtp531549974-6005) [n:127.0.0.1:43962_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={} status=0
QTime=0
[junit4] 2> 414755 INFO (qtp1117166338-6002) [n:127.0.0.1:39693_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 414769 INFO (qtp1117166338-6002) [n:127.0.0.1:39693_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 414787 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec I/O exception
(org.apache.http.conn.UnsupportedSchemeException) caught when processing
request to {}->http://127.0.0.1:39693: http protocol is not supported
[junit4] 2> 414787 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:39693
[junit4] 2> 414814 INFO (qtp1117166338-6000) [n:127.0.0.1:39693_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={} status=0
QTime=0
[junit4] 2> 414835 INFO (qtp1585201369-5994) [n:127.0.0.1:44437_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 414850 INFO (qtp1585201369-5994) [n:127.0.0.1:44437_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 414853 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec I/O exception
(org.apache.http.conn.UnsupportedSchemeException) caught when processing
request to {}->http://127.0.0.1:44437: http protocol is not supported
[junit4] 2> 414853 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:44437
[junit4] 2> 414883 INFO (qtp1585201369-5994) [n:127.0.0.1:44437_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={} status=0
QTime=0
[junit4] 2> 414884 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1818319589
[junit4] 2> 414884 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:43962_solr
[junit4] 2> 414884 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 414884 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.c.ZkController Publish node=127.0.0.1:43962_solr as DOWN
[junit4] 2> 414888 INFO (coreCloseExecutor-1910-thread-1)
[n:127.0.0.1:43962_solr c:first_collection s:shard2 r:core_node5
x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrCore
[first_collection_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4c7869d7
[junit4] 2> 414888 INFO (coreCloseExecutor-1910-thread-1)
[n:127.0.0.1:43962_solr c:first_collection s:shard2 r:core_node5
x:first_collection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.first_collection.shard2.replica_n2,
tag=4c7869d7
[junit4] 2> 414889 INFO (coreCloseExecutor-1910-thread-1)
[n:127.0.0.1:43962_solr c:first_collection s:shard2 r:core_node5
x:first_collection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6666a016: rootName
= solr_43962, domain = solr.core.first_collection.shard2.replica_n2, service
url = null, agent id = null] for registry
solr.core.first_collection.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@1158f888
[junit4] 2> 414901 INFO (coreCloseExecutor-1910-thread-1)
[n:127.0.0.1:43962_solr c:first_collection s:shard2 r:core_node5
x:first_collection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.first_collection.shard2.leader,
tag=4c7869d7
[junit4] 2> 414903 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 414903 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@53016a8d: rootName =
solr_43962, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@67cbcaa
[junit4] 2> 414911 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[F80304785AFE1490])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr
[...truncated too long message...]
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [2])
[junit4] 2> 456088 INFO (zkCallback-2548-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [2])
[junit4] 2> 456088 INFO (zkCallback-2548-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/first_collection/state.json] for collection
[first_collection] has occurred - updating... (live nodes size: [2])
[junit4] 2> 456089 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 456089 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2524bf25: rootName =
solr_38177, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@5a988c8b
[junit4] 2> 456092 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 456092 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@115b979e: rootName =
solr_38177, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2b803b1f
[junit4] 2> 456092 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 456093 INFO (jetty-closer-2610-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 456093 INFO (jetty-closer-2610-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b926033: rootName =
solr_42936, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@5a988c8b
[junit4] 2> 456096 INFO (jetty-closer-2610-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 456096 INFO (jetty-closer-2610-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f76a0b9: rootName =
solr_42936, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2b803b1f
[junit4] 2> 456096 INFO (jetty-closer-2610-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 456097 INFO (closeThreadPool-2621-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=73501070797963274-127.0.0.1:38177_solr-n_0000000000) closing
[junit4] 2> 456100 INFO
(OverseerAutoScalingTriggerThread-73501070797963274-127.0.0.1:38177_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 456187 INFO
(OverseerStateUpdate-73501070797963274-127.0.0.1:38177_solr-n_0000000000)
[n:127.0.0.1:38177_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:38177_solr
[junit4] 2> 456188 INFO (closeThreadPool-2621-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=73501070797963274-127.0.0.1:38177_solr-n_0000000000) closing
[junit4] 2> 456391 INFO (jetty-closer-2610-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=73501070797963274-127.0.0.1:38177_solr-n_0000000000) closing
[junit4] 2> 456393 INFO (jetty-closer-2610-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@7cff6698{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 456393 INFO (jetty-closer-2610-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5d8af4cf{/solr,null,UNAVAILABLE}
[junit4] 2> 456394 INFO (jetty-closer-2610-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 456492 INFO (jetty-closer-2610-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@8f9c8bf{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 456492 INFO (jetty-closer-2610-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1d5257db{/solr,null,UNAVAILABLE}
[junit4] 2> 456493 INFO (jetty-closer-2610-thread-3) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 456592 INFO (jetty-closer-2610-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@7876c393{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 456593 INFO (jetty-closer-2610-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@71e7ba5d{/solr,null,UNAVAILABLE}
[junit4] 2> 456593 INFO (jetty-closer-2610-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 456594 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[F80304785AFE1490]) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 456797 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 4
/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 4 /solr/security.json
[junit4] 2> 2 /solr/collections/first_collection/terms/shard1
[junit4] 2> 2 /solr/collections/first_collection/terms/shard3
[junit4] 2> 2 /solr/collections/first_collection/terms/shard2
[junit4] 2> 2 /solr/collections/second_collection/terms/shard1
[junit4] 2> 2 /solr/collections/second_collection/terms/shard2
[junit4] 2> 2 /solr/collections/second_collection/terms/shard3
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 36 /solr/collections/first_collection/state.json
[junit4] 2> 28 /solr/collections/second_collection/state.json
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 2
/solr/overseer_elect/election/73501070797963274-127.0.0.1:38177_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 37 /solr/overseer/queue
[junit4] 2> 35 /solr/live_nodes
[junit4] 2> 23 /solr/collections
[junit4] 2> 8 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 456803 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[F80304785AFE1490]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35322
[junit4] 2> 456803 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[F80304785AFE1490]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35322
[junit4] 2> 456804 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[F80304785AFE1490]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testNoSsl
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_F80304785AFE1490-001
[junit4] 2> Jun 18, 2019 8:49:26 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=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@60c7ef54),
locale=da, timezone=Atlantic/Bermuda
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=178123840,total=522190848
[junit4] 2> NOTE: All tests run in this JVM: [TestQueryTypes,
RecoveryZkTest, SSLMigrationTest, TestAuthenticationFramework,
DistributedFacetExistsSmallTest, DistributedIntervalFacetingTest,
RestartWhileUpdatingTest, AnalyticsQueryTest, RequestLoggingTest,
PreAnalyzedFieldTest, TestSizeLimitedDistributedMap, ZkStateWriterTest,
RulesTest, TestMultiValuedNumericRangeQuery, SegmentsInfoRequestHandlerTest,
TestSimNodeLostTrigger, TestAnalyzedSuggestions, BlockJoinFacetSimpleTest,
TestSchemaVersionResource, ChaosMonkeySafeLeaderTest, TestLegacyFieldReuse,
DistributedFacetPivotSmallAdvancedTest, DistributedTermsComponentTest,
HDFSCollectionsAPITest, CategoryRoutedAliasUpdateProcessorTest, TestSort,
TestMaxTokenLenTokenizer, QueryParsingTest, TestFiltering, ActionThrottleTest,
CacheHeaderTest, TestReload, TestQuerySenderListener, TestSSLRandomization,
DateMathParserTest, TestImpersonationWithHadoopAuth,
TestMiniSolrCloudClusterSSL]
[junit4] Completed [162/866 (1!)] on J2 in 46.97s, 6 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 51148 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2093:
The following error occurred while executing this line:
/x1/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: 110 minutes 43 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]