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

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
Error from server at https://127.0.0.1:34207/solr/collection1: {"collection1":11}

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34207/solr/collection1: {"collection1":11}
	at __randomizedtesting.SeedInfo.seed([FDDE68646BC8F3A5:892E89212FECB42A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1048)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1048)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1048)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1048)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1048)
	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.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:129)
	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)


FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FDDE68646BC8F3A5:1502C5869820E985]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	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: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 445803728 and allocated threshold 392822784

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:322)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
	... 45 more




Build Log:
[...truncated 13596 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 295430 INFO  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 295430 INFO  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/data-dir-83-001
   [junit4]   2> 295430 WARN  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 295430 INFO  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 295432 INFO  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 295433 INFO  (SUITE-TestCloudRecovery-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 295436 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 295436 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001
   [junit4]   2> 295436 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 295437 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 295437 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 295438 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 295575 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.ZkTestServer start zk server on port: 45761
   [junit4]   2> 295576 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45761
   [junit4]   2> 295576 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45761
   [junit4]   2> 295576 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45761
   [junit4]   2> 295579 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295585 INFO  (zkConnectionManagerCallback-1689-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295600 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295623 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295625 INFO  (zkConnectionManagerCallback-1691-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295625 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295627 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295629 INFO  (zkConnectionManagerCallback-1693-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295630 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295734 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 295734 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 295734 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 295735 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 295736 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ae50c19{/solr,null,AVAILABLE}
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@354e2108{SSL, (ssl, http/1.1)}{127.0.0.1:35019}
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.e.j.s.Server Started @295816ms
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45761/solr, hostPort=35019}
   [junit4]   2> 295739 ERROR (jetty-launcher-1694-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 295739 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-09T21:47:46.218Z
   [junit4]   2> 295747 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295750 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 295750 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 295750 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 295751 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f041e50{/solr,null,AVAILABLE}
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7770ea6f{SSL, (ssl, http/1.1)}{127.0.0.1:35917}
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.e.j.s.Server Started @295829ms
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45761/solr, hostPort=35917}
   [junit4]   2> 295752 ERROR (jetty-launcher-1694-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 295752 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-09T21:47:46.231Z
   [junit4]   2> 295753 INFO  (zkConnectionManagerCallback-1696-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295753 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295753 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295754 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 295754 INFO  (zkConnectionManagerCallback-1698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295754 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295755 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 295761 WARN  (jetty-launcher-1694-thread-2-SendThread(127.0.0.1:45761)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e3cff0b60004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e3cff0b60004, 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 0x106e3cff0b60004, 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> 296404 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 296405 WARN  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 296405 WARN  (jetty-launcher-1694-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@289e9bb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296405 WARN  (jetty-launcher-1694-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@289e9bb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296409 WARN  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 296413 WARN  (jetty-launcher-1694-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b0929f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296413 WARN  (jetty-launcher-1694-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b0929f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296414 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45761/solr
   [junit4]   2> 296416 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 296417 INFO  (zkConnectionManagerCallback-1712-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 296417 INFO  (jetty-launcher-1694-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296620 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 296623 INFO  (zkConnectionManagerCallback-1714-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 296623 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296688 WARN  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 296692 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35917_solr
   [junit4]   2> 296692 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.Overseer Overseer (id=73996926134386694-127.0.0.1:35917_solr-n_0000000000) starting
   [junit4]   2> 296696 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35917_solr
   [junit4]   2> 296699 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35917_solr
   [junit4]   2> 296701 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 296701 WARN  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_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> 296704 INFO  (zkCallback-1713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 296723 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 296754 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35917.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 296760 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35917.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 296760 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35917.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 296761 INFO  (jetty-launcher-1694-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node2
   [junit4]   2> 298117 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298118 WARN  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 298119 WARN  (jetty-launcher-1694-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77d3aabe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298119 WARN  (jetty-launcher-1694-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77d3aabe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298122 WARN  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 298123 WARN  (jetty-launcher-1694-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5be870c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298123 WARN  (jetty-launcher-1694-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5be870c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298123 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45761/solr
   [junit4]   2> 298127 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298128 INFO  (zkConnectionManagerCallback-1734-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298128 INFO  (jetty-launcher-1694-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298129 WARN  (jetty-launcher-1694-thread-1-SendThread(127.0.0.1:45761)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x106e3cff0b60007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x106e3cff0b60007, 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 0x106e3cff0b60007, 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> 298231 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298232 INFO  (zkConnectionManagerCallback-1736-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298232 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298236 WARN  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 298241 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 298245 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35019_solr as DOWN
   [junit4]   2> 298246 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 298246 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35019_solr
   [junit4]   2> 298247 INFO  (zkCallback-1713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 298247 INFO  (zkCallback-1735-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 298248 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 298249 WARN  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_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> 298260 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 298279 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298299 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298299 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298300 INFO  (jetty-launcher-1694-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node1
   [junit4]   2> 298318 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 298319 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298321 INFO  (zkConnectionManagerCallback-1749-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298321 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298322 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 298323 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45761/solr ready
   [junit4]   2> 298381 INFO  (OverseerThreadFactory-1721-thread-1-processing-n:127.0.0.1:35917_solr) [n:127.0.0.1:35917_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 298491 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:35917_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:35917/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 298493 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:35019_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:35019/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 298498 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:35917_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:35917/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 298501 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:35019_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:35019/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 298741 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 298741 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr    x:collection1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 298764 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 298765 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 298766 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 298766 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n6' using configuration from configset config, trusted=true
   [junit4]   2> 298766 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.core.collection1.shard2.replica_n6' (registry 'solr.core.collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298780 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node1/collection1_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node1/collection1_shard2_replica_n6/data/]
   [junit4]   2> 298782 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 298783 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 298784 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 298784 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 298784 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35019.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298784 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node1/collection1_shard1_replica_n2/data/]
   [junit4]   2> 298785 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 298785 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr    x:collection1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 298794 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr    x:collection1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 298847 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 298848 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 298849 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 298849 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 298849 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from configset config, trusted=true
   [junit4]   2> 298850 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35917.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298850 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node2/collection1_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node2/collection1_shard2_replica_n4/data/]
   [junit4]   2> 298854 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 298855 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 298855 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 298855 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35917.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43445f71
   [junit4]   2> 298855 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery_FDDE68646BC8F3A5-001/tempDir-001/node2/collection1_shard1_replica_n1/data/]
   [junit4]   2> 298912 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 298913 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 298916 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 298916 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 298919 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 298919 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 298920 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 298920 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 298924 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 298924 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 298927 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 298928 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 298928 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1707653903844114432
   [junit4]   2> 298928 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 298928 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 298928 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1707653903844114432
   [junit4]   2> 299177 INFO  (searcherExecutor-1753-thread-1-processing-n:127.0.0.1:35019_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 299179 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 299179 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 299180 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 299180 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 299183 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 299183 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 299184 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 299184 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 299187 INFO  (searcherExecutor-1751-thread-1-processing-n:127.0.0.1:35019_solr x:collection1_shard2_replica_n6 c:collection1 s:shard2 r:core_node8) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrCore [collection1_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 299192 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 299193 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 299195 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 299195 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1707653904124084224
   [junit4]   2> 299198 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 299198 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 299198 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 299199 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 299199 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 299200 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1707653904129327104
   [junit4]   2> 299203 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 299206 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 299209 INFO  (searcherExecutor-1758-thread-1-processing-n:127.0.0.1:35917_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 299214 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9997ms
   [junit4]   2> 299218 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 299218 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 299218 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9998ms
   [junit4]   2> 299220 INFO  (searcherExecutor-1755-thread-1-processing-n:127.0.0.1:35917_solr x:collection1_shard2_replica_n4 c:collection1 s:shard2 r:core_node7) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore [collection1_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 299226 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 299226 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 299740 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 299740 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 299740 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/
   [junit4]   2> 299740 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 299741 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 299741 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/
   [junit4]   2> 299742 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=https://127.0.0.1:35019/solr  START replicas=[https://127.0.0.1:35917/solr/collection1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 299742 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=https://127.0.0.1:35019/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 299748 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=https://127.0.0.1:35019/solr  START replicas=[https://127.0.0.1:35917/solr/collection1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 299751 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=https://127.0.0.1:35019/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 299757 INFO  (qtp948570421-2674) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 299757 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 299757 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] 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> 299757 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73996926134386696-core_node5-n_0000000000
   [junit4]   2> 299761 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 299768 INFO  (qtp948570421-2674) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.S.Request [collection1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 299768 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 299768 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] 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> 299768 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/73996926134386696-core_node8-n_0000000000
   [junit4]   2> 299770 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/ shard2
   [junit4]   2> 299876 INFO  (zkCallback-1735-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 299880 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 299880 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 299892 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1151
   [junit4]   2> 299893 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1152
   [junit4]   2> 299987 INFO  (zkCallback-1735-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 299987 INFO  (zkCallback-1735-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 300232 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1447
   [junit4]   2> 300234 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1439
   [junit4]   2> 300237 INFO  (qtp2058668565-2666) [n:127.0.0.1:35019_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> 300338 INFO  (zkCallback-1735-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 300338 INFO  (zkCallback-1713-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 300338 INFO  (zkCallback-1713-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 300338 INFO  (zkCallback-1735-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 300339 INFO  (qtp2058668565-2666) [n:127.0.0.1:35019_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1961
   [junit4]   2> 300339 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 300355 INFO  (qtp2058668565-2662) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 300384 INFO  (OverseerCollectionConfigSetProcessor-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_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> 300507 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[1000 (1707653905334140928)]} 0 3
   [junit4]   2> 300508 INFO  (qtp2058668565-2662) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1000 (1707653905334140928)]} 0 160
   [junit4]   2> 300514 INFO  (qtp2058668565-2664) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 300516 INFO  (qtp948570421-2677) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[1001 (1707653905502961664)]} 0 2
   [junit4]   2> 300517 INFO  (qtp2058668565-2664) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1001 (1707653905502961664)]} 0 7
   [junit4]   2> 300523 INFO  (qtp948570421-2671) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[0 (1707653905511350272)]} 0 1
   [junit4]   2> 300524 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1707653905511350272)]} 0 6
   [junit4]   2> 300527 INFO  (qtp948570421-2674) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1707653905519738880)]} 0 0
   [junit4]   2> 300531 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1707653905519738880)]} 0 5
   [junit4]   2> 300536 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[2 (1707653905527078912)]} 0 1
   [junit4]   2> 300540 INFO  (qtp2058668565-2666) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1707653905527078912)]} 0 8
   [junit4]   2> 300545 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[3 (1707653905536516096)]} 0 1
   [junit4]   2> 300547 INFO  (qtp2058668565-2662) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1707653905536516096)]} 0 5
   [junit4]   2> 300550 INFO  (qtp948570421-2677) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[4 (1707653905543856128)]} 0 0
   [junit4]   2> 300551 INFO  (qtp2058668565-2664) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1707653905543856128)]} 0 2
   [junit4]   2> 300553 INFO  (qtp948570421-2671) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[5 (1707653905547001856)]} 0 0
   [junit4]   2> 300554 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1707653905547001856)]} 0 2
   [junit4]   2> 300556 INFO  (qtp948570421-2674) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[6 (1707653905550147584)]} 0 0
   [junit4]   2> 300557 INFO  (qtp2058668565-2663) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1707653905550147584)]} 0 2
   [junit4]   2> 300559 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[7 (1707653905553293312)]} 0 0
   [junit4]   2> 300560 INFO  (qtp2058668565-2666) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1707653905553293312)]} 0 1
   [junit4]   2> 300562 INFO  (qtp948570421-2671) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[8 (1707653905556439040)]} 0 0
   [junit4]   2> 300563 INFO  (qtp2058668565-2662) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1707653905556439040)]} 0 2
   [junit4]   2> 300565 INFO  (qtp948570421-2672) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[9 (1707653905559584768)]} 0 0
   [junit4]   2> 300566 INFO  (qtp2058668565-2664) [n:127.0.0.1:35019_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1707653905559584768)]} 0 2
   [junit4]   2> 300619 INFO  (qtp948570421-2676) [n:127.0.0.1:35917_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.S.Request [collection1_shard2_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:6&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=https://127.0.0.1:35917/solr/collection1_shard2_replica_n4/|https://127.0.0.1:35019/solr/collection1_shard2_replica_n6/&rid=127.0.0.1-57768&rows=10&version=2&q=*:*&omitHeader=false&NOW=1628545671046&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 300625 INFO  (qtp948570421-2671) [n:127.0.0.1:35917_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:6&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=https://127.0.0.1:35917/solr/collection1_shard1_replica_n1/|https://127.0.0.1:35019/solr/collection1_shard1_replica_n2/&rid=127.0.0.1-57768&rows=10&version=2&q=*:*&omitHeader=false&NOW=1628545671046&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 300626 INFO  (qtp2058668565-2665) [n:127.0.0.1:35019_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection1:6&wt=javabin&version=2} rid=127.0.0.1-57768 hits=0 status=0 QTime=59
   [junit4]   2> 300628 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2088434721
   [junit4]   2> 300628 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35917_solr
   [junit4]   2> 300628 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 300628 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35917_solr as DOWN
   [junit4]   2> 300632 INFO  (ChaosMonkey-1774-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=794240035
   [junit4]   2> 300632 INFO  (ChaosMonkey-1774-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35019_solr
   [junit4]   2> 300633 INFO  (ChaosMonkey-1774-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 300633 INFO  (ChaosMonkey-1774-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35019_solr as DOWN
   [junit4]   2> 300635 INFO  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16a6eb5e
   [junit4]   2> 300636 INFO  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1 tag=SolrCore@16a6eb5e
   [junit4]   2> 300636 INFO  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3de7b35b: rootName = solr_35917, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@42f81556
   [junit4]   2> 300636 INFO  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.c.SolrCore [collection1_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@28af8ac9
   [junit4]   2> 300647 INFO  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.c.SolrCore [collection1_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@7383c992
   [junit4]   2> 300647 INFO  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n6 tag=SolrCore@7383c992
   [junit4]   2> 300647 INFO  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59f283b6: rootName = solr_35019, domain = solr.core.collection1.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n6/com.codahale.metrics.MetricRegistry@3627f864
   [junit4]   2> 300656 INFO  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader tag=SolrCore@16a6eb5e
   [junit4]   2> 300656 INFO  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n4 tag=SolrCore@28af8ac9
   [junit4]   2> 300656 INFO  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7447074e: rootName = solr_35917, domain = solr.core.collection1.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n4/com.codahale.metrics.MetricRegistry@39de7f04
   [junit4]   2> 300657 INFO  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.u.TestInjection Inject failure: skipIndexWriterCommitOnClose=true: org.apache.solr.update.SolrIndexWriter@18cf9648
   [junit4]   2> 300657 WARN  (coreCloseExecutor-1780-thread-1) [n:127.0.0.1:35917_solr     ] o.a.s.u.DirectUpdateHandler2 Skipping commit for IndexWriter.close() due to TestInjection
   [junit4]   2> 300659 INFO  (coreCloseExecutor-1782-thread-2) [n:127.0.0.1:35019_solr     ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@17baf98
   [junit4]   2> 300680 INFO  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader tag=SolrCore@7383c992
   [junit4]   2> 300680 INFO  (coreCloseExecutor-1782-thread-2) [n:127.0.0.1:35019_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2 tag=SolrCore@17baf98
   [junit4]   2> 300681 INFO  (coreCloseExecutor-1782-thread-2) [n:127.0.0.1:35019_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@435cd2e8: rootName = solr_35019, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2/com.codahale.metrics.MetricRegistry@1e6a0baf
   [junit4]   2> 300681 INFO  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.u.TestInjection Inject failure: skipIndexWriterCommitOnClose=true: org.apache.solr.update.SolrIndexWriter@587da664
   [junit4]   2> 300681 WARN  (coreCloseExecutor-1782-thread-1) [n:127.0.0.1:35019_solr     ] o.a.s.u.DirectUpdateHandler2 Skipping commit for IndexWriter.close() due to TestInjection
   [junit4]   2> 300691 INFO  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader tag=SolrCore@28af8ac9
   [junit4]   2> 300692 INFO  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.u.TestInjection Inject failure: skipIndexWriterCommitOnClose=true: org.apache.solr.update.SolrIndexWriter@40f54843
   [junit4]   2> 300692 WARN  (coreCloseExecutor-1780-thread-2) [n:127.0.0.1:35917_solr     ] o.a.s.u.DirectUpdateHandler2 Skipping commit for IndexWriter.close() due to TestInjection
   [junit4]   2> 300701 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 300701 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c041f4c: rootName = solr_35917, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@55b6b733
   [junit4]   2> 300712 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 300712 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21229e05: rootName = solr_35917, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@43252c5e
   [junit4]   2> 300716 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 300716 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4bf07468: rootName = solr_35917, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@9d34489
   [junit4]   2> 300716 INFO  (ChaosMonkey-1774-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 300717 INFO  (closeThreadPool-1784-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73996926134386694-127.0.0.1:35917_solr-n_0000000000) closing
   [junit4]   2> 300718 INFO  (OverseerAutoScalingTriggerThread-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 300718 INFO  (OverseerStateUpdate-73996926134386694-127.0.0.1:35917_solr-n_0000000000) [n:127.0.0.1:35917_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35917_solr
   [junit4]   2> 300732 INFO  (closeThreadPool-1784-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73996926134386694-127.0.0.1:35917_solr-n_0000000000) closing
   [junit4]   2> 300734 WARN  (NIOWorkerThread-3) [     ] o.a.z.s.NIOServerCnxn Unexpected exception
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:37332, session = 0x106e3cff0b60006
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
   [junit4]   2> org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /127.0.0.1:37332, session = 0x106e3cff0b60006
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:326) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:522) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_291]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_291

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

.testCBAlwaysTrips-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 2429718 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[FDDE68646BC8F3A5]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 2429719 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2429719 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1654285437
   [junit4]   2> 2429719 INFO  (coreCloseExecutor-24201-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d40ef44
   [junit4]   2> 2429719 INFO  (coreCloseExecutor-24201-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@7d40ef44
   [junit4]   2> 2429719 INFO  (coreCloseExecutor-24201-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3802d6ba: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@9018e36
   [junit4]   2> 2429729 INFO  (coreCloseExecutor-24201-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2429730 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2429730 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28b84262: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5cc61528
   [junit4]   2> 2429735 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2429735 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b20c835: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1a6976
   [junit4]   2> 2429737 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2429737 INFO  (SUITE-TestCircuitBreaker-seed#[FDDE68646BC8F3A5]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2192999a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@24821ecb
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J3/temp/solr.util.TestCircuitBreaker_FDDE68646BC8F3A5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {title_stringNoNorms=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), title_stemmed=PostingsFormat(name=Direct), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), inStock_b1=Lucene84, _root_=PostingsFormat(name=Direct), name=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene84, title=PostingsFormat(name=Direct), title_lettertok=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=960, maxMBSortInHeap=7.45693828229456, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hu, timezone=America/Iqaluit
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=41299008,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [TestMacroExpander, TestPseudoReturnFields, CachingDirectoryFactoryTest, OverseerTaskQueueTest, TestSubQueryTransformerCrossCore, TestInfoStreamLogging, TestDeleteCollectionOnDownNodes, TestUtilizeNode, DistributedQueueTest, TestJsonFacets, DimensionalRoutedAliasUpdateProcessorTest, AddReplicaTest, TestSimDistribStateManager, HighlighterConfigTest, DistributedQueryComponentCustomSortTest, TestDynamicFieldResource, TestScoreJoinQPScore, TestAuthenticationFramework, ScriptEngineTest, DistanceUnitsTest, OrderedExecutorTest, TestDFISimilarityFactory, IndexSchemaTest, SolrXmlInZkTest, TestRawResponseWriter, TestIndexingPerformance, CoreAdminHandlerTest, TestNoOpRegenerator, TestDistributedGrouping, TestFastLRUCache, ChaosMonkeySafeLeaderTest, CloudExitableDirectoryReaderTest, UpdateLogTest, TestSimGenericDistributedQueue, TestSizeLimitedDistributedMap, TestUtils, ZkShardTermsTest, TestReplicationHandler, ParsingFieldUpdateProcessorsTest, SpatialFilterTest, HdfsCloudIncrementalBackupTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestDistribIDF, AnalysisErrorHandlingTest, TestCloudRecovery2, AggValueSourceTest, QueryEqualityTest, RollingRestartTest, TestMaxTokenLenTokenizer, MoreLikeThisComponentTest, SuggesterTest, NoCacheHeaderTest, TestStressUserVersions, DocumentBuilderTest, TestRestManager, TestEmbeddedSolrServerSchemaAPI, TestCloudPhrasesIdentificationComponent, TestConfigReload, TestLeaderElectionZkExpiry, DirectoryFactoryTest, TemplateUpdateProcessorTest, TestAuthorizationFramework, CollectionsAPIDistributedZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DeleteStatusTest, TestSchemaField, TestSolrFieldCacheBean, BasicDistributedZkTest, ForceLeaderWithTlogReplicasTest, TestMergePolicyConfig, TestInPlaceUpdateWithRouteField, SparseHLLTest, PeerSyncWithIndexFingerprintCachingTest, AlternateDirectoryTest, TestRandomCollapseQParserPlugin, TestStandardQParsers, HdfsBackupRepositoryIntegrationTest, AnalyticsMergeStrategyTest, TestZkAclsWithHadoopAuth, PrimitiveFieldTypeTest, TestHttpShardHandlerFactory, TestBinaryResponseWriter, TestRequestForwarding, TestSchemaVersionResource, TestPrepRecovery, TestMaxScoreQueryParser, SolrTestCaseJ4DeleteCoreTest, SolrSlf4jReporterTest, TestRequestStatusCollectionAPI, TestCoreContainer, GraphQueryTest, TestRecovery, TestCollapseQParserPlugin, SystemInfoHandlerTest, TestTrieFacet, ConnectionManagerTest, TestLMJelinekMercerSimilarityFactory, ZookeeperStatusHandlerFailureTest, TestDynamicLoading, TestSolr4Spatial, DistributedFacetPivotSmallAdvancedTest, SystemLogListenerTest, OpenExchangeRatesOrgProviderTest, MultiSolrCloudTestCaseTest, DateFieldTest, TestFieldCacheSortRandom, TestSolrConfigHandler, JavabinLoaderTest, TestGraphMLResponseWriter, DeleteLastCustomShardedReplicaTest, BigEndianAscendingWordDeserializerTest, TestSolrCloudWithSecureImpersonation, TestDynamicFieldNamesIndexCorrectly, TestBadConfig, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, TestCloudSearcherWarming, TestDistributedMap, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestQueryingOnDownCollection, TestSegmentSorting, TestTlogReplica, SplitByPrefixTest, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest, ExecutePlanActionTest, IndexSizeTriggerMixedBoundsTest, TriggerCooldownIntegrationTest, TestSimComputePlanAction, TestSimLargeCluster, TestSolrConfigHandlerCloud, TestCoreAdminApis, ZookeeperStatusHandlerTest, CustomTermsComponentTest, DistributedQueryElevationComponentTest, ResponseLogComponentTest, TermVectorComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, TaggerTest, XmlInterpolationTest, TestPostingsSolrHighlighter, TestSlowCompositeReaderWrapper, TestLegacyField, TestLegacyNumericUtils, TestLogWatcher, MetricsConfigTest, MetricsDisabledCloudTest, SolrCloudReportersTest, TestRetrieveFieldsOptimizer, TestChildDocTransformerHierarchy, TestSubQueryTransformer, TestDynamicFieldCollectionResource, TestSchemaNameResource, TestSchemaSimilarityResource, DocValuesMissingTest, NotRequiredUniqueKeyTest, NumericFieldsTest, RankFieldTest, SchemaApiFailureTest, TestBinaryField, TestBulkSchemaConcurrent, TestOmitPositions, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, CursorMarkTest, RankQParserPluginTest, ReturnFieldsTest, TestComplexPhraseLeadingWildcard, TestDocSet, TestExtendedDismaxParser, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMissingGroups, TestQueryUtils, TestRTGBase, TestRangeQuery, TestOrdValues, TestSortByMinMaxFunction, DistanceFunctionTest, BlockJoinFacetDistribTest, TestNestedDocsSort, TestScoreJoinQPNoScore, CloudMLTQParserTest, JWTVerificationkeyResolverTest, CacheHeaderTest, DirectSolrConnectionTest, DirectSolrSpellCheckerTest, SpellCheckCollatorTest, TestSuggestSpellingConverter, SuggesterTSTTest, TestFileDictionaryLookup, BufferStoreTest, TestDocTermOrdsUninvertLimit, DataDrivenBlockJoinTest, PeerSyncTest, TestExceedMaxTermLength, TestHdfsUpdateLog, TestUpdate, TransactionLogTest, AtomicUpdateProcessorFactoryTest, ClassificationUpdateProcessorIntegrationTest, PreAnalyzedUpdateProcessorTest, SignatureUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, URLClassifyProcessorTest, UniqFieldsUpdateProcessorFactoryTest, XMLAtomicUpdateMultivalueTest, SolrPluginUtilsTest, TestCircuitBreaker]
   [junit4] Completed [916/939 (2!)] on J3 in 0.76s, 5 tests, 1 error <<< FAILURES!

[...truncated 52567 lines...]