You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/03/24 09:22:41 UTC

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 226 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/226/

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

Error Message:
Error from server at https://127.0.0.1:46325/solr: Underlying core creation failed while creating collection: testLeaderFailsOver

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46325/solr: Underlying core creation failed while creating collection: testLeaderFailsOver
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver(LeaderTragicEventTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14661 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 1069963 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1069963 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1069963 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/data-dir-80-001
   [junit4]   2> 1069963 WARN  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1069964 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1069965 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1069965 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1069966 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001
   [junit4]   2> 1069966 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1069966 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1069966 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1069967 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1070066 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 37469
   [junit4]   2> 1070067 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37469
   [junit4]   2> 1070067 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37469
   [junit4]   2> 1070067 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37469
   [junit4]   2> 1070068 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070070 INFO  (zkConnectionManagerCallback-11402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070070 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070082 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070086 INFO  (zkConnectionManagerCallback-11404-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070086 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070087 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070087 INFO  (zkConnectionManagerCallback-11406-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070087 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070191 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1070191 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1070191 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fcd087e{/solr,null,AVAILABLE}
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1070192 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47311de1{/solr,null,AVAILABLE}
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31ef02c5{SSL, (ssl, http/1.1)}{127.0.0.1:44771}
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.e.j.s.Server Started @1070296ms
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37469/solr, hostPort=44771}
   [junit4]   2> 1070193 ERROR (jetty-launcher-11407-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5cdac14c{SSL, (ssl, http/1.1)}{127.0.0.1:46325}
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-2) [     ] o.e.j.s.Server Started @1070297ms
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-24T08:40:27.163Z
   [junit4]   2> 1070193 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37469/solr, hostPort=46325}
   [junit4]   2> 1070194 ERROR (jetty-launcher-11407-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1070194 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1070194 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1070194 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1070194 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1070194 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-24T08:40:27.164Z
   [junit4]   2> 1070195 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070196 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070196 INFO  (zkConnectionManagerCallback-11409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070196 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070197 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1070197 INFO  (zkConnectionManagerCallback-11411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070197 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070200 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1070200 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1070203 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1070203 WARN  (jetty-launcher-11407-thread-2-SendThread(127.0.0.1:37469)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041a4f56860004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1070787 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1070787 WARN  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1070788 WARN  (jetty-launcher-11407-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55e21b45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070788 WARN  (jetty-launcher-11407-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55e21b45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070790 WARN  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1070794 WARN  (jetty-launcher-11407-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7311c957[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070794 WARN  (jetty-launcher-11407-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7311c957[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1070796 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37469/solr
   [junit4]   2> 1070797 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070798 INFO  (zkConnectionManagerCallback-11425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070798 INFO  (jetty-launcher-11407-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070900 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1070901 INFO  (zkConnectionManagerCallback-11427-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1070901 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1070963 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46325_solr
   [junit4]   2> 1070964 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.Overseer Overseer (id=73212422001131526-127.0.0.1:46325_solr-n_0000000000) starting
   [junit4]   2> 1070968 INFO  (OverseerStateUpdate-73212422001131526-127.0.0.1:46325_solr-n_0000000000) [n:127.0.0.1:46325_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46325_solr
   [junit4]   2> 1070970 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46325_solr
   [junit4]   2> 1070972 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1070972 WARN  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1070978 INFO  (zkCallback-11426-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1070989 INFO  (jetty-launcher-11407-thread-2) [n:127.0.0.1:46325_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node2
   [junit4]   2> 1071281 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1071281 WARN  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1071283 WARN  (jetty-launcher-11407-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@444b5416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071283 WARN  (jetty-launcher-11407-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@444b5416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071285 WARN  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1071286 WARN  (jetty-launcher-11407-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@629270c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071286 WARN  (jetty-launcher-11407-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@629270c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1071287 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37469/solr
   [junit4]   2> 1071290 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071291 INFO  (zkConnectionManagerCallback-11445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071291 INFO  (jetty-launcher-11407-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1071393 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071394 INFO  (zkConnectionManagerCallback-11447-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071394 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1071398 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1071401 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44771_solr as DOWN
   [junit4]   2> 1071402 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1071402 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44771_solr
   [junit4]   2> 1071404 INFO  (zkCallback-11426-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1071404 INFO  (zkCallback-11446-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1071405 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1071405 WARN  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1071415 INFO  (jetty-launcher-11407-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1
   [junit4]   2> 1071422 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1071423 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071423 INFO  (zkConnectionManagerCallback-11458-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1071424 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1071424 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1071425 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37469/solr ready
   [junit4]   2> 1071445 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 1071476 INFO  (OverseerThreadFactory-11434-thread-1-processing-n:127.0.0.1:46325_solr) [n:127.0.0.1:46325_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testOtherReplicasAreNotActive
   [junit4]   2> 1071584 INFO  (OverseerStateUpdate-73212422001131526-127.0.0.1:46325_solr-n_0000000000) [n:127.0.0.1:46325_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:46325_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:46325/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1071586 INFO  (OverseerStateUpdate-73212422001131526-127.0.0.1:46325_solr-n_0000000000) [n:127.0.0.1:46325_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:44771_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:44771/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1071798 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1071799 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1071815 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1071816 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr    x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n2&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1071824 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1071825 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1071825 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1071825 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 1071826 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1071846 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1071847 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1071847 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 1071847 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n2/data/]
   [junit4]   2> 1071867 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1071867 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1071868 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1071868 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1071869 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1071870 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1071870 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1071870 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1695101987156131840
   [junit4]   2> 1071872 INFO  (searcherExecutor-11460-thread-1-processing-n:127.0.0.1:46325_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node3) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1071875 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1071875 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1071875 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1071876 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1071876 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1071876 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1071877 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1071877 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1071877 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1071877 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1695101987163471872
   [junit4]   2> 1071879 INFO  (searcherExecutor-11462-thread-1-processing-n:127.0.0.1:44771_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1071881 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 1071883 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1071883 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1072382 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1072382 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1072382 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46325/solr/testOtherReplicasAreNotActive_shard1_replica_n1/
   [junit4]   2> 1072383 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n1 url=https://127.0.0.1:46325/solr  START replicas=[https://127.0.0.1:44771/solr/testOtherReplicasAreNotActive_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1072383 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n1 url=https://127.0.0.1:46325/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1072390 INFO  (qtp991390133-18847) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1072390 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1072390 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1072390 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testOtherReplicasAreNotActive/leaders/shard1/leader after winning as /collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/73212422001131526-core_node3-n_0000000000
   [junit4]   2> 1072392 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46325/solr/testOtherReplicasAreNotActive_shard1_replica_n1/ shard1
   [junit4]   2> 1072494 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072495 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1072498 INFO  (qtp1445112380-18859) [n:127.0.0.1:46325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=700
   [junit4]   2> 1072598 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072598 INFO  (zkCallback-11426-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072892 INFO  (qtp991390133-18849) [n:127.0.0.1:44771_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n2&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1076
   [junit4]   2> 1072894 INFO  (qtp1445112380-18855) [n:127.0.0.1:46325_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> 1072991 INFO  (zkCallback-11446-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072991 INFO  (zkCallback-11446-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072991 INFO  (zkCallback-11426-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072991 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1072992 INFO  (qtp1445112380-18855) [n:127.0.0.1:46325_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=testOtherReplicasAreNotActive&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1519
   [junit4]   2> 1072993 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testOtherReplicasAreNotActive
   [junit4]   2> 1072996 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.LeaderTragicEventTest Stop jetty node : https://127.0.0.1:44771/solr state:DocCollection(testOtherReplicasAreNotActive//collections/testOtherReplicasAreNotActive/state.json/5 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:46325_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:46325/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n2",
   [junit4]   2>           "node_name":"127.0.0.1:44771_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:44771/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 1072996 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=923670026
   [junit4]   2> 1072997 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44771_solr
   [junit4]   2> 1072997 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1072997 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44771_solr as DOWN
   [junit4]   2> 1072998 INFO  (coreCloseExecutor-11474-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@70a8459d
   [junit4]   2> 1072998 INFO  (coreCloseExecutor-11474-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n2 tag=SolrCore@70a8459d
   [junit4]   2> 1072998 INFO  (coreCloseExecutor-11474-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testOtherReplicasAreNotActive.shard1.leader tag=SolrCore@70a8459d
   [junit4]   2> 1072999 INFO  (coreCloseExecutor-11474-thread-1) [n:127.0.0.1:44771_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1073000 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1073000 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1073000 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1073000 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1073006 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1073006 WARN  (jetty-launcher-11407-thread-1-SendThread(127.0.0.1:37469)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041a4f56860008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1073007 INFO  (zkCallback-11457-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1073099 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1073100 INFO  (zkCallback-11426-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1073109 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31ef02c5{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1073109 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fcd087e{/solr,null,STOPPED}
   [junit4]   2> 1073109 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1073110 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 44771
   [junit4]   2> 1073110 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testOtherReplicasAreNotActive): Timeout waiting for replica get down
   [junit4]   2> 1073113 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.LeaderTragicEventTest Will crash leader : core_node3:{
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:46325_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:46325/solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1073121 ERROR (qtp1445112380-18858) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
   [junit4]   2>           => java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3894)
   [junit4]   2> java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3894) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3886) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1235) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1278) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:209) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:233) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:2215) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:229) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2638) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> Caused by: java.lang.Exception: injected tragedy
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:364) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210) ~[java/:?]
   [junit4]   2> 	... 40 more
   [junit4]   2> 1073124 INFO  (qtp1445112380-18858) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1073124 ERROR (qtp1445112380-18858) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2638)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1073124 INFO  (qtp1445112380-18858) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2} status=500 QTime=3
   [junit4]   2> 1073124 ERROR (qtp1445112380-18858) [n:127.0.0.1:46325_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.HttpSolrCall org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2638)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1073128 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=44771)
   [junit4]   2> 1073129 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 44771 try number 2 ...
   [junit4]   2> 1073129 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1073131 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1073131 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1073131 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1073135 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ae1e1ff{/solr,null,AVAILABLE}
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3520e0d1{SSL, (ssl, http/1.1)}{127.0.0.1:44771}
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.s.Server Started @1073239ms
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37469/solr, hostPort=44771}
   [junit4]   2> 1073136 ERROR (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1073136 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-24T08:40:30.106Z
   [junit4]   2> 1073137 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1073137 INFO  (zkConnectionManagerCallback-11478-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1073137 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1073138 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1073141 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1073477 INFO  (OverseerCollectionConfigSetProcessor-73212422001131526-127.0.0.1:46325_solr-n_0000000000) [n:127.0.0.1:46325_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1073925 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1073925 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1073926 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6bc80580[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073926 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6bc80580[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073928 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1073929 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7dc778cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073929 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7dc778cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1073930 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37469/solr
   [junit4]   2> 1073934 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1073935 INFO  (zkConnectionManagerCallback-11489-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1073935 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1074037 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1074038 INFO  (zkConnectionManagerCallback-11491-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1074038 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1074041 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1074044 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44771_solr as DOWN
   [junit4]   2> 1074045 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1074045 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44771_solr
   [junit4]   2> 1074046 INFO  (zkCallback-11426-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1074046 INFO  (zkCallback-11457-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1074046 INFO  (zkCallback-11490-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1074047 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1074048 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1074064 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1
   [junit4]   2> 1074064 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[1C82CB0A35BBCBD1]) [n:127.0.0.1:44771_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [testOtherReplicasAreNotActive_shard1_replica_n2]
   [junit4]   2> 1074107 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1074113 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr     ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1074113 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1074121 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1074138 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1074139 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1074139 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 1074139 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n2/data/]
   [junit4]   2> 1074146 INFO  (zkCallback-11426-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1074146 INFO  (zkCallback-11426-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1074170 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1074170 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1074171 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1074171 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1074172 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1074172 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1074172 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1074172 INFO  (coreLoadExecutor-11497-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1695101989569953792
   [junit4]   2> 1074175 INFO  (searcherExecutor-11499-thread-1-processing-n:127.0.0.1:44771_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1074181 INFO  (coreZkRegister-11479-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1074185 INFO  (coreZkRegister-11479-thread-1-processing-n:127.0.0.1:44771_solr) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ZkController Core needs to recover:testOtherReplicasAreNotActive_shard1_replica_n2
   [junit4]   2> 1074186 INFO  (updateExecutor-11485-thread-1-processing-n:127.0.0.1:44771_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1074191 INFO  (recoveryExecutor-11487-thread-1-processing-n:127.0.0.1:44771_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:44771_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1074191 INFO  (recoveryExecutor-11487-thread-1-processing-n:127.0.0.1:44771_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:44771_solr c:testOthe

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

 EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f5686000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f5686000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1085696 WARN  (jetty-launcher-11407-thread-2-SendThread(127.0.0.1:37469)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041a4f56860006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1085699 INFO  (OverseerAutoScalingTriggerThread-73212422001131526-127.0.0.1:46325_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1085701 INFO  (closeThreadPool-11521-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73212422001131526-127.0.0.1:46325_solr-n_0000000000) closing
   [junit4]   2> 1085800 INFO  (jetty-closer-11511-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3520e0d1{SSL, (ssl, http/1.1)}{127.0.0.1:44771}
   [junit4]   2> 1085801 INFO  (jetty-closer-11511-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6ae1e1ff{/solr,null,STOPPED}
   [junit4]   2> 1085801 INFO  (jetty-closer-11511-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1085899 INFO  (jetty-closer-11511-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73212422001131526-127.0.0.1:46325_solr-n_0000000000) closing
   [junit4]   2> 1085900 INFO  (jetty-closer-11511-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5cdac14c{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1085901 INFO  (jetty-closer-11511-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47311de1{/solr,null,STOPPED}
   [junit4]   2> 1085901 INFO  (jetty-closer-11511-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1085902 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1085903 WARN  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker-SendThread(127.0.0.1:37469)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041a4f56860000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041a4f56860000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1086105 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	8	/solr/collections/testOtherReplicasAreNotActive/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 	3	/solr/collections/testLeaderFailsOver/terms/shard1
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	5	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/73212422001131526-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/73212422001131526-127.0.0.1:46325_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	15	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 
   [junit4]   2> 1086107 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37469
   [junit4]   2> 1086107 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37469
   [junit4]   2> 1086107 INFO  (SUITE-LeaderTragicEventTest-seed#[1C82CB0A35BBCBD1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37469
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_1C82CB0A35BBCBD1-001
   [junit4]   2> Mar 24, 2021 8:40:43 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=LZ4WithPresetCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=BEST_SPEED, chunkSize=67, maxDocsPerChunk=10, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=BEST_SPEED, chunkSize=67, blockSize=5)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=be-BY, timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=100499128,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [VMParamsZkACLAndCredentialsProvidersTest, MetricsHistoryHandlerTest, TestCloudNestedDocsSort, TestRebalanceLeaders, TestFieldCacheWithThreads, TestInPlaceUpdatesRequiredField, ChaosMonkeyNothingIsSafeTest, ZkStateWriterTest, HighlighterMaxOffsetTest, CollectionsAPIAsyncDistributedZkTest, TestConfigOverlay, TestNamedUpdateProcessors, ManagedSchemaRoundRobinCloudTest, ReplicationFactorTest, TestCloudPseudoReturnFields, DateRangeFieldTest, DistributedTermsComponentTest, SystemInfoHandlerTest, RoutingToNodesWithPropertiesTest, TestSubQueryTransformerDistrib, TestFastOutputStream, TestSerializedLuceneMatchVersion, XMLAtomicUpdateMultivalueTest, TestSolrCloudWithKerberosAlt, TestDocSet, ProtectedTermFilterFactoryTest, NodeLostTriggerIntegrationTest, TestComplexPhraseLeadingWildcard, TestJavabinTupleStreamParser, CategoryRoutedAliasUpdateProcessorTest, TermsComponentTest, CollectionsAPISolrJTest, ScheduledMaintenanceTriggerTest, SolrCLIZkUtilsTest, ShowFileRequestHandlerTest, TestLFUCache, TestOverriddenPrefixQueryForCustomFieldType, CdcrBootstrapTest, NestedShardedAtomicUpdateTest, ShardRoutingTest, EmbeddedSolrNoSerializeTest, DateMathParserTest, TestCollectionAPI, HdfsThreadLeakTest, SuggestComponentContextFilterQueryTest, BasicFunctionalityTest, DataDrivenBlockJoinTest, ChangedSchemaMergeTest, TestSolr4Spatial2, TestAddFieldRealTimeGet, ZkDynamicConfigTest, TestSchemaNameResource, PluginInfoTest, SearchRateTriggerTest, TaggingAttributeTest, TestEmbeddedSolrServerAdminHandler, TestCoreContainer, TestExternalRoleRuleBasedAuthorizationPlugin, LeaderElectionIntegrationTest, TestJoin, TestExceedMaxTermLength, JWTAuthPluginIntegrationTest, TestQuerySenderNoQuery, TestSimComputePlanAction, TestStressLucene, ExplicitHLLTest, ZkNodePropsTest, ResourceLoaderTest, TestDistributedSearch, BJQFilterAccessibleTest, TestRangeQuery, DocValuesNotIndexedTest, RequestLoggingTest, DistributedQueryComponentOptimizationTest, TestFieldCollectionResource, DistribDocExpirationUpdateProcessorTest, MultiDestinationAuditLoggerTest, TestFieldCacheReopen, TestHttpServletCarrier, SolrIndexConfigTest, TestJsonFacetsStatsParsing, TestCloudDeleteByQuery, TestManagedSynonymGraphFilterFactory, NumberUtilsTest, TestSimNodeLostTrigger, TestTestInjection, TestPullReplicaErrorHandling, HttpTriggerListenerTest, LoggingHandlerTest, LeaderTragicEventTest]
   [junit4] Completed [397/934 (1!)] on J1 in 16.76s, 2 tests, 1 error <<< FAILURES!

[...truncated 52582 lines...]

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 227 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/227/

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34477/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:34477/solr
	at __randomizedtesting.SeedInfo.seed([F4CF39FBF667F88:FDB8E4FDFBC372BB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:159)
	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.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
	at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
	at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
	at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1228)
	at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
	at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:915)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	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:571)
	... 53 more




Build Log:
[...truncated 15115 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> 1472048 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1472049 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/data-dir-119-001
   [junit4]   2> 1472049 WARN  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1472049 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1472051 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1472051 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1472051 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F4CF39FBF667F88]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1472055 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.SolrTestCaseJ4 ###Starting basicTest
   [junit4]   2> 1472055 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001
   [junit4]   2> 1472055 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1472056 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1472056 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1472057 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1472156 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer start zk server on port: 46731
   [junit4]   2> 1472156 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46731
   [junit4]   2> 1472156 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46731
   [junit4]   2> 1472156 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46731
   [junit4]   2> 1472157 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472159 INFO  (zkConnectionManagerCallback-13316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472159 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472162 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472163 INFO  (zkConnectionManagerCallback-13318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472163 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472163 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472164 INFO  (zkConnectionManagerCallback-13320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472164 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472267 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1472267 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1472267 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1472267 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1472268 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1472268 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1472268 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1472267 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1472268 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1472268 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1472270 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1472270 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1472282 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1472282 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1472282 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1472282 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50baaf79{/solr,null,AVAILABLE}
   [junit4]   2> 1472298 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1472298 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1472298 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1472299 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11a823b6{/solr,null,AVAILABLE}
   [junit4]   2> 1472299 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@38e04f{SSL, (ssl, http/1.1)}{127.0.0.1:44801}
   [junit4]   2> 1472299 INFO  (jetty-launcher-13321-thread-2) [     ] o.e.j.s.Server Started @1472333ms
   [junit4]   2> 1472299 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=44801}
   [junit4]   2> 1472299 ERROR (jetty-launcher-13321-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1472299 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1472300 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1472300 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1472300 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1472300 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:25.076Z
   [junit4]   2> 1472306 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472310 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1472310 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1472310 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1472310 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bf34c85{/solr,null,AVAILABLE}
   [junit4]   2> 1472311 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1472311 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1472311 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@633d7138{/solr,null,AVAILABLE}
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@242162db{SSL, (ssl, http/1.1)}{127.0.0.1:36983}
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.e.j.s.Server Started @1472346ms
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=36983}
   [junit4]   2> 1472312 ERROR (jetty-launcher-13321-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:25.088Z
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@787f434e{SSL, (ssl, http/1.1)}{127.0.0.1:43253}
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-1) [     ] o.e.j.s.Server Started @1472346ms
   [junit4]   2> 1472312 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=43253}
   [junit4]   2> 1472313 ERROR (jetty-launcher-13321-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:25.089Z
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472313 INFO  (zkConnectionManagerCallback-13323-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472313 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472314 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1472314 INFO  (zkConnectionManagerCallback-13325-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472314 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472314 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472315 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@53ebeab9{SSL, (ssl, http/1.1)}{127.0.0.1:46745}
   [junit4]   2> 1472315 INFO  (jetty-launcher-13321-thread-4) [     ] o.e.j.s.Server Started @1472349ms
   [junit4]   2> 1472315 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=46745}
   [junit4]   2> 1472316 ERROR (jetty-launcher-13321-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:25.092Z
   [junit4]   2> 1472316 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1472317 INFO  (zkConnectionManagerCallback-13329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472317 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472317 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1472317 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1472318 INFO  (zkConnectionManagerCallback-13327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472318 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1472318 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1472320 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1472320 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1472320 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1472321 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1472322 WARN  (jetty-launcher-13321-thread-3-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1472322 WARN  (jetty-launcher-13321-thread-1-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1473182 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473182 WARN  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473203 WARN  (jetty-launcher-13321-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36480d80[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473203 WARN  (jetty-launcher-13321-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36480d80[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473219 WARN  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473230 WARN  (jetty-launcher-13321-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ac8a921[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473230 WARN  (jetty-launcher-13321-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ac8a921[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473232 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1473248 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473258 INFO  (zkConnectionManagerCallback-13349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473258 INFO  (jetty-launcher-13321-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473373 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473382 INFO  (zkConnectionManagerCallback-13351-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473382 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473454 WARN  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1473495 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473495 WARN  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473506 WARN  (jetty-launcher-13321-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66a0b59e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473506 WARN  (jetty-launcher-13321-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66a0b59e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473528 WARN  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473541 WARN  (jetty-launcher-13321-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b01c849[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473541 WARN  (jetty-launcher-13321-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b01c849[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473542 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1473561 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43253_solr
   [junit4]   2> 1473562 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.Overseer Overseer (id=73218129009442824-127.0.0.1:43253_solr-n_0000000000) starting
   [junit4]   2> 1473571 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473574 INFO  (zkConnectionManagerCallback-13361-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473574 INFO  (jetty-launcher-13321-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473578 INFO  (OverseerStateUpdate-73218129009442824-127.0.0.1:43253_solr-n_0000000000) [n:127.0.0.1:43253_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43253_solr
   [junit4]   2> 1473587 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43253_solr
   [junit4]   2> 1473589 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473589 WARN  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1473595 INFO  (zkCallback-13350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473625 INFO  (jetty-launcher-13321-thread-1) [n:127.0.0.1:43253_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node1
   [junit4]   2> 1473695 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473702 INFO  (zkConnectionManagerCallback-13371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473702 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473705 WARN  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1473712 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473715 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36983_solr as DOWN
   [junit4]   2> 1473716 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1473716 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36983_solr
   [junit4]   2> 1473717 INFO  (zkCallback-13350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1473718 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473718 WARN  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1473728 INFO  (jetty-launcher-13321-thread-3) [n:127.0.0.1:36983_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node3
   [junit4]   2> 1473731 INFO  (zkCallback-13370-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1473903 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473903 WARN  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473904 WARN  (jetty-launcher-13321-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d006f2e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473904 WARN  (jetty-launcher-13321-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d006f2e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473906 WARN  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1473910 WARN  (jetty-launcher-13321-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1521d518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473910 WARN  (jetty-launcher-13321-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1521d518[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473911 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1473913 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473914 INFO  (zkConnectionManagerCallback-13385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473914 INFO  (jetty-launcher-13321-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473915 WARN  (jetty-launcher-13321-thread-4-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1474017 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474018 INFO  (zkConnectionManagerCallback-13387-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474018 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474025 WARN  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1474027 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1474029 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46745_solr as DOWN
   [junit4]   2> 1474030 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1474030 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46745_solr
   [junit4]   2> 1474031 INFO  (zkCallback-13370-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1474031 INFO  (zkCallback-13350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1474031 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1474034 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1474034 WARN  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1474062 INFO  (jetty-launcher-13321-thread-4) [n:127.0.0.1:46745_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node4
   [junit4]   2> 1474097 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1474097 WARN  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1474098 WARN  (jetty-launcher-13321-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@605dea46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474098 WARN  (jetty-launcher-13321-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@605dea46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474103 WARN  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1474104 WARN  (jetty-launcher-13321-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@116474cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474104 WARN  (jetty-launcher-13321-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@116474cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474105 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1474106 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474107 INFO  (zkConnectionManagerCallback-13401-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474107 INFO  (jetty-launcher-13321-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474107 WARN  (jetty-launcher-13321-thread-2-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1474209 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474209 INFO  (zkConnectionManagerCallback-13403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474210 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474220 WARN  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1474221 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1474225 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44801_solr as DOWN
   [junit4]   2> 1474225 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1474225 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44801_solr
   [junit4]   2> 1474227 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1474227 INFO  (zkCallback-13370-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1474227 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1474227 INFO  (zkCallback-13350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1474228 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1474229 WARN  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1474251 INFO  (jetty-launcher-13321-thread-2) [n:127.0.0.1:44801_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node2
   [junit4]   2> 1474261 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1474264 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474264 INFO  (zkConnectionManagerCallback-13414-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474264 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474265 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1474268 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46731/solr ready
   [junit4]   2> 1474271 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=988641980
   [junit4]   2> 1474271 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43253_solr
   [junit4]   2> 1474272 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1474272 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43253_solr as DOWN
   [junit4]   2> 1474273 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1474273 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1474273 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1474273 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1474273 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1474274 INFO  (closeThreadPool-13419-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73218129009442824-127.0.0.1:43253_solr-n_0000000000) closing
   [junit4]   2> 1474279 INFO  (OverseerStateUpdate-73218129009442824-127.0.0.1:43253_solr-n_0000000000) [n:127.0.0.1:43253_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43253_solr
   [junit4]   2> 1474279 INFO  (OverseerAutoScalingTriggerThread-73218129009442824-127.0.0.1:43253_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1474284 INFO  (closeThreadPool-13419-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73218129009442824-127.0.0.1:43253_solr-n_0000000000) closing
   [junit4]   2> 1474285 WARN  (jetty-launcher-13321-thread-1-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1474285 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1474285 INFO  (zkCallback-13370-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36983_solr
   [junit4]   2> 1474285 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1474285 INFO  (zkCallback-13413-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1474285 INFO  (zkCallback-13370-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1474287 INFO  (zkCallback-13370-thread-1) [n:127.0.0.1:36983_solr     ] o.a.s.c.Overseer Overseer (id=73218129009442826-127.0.0.1:36983_solr-n_0000000001) starting
   [junit4]   2> 1474290 INFO  (OverseerStateUpdate-73218129009442826-127.0.0.1:36983_solr-n_0000000001) [n:127.0.0.1:36983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36983_solr
   [junit4]   2> 1474385 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.Overseer Overseer (id=73218129009442824-127.0.0.1:43253_solr-n_0000000000) closing
   [junit4]   2> 1474386 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@787f434e{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1474387 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@633d7138{/solr,null,STOPPED}
   [junit4]   2> 1474387 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1474389 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1474390 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1474390 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1474394 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1474394 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1474394 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1474398 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@327cb86d{/solr,null,AVAILABLE}
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3dad5d99{SSL, (ssl, http/1.1)}{127.0.0.1:38619}
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server Started @1474433ms
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=35255}
   [junit4]   2> 1474399 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1474399 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:27.175Z
   [junit4]   2> 1474400 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474401 INFO  (zkConnectionManagerCallback-13425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474401 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474402 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1474405 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1474405 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1475419 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1475419 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1475420 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4194e6a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1475420 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4194e6a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1475422 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1475427 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cbd9ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1475427 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cbd9ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1475428 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1475429 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1475434 INFO  (zkConnectionManagerCallback-13436-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1475434 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475536 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1475537 INFO  (zkConnectionManagerCallback-13438-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1475537 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475542 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1475543 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1475546 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35255_solr as DOWN
   [junit4]   2> 1475547 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1475547 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35255_solr
   [junit4]   2> 1475548 INFO  (zkCallback-13370-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1475548 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1475548 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1475548 INFO  (zkCallback-13413-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1475549 INFO  (zkCallback-13437-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1475550 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1475550 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1475565 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:35255_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node1
   [junit4]   2> 1475574 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:38619/solr. Proxy https://127.0.0.1:35255/solr
   [junit4]   2> 1475574 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=952581250
   [junit4]   2> 1475574 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36983_solr
   [junit4]   2> 1475574 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1475574 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36983_solr as DOWN
   [junit4]   2> 1475576 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1475576 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1475576 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1475576 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1475586 INFO  (closeThreadPool-13449-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73218129009442826-127.0.0.1:36983_solr-n_0000000001) closing
   [junit4]   2> 1475587 INFO  (OverseerStateUpdate-73218129009442826-127.0.0.1:36983_solr-n_0000000001) [n:127.0.0.1:36983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36983_solr
   [junit4]   2> 1475590 INFO  (OverseerAutoScalingTriggerThread-73218129009442826-127.0.0.1:36983_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1475591 INFO  (closeThreadPool-13449-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73218129009442826-127.0.0.1:36983_solr-n_0000000001) closing
   [junit4]   2> 1475592 WARN  (jetty-launcher-13321-thread-3-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1475593 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46745_solr
   [junit4]   2> 1475593 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1475593 INFO  (zkCallback-13437-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1475593 INFO  (zkCallback-13413-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1475593 INFO  (zkCallback-13386-thread-1) [n:127.0.0.1:46745_solr     ] o.a.s.c.Overseer Overseer (id=73218129009442828-127.0.0.1:46745_solr-n_0000000002) starting
   [junit4]   2> 1475594 INFO  (zkCallback-13386-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1475597 INFO  (OverseerStateUpdate-73218129009442828-127.0.0.1:46745_solr-n_0000000002) [n:127.0.0.1:46745_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46745_solr
   [junit4]   2> 1475693 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.Overseer Overseer (id=73218129009442826-127.0.0.1:36983_solr-n_0000000001) closing
   [junit4]   2> 1475694 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@242162db{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1475695 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bf34c85{/solr,null,STOPPED}
   [junit4]   2> 1475695 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1475695 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1475696 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1475696 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1475706 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1475706 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1475706 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1475706 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@481b7a73{/solr,null,AVAILABLE}
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@48b7c746{SSL, (ssl, http/1.1)}{127.0.0.1:45021}
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server Started @1475741ms
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=36195}
   [junit4]   2> 1475707 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1475707 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:28.483Z
   [junit4]   2> 1475710 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1475711 INFO  (zkConnectionManagerCallback-13455-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1475711 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475711 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1475715 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1476056 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1476056 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1476057 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5090c8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476057 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5090c8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476060 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1476061 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41681efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476061 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41681efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476062 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46731/solr
   [junit4]   2> 1476063 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1476064 INFO  (zkConnectionManagerCallback-13466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476064 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1476065 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0014, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0014, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1476166 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1476167 INFO  (zkConnectionManagerCallback-13468-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476167 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1476176 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1476179 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1476186 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36195_solr as DOWN
   [junit4]   2> 1476187 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1476187 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36195_solr
   [junit4]   2> 1476188 INFO  (zkCallback-13413-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1476188 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1476188 INFO  (zkCallback-13386-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1476188 INFO  (zkCallback-13437-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1476189 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1476189 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1476197 INFO  (zkCallback-13467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1476205 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [n:127.0.0.1:36195_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001/tempDir-001/node3
   [junit4]   2> 1476216 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:45021/solr. Proxy https://127.0.0.1:36195/solr
   [junit4]   2> 1476216 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2115760766
   [junit4]   2> 1476216 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46745_solr
   [junit4]   2> 1476217 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1476217 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46745_solr as DOWN
   [junit4]   2> 1476218 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1476218 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1476218 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1476218 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1476225 INFO  (closeThreadPool-13479-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73218129009442828-127.0.0.1:46745_solr-n_0000000002) closing
   [junit4]   2> 1476225 INFO  (OverseerStateUpdate-73218129009442828-127.0.0.1:46745_solr-n_0000000002) [n:127.0.0.1:46745_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46745_solr
   [junit4]   2> 1476227 INFO  (OverseerAutoScalingTriggerThread-73218129009442828-127.0.0.1:46745_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1476234 INFO  (closeThreadPool-13479-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73218129009442828-127.0.0.1:46745_solr-n_0000000002) closing
   [junit4]   2> 1476235 WARN  (jetty-launcher-13321-thread-4-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1476235 INFO  (zkCallback-13413-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1476235 INFO  (zkCallback-13402-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44801_solr
   [junit4]   2> 1476235 INFO  (zkCallback-13467-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1476236 INFO  (zkCallback-13437-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1476335 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.Overseer Overseer (id=73218129009442828-127.0.0.1:46745_solr-n_0000000002) closing
   [junit4]   2> 1476336 INFO  (zkCallback-13402-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1476337 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53ebeab9{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1476337 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11a823b6{/solr,null,STOPPED}
   [junit4]   2> 1476337 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1476338 INFO  (zkCallback-13402-thread-1) [n:127.0.0.1:44801_solr     ] o.a.s.c.Overseer Overseer (id=73218129009442830-127.0.0.1:44801_solr-n_0000000003) starting
   [junit4]   2> 1476338 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1476339 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1476339 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1476339 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1476339 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1476339 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12f0f117{/solr,null,AVAILABLE}
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67694d28{SSL, (ssl, http/1.1)}{127.0.0.1:43747}
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.e.j.s.Server Started @1476374ms
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46731/solr, hostPort=34477}
   [junit4]   2> 1476340 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1476340 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1476341 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1476341 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-25T08:49:29.117Z
   [junit4]   2> 1476341 INFO  (OverseerStateUpdate-73218129009442830-127.0.0.1:44801_solr-n_0000000003) [n:127.0.0.1:44801_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44801_solr
   [junit4]   2> 1476341 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1476342 INFO  (zkConnectionManagerCallback-13481-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476342 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1476343 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1476346 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1476346 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[F4CF39FBF667F88]-SendThread(127.0.0.1:46731)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f801aba0016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f801aba0016, likely

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

rThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1600449 INFO  (closeThreadPool-13901-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73218135927357461-127.0.0.1:38245_solr-n_0000000005) closing
   [junit4]   2> 1600536 INFO  (jetty-closer-13882-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@36c5f68b{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1600536 INFO  (jetty-closer-13882-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d384ba{/solr,null,STOPPED}
   [junit4]   2> 1600536 INFO  (jetty-closer-13882-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1600542 INFO  (jetty-closer-13882-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6233462{SSL, (ssl, http/1.1)}{127.0.0.1:34821}
   [junit4]   2> 1600542 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]-SendThread(127.0.0.1:41461)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1041f81b7110015.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1041f81b7110015, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1041f81b7110015, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1600542 INFO  (jetty-closer-13882-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e1b0eb3{/solr,null,STOPPED}
   [junit4]   2> 1600542 INFO  (jetty-closer-13882-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1600643 INFO  (jetty-closer-13882-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@469a6a7f{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1600644 INFO  (jetty-closer-13882-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39a4ddb{/solr,null,STOPPED}
   [junit4]   2> 1600644 INFO  (jetty-closer-13882-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1600742 INFO  (jetty-closer-13882-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73218135927357461-127.0.0.1:38245_solr-n_0000000005) closing
   [junit4]   2> 1606825 ERROR (recoveryExecutor-13751-thread-1-processing-n:127.0.0.1:38245_solr x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:38245_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard1_replica_n3
   [junit4]   2> 1606828 INFO  (jetty-closer-13882-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@82c6678{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1606828 INFO  (jetty-closer-13882-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19f2a46d{/solr,null,STOPPED}
   [junit4]   2> 1606828 INFO  (jetty-closer-13882-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1606829 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1607031 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/packages.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	4	/solr/configs/collection1.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	171	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73218135927357450-127.0.0.1:36497_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/73218135927357464-127.0.0.1:33323_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	75	/solr/overseer/queue
   [junit4]   2> 	69	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections/collection1/state.json
   [junit4]   2> 	22	/solr/overseer/collection-queue-work
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1607036 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41461
   [junit4]   2> 1607036 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41461
   [junit4]   2> 1607036 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41461
   [junit4]   2> 1607036 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F4CF39FBF667F88]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMostInSyncReplicasCanWinElection
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F4CF39FBF667F88-001
   [junit4]   2> Mar 25, 2021 8:51:39 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=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sq, timezone=America/Monterrey
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=119363592,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderListener, SplitShardTest, TestLockTree, DistribCursorPagingTest, TestFoldingMultitermQuery, TestPhraseSuggestions, SolrCmdDistributorTest, DistributedFacetSimpleRefinementLongTailTest, TaggerTest, TestImplicitCoreProperties, UnloadDistributedZkTest, DistributedFacetPivotSmallAdvancedTest, TestRawResponseWriter, ResponseLogComponentTest, TestStressInPlaceUpdates, ConcurrentDeleteAndCreateCollectionTest, TriggerCooldownIntegrationTest, TestManagedSynonymFilterFactory, TestConfigSets, TestRTimerTree, HdfsDirectoryTest, TestNumericTerms64, TestStandardQParsers, SchemaVersionSpecificBehaviorTest, RestoreTriggerStateTest, TestChildDocTransformer, QueryEqualityTest, OverseerSolrResponseTest, TestSimExecutePlanAction, TestTextField, TestRandomCollapseQParserPlugin, LocalFSCloudIncrementalBackupTest, TestSchemaVersionResource, TestCustomStream, CollectionStateFormat2Test, MetricsHandlerTest, TestSimClusterStateProvider, NodeAddedTriggerTest, TestGraphMLResponseWriter, IndexSchemaTest, AggValueSourceTest, WordBreakSolrSpellCheckerTest, TestTrieFacet, TestSnapshotCoreBackup, TestHighlightDedupGrouping, UpdateParamsTest, CoreSorterTest, ZkFailoverTest, IndexSizeTriggerTest, SplitByPrefixTest, TestSolrIndexConfig, TestNumericTokenStream, TestFastLRUCache, StatsComponentTest, TestOrdValues, CreateCollectionCleanupTest, TestJsonFacets, TestLazyCores, TestSystemIdResolver, UpdateRequestProcessorFactoryTest, TestHttpShardHandlerFactory, TestDistribIDF, ChaosMonkeySafeLeaderWithPullReplicasTest, RequestHandlersTest, TestAtomicUpdateErrorCases, TestInPlaceUpdatesDistrib, SpatialFilterTest, TestFieldCache, MultiThreadedOCPTest, ResponseHeaderTest, StatsReloadRaceTest, TestBinaryResponseWriter, CoreMergeIndexesAdminHandlerTest, FuzzySearchTest, BackupIdTest, SimplePostToolTest, XmlUpdateRequestHandlerTest, TestDistributedMissingSort, TestDelegationWithHadoopAuth, TestSolrCoreSnapshots, AtomicUpdatesTest, TestNoOpRegenerator, AssignTest, DistributedExpandComponentTest, GraphQueryTest, CdcrBidirectionalTest, SuggesterWFSTTest, TestCollationField, DOMUtilTest, SegmentsInfoRequestHandlerTest, HdfsSyncSliceTest, BitVectorTest, RulesTest, CustomHighlightComponentTest, FileUtilsTest, TestBinaryField, TestAuthorizationFramework, TestRandomRequestDistribution, TestSchemaField, UninvertDocValuesMergePolicyTest, OverseerTest, ReturnFieldsTest, ClusterStateMockUtilTest, TestLuceneMatchVersion, TestCloudJSONFacetSKG, TestSimTriggerIntegration, MoveReplicaHDFSFailoverTest, AliasIntegrationTest, AutoAddReplicasPlanActionTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestPullReplica, TestSegmentSorting, DirectSolrSpellCheckerTest, CoreAdminCreateDiscoverTest, TestConfigsApi, ZookeeperReadAPITest, TestNestedUpdateProcessor, ChaosMonkeyNothingIsSafeTest, CollectionPropsTest, DeleteNodeTest, DeleteStatusTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderVoteWaitTimeoutTest]
   [junit4] Completed [548/934 (1!)] on J0 in 135.86s, 2 tests, 1 error <<< FAILURES!

[...truncated 52132 lines...]