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/06/16 16:17:22 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.x - Build # 302 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/302/

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:45877/n/sl

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45877/n/sl
	at __randomizedtesting.SeedInfo.seed([7B21D73B4F009887:F375E8E1E1FCF57F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:340)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 47 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([7B21D73B4F009887:93FD7AD9BCE882A7]: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 409712520 and allocated threshold 393216000

	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 13217 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 23706 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-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-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 23707 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/data-dir-2-001
   [junit4]   2> 23707 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=160 numCloses=160
   [junit4]   2> 23707 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 23710 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 23710 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 23710 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /n/sl
   [junit4]   2> 23726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 23740 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 23741 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 23818 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 23928 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer start zk server on port: 38041
   [junit4]   2> 23928 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38041
   [junit4]   2> 23929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38041
   [junit4]   2> 23929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38041
   [junit4]   2> 24009 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24043 INFO  (zkConnectionManagerCallback-24-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24043 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24080 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24087 INFO  (zkConnectionManagerCallback-26-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24087 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24109 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 24301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 24305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 24310 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 24313 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 24316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 24319 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 24322 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 24324 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 24326 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 24328 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 24330 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 24663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24668 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_281-b09
   [junit4]   2> 24681 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24681 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 24703 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2712acb7{/n/sl,null,AVAILABLE}
   [junit4]   2> 24709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@166518ac{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34115}
   [junit4]   2> 24709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.s.Server Started @24736ms
   [junit4]   2> 24709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/tempDir-001/control/data, hostContext=/n/sl, hostPort=45877, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/control-001/cores}
   [junit4]   2> 24734 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24734 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24734 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 24734 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24734 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 24734 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-16T14:25:49.561Z
   [junit4]   2> 24735 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24740 INFO  (zkConnectionManagerCallback-28-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24740 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24746 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40002, 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 0x100f8841eb40002, 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> 24848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 24848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/control-001/solr.xml
   [junit4]   2> 24854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 24854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 24857 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 25410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 25421 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d6a5dbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25421 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d6a5dbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25426 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ca15b90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25426 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ca15b90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25434 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38041/solr
   [junit4]   2> 25448 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25451 INFO  (zkConnectionManagerCallback-39-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25457 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40003, 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 0x100f8841eb40003, 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> 25562 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25565 INFO  (zkConnectionManagerCallback-41-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25565 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25738 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] 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> 25785 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45877_n%2Fsl
   [junit4]   2> 25789 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.Overseer Overseer (id=72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) starting
   [junit4]   2> 25893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45877_n%2Fsl
   [junit4]   2> 25895 INFO  (OverseerStateUpdate-72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45877_n%2Fsl
   [junit4]   2> 25904 INFO  (OverseerStateUpdate-72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 25934 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 25937 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] 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> 25982 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 26006 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 26007 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 26007 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 26009 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/control-001/cores
   [junit4]   2> 26214 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 26218 INFO  (zkConnectionManagerCallback-58-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26218 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 26219 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 26221 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38041/solr ready
   [junit4]   2> 26344 INFO  (SocketProxy-Acceptor-45877) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37568,localport=45877], receiveBufferSize: 65536
   [junit4]   2> 26346 INFO  (SocketProxy-Acceptor-45877) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34115,localport=47546], receiveBufferSize=65536
   [junit4]   2> 26628 INFO  (OverseerThreadFactory-48-thread-1-processing-n:127.0.0.1:45877_n%2Fsl) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 26807 INFO  (SocketProxy-Acceptor-45877) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37730,localport=45877], receiveBufferSize: 65536
   [junit4]   2> 26807 INFO  (SocketProxy-Acceptor-45877) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34115,localport=47708], receiveBufferSize=65536
   [junit4]   2> 26861 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 26863 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 28229 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 28232 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 28647 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 28797 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.WordDelimiterFilterFactory Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28929 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.GeoHashField Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28934 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.LatLonType Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 29364 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.D.s.CurrencyField Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33484 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 34315 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 34316 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 34317 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 34346 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=64.5224609375, floorSegmentMB=0.744140625, forceMergeDeletesPctAllowed=23.16652880135248, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=28.520396921176186
   [junit4]   2> 35003 WARN  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 35850 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 35851 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 35962 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 35962 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 36178 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 36375 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40005, 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 0x100f8841eb40005, 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> 37455 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 37456 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 37464 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 37493 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1702733872963256320
   [junit4]   2> 37540 INFO  (searcherExecutor-60-thread-1-processing-n:127.0.0.1:45877_n%2Fsl x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 37704 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 37707 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 38102 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 38102 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 38111 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45877/n/sl/control_collection_shard1_replica_n1/
   [junit4]   2> 38139 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 38146 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:45877/n/sl/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 38163 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72330840372412420-core_node2-n_0000000000
   [junit4]   2> 38221 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45877/n/sl/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 38230 INFO  (zkCallback-40-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 38467 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 38598 INFO  (qtp119532718-62) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11780
   [junit4]   2> 38798 INFO  (zkCallback-40-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 38798 INFO  (zkCallback-40-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 38800 INFO  (zkCallback-40-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 38891 INFO  (qtp119532718-59) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 38892 INFO  (qtp119532718-59) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45877_n%252Fsl&wt=javabin&version=2} status=0 QTime=12350
   [junit4]   2> 38897 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=17903738
   [junit4]   2> 38897 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45877_n%2Fsl
   [junit4]   2> 38900 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 38900 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45877_n%2Fsl as DOWN
   [junit4]   2> 39025 INFO  (zkCallback-40-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39025 INFO  (zkCallback-40-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39059 INFO  (zkCallback-40-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39124 INFO  (coreCloseExecutor-70-thread-1) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c9ca470
   [junit4]   2> 39125 INFO  (coreCloseExecutor-70-thread-1) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1 tag=SolrCore@c9ca470
   [junit4]   2> 39125 INFO  (coreCloseExecutor-70-thread-1) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71debdfe: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@8940218
   [junit4]   2> 39385 INFO  (coreCloseExecutor-70-thread-1) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader tag=SolrCore@c9ca470
   [junit4]   2> 39394 INFO  (coreCloseExecutor-70-thread-1) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 39420 INFO  (OverseerCollectionConfigSetProcessor-72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) [n:127.0.0.1:45877_n%2Fsl     ] 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> 39453 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 39453 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@109c3b88: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@651f24c9
   [junit4]   2> 39507 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 39507 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@554c75c3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1f1ace76
   [junit4]   2> 39509 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 39509 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70bbfcee: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@66bd5195
   [junit4]   2> 39509 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 39512 INFO  (closeThreadPool-72-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) closing
   [junit4]   2> 39515 INFO  (OverseerAutoScalingTriggerThread-72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 39515 INFO  (OverseerStateUpdate-72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) [n:127.0.0.1:45877_n%2Fsl     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45877_n%2Fsl
   [junit4]   2> 39738 INFO  (closeThreadPool-72-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) closing
   [junit4]   2> 39781 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40004, 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 0x100f8841eb40004, 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> 39883 INFO  (closeThreadPool-66-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72330840372412420-127.0.0.1:45877_n%2Fsl-n_0000000000) closing
   [junit4]   2> 39895 INFO  (closeThreadPool-66-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@166518ac{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 39906 INFO  (closeThreadPool-66-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2712acb7{/n/sl,null,STOPPED}
   [junit4]   2> 39906 INFO  (closeThreadPool-66-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 39908 WARN  (closeThreadPool-66-thread-2) [     ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:45877/n/sl, target: http://127.0.0.1:34115/n/sl
   [junit4]   2> 39909 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 39910 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40000, 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 0x100f8841eb40000, 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> 40012 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]-SendThread(127.0.0.1:38041)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100f8841eb40001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100f8841eb40001, 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 0x100f8841eb40001, 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> 40364 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 40388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38041
   [junit4]   2> 40388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38041
   [junit4]   2> 40388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[7B21D73B4F009887]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38041
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=7B21D73B4F009887 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=tr -Dtests.timezone=Europe/Gibraltar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   16.7s J3 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45877/n/sl
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7B21D73B4F009887:F375E8E1E1FCF57F]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:340)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 47 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7B21D73B4F009887-001
   [junit4]   2> Jun 16, 2021 2:26:05 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=58, maxDocsPerChunk=8, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=58, maxDocsPerChunk=8, blockSize=3)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=tr, timezone=Europe/Gibraltar
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=235037704,total=380633088
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, SparseHLLTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [3/939 (1!)] on J3 in 17.19s, 1 test, 1 error <<< FAILURES!

[...truncated 2828 lines...]
   [junit4] Suite: org.apache.solr.util.TestCircuitBreaker
   [junit4]   2> 4743681 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-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-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4743682 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.util.TestCircuitBreaker_7B21D73B4F009887-001/data-dir-254-001
   [junit4]   2> 4743682 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4743682 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-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> 4743683 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4743683 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4743688 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4743703 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4743703 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4743706 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4743713 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4744245 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4744246 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4744247 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4744248 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] 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> 4744249 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28f8889d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4744249 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28f8889d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4744251 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] 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> 4744251 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68e555e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4744252 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68e555e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4744253 WARN  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] 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> 4744282 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 4744289 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 4744289 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 4744291 INFO  (coreLoadExecutor-35913-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4744299 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4744317 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4744317 WARN  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4744321 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4744328 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4744335 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4744335 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14cd1699
   [junit4]   2> 4744335 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.util.TestCircuitBreaker_7B21D73B4F009887-001/data-dir-254-001/]
   [junit4]   2> 4744336 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.318359375, noCFSRatio=0.0]
   [junit4]   2> 4744392 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4744392 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4744393 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8330078125, noCFSRatio=1.0]
   [junit4]   2> 4744394 WARN  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4744395 INFO  (coreLoadExecutor-35913-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4744396 INFO  (searcherExecutor-35915-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4744396 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4744397 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4744399 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4744399 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4744400 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4744400 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4744400 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4744413 INFO  (searcherExecutor-35915-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4744413 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 4744414 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 4744415 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4744416 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4744416 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4744417 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4744417 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [jun

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

s={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7
   [junit4]   2> 4744762 INFO  (TestCircuitBreaker-35920-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7
   [junit4]   2> 4744762 INFO  (TestCircuitBreaker-35920-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7
   [junit4]   2> 4744762 INFO  (TestCircuitBreaker-35920-thread-5) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=7
   [junit4]   2> 4744763 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[7B21D73B4F009887]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 4744763 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4744763 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=972778879
   [junit4]   2> 4744763 INFO  (coreCloseExecutor-35922-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@277f8606
   [junit4]   2> 4744763 INFO  (coreCloseExecutor-35922-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@277f8606
   [junit4]   2> 4744763 INFO  (coreCloseExecutor-35922-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f964004: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@ec8b05f
   [junit4]   2> 4744773 INFO  (coreCloseExecutor-35922-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 4744774 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 4744774 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6db2a74b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@18fb9d89
   [junit4]   2> 4744779 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 4744779 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40352979: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1f1ace76
   [junit4]   2> 4744781 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 4744781 INFO  (SUITE-TestCircuitBreaker-seed#[7B21D73B4F009887]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f810cd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@66bd5195
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.util.TestCircuitBreaker_7B21D73B4F009887-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=25317, maxDocsPerChunk=518, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=25317, maxDocsPerChunk=518, blockSize=5)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=it, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=90795856,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, SparseHLLTest, LeaderFailoverAfterPartitionTest, TestMacroExpander, AggValueSourceTest, DistanceUnitsTest, TestQueryingOnDownCollection, NodeLostTriggerTest, BasicAuthStandaloneTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, TestSolrFieldCacheBean, TestRequestStatusCollectionAPI, UpdateLogTest, SolrSlf4jReporterTest, TestRestManager, CdcrOpsAndBoundariesTest, TestInfoStreamLogging, TestNoOpRegenerator, TestJsonFacets, TestConfigOverlay, TestAuthorizationFramework, TestBadConfig, SystemLogListenerTest, TestNumericTerms32, TestSnapshotCloudManager, NoCacheHeaderTest, FuzzySearchTest, TestDistribPackageStore, CdcrWithNodesRestartsTest, OpenExchangeRatesOrgProviderTest, StatsComponentTest, TestGraphMLResponseWriter, TokenizerChainTest, TestZkAclsWithHadoopAuth, TestFieldCacheSortRandom, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ZkShardTermsTest, TestBinaryField, TestDFISimilarityFactory, TestDocTermOrdsUninvertLimit, UUIDUpdateProcessorFallbackTest, CustomHighlightComponentTest, HttpPartitionWithTlogReplicasTest, CollectionPropsTest, SubstringBytesRefFilterTest, TestCollectionsAPIViaSolrCloudCluster, HdfsTlogReplayBufferedWhileIndexingTest, TestCloudPhrasesIdentificationComponent, TestSystemCollAutoCreate, DistributedFacetSimpleRefinementLongTailTest, TestUtils, TestHighFrequencyDictionaryFactory, TestInitQParser, IndexSchemaTest, MultiSolrCloudTestCaseTest, TestSearchPerf, ClassificationUpdateProcessorIntegrationTest, AnalysisErrorHandlingTest, TestPrepRecovery, ConnectionManagerTest, XsltUpdateRequestHandlerTest, SpatialFilterTest, TestPerFieldSimilarityWithDefaultOverride, TestMaxScoreQueryParser, AnalyticsMergeStrategyTest, SuggesterTest, CloudExitableDirectoryReaderTest, SystemInfoHandlerTest, TestDelegationWithHadoopAuth, DirectoryFactoryTest, TestRemoteStreaming, DistributedFacetPivotSmallAdvancedTest, TestManagedSchemaAPI, TestIndexingPerformance, TestStressUserVersions, ParsingFieldUpdateProcessorsTest, TestRestoreCore, TestSimPolicyCloud, DistributedQueryComponentCustomSortTest, LegacyCloudClusterPropTest, CollectionsAPIDistributedZkTest, ReturnFieldsTest, TestChildDocTransformer, DistributedExpandComponentTest, ComputePlanActionTest, TestLeaderElectionZkExpiry, RollingRestartTest, AuthToolTest, OrderedExecutorTest, ShardSplitTest, AtomicUpdateProcessorFactoryTest, TestManagedSynonymFilterFactory, PrimitiveFieldTypeTest, SchemaVersionSpecificBehaviorTest, ScriptEngineTest, TestConfigReload, TestCollationField, SolrTestCaseJ4DeleteCoreTest, OutOfBoxZkACLAndCredentialsProvidersTest, ImplicitSnitchTest, ResponseLogComponentTest, TestFieldTypeResource, FullHLLTest, MissingSegmentRecoveryTest, TestSchemaField, DocValuesTest, TestSolrXml, HdfsChaosMonkeyNothingIsSafeTest, RequestLoggingTest, HdfsCloudIncrementalBackupTest, TestDynamicFieldResource, IndexSizeTriggerMixedBoundsTest, ZookeeperStatusHandlerFailureTest, UninvertDocValuesMergePolicyTest, SolrPluginUtilsTest, TestDynamicLoadingUrl, TestImplicitCoreProperties, TestMergePolicyConfig, TestShardHandlerFactory, TestSimpleTextCodec, TestXIncludeConfig, BackupIdTest, HdfsBackupRepositoryIntegrationTest, TestSolrCoreSnapshots, CSVRequestHandlerTest, FieldAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, SearchHandlerTest, TestBlobHandler, TestIncrementalCoreBackup, TestReplicationHandlerBackup, TestReplicationHandlerDiskOverFlow, TestSQLHandlerNonCloud, TestSnapshotCoreBackup, TestSolrConfigHandlerCloud, TestStressThreadBackup, IndexSizeEstimatorTest, MetricsHistoryHandlerTest, SplitHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, ThreadDumpHandlerTest, V2CollectionBackupsAPIMappingTest, ZookeeperReadAPITest, ZookeeperStatusHandlerTest, BadComponentTest, CloudReplicaSourceTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedMLTComponentTest, DistributedQueryElevationComponentTest, DistributedSuggestComponentTest, QueryElevationComponentTest, TestDistributedStatsComponentCardinality, TestBulkSchemaAPI, DocValuesMissingTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, NotRequiredUniqueKeyTest, NumericFieldsTest, TestBulkSchemaConcurrent, TestHalfAndHalfDocValues, TestManagedSchemaThreadSafety, TestOmitPositions, TestPointFields, TestElisionMultitermQuery, TestGraphTermsQParserPlugin, TestIndexSearcher, TestRecovery, TestReloadDeadlock, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, CrossCollectionJoinQueryTest, BJQFilterAccessibleTest, CloudMLTQParserTest, AuditLoggerIntegrationTest, ResponseHeaderTest, SecurityHeadersTest, SolrRequestParserTest, FileBasedSpellCheckerTest, SpellCheckCollatorTest, BlockCacheTest, BufferStoreTest, HdfsDirectoryTest, DataDrivenBlockJoinTest, DirectUpdateHandlerTest, MaxSizeAutoCommitTest, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest, UpdateParamsTest, VersionInfoTest, AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest, ClassificationUpdateProcessorFactoryTest, ClassificationUpdateProcessorTest, CloneFieldUpdateProcessorFactoryTest, RegexBoostProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestCloudDeduplication, TestPartialUpdateDeduplication, TimeRoutedAliasUpdateProcessorTest, TolerantUpdateProcessorTest, URLClassifyProcessorTest, DynamicMapsTest, FileUtilsTest, NumberUtilsTest, PrimUtilsTest, SimplePostToolTest, SolrLogPostToolTest, TestCircuitBreaker]
   [junit4] Completed [838/939 (2!)] on J3 in 1.25s, 5 tests, 1 error <<< FAILURES!

[...truncated 52845 lines...]