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/08/10 08:55:35 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.9 - Build # 373 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.9/373/

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:38257/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:38257/solr
	at __randomizedtesting.SeedInfo.seed([3BD4D551B43A9754:C920C233F09F9A67]: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:1239)
	at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
	at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:926)
	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 15049 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> 1371485 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-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-Tests-8.9/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1371485 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1371485 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/data-dir-159-001
   [junit4]   2> 1371485 WARN  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1371485 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1371487 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3BD4D551B43A9754]-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> 1371491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMostInSyncReplicasCanWinElection
   [junit4]   2> 1371491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001
   [junit4]   2> 1371491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1371492 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1371492 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1371493 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1371592 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer start zk server on port: 45445
   [junit4]   2> 1371592 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45445
   [junit4]   2> 1371592 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45445
   [junit4]   2> 1371592 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45445
   [junit4]   2> 1371593 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371596 INFO  (zkConnectionManagerCallback-13996-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371596 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371598 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371599 INFO  (zkConnectionManagerCallback-13998-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371599 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371600 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371601 INFO  (zkConnectionManagerCallback-14000-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371601 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1371705 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1371707 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad21f39{/solr,null,AVAILABLE}
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c454ea6{/solr,null,AVAILABLE}
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27964c73{/solr,null,AVAILABLE}
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1371708 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6010be53{/solr,null,AVAILABLE}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@68ba29e2{SSL, (ssl, http/1.1)}{127.0.0.1:39183}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1a9fad4e{SSL, (ssl, http/1.1)}{127.0.0.1:43495}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.e.j.s.Server Started @1371740ms
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.e.j.s.Server Started @1371740ms
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=39183}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=43495}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@55843b8e{SSL, (ssl, http/1.1)}{127.0.0.1:39335}
   [junit4]   2> 1371709 ERROR (jetty-launcher-14001-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.e.j.s.Server Started @1371740ms
   [junit4]   2> 1371709 ERROR (jetty-launcher-14001-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=39335}
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:32.027Z
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:32.027Z
   [junit4]   2> 1371709 ERROR (jetty-launcher-14001-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1371709 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:32.027Z
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60518985{SSL, (ssl, http/1.1)}{127.0.0.1:37955}
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.e.j.s.Server Started @1371742ms
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=37955}
   [junit4]   2> 1371711 ERROR (jetty-launcher-14001-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:32.029Z
   [junit4]   2> 1371711 INFO  (zkConnectionManagerCallback-14005-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371711 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371712 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371712 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371715 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371728 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1371729 INFO  (zkConnectionManagerCallback-14007-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371729 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371729 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371728 INFO  (zkConnectionManagerCallback-14009-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371730 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371730 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371732 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371733 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1371735 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1371735 INFO  (zkConnectionManagerCallback-14004-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371735 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371736 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371736 WARN  (jetty-launcher-14001-thread-4-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f97780005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f97780005, 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 0x106e60f97780005, 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> 1371739 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1371739 WARN  (jetty-launcher-14001-thread-2-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f97780006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f97780006, 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 0x106e60f97780006, 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> 1372447 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1372447 WARN  (jetty-launcher-14001-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> 1372450 WARN  (jetty-launcher-14001-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18ca00c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372450 WARN  (jetty-launcher-14001-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18ca00c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372456 WARN  (jetty-launcher-14001-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> 1372478 WARN  (jetty-launcher-14001-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36885340[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372478 WARN  (jetty-launcher-14001-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36885340[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372479 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1372487 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372494 INFO  (zkConnectionManagerCallback-14029-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372494 INFO  (jetty-launcher-14001-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372495 WARN  (jetty-launcher-14001-thread-2-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f97780007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f97780007, 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 0x106e60f97780007, 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> 1372583 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1372583 WARN  (jetty-launcher-14001-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> 1372586 WARN  (jetty-launcher-14001-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2faa4614[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372586 WARN  (jetty-launcher-14001-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2faa4614[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372588 WARN  (jetty-launcher-14001-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> 1372590 WARN  (jetty-launcher-14001-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d57cc35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372590 WARN  (jetty-launcher-14001-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d57cc35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372591 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1372592 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372593 INFO  (zkConnectionManagerCallback-14037-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372593 INFO  (jetty-launcher-14001-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372605 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372607 INFO  (zkConnectionManagerCallback-14039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372607 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372692 WARN  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_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> 1372697 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43495_solr
   [junit4]   2> 1372698 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.Overseer Overseer (id=73999398538313737-127.0.0.1:43495_solr-n_0000000000) starting
   [junit4]   2> 1372704 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372707 INFO  (OverseerStateUpdate-73999398538313737-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43495_solr
   [junit4]   2> 1372710 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43495_solr
   [junit4]   2> 1372712 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1372712 WARN  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_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> 1372735 INFO  (jetty-launcher-14001-thread-2) [n:127.0.0.1:43495_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node2
   [junit4]   2> 1372736 INFO  (zkConnectionManagerCallback-14043-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372736 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372744 WARN  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_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> 1372744 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1372745 INFO  (zkCallback-14038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1372751 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39335_solr as DOWN
   [junit4]   2> 1372752 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1372752 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39335_solr
   [junit4]   2> 1372756 INFO  (zkCallback-14038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1372759 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1372760 WARN  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_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> 1372763 INFO  (zkCallback-14042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1372771 INFO  (jetty-launcher-14001-thread-4) [n:127.0.0.1:39335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node4
   [junit4]   2> 1373416 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1373417 WARN  (jetty-launcher-14001-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> 1373418 WARN  (jetty-launcher-14001-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79cc67ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373418 WARN  (jetty-launcher-14001-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79cc67ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373420 WARN  (jetty-launcher-14001-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> 1373424 WARN  (jetty-launcher-14001-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cdb6a75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373424 WARN  (jetty-launcher-14001-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cdb6a75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373425 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1373426 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373436 INFO  (zkConnectionManagerCallback-14065-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1373436 INFO  (jetty-launcher-14001-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1373541 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373542 INFO  (zkConnectionManagerCallback-14067-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1373542 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1373546 WARN  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_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> 1373547 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1373550 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39183_solr as DOWN
   [junit4]   2> 1373551 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1373551 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39183_solr
   [junit4]   2> 1373552 INFO  (zkCallback-14038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1373552 INFO  (zkCallback-14042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1373552 INFO  (zkCallback-14066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1373553 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1373554 WARN  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_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> 1373570 INFO  (jetty-launcher-14001-thread-3) [n:127.0.0.1:39183_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node3
   [junit4]   2> 1374720 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1374720 WARN  (jetty-launcher-14001-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> 1374721 WARN  (jetty-launcher-14001-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6eceecf5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1374721 WARN  (jetty-launcher-14001-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6eceecf5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1374723 WARN  (jetty-launcher-14001-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> 1374724 WARN  (jetty-launcher-14001-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ddcbd3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1374724 WARN  (jetty-launcher-14001-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ddcbd3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1374725 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1374728 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1374730 INFO  (zkConnectionManagerCallback-14081-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1374730 INFO  (jetty-launcher-14001-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1374731 WARN  (jetty-launcher-14001-thread-1-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f9778000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f9778000d, 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 0x106e60f9778000d, 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> 1374833 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1374834 INFO  (zkConnectionManagerCallback-14083-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1374834 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1374839 WARN  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_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> 1374840 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1374844 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37955_solr as DOWN
   [junit4]   2> 1374845 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1374845 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37955_solr
   [junit4]   2> 1374847 INFO  (zkCallback-14042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374847 INFO  (zkCallback-14038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374847 INFO  (zkCallback-14066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374847 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374848 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1374849 WARN  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_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> 1374867 INFO  (jetty-launcher-14001-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node1
   [junit4]   2> 1374878 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1374879 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1374880 INFO  (zkConnectionManagerCallback-14094-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1374880 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1374881 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1374882 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45445/solr ready
   [junit4]   2> 1374885 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=35063568
   [junit4]   2> 1374885 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43495_solr
   [junit4]   2> 1374885 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1374885 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43495_solr as DOWN
   [junit4]   2> 1374888 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1374888 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1374888 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1374888 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1374888 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1374896 INFO  (closeThreadPool-14099-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73999398538313737-127.0.0.1:43495_solr-n_0000000000) closing
   [junit4]   2> 1374900 INFO  (OverseerStateUpdate-73999398538313737-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43495_solr
   [junit4]   2> 1374902 INFO  (OverseerAutoScalingTriggerThread-73999398538313737-127.0.0.1:43495_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1374905 WARN  (jetty-launcher-14001-thread-2-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f97780009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f97780009, 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 0x106e60f97780009, 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> 1374905 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1374905 INFO  (zkCallback-14066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1374905 INFO  (zkCallback-14042-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1374906 INFO  (zkCallback-14042-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39335_solr
   [junit4]   2> 1374907 INFO  (zkCallback-14042-thread-1) [n:127.0.0.1:39335_solr     ] o.a.s.c.Overseer Overseer (id=73999398538313738-127.0.0.1:39335_solr-n_0000000001) starting
   [junit4]   2> 1374908 INFO  (closeThreadPool-14099-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73999398538313737-127.0.0.1:43495_solr-n_0000000000) closing
   [junit4]   2> 1374909 INFO  (zkCallback-14093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1374910 INFO  (OverseerStateUpdate-73999398538313738-127.0.0.1:39335_solr-n_0000000001) [n:127.0.0.1:39335_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39335_solr
   [junit4]   2> 1375005 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.Overseer Overseer (id=73999398538313737-127.0.0.1:43495_solr-n_0000000000) closing
   [junit4]   2> 1375007 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1a9fad4e{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1375007 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ad21f39{/solr,null,STOPPED}
   [junit4]   2> 1375007 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1375008 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1375009 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1375009 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1375009 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1375009 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1375009 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1375010 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ea59695{/solr,null,AVAILABLE}
   [junit4]   2> 1375010 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39623302{SSL, (ssl, http/1.1)}{127.0.0.1:33757}
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.Server Started @1375042ms
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=35117}
   [junit4]   2> 1375011 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1375011 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:35.329Z
   [junit4]   2> 1375012 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1375016 INFO  (zkConnectionManagerCallback-14105-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1375016 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1375017 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1375021 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1375956 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1375956 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] 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> 1375957 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@37e29258[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1375957 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@37e29258[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1375960 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] 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> 1375960 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14c7f51c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1375961 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14c7f51c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1375962 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1375963 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1375964 INFO  (zkConnectionManagerCallback-14116-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1375964 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1376067 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1376067 INFO  (zkConnectionManagerCallback-14118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1376067 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1376071 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_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> 1376072 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1376075 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35117_solr as DOWN
   [junit4]   2> 1376075 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1376075 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35117_solr
   [junit4]   2> 1376077 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376077 INFO  (zkCallback-14042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376077 INFO  (zkCallback-14066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376078 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1376078 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_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> 1376085 INFO  (zkCallback-14093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376085 INFO  (zkCallback-14117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376096 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:35117_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node2
   [junit4]   2> 1376116 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:33757/solr. Proxy https://127.0.0.1:35117/solr
   [junit4]   2> 1376116 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1533641811
   [junit4]   2> 1376116 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39335_solr
   [junit4]   2> 1376117 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1376117 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39335_solr as DOWN
   [junit4]   2> 1376130 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1376130 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1376130 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1376130 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1376135 INFO  (closeThreadPool-14129-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73999398538313738-127.0.0.1:39335_solr-n_0000000001) closing
   [junit4]   2> 1376136 INFO  (OverseerStateUpdate-73999398538313738-127.0.0.1:39335_solr-n_0000000001) [n:127.0.0.1:39335_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39335_solr
   [junit4]   2> 1376136 INFO  (OverseerAutoScalingTriggerThread-73999398538313738-127.0.0.1:39335_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1376142 INFO  (closeThreadPool-14129-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73999398538313738-127.0.0.1:39335_solr-n_0000000001) closing
   [junit4]   2> 1376142 WARN  (jetty-launcher-14001-thread-4-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f9778000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f9778000a, 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 0x106e60f9778000a, 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> 1376142 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376142 INFO  (zkCallback-14093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376143 INFO  (zkCallback-14066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376143 INFO  (zkCallback-14117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376243 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.Overseer Overseer (id=73999398538313738-127.0.0.1:39335_solr-n_0000000001) closing
   [junit4]   2> 1376245 INFO  (zkCallback-14066-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39183_solr
   [junit4]   2> 1376248 INFO  (zkCallback-14066-thread-2) [n:127.0.0.1:39183_solr     ] o.a.s.c.Overseer Overseer (id=73999398538313740-127.0.0.1:39183_solr-n_0000000002) starting
   [junit4]   2> 1376250 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@55843b8e{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1376251 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c454ea6{/solr,null,STOPPED}
   [junit4]   2> 1376251 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1376252 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1376253 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1376253 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1376264 INFO  (OverseerStateUpdate-73999398538313740-127.0.0.1:39183_solr-n_0000000002) [n:127.0.0.1:39183_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39183_solr
   [junit4]   2> 1376272 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1376272 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1376272 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1376272 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38c2d393{/solr,null,AVAILABLE}
   [junit4]   2> 1376278 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b009de{SSL, (ssl, http/1.1)}{127.0.0.1:44947}
   [junit4]   2> 1376278 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.Server Started @1376310ms
   [junit4]   2> 1376278 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45445/solr, hostPort=39259}
   [junit4]   2> 1376279 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1376279 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1376279 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 1376279 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1376279 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1376279 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-10T08:16:36.597Z
   [junit4]   2> 1376284 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1376286 INFO  (zkConnectionManagerCallback-14135-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1376286 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1376287 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1376291 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1376291 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f97780013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f97780013, 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 0x106e60f97780013, 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> 1376675 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1376676 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] 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> 1376680 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3247ce10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1376680 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3247ce10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1376683 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] 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> 1376684 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f5431e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1376684 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f5431e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1376686 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45445/solr
   [junit4]   2> 1376687 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1376688 INFO  (zkConnectionManagerCallback-14146-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1376688 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1376791 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1376792 INFO  (zkConnectionManagerCallback-14148-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1376792 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1376796 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_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> 1376796 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1376800 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39259_solr as DOWN
   [junit4]   2> 1376801 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1376801 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39259_solr
   [junit4]   2> 1376802 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376802 INFO  (zkCallback-14117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376802 INFO  (zkCallback-14093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376802 INFO  (zkCallback-14066-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376802 INFO  (zkCallback-14147-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1376803 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1376804 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_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> 1376822 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [n:127.0.0.1:39259_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001/tempDir-001/node4
   [junit4]   2> 1376838 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:44947/solr. Proxy https://127.0.0.1:39259/solr
   [junit4]   2> 1376838 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=672526980
   [junit4]   2> 1376838 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39183_solr
   [junit4]   2> 1376838 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1376838 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39183_solr as DOWN
   [junit4]   2> 1376844 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1376844 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1376844 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1376845 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1376848 INFO  (closeThreadPool-14159-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73999398538313740-127.0.0.1:39183_solr-n_0000000002) closing
   [junit4]   2> 1376848 INFO  (OverseerStateUpdate-73999398538313740-127.0.0.1:39183_solr-n_0000000002) [n:127.0.0.1:39183_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39183_solr
   [junit4]   2> 1376848 INFO  (OverseerAutoScalingTriggerThread-73999398538313740-127.0.0.1:39183_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1376852 WARN  (jetty-launcher-14001-thread-3-SendThread(127.0.0.1:45445)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e60f9778000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e60f9778000c, 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 0x106e60f9778000c, 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> 1376854 INFO  (zkCallback-14082-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37955_solr
   [junit4]   2> 1376854 INFO  (zkCallback-14117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376854 INFO  (closeThreadPool-14159-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73999398538313740-127.0.0.1:39183_solr-n_0000000002) closing
   [junit4]   2> 1376854 INFO  (zkCallback-14147-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376855 INFO  (zkCallback-14093-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376855 INFO  (zkCallback-14082-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1376855 INFO  (zkCallback-14082-thread-1) [n:127.0.0.1:37955_solr     ] o.a.s.c.Overseer Overseer (id=73999398538313742-127.0.0.1:37955_solr-n_0000000003) starting
   [junit4]   2> 1376861 INFO  (OverseerStateUpdate-73999398538313742-127.0.0.1:37955_solr-n_0000000003) [n:127.0.0.1:37955_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37955_solr
   [junit4]   2> 1376953 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.Overseer Overseer (id=73999398538313740-127.0.0.1:39183_solr-n_0000000002) closing
   [junit4]   2> 1376955 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@68ba29e2{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1376955 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27964c73{/solr,null,STOPPED}
   [junit4]   2> 1376955 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1376958 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1376959 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1376960 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1376964 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1376964 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1376964 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1376964 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17a3712{/solr,null,AVAILABLE}
   [junit4]   2> 1376968 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3BD4D551B43A9754]) [     ] o.e.j.s.AbstractConnector Started ServerConnector

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

events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1495883 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39645
   [junit4]   2> 1495883 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39645
   [junit4]   2> 1495883 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[3BD4D551B43A9754]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39645
   [junit4]   2> 1495883 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[3BD4D551B43A9754]) [     ] o.a.s.SolrTestCaseJ4 ###Ending basicTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderVoteWaitTimeoutTest -Dtests.method=basicTest -Dtests.seed=3BD4D551B43A9754 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-VE -Dtests.timezone=US/Indiana-Starke -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    104s J2 | LeaderVoteWaitTimeoutTest.basicTest <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:38257/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3BD4D551B43A9754:C920C233F09F9A67]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:159)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
   [junit4]    > 	at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
   [junit4]    > 	at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1239)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:926)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 53 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3BD4D551B43A9754-001
   [junit4]   2> Aug 10, 2021 8:18:36 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=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=88, maxDocsPerChunk=1, blockShift=11), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=88, maxDocsPerChunk=1, blockSize=11)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-VE, timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=163115432,total=492830720
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, TestTolerantSearch, TestSubQueryTransformer, TestScoreJoinQPNoScore, TestMultiWordSynonyms, ZkNodePropsTest, NodeLostTriggerIntegrationTest, TestWordDelimiterFilterFactory, TestLegacyFieldCache, TestSortableTextField, TestGeoJSONResponseWriter, DistributedDebugComponentTest, TestEmbeddedSolrServerConstructors, SimpleFacetsTest, TestCollectionAPI, TestRandomDVFaceting, SearchRateTriggerTest, TestCloudInspectUtil, TestManagedResourceStorage, CollectionsAPIAsyncDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, TestClassicSimilarityFactory, PurgeGraphTest, ExplicitHLLTest, ZookeeperReadAPITest, TestConfigSetsAPI, TestWriterPerf, TestSlowCompositeReaderWrapper, SolrRequestParserTest, TriggerEventQueueTest, TestPayloadScoreQParserPlugin, TestSolrCoreSnapshots, SolrJmxReporterTest, CleanupOldIndexTest, AddSchemaFieldsUpdateProcessorFactoryTest, SolrInfoBeanTest, TestSha256AuthenticationProvider, TestFuzzyAnalyzedSuggestions, SpellCheckComponentTest, TestReplicaProperties, TestSolrCloudWithHadoopAuthPlugin, ConcurrentCreateRoutedAliasTest, RemoteQueryErrorTest, TestSimpleTextCodec, TestSmileRequest, TestInPlaceUpdatesStandalone, ResourceLoaderTest, TestCloudSchemaless, TransactionLogTest, DeleteInactiveReplicaTest, HdfsBasicDistributedZkTest, IndexSchemaRuntimeFieldTest, TestStressThreadBackup, TestFieldCacheSort, MigrateRouteKeyTest, TestRTGBase, MoveReplicaTest, TestAnalyzedSuggestions, TestCaffeineCache, TestSimComputePlanAction, MetricsConfigTest, TestManagedSchema, TestCryptoKeys, AddBlockUpdateTest, SSLMigrationTest, TestXmlQParserPlugin, TestStressLiveNodes, TermVectorComponentDistributedTest, StatelessScriptUpdateProcessorFactoryTest, TestFastOutputStream, TestComponentsName, CloudReplicaSourceTest, HdfsRecoverLeaseTest, DistributedSpellCheckComponentTest, DeleteShardTest, TestCloudRecovery, SmileWriterTest, ShardTermsTest, SynonymTokenizerTest, CrossCollectionJoinQueryTest, PluginInfoTest, MergeStrategyTest, TestManagedStopFilterFactory, ZkDynamicConfigTest, Tagger2Test, TestLMDirichletSimilarityFactory, TestCSVLoader, NumberUtilsTest, TestExportWriter, TestJsonRangeFacets, SolrMetricReporterTest, PreAnalyzedFieldTest, TestExpandComponent, TestReloadDeadlock, TestBackupRepositoryFactory, ChaosMonkeyNothingIsSafeWithPullReplicasTest, URLClassifyProcessorTest, SegmentsInfoRequestHandlerTest, TestSchemaSimilarityResource, TestPerFieldSimilarity, ClusterStateUpdateTest, TestRebalanceLeaders, ClassificationUpdateProcessorFactoryTest, TestIncrementalCoreBackup, ActionThrottleTest, DistribJoinFromCollectionTest, DirectUpdateHandlerTest, BJQParserTest, DocValuesMultiTest, RestartWhileUpdatingTest, TestPushWriter, TestMinMaxOnMultiValuedField, HighlighterWithoutStoredIdTest, TestTermsQParserPlugin, TestFieldTypeCollectionResource, TestDistributedMissingSort, TestDocumentBuilder, TestGroupingSearch, TestRandomFaceting, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TokenizerChainTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, DeleteLastCustomShardedReplicaTest, DistributedQueueTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HttpPartitionWithTlogReplicasTest, LeaderFailoverAfterPartitionTest, LeaderVoteWaitTimeoutTest]
   [junit4] Completed [506/939 (1!)] on J2 in 124.83s, 2 tests, 1 error <<< FAILURES!

[...truncated 53956 lines...]