Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/130/
2 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName Error Message: java.lang.IllegalArgumentException: DTLSv1.2 Stack Trace: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalArgumentException: DTLSv1.2 at __randomizedtesting.SeedInfo.seed([97C77BA1FD77B2D2:2443AC5146262A03]:0) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:408) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:273) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:243) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:164) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithCheckPeerName(TestMiniSolrCloudClusterSSL.java:146) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalArgumentException: DTLSv1.2 at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187) at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84) at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52) at sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) ... 50 more FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName Error Message: Unexpected exception type, expected SolrServerException but got java.lang.IllegalArgumentException: DTLSv1.2 Stack Trace: junit.framework.AssertionFailedError: Unexpected exception type, expected SolrServerException but got java.lang.IllegalArgumentException: DTLSv1.2 at __randomizedtesting.SeedInfo.seed([97C77BA1FD77B2D2:C0763E1A3D8B4DC3]:0) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2720) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:207) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalArgumentException: DTLSv1.2 at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187) at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84) at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52) at sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$testSslWithInvalidPeerName$0(TestMiniSolrCloudClusterSSL.java:211) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726) ... 42 more Build Log: [...truncated 14909 lines...] [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL [junit4] 2> 2113420 INFO (SUITE-TestMiniSolrCloudClusterSSL-seed#[97C77BA1FD77B2D2]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/init-core-data-001 [junit4] 2> 2113421 INFO (SUITE-TestMiniSolrCloudClusterSSL-seed#[97C77BA1FD77B2D2]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 2113422 INFO (SUITE-TestMiniSolrCloudClusterSSL-seed#[97C77BA1FD77B2D2]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 2113424 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testNoSsl [junit4] 2> 2113424 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class [junit4] 2> 2113426 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001 [junit4] 2> 2113426 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2113426 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2113426 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2113526 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkTestServer start zk server on port:36892 [junit4] 2> 2113526 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36892 [junit4] 2> 2113526 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36892 [junit4] 2> 2113528 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113531 INFO (zkConnectionManagerCallback-14396-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113531 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113535 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113536 INFO (zkConnectionManagerCallback-14398-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113536 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113538 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113538 INFO (zkConnectionManagerCallback-14400-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113539 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113642 WARN (jetty-launcher-14401-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 2113642 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 2113642 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 2113642 INFO (jetty-launcher-14401-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> 2113643 WARN (jetty-launcher-14401-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 2113643 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 2113643 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 2113643 WARN (jetty-launcher-14401-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 2113643 INFO (jetty-launcher-14401-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> 2113643 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 2113643 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 2113643 INFO (jetty-launcher-14401-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> 2113644 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2113644 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2113644 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 2113650 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53a93605{/solr,null,AVAILABLE} [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ba02b19{/solr,null,AVAILABLE} [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@543c11b1{/solr,null,AVAILABLE} [junit4] 2> 2113651 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3d005ace{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44624} [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7b8408bd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36081} [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.e.j.s.Server Started @2113718ms [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36081} [junit4] 2> 2113652 ERROR (jetty-launcher-14401-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-06-19T07:59:01.743Z [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@57a9c3b5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40805} [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-1) [ ] o.e.j.s.Server Started @2113719ms [junit4] 2> 2113652 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40805} [junit4] 2> 2113653 ERROR (jetty-launcher-14401-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-06-19T07:59:01.744Z [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.e.j.s.Server Started @2113718ms [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44624} [junit4] 2> 2113653 ERROR (jetty-launcher-14401-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.2.0 [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2113653 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-06-19T07:59:01.744Z [junit4] 2> 2113654 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113654 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113655 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113655 INFO (zkConnectionManagerCallback-14405-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113655 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113656 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2113656 INFO (zkConnectionManagerCallback-14403-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113656 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113656 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2113658 INFO (zkConnectionManagerCallback-14407-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113658 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113658 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2113817 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 2113818 WARN (jetty-launcher-14401-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3162b895[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113818 WARN (jetty-launcher-14401-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3162b895[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113821 WARN (jetty-launcher-14401-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a7eddef[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113821 WARN (jetty-launcher-14401-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a7eddef[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113822 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36892/solr [junit4] 2> 2113824 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113824 INFO (zkConnectionManagerCallback-14415-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113824 INFO (jetty-launcher-14401-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113900 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 2113901 WARN (jetty-launcher-14401-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cc4882a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113901 WARN (jetty-launcher-14401-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cc4882a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113904 WARN (jetty-launcher-14401-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a153185[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113904 WARN (jetty-launcher-14401-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a153185[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2113905 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36892/solr [junit4] 2> 2113906 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113907 INFO (zkConnectionManagerCallback-14422-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113907 INFO (jetty-launcher-14401-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2113971 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2113972 INFO (zkConnectionManagerCallback-14424-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2113972 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114010 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114011 INFO (zkConnectionManagerCallback-14426-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114011 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114014 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 2114014 WARN (jetty-launcher-14401-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@176339d8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2114015 WARN (jetty-launcher-14401-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@176339d8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2114017 WARN (jetty-launcher-14401-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1341b10b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2114017 WARN (jetty-launcher-14401-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1341b10b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 2114019 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36892/solr [junit4] 2> 2114019 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114020 INFO (zkConnectionManagerCallback-14436-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114020 INFO (jetty-launcher-14401-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114124 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114125 INFO (zkConnectionManagerCallback-14438-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114125 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114125 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36081_solr [junit4] 2> 2114126 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.Overseer Overseer (id=73503704262115336-127.0.0.1:36081_solr-n_0000000000) starting [junit4] 2> 2114141 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44624_solr [junit4] 2> 2114147 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114147 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114149 INFO (zkConnectionManagerCallback-14445-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114149 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114149 INFO (zkCallback-14437-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2114149 INFO (zkConnectionManagerCallback-14450-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114149 INFO (zkCallback-14423-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2114149 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114151 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2114151 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2114153 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36892/solr ready [junit4] 2> 2114153 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36892/solr ready [junit4] 2> 2114159 INFO (OverseerStateUpdate-73503704262115336-127.0.0.1:36081_solr-n_0000000000) [n:127.0.0.1:36081_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36081_solr [junit4] 2> 2114159 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:36081_solr as DOWN [junit4] 2> 2114164 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2114165 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36081_solr [junit4] 2> 2114168 INFO (zkCallback-14437-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2114169 INFO (zkCallback-14444-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2114169 INFO (zkCallback-14449-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2114170 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2114170 INFO (zkCallback-14423-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2114178 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 2114187 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:40805_solr as DOWN [junit4] 2> 2114188 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2114188 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40805_solr [junit4] 2> 2114190 INFO (zkCallback-14444-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2114190 INFO (zkCallback-14449-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2114190 INFO (zkCallback-14437-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2114190 INFO (zkCallback-14425-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2114191 INFO (zkCallback-14423-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2114192 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114193 INFO (zkConnectionManagerCallback-14456-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114193 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114195 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2114197 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36892/solr ready [junit4] 2> 2114197 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 2114225 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44624.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114229 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 2114235 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36081.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114238 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44624.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114238 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44624.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114240 INFO (jetty-launcher-14401-thread-3) [n:127.0.0.1:44624_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node3/. [junit4] 2> 2114248 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36081.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114248 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36081.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114250 INFO (jetty-launcher-14401-thread-2) [n:127.0.0.1:36081_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node2/. [junit4] 2> 2114256 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40805.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114270 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40805.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114270 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40805.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2114271 INFO (jetty-launcher-14401-thread-1) [n:127.0.0.1:40805_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node1/. [junit4] 2> 2114397 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114399 INFO (zkConnectionManagerCallback-14463-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114399 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114401 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2114403 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36892/solr ready [junit4] 2> 2114404 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 2114405 INFO (zkConnectionManagerCallback-14465-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 2114405 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 2114972 INFO (qtp1500395240-40200) [n:127.0.0.1:40805_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> 2114976 INFO (OverseerThreadFactory-11029-thread-1-processing-n:127.0.0.1:36081_solr) [n:127.0.0.1:36081_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection first_collection [junit4] 2> 2115088 INFO (OverseerStateUpdate-73503704262115336-127.0.0.1:36081_solr-n_0000000000) [n:127.0.0.1:36081_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"first_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"first_collection_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:36081/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2115091 INFO (OverseerStateUpdate-73503704262115336-127.0.0.1:36081_solr-n_0000000000) [n:127.0.0.1:36081_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"first_collection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"first_collection_shard2_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:40805/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2115095 INFO (OverseerStateUpdate-73503704262115336-127.0.0.1:36081_solr-n_0000000000) [n:127.0.0.1:36081_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"first_collection", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"first_collection_shard3_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:44624/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2115299 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2115299 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2115300 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2115300 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr x:first_collection_shard3_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2116324 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116324 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116330 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116345 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116350 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116365 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116488 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116489 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116494 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116513 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116514 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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_36081.solr.core.first_collection.shard1.replica_n1' (registry 'solr.core.first_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2116514 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node2/first_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node2/./first_collection_shard1_replica_n1/data/] [junit4] 2> 2116516 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116517 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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_40805.solr.core.first_collection.shard2.replica_n2' (registry 'solr.core.first_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2116517 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node1/first_collection_shard2_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node1/./first_collection_shard2_replica_n2/data/] [junit4] 2> 2116517 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6643145317662577] [junit4] 2> 2116519 WARN (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116519 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6643145317662577] [junit4] 2> 2116522 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116522 WARN (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116522 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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_44624.solr.core.first_collection.shard3.replica_n4' (registry 'solr.core.first_collection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3bd89b8e [junit4] 2> 2116522 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node3/first_collection_shard3_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001/tempDir-001/node3/./first_collection_shard3_replica_n4/data/] [junit4] 2> 2116525 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6643145317662577] [junit4] 2> 2116527 WARN (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116601 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116601 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116601 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116601 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116602 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116602 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116603 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116603 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116603 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116603 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116603 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116603 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116604 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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=31, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=62.904296875, floorSegmentMB=0.861328125, forceMergeDeletesPctAllowed=7.361570684291959, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=28.19743298322024 [junit4] 2> 2116604 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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=31, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=62.904296875, floorSegmentMB=0.861328125, forceMergeDeletesPctAllowed=7.361570684291959, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=28.19743298322024 [junit4] 2> 2116605 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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=31, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=62.904296875, floorSegmentMB=0.861328125, forceMergeDeletesPctAllowed=7.361570684291959, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=28.19743298322024 [junit4] 2> 2116605 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fea1a90[first_collection_shard1_replica_n1] main] [junit4] 2> 2116605 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57b335fd[first_collection_shard3_replica_n4] main] [junit4] 2> 2116605 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@14f02977[first_collection_shard2_replica_n2] main] [junit4] 2> 2116609 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116609 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116612 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116612 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116612 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116613 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116613 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116613 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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 1636754935989141504 [junit4] 2> 2116613 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116613 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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 1636754935989141504 [junit4] 2> 2116613 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116614 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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 1636754935990190080 [junit4] 2> 2116617 INFO (searcherExecutor-11042-thread-1-processing-n:127.0.0.1:36081_solr x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) [n:127.0.0.1:36081_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@4fea1a90[first_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2116619 INFO (searcherExecutor-11043-thread-1-processing-n:127.0.0.1:40805_solr x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) [n:127.0.0.1:40805_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@14f02977[first_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2116619 INFO (searcherExecutor-11044-thread-1-processing-n:127.0.0.1:44624_solr x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) [n:127.0.0.1:44624_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@57b335fd[first_collection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2116622 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116622 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116624 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116624 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116626 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116626 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116628 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116628 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116628 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40805/solr/first_collection_shard2_replica_n2/ [junit4] 2> 2116629 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116629 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:40805/solr/first_collection_shard2_replica_n2/ has no replicas [junit4] 2> 2116629 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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/73503704262115337-core_node5-n_0000000000 [junit4] 2> 2116631 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116631 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116631 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36081/solr/first_collection_shard1_replica_n1/ [junit4] 2> 2116632 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116632 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:36081/solr/first_collection_shard1_replica_n1/ has no replicas [junit4] 2> 2116632 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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/73503704262115336-core_node3-n_0000000000 [junit4] 2> 2116632 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40805/solr/first_collection_shard2_replica_n2/ shard2 [junit4] 2> 2116632 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116632 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116632 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44624/solr/first_collection_shard3_replica_n4/ [junit4] 2> 2116633 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116633 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:44624/solr/first_collection_shard3_replica_n4/ has no replicas [junit4] 2> 2116633 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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/73503704262115339-core_node6-n_0000000000 [junit4] 2> 2116635 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36081/solr/first_collection_shard1_replica_n1/ shard1 [junit4] 2> 2116636 INFO (qtp868725446-40209) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44624/solr/first_collection_shard3_replica_n4/ shard3 [junit4] 2> 2116738 INFO (zkCallback-14425-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> 2116738 INFO (zkCallback-14423-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> 2116738 INFO (zkCallback-14423-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> 2116739 INFO (zkCallback-14437-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> 2116739 INFO (zkCallback-14425-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> 2116739 INFO (zkCallback-14437-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> 2116740 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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> 2116741 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116741 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116744 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_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=1445 [junit4] 2> 2116750 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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=1450 [junit4] 2> 2116752 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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=1453 [junit4] 2> 2116755 INFO (qtp1500395240-40200) [n:127.0.0.1:40805_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> 2116852 INFO (zkCallback-14425-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> 2116853 INFO (zkCallback-14437-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> 2116853 INFO (zkCallback-14423-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> 2116853 INFO (zkCallback-14437-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> 2116853 INFO (zkCallback-14425-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> 2116853 INFO (zkCallback-14423-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> 2116853 INFO (zkCallback-14425-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> 2116854 INFO (zkCallback-14423-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> 2116854 INFO (qtp1500395240-40200) [n:127.0.0.1:40805_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=1881 [junit4] 2> 2116854 INFO (zkCallback-14437-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> 2116861 INFO (qtp1500395240-40202) [n:127.0.0.1:40805_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.S.Request [first_collection_shard2_replica_n2] webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:40805/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931144948&isShard=true&wt=javabin} hits=0 status=0 QTime=0 [junit4] 2> 2116861 INFO (qtp868725446-40212) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.S.Request [first_collection_shard3_replica_n4] webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:44624/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931144948&isShard=true&wt=javabin} hits=0 status=0 QTime=0 [junit4] 2> 2116862 INFO (qtp1967384677-40195) [n:127.0.0.1:36081_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.S.Request [first_collection_shard1_replica_n1] webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:36081/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1560931144948&isShard=true&wt=javabin} hits=0 status=0 QTime=0 [junit4] 2> 2116863 INFO (qtp1500395240-40204) [n:127.0.0.1:40805_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={q=*:*&_stateVer_=first_collection:4&wt=javabin&version=2} hits=0 status=0 QTime=5 [junit4] 2> 2116866 INFO (qtp868725446-40209) [n:127.0.0.1:44624_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> 2116868 INFO (qtp868725446-40207) [n:127.0.0.1:44624_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> 2116870 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:44624: https protocol is not supported [junit4] 2> 2116870 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:44624 [junit4] 2> 2116892 INFO (qtp1967384677-40192) [n:127.0.0.1:36081_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> 2116894 INFO (qtp1967384677-40191) [n:127.0.0.1:36081_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> 2116895 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:36081: https protocol is not supported [junit4] 2> 2116895 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:36081 [junit4] 2> 2116900 INFO (qtp1500395240-40199) [n:127.0.0.1:40805_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> 2116902 INFO (qtp1500395240-40200) [n:127.0.0.1:40805_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> 2116904 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:40805: https protocol is not supported [junit4] 2> 2116904 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:40805 [junit4] 2> 2116907 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=810843506 [junit4] 2> 2116907 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44624_solr [junit4] 2> 2116908 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 2116908 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:44624_solr as DOWN [junit4] 2> 2116911 INFO (coreCloseExecutor-11057-thread-1) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore [first_collection_shard3_replica_n4] CLOSING SolrCore org.apache.solr.core.SolrCore@25b8ca1d [junit4] 2> 2116911 INFO (coreCloseExecutor-11057-thread-1) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.first_collection.shard3.replica_n4, tag=25b8ca1d [junit4] 2> 2116911 INFO (coreCloseExecutor-11057-thread-1) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e4cc8f4: rootName = solr_44624, domain = solr.core.first_collection.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.first_collection.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@3e6840bb [junit4] 2> 2116923 INFO (coreCloseExecutor-11057-thread-1) [n:127.0.0.1:44624_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.first_collection.shard3.leader, tag=25b8ca1d [junit4] 2> 2116925 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 2116926 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b2ae3f5: rootName = solr_44624, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@bd48fa2 [junit4] 2> 2116935 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 2116935 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35ab95f5: rootName = solr_44624, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@13141728 [junit4] 2> 2116939 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 2116939 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1db47923: rootName = solr_44624, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@e24e82a [junit4] 2> 2116939 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[97C77BA1FD77B2D2]) [ ] o.a [...truncated too long message...] 57074 INFO (TEST-TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37768 [junit4] 2> 2157075 INFO (TEST-TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName-seed#[97C77BA1FD77B2D2]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testSslWithInvalidPeerName [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestMiniSolrCloudClusterSSL -Dtests.method=testSslWithInvalidPeerName -Dtests.seed=97C77BA1FD77B2D2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=da -Dtests.timezone=Pacific/Pitcairn -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] FAILURE 7.73s J2 | TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName <<< [junit4] > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected SolrServerException but got java.lang.IllegalArgumentException: DTLSv1.2 [junit4] > at __randomizedtesting.SeedInfo.seed([97C77BA1FD77B2D2:C0763E1A3D8B4DC3]:0) [junit4] > at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731) [junit4] > at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2720) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:207) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] > Caused by: java.lang.IllegalArgumentException: DTLSv1.2 [junit4] > at sun.security.ssl.ProtocolVersion.valueOf(ProtocolVersion.java:187) [junit4] > at sun.security.ssl.ProtocolList.convert(ProtocolList.java:84) [junit4] > at sun.security.ssl.ProtocolList.<init>(ProtocolList.java:52) [junit4] > at sun.security.ssl.SSLSocketImpl.setEnabledProtocols(SSLSocketImpl.java:2525) [junit4] > at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:371) [junit4] > at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355) [junit4] > at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) [junit4] > at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) [junit4] > at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) [junit4] > at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$testSslWithInvalidPeerName$0(TestMiniSolrCloudClusterSSL.java:211) [junit4] > at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726) [junit4] > ... 42 more [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudClusterSSL_97C77BA1FD77B2D2-001 [junit4] 2> Jun 19, 2019 7:59:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=425, maxMBSortInHeap=7.486757574655069, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7c3e5154), locale=da, timezone=Pacific/Pitcairn [junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=188841696,total=519569408 [junit4] 2> NOTE: All tests run in this JVM: [TestDistributedStatsComponentCardinality, TestSchemalessBufferedUpdates, JSONWriterTest, PreAnalyzedFieldTest, SuggesterTest, CategoryRoutedAliasUpdateProcessorTest, TestReload, TriggerEventQueueTest, BJQParserTest, TestSort, TestFastLRUCache, TimeRoutedAliasUpdateProcessorTest, V2ApiIntegrationTest, TestSearcherReuse, TestDeleteCollectionOnDownNodes, ComputePlanActionTest, TestLocalFSCloudBackupRestore, DistributedFacetExistsSmallTest, TestCollationField, TestJoin, HDFSCollectionsAPITest, TestSolrFieldCacheBean, TestLFUCache, JsonLoaderTest, ManagedSchemaRoundRobinCloudTest, TestSolrConfigHandlerCloud, TestAnalyzedSuggestions, TestSimGenericDistributedQueue, CoreAdminRequestStatusTest, TestNumericTokenStream, ZkFailoverTest, TestPerFieldSimilarity, TestOmitPositions, TestPhraseSuggestions, AuthToolTest, QueryParsingTest, TestCloudJSONFacetJoinDomain, TestRealTimeGet, CollectionReloadTest, SolrCLIZkUtilsTest, TestPivotHelperCode, TestAuthenticationFramework, TestRemoteStreaming, SchemaApiFailureTest, TestShardHandlerFactory, TestJsonFacets, DistributedQueueTest, BufferStoreTest, ChangedSchemaMergeTest, TestCollectionAPI, ZkStateWriterTest, TestSchemaVersionResource, TestUnifiedSolrHighlighter, ReplaceNodeNoTargetTest, TestMultiWordSynonyms, BadCopyFieldTest, MissingSegmentRecoveryTest, TestRuleBasedAuthorizationPlugin, CollectionsAPIDistributedZkTest, TestRetrieveFieldsOptimizer, TestExactSharedStatsCache, SplitShardTest, AuditLoggerIntegrationTest, TestNestedDocsSort, TestImpersonationWithHadoopAuth, ResourceLoaderTest, TestFieldResource, TestOrdValues, TestDistributedGrouping, RegexBytesRefFilterTest, BlockJoinFacetSimpleTest, TestFreeTextSuggestions, ClusterStateUpdateTest, TestSimNodeLostTrigger, TestAddFieldRealTimeGet, LeaderTragicEventTest, CoreAdminCreateDiscoverTest, HealthCheckHandlerTest, TestSolrXml, TestMaxTokenLenTokenizer, SolrJmxReporterCloudTest, DataDrivenBlockJoinTest, HttpTriggerListenerTest, NumberUtilsTest, OpenExchangeRatesOrgProviderTest, TestReplicationHandlerBackup, ConfigureRecoveryStrategyTest, DistributedFacetPivotSmallAdvancedTest, TestSimpleTrackingShardHandler, TestInPlaceUpdateWithRouteField, TestSizeLimitedDistributedMap, TestPullReplica, TestGraphMLResponseWriter, TestAtomicUpdateErrorCases, TestSolrCloudSnapshots, ExplicitHLLTest, ReplicaListTransformerTest, HdfsCollectionsAPIDistributedZkTest, HLLUtilTest, TestSolr4Spatial, NestedShardedAtomicUpdateTest, ChaosMonkeySafeLeaderTest, RestoreTriggerStateTest, TestBlobHandler, ParsingFieldUpdateProcessorsTest, TestWaitForStateWithJettyShutdowns, TestClusterStateMutator, TestPayloadCheckQParserPlugin, TestInfoStreamLogging, UUIDUpdateProcessorFallbackTest, DistribCursorPagingTest, TestConfigSetsAPIExclusivity, ZkSolrClientTest, DistributedIntervalFacetingTest, ClassificationUpdateProcessorTest, LukeRequestHandlerTest, TestBulkSchemaConcurrent, RequestLoggingTest, PeerSyncWithIndexFingerprintCachingTest, TestConfigSetImmutable, CdcrRequestHandlerTest, MetricUtilsTest, HdfsUnloadDistributedZkTest, TestTolerantUpdateProcessorCloud, TestNumericTerms32, SolrLogAuditLoggerPluginTest, TestValueSourceCache, ConjunctionSolrSpellCheckerTest, TestWriterPerf, TestLegacyFieldReuse, TestMaxScoreQueryParser, OverseerTest, TestCodecSupport, AddBlockUpdateTest, TestSimClusterStateProvider, SegmentsInfoRequestHandlerTest, SolrCloudReportersTest, AtomicUpdateProcessorFactoryTest, DistributedFacetSimpleRefinementLongTailTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, MetricsHistoryIntegrationTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, RecoveryZkTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SyncSliceTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudRecovery2, TestCryptoKeys, TestHashPartitioner, TestMiniSolrCloudClusterSSL] [junit4] Completed [518/866 (1!)] on J2 in 44.18s, 6 tests, 1 failure, 1 error <<< FAILURES! [...truncated 49861 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:643: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:101: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2093: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2132: Compile failed; see the compiler error output for details. Total time: 114 minutes 10 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org