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 2020/10/24 03:08:42 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.7 - Build # 15 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.7/15/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:40401/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40401/solr
	at __randomizedtesting.SeedInfo.seed([13F5E1F596E3A9E4:4052F2036BCF47E6]: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:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	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.TestPrepRecovery.testLeaderUnloaded(TestPrepRecovery.java:84)
	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 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 13348 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPrepRecovery
   [junit4]   2> 2415 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-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.7/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2436 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2448 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/data-dir-1-001
   [junit4]   2> 2571 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2642 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.e.j.u.log Logging initialized @2676ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 2833 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2879 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001
   [junit4]   2> 2904 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2913 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2914 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3014 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 3107 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 39479
   [junit4]   2> 3107 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39479
   [junit4]   2> 3110 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39479
   [junit4]   2> 3111 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39479
   [junit4]   2> 3505 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3816 INFO  (zkConnectionManagerCallback-3-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3816 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3844 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3858 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3858 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3860 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3862 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3862 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4427 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4428 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4428 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4428 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4428 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4428 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4435 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 4435 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 4459 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4459 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4460 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4460 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4463 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4463 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4484 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b281e49{/solr,null,AVAILABLE}
   [junit4]   2> 4484 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e344da9{/solr,null,AVAILABLE}
   [junit4]   2> 4503 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@35f6d36c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32813}
   [junit4]   2> 4504 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server Started @4543ms
   [junit4]   2> 4504 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32813}
   [junit4]   2> 4506 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14c1e8e6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45759}
   [junit4]   2> 4506 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server Started @4546ms
   [junit4]   2> 4506 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45759}
   [junit4]   2> 4579 ERROR (jetty-launcher-8-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4580 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4580 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 4579 ERROR (jetty-launcher-8-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4580 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4581 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 4583 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4583 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4583 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr
   [junit4]   2> 4584 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-24T02:07:38.975Z
   [junit4]   2> 4583 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr
   [junit4]   2> 4584 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-24T02:07:38.975Z
   [junit4]   2> 4585 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4591 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4598 INFO  (zkConnectionManagerCallback-10-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4598 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4603 INFO  (zkConnectionManagerCallback-12-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4603 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4607 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4607 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4690 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4690 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4690 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4690 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4710 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4713 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4720 WARN  (jetty-launcher-8-thread-1-SendThread(127.0.0.1:39479)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1010f49a54b0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1010f49a54b0004, 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 0x1010f49a54b0004, 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> 4720 WARN  (jetty-launcher-8-thread-2-SendThread(127.0.0.1:39479)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1010f49a54b0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1010f49a54b0003, 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 0x1010f49a54b0003, 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> 7957 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8073 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f7ae592[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8073 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f7ae592[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8123 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8537 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d579e1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8537 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d579e1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8703 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6938a2e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8703 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6938a2e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8716 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a72b6f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8716 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a72b6f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8859 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39479/solr
   [junit4]   2> 8859 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39479/solr
   [junit4]   2> 8878 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 8881 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 9072 INFO  (zkConnectionManagerCallback-30-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9073 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 9074 INFO  (zkConnectionManagerCallback-32-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9074 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 9077 WARN  (jetty-launcher-8-thread-2-SendThread(127.0.0.1:39479)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1010f49a54b0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1010f49a54b0006, 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 0x1010f49a54b0006, 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> 9183 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 9188 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 9190 INFO  (zkConnectionManagerCallback-34-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9190 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 9204 INFO  (zkConnectionManagerCallback-36-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9204 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 9732 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32813_solr
   [junit4]   2> 9739 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45759_solr
   [junit4]   2> 9739 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.Overseer Overseer (id=72355877994823688-127.0.0.1:32813_solr-n_0000000000) starting
   [junit4]   2> 9773 INFO  (zkCallback-35-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 9773 INFO  (zkCallback-33-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 10499 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 10522 INFO  (OverseerStateUpdate-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [n:127.0.0.1:32813_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32813_solr
   [junit4]   2> 10530 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32813_solr as DOWN
   [junit4]   2> 10545 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 10547 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32813_solr
   [junit4]   2> 10552 INFO  (zkCallback-33-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 10552 INFO  (zkCallback-35-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 10528 WARN  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_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> 10563 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 10564 WARN  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_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> 10761 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 10761 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 11116 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11118 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11119 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11129 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11129 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11130 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 11168 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:32813_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node1
   [junit4]   2> 11168 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:45759_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node2
   [junit4]   2> 11256 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 11262 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 11271 INFO  (zkConnectionManagerCallback-61-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11271 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 11275 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 11279 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39479/solr ready
   [junit4]   2> 11307 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderUnloaded
   [junit4]   2> 12036 INFO  (qtp600470869-49) [n:127.0.0.1:45759_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testLeaderUnloaded&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 12055 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testLeaderUnloaded
   [junit4]   2> 12056 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 12059 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testLeaderUnloaded.AUTOCREATED/protwords.txt
   [junit4]   2> 12061 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 12063 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testLeaderUnloaded.AUTOCREATED/solrconfig.xml
   [junit4]   2> 12353 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 12357 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 12361 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 12365 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 12372 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 12380 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 12384 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 12389 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 12391 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 12395 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 12398 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 12405 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 12408 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 12411 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 12413 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 12415 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 12418 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 12420 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 12422 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 12425 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 12427 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 12430 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 12432 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 12435 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 12437 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 12440 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 12443 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 12446 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 12450 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 12453 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 12455 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 12458 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 12461 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 12464 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 12468 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 12471 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 12475 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 12478 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 12481 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testLeaderUnloaded.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 12485 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testLeaderUnloaded.AUTOCREATED/synonyms.txt
   [junit4]   2> 12487 INFO  (OverseerThreadFactory-46-thread-1-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testLeaderUnloaded.AUTOCREATED/stopwords.txt
   [junit4]   2> 12681 INFO  (OverseerStateUpdate-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [n:127.0.0.1:32813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testLeaderUnloaded",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testLeaderUnloaded_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32813_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12686 INFO  (OverseerStateUpdate-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [n:127.0.0.1:32813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testLeaderUnloaded",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testLeaderUnloaded_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45759/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45759_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 13528 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr    x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=testLeaderUnloaded.AUTOCREATED&newCollection=true&name=testLeaderUnloaded_shard1_replica_n3&action=CREATE&numShards=1&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 13538 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr    x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testLeaderUnloaded.AUTOCREATED&newCollection=true&name=testLeaderUnloaded_shard1_replica_n1&action=CREATE&numShards=1&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 13543 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr    x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 13628 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 13630 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 13988 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 13989 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 15893 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 15895 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 15952 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testLeaderUnloaded_shard1_replica_n3' using configuration from configset testLeaderUnloaded.AUTOCREATED, trusted=true
   [junit4]   2> 15953 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testLeaderUnloaded_shard1_replica_n1' using configuration from configset testLeaderUnloaded.AUTOCREATED, trusted=true
   [junit4]   2> 15983 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testLeaderUnloaded.shard1.replica_n3' (registry 'solr.core.testLeaderUnloaded.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 15984 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testLeaderUnloaded.shard1.replica_n1' (registry 'solr.core.testLeaderUnloaded.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 16032 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.SolrCore [[testLeaderUnloaded_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node1/testLeaderUnloaded_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node1/testLeaderUnloaded_shard1_replica_n1/data/]
   [junit4]   2> 16036 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.SolrCore [[testLeaderUnloaded_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node2/testLeaderUnloaded_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node2/testLeaderUnloaded_shard1_replica_n3/data/]
   [junit4]   2> 19058 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 19058 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 19058 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 19058 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 19068 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 19068 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19068 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 19068 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19156 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 19156 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 19161 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 19161 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 19164 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 19164 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 19166 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 19166 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 19199 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 19199 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 19223 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 19223 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 19247 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 19247 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 19261 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1681397145824919552
   [junit4]   2> 19261 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1681397145824919552
   [junit4]   2> 19273 INFO  (searcherExecutor-63-thread-1-processing-n:127.0.0.1:45759_solr x:testLeaderUnloaded_shard1_replica_n3 c:testLeaderUnloaded s:shard1 r:core_node4) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 19273 INFO  (searcherExecutor-63-thread-1-processing-n:127.0.0.1:45759_solr x:testLeaderUnloaded_shard1_replica_n3 c:testLeaderUnloaded s:shard1 r:core_node4) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 19279 INFO  (searcherExecutor-63-thread-1-processing-n:127.0.0.1:45759_solr x:testLeaderUnloaded_shard1_replica_n3 c:testLeaderUnloaded s:shard1 r:core_node4) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.SolrCore [testLeaderUnloaded_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19279 INFO  (searcherExecutor-65-thread-1-processing-n:127.0.0.1:32813_solr x:testLeaderUnloaded_shard1_replica_n1 c:testLeaderUnloaded s:shard1 r:core_node2) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 19279 INFO  (searcherExecutor-65-thread-1-processing-n:127.0.0.1:32813_solr x:testLeaderUnloaded_shard1_replica_n1 c:testLeaderUnloaded s:shard1 r:core_node2) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 19282 INFO  (searcherExecutor-65-thread-1-processing-n:127.0.0.1:32813_solr x:testLeaderUnloaded_shard1_replica_n1 c:testLeaderUnloaded s:shard1 r:core_node2) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.SolrCore [testLeaderUnloaded_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19289 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testLeaderUnloaded/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 19290 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 19291 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testLeaderUnloaded/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 19295 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testLeaderUnloaded/leaders/shard1
   [junit4]   2> 19295 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testLeaderUnloaded/leaders/shard1
   [junit4]   2> 19305 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 19305 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 19305 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32813/solr/testLeaderUnloaded_shard1_replica_n1/
   [junit4]   2> 19311 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testLeaderUnloaded_shard1_replica_n1 url=http://127.0.0.1:32813/solr  START replicas=[http://127.0.0.1:45759/solr/testLeaderUnloaded_shard1_replica_n3/] nUpdates=100
   [junit4]   2> 19314 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testLeaderUnloaded_shard1_replica_n1 url=http://127.0.0.1:32813/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 19324 INFO  (qtp600470869-47) [n:127.0.0.1:45759_solr c:testLeaderUnloaded s:shard1 r:core_node4 x:testLeaderUnloaded_shard1_replica_n3 ] o.a.s.c.S.Request [testLeaderUnloaded_shard1_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 19372 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 19372 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 19374 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testLeaderUnloaded/leaders/shard1/leader after winning as /collections/testLeaderUnloaded/leader_elect/shard1/election/72355877994823688-core_node2-n_0000000000
   [junit4]   2> 19382 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32813/solr/testLeaderUnloaded_shard1_replica_n1/ shard1
   [junit4]   2> 19646 INFO  (zkCallback-35-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19650 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1 r:core_node2 x:testLeaderUnloaded_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 19660 INFO  (qtp1205535336-52) [n:127.0.0.1:32813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testLeaderUnloaded.AUTOCREATED&newCollection=true&name=testLeaderUnloaded_shard1_replica_n1&action=CREATE&numShards=1&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6140
   [junit4]   2> 19761 INFO  (zkCallback-35-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19761 INFO  (zkCallback-35-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20333 INFO  (qtp600470869-55) [n:127.0.0.1:45759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=testLeaderUnloaded.AUTOCREATED&newCollection=true&name=testLeaderUnloaded_shard1_replica_n3&action=CREATE&numShards=1&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6811
   [junit4]   2> 20340 INFO  (qtp600470869-49) [n:127.0.0.1:45759_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 20434 INFO  (zkCallback-35-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20434 INFO  (zkCallback-33-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20434 INFO  (zkCallback-35-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20434 INFO  (zkCallback-33-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20436 INFO  (qtp600470869-49) [n:127.0.0.1:45759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testLeaderUnloaded&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=8440
   [junit4]   2> 20460 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testLeaderUnloaded): Expected collection: testLeaderUnloaded to be live with 1 shard and 2 replicas
   [junit4]   2> 20468 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 20470 INFO  (watches-58-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 20471 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 20474 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 20477 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 20477 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 20477 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 20477 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 20502 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 20502 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 20502 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 20503 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ffa08dc{/solr,null,AVAILABLE}
   [junit4]   2> 20507 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@ba49c00{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40401}
   [junit4]   2> 20507 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.s.Server Started @20546ms
   [junit4]   2> 20507 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40401}
   [junit4]   2> 20507 ERROR (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 20507 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 20507 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 20508 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 20508 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr
   [junit4]   2> 20508 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-24T02:07:54.899Z
   [junit4]   2> 20526 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 20538 INFO  (zkConnectionManagerCallback-75-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20538 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 20540 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 20546 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 20546 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 20548 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 21061 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 21063 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@414d9261[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21063 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@414d9261[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21267 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@162a3743[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21267 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@162a3743[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 21268 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39479/solr
   [junit4]   2> 21290 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 21303 INFO  (zkConnectionManagerCallback-85-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 21303 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 21422 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 21430 INFO  (zkConnectionManagerCallback-87-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 21430 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 21435 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 21440 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40401_solr as DOWN
   [junit4]   2> 21441 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 21441 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40401_solr
   [junit4]   2> 21443 INFO  (zkCallback-35-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 21448 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 21448 INFO  (zkCallback-33-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 21448 INFO  (zkCallback-60-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 21448 WARN  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_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> 21456 INFO  (zkCallback-86-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 21486 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 21521 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 21532 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 21533 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 21534 INFO  (TEST-TestPrepRecovery.testLeaderUnloaded-seed#[13F5E1F596E3A9E4]) [n:127.0.0.1:40401_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node3
   [junit4]   2> 21570 INFO  (qtp1205535336-56) [n:127.0.0.1:32813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40401_solr&action=ADDREPLICA&collection=testLeaderUnloaded&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 21817 INFO  (OverseerThreadFactory-46-thread-2-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40401_solr for creating new replica of shard shard1 for collection testLeaderUnloaded
   [junit4]   2> 21818 INFO  (OverseerCollectionConfigSetProcessor-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [n:127.0.0.1:32813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 21820 INFO  (OverseerThreadFactory-46-thread-2-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 21822 INFO  (OverseerStateUpdate-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [n:127.0.0.1:32813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testLeaderUnloaded",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testLeaderUnloaded_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40401/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40401_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 21924 INFO  (zkCallback-35-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21924 INFO  (zkCallback-33-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21924 INFO  (zkCallback-35-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21924 INFO  (zkCallback-33-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 22212 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr    x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=testLeaderUnloaded.AUTOCREATED&name=testLeaderUnloaded_shard1_replica_n5&action=CREATE&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22241 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 22290 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 22335 INFO  (zkCallback-33-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 22335 INFO  (zkCallback-33-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 22338 INFO  (zkCallback-35-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 22338 INFO  (zkCallback-35-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderUnloaded/state.json] for collection [testLeaderUnloaded] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 22744 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 22921 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'testLeaderUnloaded_shard1_replica_n5' using configuration from configset testLeaderUnloaded.AUTOCREATED, trusted=true
   [junit4]   2> 22922 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testLeaderUnloaded.shard1.replica_n5' (registry 'solr.core.testLeaderUnloaded.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54e3750f
   [junit4]   2> 22922 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.SolrCore [[testLeaderUnloaded_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node3/testLeaderUnloaded_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001/tempDir-001/node3/testLeaderUnloaded_shard1_replica_n5/data/]
   [junit4]   2> 23324 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23324 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 23327 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 23327 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23363 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 23365 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 23365 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 23366 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 23366 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 23366 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 23368 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 23369 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1681397150132469760
   [junit4]   2> 23377 INFO  (searcherExecutor-97-thread-1-processing-n:127.0.0.1:40401_solr x:testLeaderUnloaded_shard1_replica_n5 c:testLeaderUnloaded s:shard1 r:core_node6) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 23377 INFO  (searcherExecutor-97-thread-1-processing-n:127.0.0.1:40401_solr x:testLeaderUnloaded_shard1_replica_n5 c:testLeaderUnloaded s:shard1 r:core_node6) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 23379 INFO  (searcherExecutor-97-thread-1-processing-n:127.0.0.1:40401_solr x:testLeaderUnloaded_shard1_replica_n5 c:testLeaderUnloaded s:shard1 r:core_node6) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.SolrCore [testLeaderUnloaded_shard1_replica_n5]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 23387 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testLeaderUnloaded/terms/shard1 to Terms{values={core_node2=0, core_node6=0, core_node4=0}, version=2}
   [junit4]   2> 23387 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testLeaderUnloaded/leaders/shard1
   [junit4]   2> 23397 INFO  (qtp833828498-130) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:testLe

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

junit4]   2> 127106 INFO  (zkCallback-86-thread-6) [n:127.0.0.1:40401_solr c:testLeaderUnloaded s:shard1 r:core_node6 x:testLeaderUnloaded_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 127207 INFO  (jetty-closer-119-thread-3) [     ] o.a.s.c.Overseer Overseer (id=72355877994823692-127.0.0.1:40401_solr-n_0000000002) closing
   [junit4]   2> 127209 INFO  (jetty-closer-119-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@ba49c00{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 127210 INFO  (jetty-closer-119-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ffa08dc{/solr,null,UNAVAILABLE}
   [junit4]   2> 127210 INFO  (jetty-closer-119-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 144142 ERROR (OverseerThreadFactory-46-thread-4-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1   ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testLeaderUnloaded operation: addreplica failed:org.apache.solr.common.SolrException: Timed out waiting to see all replicas: [testLeaderUnloaded_shard1_replica_n7] in cluster state. Last state: DocCollection(testLeaderUnloaded//collections/testLeaderUnloaded/state.json/10)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testLeaderUnloaded_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:45759/solr",
   [junit4]   2>           "node_name":"127.0.0.1:45759_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"testLeaderUnloaded_shard1_replica_n5",
   [junit4]   2>           "base_url":"http://127.0.0.1:40401/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40401_solr",
   [junit4]   2>           "state":"recovering",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.waitToSeeReplicasInState(OverseerCollectionMessageHandler.java:708)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.AddReplicaCmd.getReplicaParams(AddReplicaCmd.java:266)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.AddReplicaCmd.addReplica(AddReplicaCmd.java:175)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.AddReplicaCmd.call(AddReplicaCmd.java:93)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 144144 ERROR (OverseerThreadFactory-46-thread-4-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1   ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-0000000006
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2561)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:351)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:351)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:571)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:118)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.markTaskComplete(OverseerTaskProcessor.java:594)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:543)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 144144 WARN  (OverseerThreadFactory-46-thread-4-processing-n:127.0.0.1:32813_solr) [n:127.0.0.1:32813_solr c:testLeaderUnloaded s:shard1   ] o.a.s.c.OverseerTaskProcessor Resetting task: /overseer/collection-queue-work/qn-0000000006, requestid: null, taskKey: testLeaderUnloaded
   [junit4]   2> 144144 INFO  (OverseerAutoScalingTriggerThread-72355877994823688-127.0.0.1:32813_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 144145 INFO  (jetty-closer-119-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72355877994823688-127.0.0.1:32813_solr-n_0000000000) closing
   [junit4]   2> 144145 INFO  (closeThreadPool-131-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72355877994823688-127.0.0.1:32813_solr-n_0000000000) closing
   [junit4]   2> 144146 INFO  (jetty-closer-119-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@35f6d36c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 144147 INFO  (jetty-closer-119-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e344da9{/solr,null,UNAVAILABLE}
   [junit4]   2> 144147 INFO  (jetty-closer-119-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 144148 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 144353 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/testLeaderUnloaded/terms/shard1
   [junit4]   2> 	5	/solr/collections/testLeaderNotResponding/terms/shard1
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testLeaderNotResponding.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testLeaderNotResponding/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testLeaderUnloaded/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	68	/solr/collections/testLeaderUnloaded/state.json
   [junit4]   2> 	45	/solr/collections/testLeaderNotResponding/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	61	/solr/overseer/queue
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 144360 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39479
   [junit4]   2> 144360 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39479
   [junit4]   2> 144360 INFO  (SUITE-TestPrepRecovery-seed#[13F5E1F596E3A9E4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39479
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.7/solr/build/solr-core/test/J2/temp/solr.cloud.TestPrepRecovery_13F5E1F596E3A9E4-001
   [junit4]   2> Oct 24, 2020 2:09:58 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=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=hr-HR, timezone=SystemV/AST4
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=145642504,total=288882688
   [junit4]   2> NOTE: All tests run in this JVM: [TestPrepRecovery]
   [junit4] Completed [38/921 (1!)] on J2 in 144.55s, 2 tests, 1 error <<< FAILURES!

[...truncated 55292 lines...]