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/02/05 11:28:44 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.8 - Build # 44 - Failure!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.8/44/

1 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Timeout while trying to assert number of documents @ source_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ source_collection
	at __randomizedtesting.SeedInfo.seed([2C44CFD826BD6AFB:FF4D9FC6632EF66C]:0)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:278)
	at org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:233)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	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.lang.AssertionError: expected:<120> but was:<130>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:269)
	... 46 more




Build Log:
[...truncated 14191 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
   [junit4]   2> 1386370 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-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.8/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1386370 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/data-dir-89-001
   [junit4]   2> 1386370 WARN  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1386372 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1386374 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1386374 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1386374 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[2C44CFD826BD6AFB]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sw/u
   [junit4]   2> 1386377 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1386378 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1386378 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1386378 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1386478 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43855
   [junit4]   2> 1386478 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43855
   [junit4]   2> 1386478 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43855
   [junit4]   2> 1386478 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43855
   [junit4]   2> 1386495 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1386526 INFO  (zkConnectionManagerCallback-8591-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386526 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1386737 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1386739 INFO  (zkConnectionManagerCallback-8593-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386739 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1386744 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1386745 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1386747 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1386747 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1386748 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1386749 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1386750 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1386752 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1386753 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1386756 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1386757 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1386759 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationWithBufferedUpdates
   [junit4]   2> 1386968 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1386968 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1386968 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1387066 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1387066 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1387067 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1387067 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14a9d372{/sw/u,null,AVAILABLE}
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66c96ad6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40667}
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.Server Started @1387098ms
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/sw/u, hostPort=40667, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-001/cores}
   [junit4]   2> 1387068 ERROR (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr
   [junit4]   2> 1387068 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-05T10:23:59.969Z
   [junit4]   2> 1387073 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387074 INFO  (zkConnectionManagerCallback-8595-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387074 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387284 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1387284 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-001/solr.xml
   [junit4]   2> 1387292 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1387292 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1387294 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1388843 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1388844 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@770dc854[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1388844 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@770dc854[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1388847 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66f02ec8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1388847 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66f02ec8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1388848 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43855/solr
   [junit4]   2> 1388849 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388850 INFO  (zkConnectionManagerCallback-8606-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1388850 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388851 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]-SendThread(127.0.0.1:43855)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10328a33d700003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10328a33d700003, 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 0x10328a33d700003, 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> 1388954 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388955 INFO  (zkConnectionManagerCallback-8608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1388955 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1389241 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40667_sw%2Fu
   [junit4]   2> 1389242 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.Overseer Overseer (id=72946700543590404-127.0.0.1:40667_sw%2Fu-n_0000000000) starting
   [junit4]   2> 1389251 INFO  (OverseerStateUpdate-72946700543590404-127.0.0.1:40667_sw%2Fu-n_0000000000) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40667_sw%2Fu
   [junit4]   2> 1389252 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40667_sw%2Fu
   [junit4]   2> 1389255 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1389256 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1389256 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] 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> 1389282 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1389301 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1389309 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1389309 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1389434 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-001/cores
   [junit4]   2> 1389762 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1389762 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1389762 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1389788 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1389788 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1389788 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee928b1{/sw/u,null,AVAILABLE}
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@58c7bff1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38039}
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.s.Server Started @1389838ms
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/sw/u, hostPort=38039, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-002/cores}
   [junit4]   2> 1389807 ERROR (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr
   [junit4]   2> 1389807 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-05T10:24:02.708Z
   [junit4]   2> 1389822 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1389846 INFO  (zkConnectionManagerCallback-8622-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389848 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1389871 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]-SendThread(127.0.0.1:43855)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10328a33d700005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10328a33d700005, 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 0x10328a33d700005, 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> 1390125 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1390125 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-002/solr.xml
   [junit4]   2> 1390127 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1390127 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1390130 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1394856 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1394857 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75239ff5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1394857 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75239ff5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1394860 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d4c3769[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1394860 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d4c3769[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1394861 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43855/solr
   [junit4]   2> 1394863 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1394876 INFO  (zkConnectionManagerCallback-8633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1394881 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1394883 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]-SendThread(127.0.0.1:43855)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10328a33d700006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10328a33d700006, 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 0x10328a33d700006, 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> 1394985 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1394987 INFO  (zkConnectionManagerCallback-8635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1394987 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1394995 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1394998 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.ZkController Publish node=127.0.0.1:38039_sw%2Fu as DOWN
   [junit4]   2> 1394999 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1394999 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38039_sw%2Fu
   [junit4]   2> 1395005 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1395005 INFO  (zkCallback-8634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1395007 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1395007 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] 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> 1395048 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1395069 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1395083 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1395084 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1395085 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-002/cores
   [junit4]   2> 1395276 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1395282 INFO  (zkConnectionManagerCallback-8648-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1395282 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1395284 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1395287 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43855/solr ready
   [junit4]   2> 1395307 INFO  (OverseerThreadFactory-8615-thread-1-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.a.c.CreateCollectionCmd Create collection tmp_collection
   [junit4]   2> 1395417 WARN  (OverseerThreadFactory-8615-thread-1-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (tmp_collection) without cores.
   [junit4]   2> 1395418 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1395418 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1395423 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=134
   [junit4]   2> 1395431 INFO  (OverseerCollectionConfigSetProcessor-72946700543590404-127.0.0.1:40667_sw%2Fu-n_0000000000) [n:127.0.0.1:40667_sw%2Fu     ] 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> 1395434 INFO  (OverseerThreadFactory-8615-thread-2-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40667_sw%2Fu for creating new replica of shard shard1 for collection tmp_collection
   [junit4]   2> 1395436 INFO  (OverseerThreadFactory-8615-thread-2-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1395443 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu    x:tmp_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n1&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1395444 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu    x:tmp_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1396461 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1396479 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1396483 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1396502 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1396502 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.tmp_collection.shard1.replica_n1' (registry 'solr.core.tmp_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1396503 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-001/cores/tmp_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-001/cores/tmp_collection_shard1_replica_n1/data/]
   [junit4]   2> 1396505 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1672753387, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1396636 WARN  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.D.s.CdcrRequestHandler Solr loaded a deprecated plugin/analysis class [solr.CdcrRequestHandler]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 1396636 WARN  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6 and shall be removed in 9.0. See SOLR-14022 for details.
   [junit4]   2> 1396748 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1396748 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1396750 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1396750 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1396751 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1396754 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1396755 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1396755 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1396760 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.h.CdcrBufferStateManager Created znode /collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 1396764 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.h.CdcrProcessStateManager Created znode /collections/tmp_collection/cdcr/state/process
   [junit4]   2> 1396775 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1690850452754661376
   [junit4]   2> 1396777 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1396778 INFO  (searcherExecutor-8650-thread-1-processing-n:127.0.0.1:40667_sw%2Fu x:tmp_collection_shard1_replica_n1 c:tmp_collection s:shard1) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1396782 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tmp_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1396782 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/tmp_collection/leaders/shard1
   [junit4]   2> 1396786 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1396786 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1396786 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/
   [junit4]   2> 1396786 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1396787 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1396787 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/tmp_collection/leaders/shard1/leader after winning as /collections/tmp_collection/leader_elect/shard1/election/72946700543590404-core_node2-n_0000000000
   [junit4]   2> 1396787 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 1396896 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1396912 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1397027 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397030 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1397032 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1397033 INFO  (zkCallback-8607-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397039 INFO  (qtp1510790818-16454) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n1&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1596
   [junit4]   2> 1397041 INFO  (qtp1510700516-16488) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40667_sw%252Fu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1617
   [junit4]   2> 1397044 INFO  (OverseerThreadFactory-8615-thread-3-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38039_sw%2Fu for creating new replica of shard shard1 for collection tmp_collection
   [junit4]   2> 1397044 INFO  (OverseerCollectionConfigSetProcessor-72946700543590404-127.0.0.1:40667_sw%2Fu-n_0000000000) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1397045 INFO  (OverseerThreadFactory-8615-thread-3-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1397048 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu    x:tmp_collection_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n3&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1397160 INFO  (zkCallback-8607-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397161 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397169 INFO  (zkCallback-8607-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398079 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1398125 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1398140 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1398173 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 1398174 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.tmp_collection.shard1.replica_n3' (registry 'solr.core.tmp_collection.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2197e1c9
   [junit4]   2> 1398174 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-002/cores/tmp_collection_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_2C44CFD826BD6AFB-001/jetty-002/cores/tmp_collection_shard1_replica_n3/data/]
   [junit4]   2> 1398178 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1672753387, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1398279 WARN  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6 and shall be removed in 9.0. See SOLR-14022 for details.
   [junit4]   2> 1398280 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1398280 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1398281 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1398281 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1398282 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1398285 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1398285 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1398285 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1398288 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1690850454341156864
   [junit4]   2> 1398290 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398291 INFO  (searcherExecutor-8657-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1398496 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tmp_collection/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 1398496 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/tmp_collection/leaders/shard1
   [junit4]   2> 1398498 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398500 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.ZkController Core needs to recover:tmp_collection_shard1_replica_n3
   [junit4]   2> 1398501 INFO  (updateExecutor-8629-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1398501 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398502 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n1]  webapp=/sw/u path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1398503 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1398504 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1398505 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398505 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n3&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1458
   [junit4]   2> 1398506 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n1]  webapp=/sw/u path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1398506 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n1]  webapp=/sw/u path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1398506 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[tmp_collection_shard1_replica_n3]
   [junit4]   2> 1398506 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1398506 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Publishing state of core [tmp_collection_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/] and I am [http://127.0.0.1:38039/sw/u/tmp_collection_shard1_replica_n3/]
   [junit4]   2> 1398508 INFO  (qtp1510700516-16489) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38039_sw%252Fu&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1466
   [junit4]   2> 1398511 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:40667/sw/u]; [WaitForState: action=PREPRECOVERY&core=tmp_collection_shard1_replica_n1&nodeName=127.0.0.1:38039_sw%252Fu&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1398511 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu    x:tmp_collection_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1398511 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398511 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard1, thisCore=tmp_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:38039_sw%2Fu, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:38039_sw%2Fu",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "base_url":"http://127.0.0.1:38039/sw/u"}
   [junit4]   2> 1398512 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard1, thisCore=tmp_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:38039_sw%2Fu, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:38039_sw%2Fu",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "base_url":"http://127.0.0.1:38039/sw/u"}
   [junit4]   2> 1398512 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard1, thisCore=tmp_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:38039_sw%2Fu, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:38039_sw%2Fu",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "base_url":"http://127.0.0.1:38039/sw/u"}
   [junit4]   2> 1398515 WARN  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]-SendThread(127.0.0.1:43855)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10328a33d700008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10328a33d700008, 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 0x10328a33d700008, 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> 1398616 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1398616 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: tmp_collection failOnTimeout: true timeout (sec):
   [junit4]   2> 1398616 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   2> 1398628 INFO  (zkCallback-8634-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398628 INFO  (zkCallback-8607-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398628 INFO  (zkCallback-8607-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398629 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 1398629 INFO  (watches-8609-thread-2) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=tmp_collection, shard=shard1, thisCore=tmp_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:38039_sw%2Fu, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:38039_sw%2Fu",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "base_url":"http://127.0.0.1:38039/sw/u"}
   [junit4]   2> 1398629 INFO  (qtp1510790818-16456) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:38039_sw%252Fu&onlyIfLeaderActive=true&core=tmp_collection_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=117
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 1398629 INFO  (zkCallback-8634-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 1398630 INFO  (zkCallback-8634-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399047 INFO  (OverseerCollectionConfigSetProcessor-72946700543590404-127.0.0.1:40667_sw%2Fu-n_0000000000) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1399129 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1399130 WARN  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1399130 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 1399130 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1399130 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/].
   [junit4]   2> 1399131 INFO  (qtp1510790818-16452) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1399156 INFO  (qtp1510700516-16489) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1399156 INFO  (qtp1510700516-16489) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 1399156 INFO  (qtp1510700516-16489) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n3]  webapp=/sw/u path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40667/sw/u/tmp_collection_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 1399159 INFO  (qtp1510790818-16452) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n1]  webapp=/sw/u path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 1399160 INFO  (qtp1510790818-16453) [n:127.0.0.1:40667_sw%2Fu c:tmp_collection s:shard1 r:core_node2 x:tmp_collection_shard1_replica_n1 ] o.a.s.c.S.Request [tmp_collection_shard1_replica_n1]  webapp=/sw/u path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1399160 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.h.IndexFetcher Leader's generation: 1
   [junit4]   2> 1399160 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.h.IndexFetcher Leader's version: 0
   [junit4]   2> 1399160 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.h.IndexFetcher Follower's generation: 1
   [junit4]   2> 1399160 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.h.IndexFetcher Follower's version: 0
   [junit4]   2> 1399160 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.h.IndexFetcher New index in Leader. Deleting mine...
   [junit4]   2> 1399164 INFO  (searcherExecutor-8657-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1399164 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1399164 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 1399164 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1399165 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 1399165 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1690850455260758016
   [junit4]   2> 1399166 INFO  (recoveryExecutor-8631-thread-1-processing-n:127.0.0.1:38039_sw%2Fu x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) [n:127.0.0.1:38039_sw%2Fu c:tmp_collection s:shard1 r:core_node4 x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 1399267 INFO  (zkCallback-8607-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399267 INFO  (zkCallback-8634-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399267 INFO  (zkCallback-8607-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399267 INFO  (zkCallback-8634-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399267 INFO  (zkCallback-8607-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399267 INFO  (zkCallback-8634-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1399268 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: tmp_collection
   [junit4]   2> 1399270 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1399271 INFO  (zkConnectionManagerCallback-8668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1399271 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1399272 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1399273 INFO  (TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[2C44CFD826BD6AFB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43855/solr ready
   [junit4]   2> 1399276 INFO  (OverseerThreadFactory-8615-thread-4-processing-n:127.0.0.1:40667_sw%2Fu) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1399277 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu    x:tmp_collection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tmp_collection.shard1.replica_n1 tag=null
   [junit4]   2> 1399277 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu    x:tmp_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@599c14ee: rootName = null, domain = solr.core.tmp_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.tmp_collection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@5b0dec98
   [junit4]   2> 1399288 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu    x:tmp_collection_shard1_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tmp_collection.shard1.replica_n3 tag=null
   [junit4]   2> 1399288 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu    x:tmp_collection_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@309ef1d6: rootName = null, domain = solr.core.tmp_collection.shard1.replica_n3, service url = null, agent id = null] for registry solr.core.tmp_collection.shard1.replica_n3/com.codahale.metrics.MetricRegistry@137e4810
   [junit4]   2> 1399472 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@1073b795
   [junit4]   2> 1399472 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tmp_collection.shard1.replica_n3 tag=SolrCore@1073b795
   [junit4]   2> 1399473 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tmp_collection.shard1.leader tag=SolrCore@1073b795
   [junit4]   2> 1399473 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 1399473 INFO  (qtp1510700516-16487) [n:127.0.0.1:38039_sw%2Fu     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1399493 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6db5206d
   [junit4]   2> 1399493 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tmp_collection.shard1.replica_n1 tag=SolrCore@6db5206d
   [junit4]   2> 1399493 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tmp_collection.shard1.leader tag=SolrCore@6db5206d
   [junit4]   2> 1399493 INFO  (qtp1510790818-16455) [n:127.0.0.1:40667_sw%2Fu     ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ tmp_collection:shard1

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

htlyTests-8.8/checkout/solr/server/lib/jetty-continuation-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-deploy-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-http-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-io-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-jmx-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-rewrite-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-security-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-server-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-servlet-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-servlets-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-util-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-webapp-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/jetty-xml-9.4.34.v20201102.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/metrics-core-4.1.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/metrics-graphite-4.1.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/metrics-jetty9-4.1.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/metrics-jmx-4.1.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/server/lib/metrics-jvm-4.1.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/core/classes/java:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/test-framework/lib/junit-4.13.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/commons-compress-1.20.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/hadoop-minicluster-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/jersey-core-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/jersey-server-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/netty-all-4.1.50.Final.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-8.8.0-SNAPSHOT.jar:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/queryparser/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/backward-codecs/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/temp/junit4-J3-20210205_100052_8322466151012243715146.events @/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/temp/junit4-J3-20210205_100052_8323160794197272622963.suites -stdin
   [junit4] ERROR: JVM J3 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1563)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/common-build.xml:1126: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 266 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene » Lucene-Solr-NightlyTests-8.8 #43 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.8 - Build # 45 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.8/45/

3 tests failed.
FAILED:  org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.doAddBinaryField(SimpleTextDocValuesWriter.java:208)
	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.addBinaryField(SimpleTextDocValuesWriter.java:159)
	at org.apache.lucene.index.ReadersAndUpdates.handleDVUpdates(ReadersAndUpdates.java:329)
	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:579)
	at org.apache.lucene.index.IndexWriter.writeSomeDocValuesUpdates(IndexWriter.java:824)
	at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5666)
	at org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5570)
	at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$10(IndexWriter.java:2743)
	at org.apache.lucene.index.IndexWriter$$Lambda$90/950189995.process(Unknown Source)
	at org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:354)
	at org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:344)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5429)
	at org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5422)
	at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1902)
	at org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1323)
	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 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)


FAILED:  org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37317/solr
	at __randomizedtesting.SeedInfo.seed([B97A62FFAA9C0657:F1FA302FF6DC257A]: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.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins(SolrCloudReportersTest.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 53 more


FAILED:  org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:46775/solr
	at __randomizedtesting.SeedInfo.seed([B97A62FFAA9C0657:FDB64204C4A6D03D]: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.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 53 more




Build Log:
[...truncated 1320 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
   [junit4]   1> TEST: isNRT=false reader1=StandardDirectoryReader(segments_1:4 _0(8.8.0):c2:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_281, java.vm.version=25.281-b09, lucene.version=8.8.0, os.arch=amd64, java.runtime.version=1.8.0_281-b09, source=flush, os.version=4.15.0-112-generic, timestamp=1612594608831}] :id=eh40fqfa3114ylpwmmii5kccc)
   [junit4]   1> TEST: now reopen
   [junit4]   2> ?? 06, 2021 6:30:06 ?? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> ??: Uncaught exception in thread: Thread[Lucene Merge Thread #3,5,TGRP-TestBinaryDocValuesUpdates]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4A9025F13932AA4F]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.checkpointNoSIS(IndexWriter.java:2726)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5548)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5540)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.lambda$closeMergeReaders$18(IndexWriter.java:4643)
   [junit4]   2> 	at org.apache.lucene.util.IOUtils.lambda$null$0(IOUtils.java:645)
   [junit4]   2> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2> 	at org.apache.lucene.util.IOUtils.applyToAll(IOUtils.java:645)
   [junit4]   2> 	at org.apache.lucene.index.MergePolicy$OneMerge.close(MergePolicy.java:278)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4632)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4928)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4364)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5923)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [junit4]   2> 	Suppressed: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 		... 18 more
   [junit4]   2> 	Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 		at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]   2> 		at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]   2> 		at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]   2> 		at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]   2> 		at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2> 		at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2> 		at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.doAddBinaryField(SimpleTextDocValuesWriter.java:208)
   [junit4]   2> 		at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.addBinaryField(SimpleTextDocValuesWriter.java:159)
   [junit4]   2> 		at org.apache.lucene.index.ReadersAndUpdates.handleDVUpdates(ReadersAndUpdates.java:329)
   [junit4]   2> 		at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:579)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.writeSomeDocValuesUpdates(IndexWriter.java:824)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5666)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5570)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$10(IndexWriter.java:2743)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter$$Lambda$90/950189995.process(Unknown Source)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:354)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:344)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5429)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5422)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1902)
   [junit4]   2> 		at org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1323)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	[CIRCULAR REFERENCE:java.lang.OutOfMemoryError: Java heap space]
   [junit4]   2> 
   [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=TestBinaryDocValuesUpdates -Dtests.method=testTonsOfUpdates -Dtests.seed=4A9025F13932AA4F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/test-data/enwiki.random.lines.txt -Dtests.locale=zh-TW -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1949s J1 | TestBinaryDocValuesUpdates.testTonsOfUpdates <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.doAddBinaryField(SimpleTextDocValuesWriter.java:208)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.addBinaryField(SimpleTextDocValuesWriter.java:159)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.handleDVUpdates(ReadersAndUpdates.java:329)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:579)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.writeSomeDocValuesUpdates(IndexWriter.java:824)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5666)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5570)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$10(IndexWriter.java:2743)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$$Lambda$90/950189995.process(Unknown Source)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:354)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:344)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5429)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5422)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1902)
   [junit4]    > 	at org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1323)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=13433, name=Lucene Merge Thread #3, state=RUNNABLE, group=TGRP-TestBinaryDocValuesUpdates]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A9025F13932AA4F]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.checkpointNoSIS(IndexWriter.java:2726)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5548)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5540)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.lambda$closeMergeReaders$18(IndexWriter.java:4643)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.lambda$null$0(IOUtils.java:645)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.applyToAll(IOUtils.java:645)
   [junit4]    > 	at org.apache.lucene.index.MergePolicy$OneMerge.close(MergePolicy.java:278)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4632)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4928)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4364)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5923)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [junit4]    > 	Suppressed: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 		... 18 more
   [junit4]    > 	Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 		at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 		at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 		at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 		at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 		at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 		at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]    > 		at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.doAddBinaryField(SimpleTextDocValuesWriter.java:208)
   [junit4]    > 		at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesWriter.addBinaryField(SimpleTextDocValuesWriter.java:159)
   [junit4]    > 		at org.apache.lucene.index.ReadersAndUpdates.handleDVUpdates(ReadersAndUpdates.java:329)
   [junit4]    > 		at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:579)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.writeSomeDocValuesUpdates(IndexWriter.java:824)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5666)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5570)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$10(IndexWriter.java:2743)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter$$Lambda$90/950189995.process(Unknown Source)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:354)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:344)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5429)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5422)
   [junit4]    > 		at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1902)
   [junit4]    > 		at org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1323)
   [junit4]    > 	[CIRCULAR REFERENCE:java.lang.OutOfMemoryError: Java heap space]
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/core/test/J1/temp/lucene.index.TestBinaryDocValuesUpdates_4A9025F13932AA4F-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zh-TW, timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=46792136,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: [TestSpanExplanationsOfNonMatches, TestPerFieldPostingsFormat, TestHighCompressionMode, TestFieldCacheRewriteMethod, TestLogMergePolicy, TestIndexWriterUnicode, TestXYLine, TestLucene80NormsFormat, TestInfoStream, TestNumericUtils, TestControlledRealTimeReopenThread, TestDocument, TestConsistentFieldNumbers, TestBooleanQuery, TestFieldReuse, TestIntArrayDocIdSet, TestSpanNotQuery, TestPrefixCodedTerms, TestRectangle2D, TestRegexpRandom, TestPositiveScoresOnlyCollector, TestIndexOptions, TestSortedSetSelector, TestMultiTermConstantScore, TestFilterDirectoryReader, TestSegmentInfos, TestDirectoryReaderReopen, TestSparseFixedBitDocIdSet, TestDocInverterPerFieldErrorInfo, TestThreadedForceMerge, TestNoMergeScheduler, TestRegExp, TestMixedDocValuesUpdates, TestSoftDeletesRetentionMergePolicy, TestSearchForDuplicates, TestCharArraySet, TestSpans, TestTopDocsCollector, TestSumDocFreq, TestPhrasePrefixQuery, TestXYMultiLineShapeQueries, TestDirectory, TestLatLonPointPointQueries, TestBKDRadixSelector, TestParallelCompositeReader, TestTransactions, TestIndexWriterDeleteByQuery, TestSimilarity, TestSegmentTermEnum, TestLatLonMultiPolygonShapeQueries, TestCircle2D, TestFlushByRamOrCountsPolicy, TestMatchNoDocsQuery, TestSearchWithThreads, TestIndexWriterMerging, TestUpgradeIndexMergePolicy, TestTerms, TestRecyclingIntBlockAllocator, TestTermQuery, TestNGramPhraseQuery, TestNIOFSDirectory, TestDisjunctionScoreBlockBoundaryPropagator, TestMinShouldMatch2, TestLSBRadixSorter, TestFutureArrays, TestBinaryDocValuesUpdates]
   [junit4] Completed [265/575 (1!)] on J1 in 1998.75s, 29 tests, 1 error <<< FAILURES!

[...truncated 1154 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/lucene/build/core/test/temp/junit4-J1-20210206_062533_4243348226232725086177.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/heapdumps/java_pid5355.hprof ...
   [junit4] Heap dump file created [469334615 bytes in 1.597 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 13195 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
   [junit4]   2> 3801573 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-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.8/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3801573 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/data-dir-163-001
   [junit4]   2> 3801574 WARN  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 3801574 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3801575 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3801575 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3801575 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 3801576 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 0 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-001
   [junit4]   2> 3801576 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3801576 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 3801576 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3801577 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 3801676 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 36839
   [junit4]   2> 3801676 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36839
   [junit4]   2> 3801676 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36839
   [junit4]   2> 3801676 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36839
   [junit4]   2> 3801678 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801681 INFO  (zkConnectionManagerCallback-17617-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801681 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801683 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801684 INFO  (zkConnectionManagerCallback-17619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801684 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801685 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801686 INFO  (zkConnectionManagerCallback-17621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3801686 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3801690 WARN  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker-SendThread(127.0.0.1:36839)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1032ddff0b40002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1032ddff0b40002, 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 0x1032ddff0b40002, 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> 3801802 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultPlugins
   [junit4]   2> 3801803 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3802008 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36839
   [junit4]   2> 3802008 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36839
   [junit4]   2> 3802008 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36839
   [junit4]   2> 3802009 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002
   [junit4]   2> 3802009 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3802009 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 3802010 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3802010 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 3802109 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36565
   [junit4]   2> 3802110 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36565
   [junit4]   2> 3802110 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36565
   [junit4]   2> 3802110 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36565
   [junit4]   2> 3802113 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802117 INFO  (zkConnectionManagerCallback-17626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802117 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802121 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802124 INFO  (zkConnectionManagerCallback-17628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802124 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802125 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802126 INFO  (zkConnectionManagerCallback-17630-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802126 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802228 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3802228 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3802228 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3802228 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3802228 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 3802229 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3802230 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@764fc521{/solr,null,AVAILABLE}
   [junit4]   2> 3802231 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78864df0{/solr,null,AVAILABLE}
   [junit4]   2> 3802231 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6817be67{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37317}
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.e.j.s.Server Started @3802266ms
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:36565/solr, hostPort=37317}
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7473f71e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34571}
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.e.j.s.Server Started @3802266ms
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:36565/solr, hostPort=34571}
   [junit4]   2> 3802232 ERROR (jetty-launcher-17631-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3802232 ERROR (jetty-launcher-17631-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-06T10:48:24.066Z
   [junit4]   2> 3802232 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-06T10:48:24.066Z
   [junit4]   2> 3802233 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802234 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802234 INFO  (zkConnectionManagerCallback-17633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802234 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802234 INFO  (zkConnectionManagerCallback-17635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802234 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3802234 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802235 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3802292 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3802292 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3802294 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3802295 WARN  (jetty-launcher-17631-thread-1-SendThread(127.0.0.1:36565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1032ddff2650003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1032ddff2650003, 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 0x1032ddff2650003, 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> 3802296 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3802296 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3802297 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3802298 WARN  (jetty-launcher-17631-thread-2-SendThread(127.0.0.1:36565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1032ddff2650004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1032ddff2650004, 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 0x1032ddff2650004, 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> 3802604 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3802604 WARN  (jetty-launcher-17631-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@413f1f38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802604 WARN  (jetty-launcher-17631-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@413f1f38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802606 WARN  (jetty-launcher-17631-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7268343f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802606 WARN  (jetty-launcher-17631-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7268343f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3802607 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36565/solr
   [junit4]   2> 3802608 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802612 INFO  (zkConnectionManagerCallback-17649-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802612 INFO  (jetty-launcher-17631-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802716 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3802722 INFO  (zkConnectionManagerCallback-17651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3802722 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3802892 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37317_solr
   [junit4]   2> 3802893 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.Overseer Overseer (id=72952458835722246-127.0.0.1:37317_solr-n_0000000000) starting
   [junit4]   2> 3802898 INFO  (OverseerStateUpdate-72952458835722246-127.0.0.1:37317_solr-n_0000000000) [n:127.0.0.1:37317_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37317_solr
   [junit4]   2> 3802904 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37317_solr
   [junit4]   2> 3802906 INFO  (zkCallback-17650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3802910 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3802910 WARN  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3802924 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3802941 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3802941 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3802941 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3802943 INFO  (jetty-launcher-17631-thread-2) [n:127.0.0.1:37317_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node2
   [junit4]   2> 3805094 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3805094 WARN  (jetty-launcher-17631-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ab645d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3805095 WARN  (jetty-launcher-17631-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ab645d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3805098 WARN  (jetty-launcher-17631-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d86d47c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3805098 WARN  (jetty-launcher-17631-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d86d47c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3805100 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36565/solr
   [junit4]   2> 3805100 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3805101 INFO  (zkConnectionManagerCallback-17671-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3805101 INFO  (jetty-launcher-17631-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3805203 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3805204 INFO  (zkConnectionManagerCallback-17673-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3805204 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3805209 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3805213 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34571_solr as DOWN
   [junit4]   2> 3805214 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3805214 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34571_solr
   [junit4]   2> 3805215 INFO  (zkCallback-17650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3805215 INFO  (zkCallback-17672-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3805216 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3805216 WARN  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3805230 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3805249 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805260 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805260 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805261 INFO  (jetty-launcher-17631-thread-1) [n:127.0.0.1:34571_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node1
   [junit4]   2> 3805277 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 3805278 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3805279 INFO  (zkConnectionManagerCallback-17686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3805279 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3805280 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3805281 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36565/solr ready
   [junit4]   2> 3805282 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3805283 INFO  (zkConnectionManagerCallback-17688-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3805283 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3805287 WARN  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[B97A62FFAA9C0657]-SendThread(127.0.0.1:36565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1032ddff265000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1032ddff265000a, 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 0x1032ddff265000a, 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> 3805393 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_collection
   [junit4]   2> 3805498 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ZkStateReader per-replica-state ver: 2 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805501 INFO  (OverseerStateUpdate-72952458835722246-127.0.0.1:37317_solr-n_0000000000) [n:127.0.0.1:37317_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:34571_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805518 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ZkStateReader per-replica-state ver: 3 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805518 INFO  (OverseerStateUpdate-72952458835722246-127.0.0.1:37317_solr-n_0000000000) [n:127.0.0.1:37317_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:37317_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805522 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ZkStateReader per-replica-state ver: 4 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805526 INFO  (OverseerStateUpdate-72952458835722246-127.0.0.1:37317_solr-n_0000000000) [n:127.0.0.1:37317_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:34571_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805528 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ZkStateReader per-replica-state ver: 5 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805529 INFO  (OverseerStateUpdate-72952458835722246-127.0.0.1:37317_solr-n_0000000000) [n:127.0.0.1:37317_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:37317_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3805638 INFO  (OverseerThreadFactory-17658-thread-1-processing-n:127.0.0.1:37317_solr) [n:127.0.0.1:37317_solr     ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805647 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr    x:test_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3805647 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr    x:test_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3805647 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr    x:test_collection_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3805647 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr    x:test_collection_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3805647 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr    x:test_collection_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3805649 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805651 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr    x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805651 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805651 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805654 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805655 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805655 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805658 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805659 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805659 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805660 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 6 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805670 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 8 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805670 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 8 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805672 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 8 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805672 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 10 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805673 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 3805674 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 3805677 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 10 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805688 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 3805689 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 3805689 WARN  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 3805689 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 3805690 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n4' using configuration from configset test, trusted=true
   [junit4]   2> 3805690 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.test_collection.shard2.replica_n4' (registry 'solr.core.test_collection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805690 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.SolrCore [[test_collection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node1/test_collection_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node1/test_collection_shard2_replica_n4/data/]
   [junit4]   2> 3805696 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 3805699 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 3805699 WARN  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 3805699 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 3805699 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n6' using configuration from configset test, trusted=true
   [junit4]   2> 3805699 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.test_collection.shard2.replica_n6' (registry 'solr.core.test_collection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805699 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.c.SolrCore [[test_collection_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node2/test_collection_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node2/test_collection_shard2_replica_n6/data/]
   [junit4]   2> 3805702 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 3805703 WARN  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 3805703 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 3805703 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n1' using configuration from configset test, trusted=true
   [junit4]   2> 3805704 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.test_collection.shard1.replica_n1' (registry 'solr.core.test_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805704 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[test_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node1/test_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node1/test_collection_shard1_replica_n1/data/]
   [junit4]   2> 3805704 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 3805704 WARN  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 3805704 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 3805704 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n2' using configuration from configset test, trusted=true
   [junit4]   2> 3805705 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.test_collection.shard1.replica_n2' (registry 'solr.core.test_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f603d
   [junit4]   2> 3805705 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[test_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node2/test_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001/tempDir-002/node2/test_collection_shard1_replica_n2/data/]
   [junit4]   2> 3805870 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3805870 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3805872 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 3805873 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 3805873 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 3805874 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3805874 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3805875 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader per-replica-state ver: 14 fetched for initializing /collections/test_collection/state.json 
   [junit4]   2> 3805876 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3805876 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3805877 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3805877 INFO  (qtp1724931277-287178) [n:127.0.0.1:37317_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3805878 INFO  (qtp2058622520-287182) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805878 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 3805879 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 3805879 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 3805879 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 3805880 INFO  (searcherExecutor-17694-thread-1-processing-n:127.0.0.1:34571_solr x:test_collection_shard1_replica_n1 c:test_collection s:shard1 r:core_node3) [n:127.0.0.1:34571_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [test_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 3805880 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 3805880 INFO  (qtp2058622520-287184) [n:127.0.0.1:34571_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 3805880 INFO  (qtp1724931277-287174) [n:127.0.0.1:37317_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 3805881 INFO 

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

) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 3996398 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3996398 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [test_collection_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2149cdc6
   [junit4]   2> 3996398 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard1.replica_n2 tag=SolrCore@2149cdc6
   [junit4]   2> 3996398 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48eeccf7: rootName = null, domain = solr.core.test_collection.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.test_collection.shard1.replica_n2/null
   [junit4]   2> 3996398 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard1.leader tag=SolrCore@2149cdc6
   [junit4]   2> 3996400 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 3996401 INFO  (zkCallback-17751-thread-4) [n:127.0.0.1:46775_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 3996502 INFO  (jetty-closer-17806-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72952465278304262-127.0.0.1:46775_solr-n_0000000001) closing
   [junit4]   2> 3996503 INFO  (jetty-closer-17806-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5d903d47{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 3996504 INFO  (jetty-closer-17806-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c23f871{/solr,null,STOPPED}
   [junit4]   2> 3996504 INFO  (jetty-closer-17806-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3996504 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3996707 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> 	5	/solr/collections/test_collection/terms/shard2
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/test
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/test_collection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/overseer/queue
   [junit4]   2> 	13	/solr/collections/test_collection/state.json
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 3996713 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42509
   [junit4]   2> 3996713 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42509
   [junit4]   2> 3996713 INFO  (SUITE-SolrCloudReportersTest-seed#[B97A62FFAA9C0657]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42509
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_B97A62FFAA9C0657-001
   [junit4]   2> NOTE: test params are: codec=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sv, timezone=Australia/Eucla
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=112044584,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, TestConfigReload, TestInitParams, SubstringBytesRefFilterTest, TestSimDistribStateManager, TestFreeTextSuggestions, DateMathParserTest, RangeFacetCloudTest, TestSolrConfigHandlerConcurrent, TestNumericTokenStream, BlockJoinFacetRandomTest, ClusterStateUpdateTest, PeerSyncTest, DistributedSuggestComponentTest, ShardSplitTest, NodeMutatorTest, TestManagedSchemaAPI, OverseerStatusTest, SpatialFilterTest, TestOverriddenPrefixQueryForCustomFieldType, TestFieldTypeResource, HdfsLockFactoryTest, MoreLikeThisComponentTest, TestMacroExpander, CdcrOpsAndBoundariesTest, MetricTriggerTest, ConcurrentCreateRoutedAliasTest, UninvertDocValuesMergePolicyTest, IndexSizeEstimatorTest, TestTestInjection, TestMinimalConfig, BasicDistributedZk2Test, ConcurrentCreateCollectionTest, TestSolr4Spatial2, TestSnapshotCloudManager, DocExpirationUpdateProcessorFactoryTest, TestSimPolicyCloud, ShardTermsTest, TestLegacyTerms, MoveReplicaTest, TestReloadAndDeleteDocs, TaggerTest, AnalyticsMergeStrategyTest, ScheduledTriggerIntegrationTest, TestExceedMaxTermLength, TestCloudInspectUtil, TestReplicationHandler, TestSimGenericDistributedQueue, TestLFUCache, OpenExchangeRatesOrgProviderTest, JavaBinAtomicUpdateMultivalueTest, TestCloudJSONFacetSKGEquiv, PeerSyncWithLeaderTest, TestGraphMLResponseWriter, TriggerIntegrationTest, DeleteInactiveReplicaTest, TestFieldCacheWithThreads, PeerSyncReplicationTest, TestBM25SimilarityFactory, TestUpdate, ZkCLITest, HdfsRecoveryZkTest, TestDocumentBuilder, TestSolrJ, TestRawResponseWriter, DirectSolrConnectionTest, JWTAuthPluginIntegrationTest, MigrateRouteKeyTest, DistributedExpandComponentTest, SecurityHeadersTest, AutoscalingHistoryHandlerTest, TestLegacyBM25SimilarityFactory, MBeansHandlerTest, SystemCollectionCompatTest, CleanupOldIndexTest, HdfsTlogReplayBufferedWhileIndexingTest, NumberUtilsTest, CoreAdminRequestStatusTest, TestInPlaceUpdatesRequiredField, TestCollectionAPIs, TestRequestStatusCollectionAPI, TestRandomDVFaceting, TestEmbeddedSolrServerConstructors, ExplicitHLLTest, TestConfigSetsAPI, SplitHandlerTest, DocValuesTest, V2StandaloneTest, TestDynamicFieldResource, TestLeaderElectionWithEmptyReplica, MultiDestinationAuditLoggerTest, TestDocSet, TestFieldCacheReopen, TestRemoteStreaming, TestPostingsSolrHighlighter, TestExactSharedStatsCache, FieldAnalysisRequestHandlerTest, TestCryptoKeys, TestCollectionsAPIViaSolrCloudCluster, DistributedFacetPivotSmallAdvancedTest, PrimitiveFieldTypeTest, TestCloudRecovery, TestManagedSynonymFilterFactory, CustomHighlightComponentTest, ZkShardTermsTest, TestBinaryResponseWriter, SolrSlf4jReporterTest, SolrLogPostToolTest, SystemLogListenerTest, EchoParamsTest, TestQueryingOnDownCollection, TestBadConfig, SSLMigrationTest, TestSimLargeCluster, HdfsBasicDistributedZkTest, RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, TestConfigOverlay, TestConfigSetImmutable, TestCustomStream, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, TestXIncludeConfig, TestSolrCoreSnapshots, TestDistribPackageStore, TestContainerPlugin, PropertiesRequestHandlerTest, TestCoreAdminApis, ThreadDumpHandlerTest, DistributedFacetExistsSmallTest, DistributedQueryComponentCustomSortTest, PhrasesIdentificationComponentTest, QueryElevationComponentTest, SpellCheckComponentTest, StatsComponentTest, TermVectorComponentTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, JavabinLoaderTest, XmlInterpolationTest, FastVectorHighlighterTest, HighlighterConfigTest, TestUnifiedSolrHighlighter, TestLegacyField, TestMultiValuedNumericRangeQuery, TestLogWatcher, JvmMetricsTest, MetricsConfigTest, MetricsDisabledCloudTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrGraphiteReporterTest, SolrCloudReportersTest]
   [junit4] Completed [736/923 (1!)] on J2 in 195.39s, 2 tests, 2 errors <<< FAILURES!

[...truncated 9621 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.8/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid5355.hprof

Total time: 301 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any