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

4 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

Error Message:
Error from server at https://127.0.0.1:33567/solr: Underlying core creation 
failed while creating collection: testLeaderFailsOver

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33567/solr: Underlying core creation failed 
while creating collection: testLeaderFailsOver
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver(LeaderTragicEventTest.java:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.testRebalanceLeaders

Error Message:
timed out waiting for all replicas to become active

Stack Trace:
java.lang.AssertionError: timed out waiting for all replicas to become active
        at 
__randomizedtesting.SeedInfo.seed([873D67EE8CACDB58:99D2551EB4079728]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.checkAllReplicasActive(TestRebalanceLeaders.java:573)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.concentratePropByRestartingJettys(TestRebalanceLeaders.java:506)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.testRebalanceLeaders(TestRebalanceLeaders.java:144)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.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([873D67EE8CACDB58:543437F0C93F47CF]: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:<100> but was:<110>
        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


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

Error Message:
leader.test_collection.shard1.UPDATE./update.requests.max

Stack Trace:
java.lang.AssertionError: 
leader.test_collection.shard1.UPDATE./update.requests.max
        at 
__randomizedtesting.SeedInfo.seed([873D67EE8CACDB58:C3F14715E2960D32]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.lambda$testExplicitConfiguration$1(SolrCloudReportersTest.java:156)
        at 
java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:895)
        at 
java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1082)
        at 
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:81)
        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)




Build Log:
[...truncated 13463 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
   [junit4]   2> 221092 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 221092 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/data-dir-19-001
   [junit4]   2> 221092 WARN  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 221092 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 221094 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 221094 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 221095 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[873D67EE8CACDB58]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /c_/d
   [junit4]   2> 221098 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 221098 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 221098 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 221099 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 221199 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 39957
   [junit4]   2> 221199 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39957
   [junit4]   2> 221199 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39957
   [junit4]   2> 221199 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39957
   [junit4]   2> 221201 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 221204 INFO  (zkConnectionManagerCallback-1141-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 221204 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 221210 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 221211 INFO  (zkConnectionManagerCallback-1143-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 221211 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 221214 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 221217 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 221220 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 221221 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 221223 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 221224 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 221226 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 221227 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 221231 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 221233 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 221234 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 221238 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 221240 INFO  (zkConnectionManagerCallback-1147-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 221240 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 221367 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testPartialReplicationAfterPeerSync
   [junit4]   2> 221490 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 221490 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 
2 ...
   [junit4]   2> 221490 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] 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> 221491 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 221491 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 221491 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 221492 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@343a7761{/c_/d,null,AVAILABLE}
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e64805a{SSL, (ssl, 
http/1.1)}{127.0.0.1:44275}
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.Server Started @221527ms
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/c_/d, hostPort=44275, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-001/cores}
   [junit4]   2> 221496 ERROR 
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.9.0
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 221496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-05-29T14:21:47.124Z
   [junit4]   2> 221497 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 221500 INFO  (zkConnectionManagerCallback-1149-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 221500 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 221503 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58]-SendThread(127.0.0.1:39957))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1009bcdf5480003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1009bcdf5480003, 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 0x1009bcdf5480003, 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> 221787 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found 
in ZooKeeper)
   [junit4]   2> 221787 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-001/solr.xml
   [junit4]   2> 221792 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 221792 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 221794 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 223258 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 223259 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 
transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 223259 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@71bd8a29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223260 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@71bd8a29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223265 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 
transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 223266 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@174dbd05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223266 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@174dbd05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 223268 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 223269 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 223271 INFO  (zkConnectionManagerCallback-1160-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 223271 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 223374 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 223376 INFO  (zkConnectionManagerCallback-1162-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 223376 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 223489 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 223496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:44275_c_%2Fd
   [junit4]   2> 223498 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.Overseer Overseer 
(id=72228902923665413-127.0.0.1:44275_c_%2Fd-n_0000000000) starting
   [junit4]   2> 223505 INFO  
(OverseerStateUpdate-72228902923665413-127.0.0.1:44275_c_%2Fd-n_0000000000) 
[n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44275_c_%2Fd
   [junit4]   2> 223505 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44275_c_%2Fd
   [junit4]   2> 223511 INFO  
(OverseerStateUpdate-72228902923665413-127.0.0.1:44275_c_%2Fd-n_0000000000) 
[n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 223517 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 223518 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] 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> 223549 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 223570 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 223577 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 223577 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 223579 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-001/cores
   [junit4]   2> 223712 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding 
port=0)
   [junit4]   2> 223712 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 
2 ...
   [junit4]   2> 223712 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] 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> 223715 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 223715 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 223715 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 223716 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40b3e6c{/c_/d,null,AVAILABLE}
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d6c1121{SSL, (ssl, 
http/1.1)}{127.0.0.1:33993}
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.s.Server Started @223749ms
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, 
hostContext=/c_/d, hostPort=33993, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-002/cores}
   [junit4]   2> 223717 ERROR 
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.9.0
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 223717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-05-29T14:21:49.345Z
   [junit4]   2> 223719 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 223720 INFO  (zkConnectionManagerCallback-1176-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 223720 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 223822 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found 
in ZooKeeper)
   [junit4]   2> 223822 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-002/solr.xml
   [junit4]   2> 223825 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 223825 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 223827 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 224519 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 224519 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 
transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 224520 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5d5ac86b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 224521 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@5d5ac86b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 224524 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 
transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 224524 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1184c451[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 224525 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm 
configured for Client@1184c451[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 224526 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 224527 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 224529 INFO  (zkConnectionManagerCallback-1187-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 224529 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 224635 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 224636 INFO  (zkConnectionManagerCallback-1189-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 224636 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 224642 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 224643 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 224646 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33993_c_%2Fd as DOWN
   [junit4]   2> 224648 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 224648 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33993_c_%2Fd
   [junit4]   2> 224657 INFO  (zkCallback-1161-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 224660 INFO  (zkCallback-1188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 224662 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.p.PackageLoader /packages.json updated 
to version -1
   [junit4]   2> 224662 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] 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> 224679 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 224704 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 224715 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 224715 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9f67d30
   [junit4]   2> 224717 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [n:127.0.0.1:33993_c_%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-002/cores
   [junit4]   2> 224735 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 224736 INFO  (zkConnectionManagerCallback-1202-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 224736 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 224737 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 224738 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39957/solr ready
   [junit4]   2> 224766 INFO  
(OverseerThreadFactory-1169-thread-1-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection tmp_collection
   [junit4]   2> 224870 WARN  
(OverseerThreadFactory-1169-thread-1-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (tmp_collection) without cores.
   [junit4]   2> 224872 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 224874 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd     
] 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=110
   [junit4]   2> 224880 INFO  
(OverseerCollectionConfigSetProcessor-72228902923665413-127.0.0.1:44275_c_%2Fd-n_0000000000)
 [n:127.0.0.1:44275_c_%2Fd     ] 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> 224881 INFO  
(OverseerThreadFactory-1169-thread-2-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd c:tmp_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44275_c_%2Fd for creating 
new replica of shard shard1 for collection tmp_collection
   [junit4]   2> 224883 INFO  
(OverseerThreadFactory-1169-thread-2-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd c:tmp_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 224912 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd    
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> 224912 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd    
x:tmp_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 225925 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 225925 WARN  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use 
solr.xml:/metrics/reporter section instead
   [junit4]   2> 225928 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 225933 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 225952 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 225953 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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@9f67d30
   [junit4]   2> 225953 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-001/cores/tmp_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-001/cores/tmp_collection_shard1_replica_n1/data/]
   [junit4]   2> 225956 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=101.76953125, 
floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=17.081523323291723, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=42.125314635429355
   [junit4]   2> 226042 WARN  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226042 WARN  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226054 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226054 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226055 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 226055 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 226056 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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=84143331, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 226058 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 226058 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226058 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226063 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226068 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226079 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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 1701102864781279232
   [junit4]   2> 226083 INFO  
(searcherExecutor-1204-thread-1-processing-n:127.0.0.1:44275_c_%2Fd 
x:tmp_collection_shard1_replica_n1 c:tmp_collection s:shard1) 
[n:127.0.0.1:44275_c_%2Fd 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> 226087 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226087 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226091 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 226091 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226091 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44275/c_/d/tmp_collection_shard1_replica_n1/
   [junit4]   2> 226091 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226092 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44275/c_/d/tmp_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 226092 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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/72228902923665413-core_node2-n_0000000000
   [junit4]   2> 226092 INFO  (zkCallback-1161-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 226097 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44275/c_/d/tmp_collection_shard1_replica_n1/ shard1
   [junit4]   2> 226199 INFO  (zkCallback-1161-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> 226199 INFO  (zkCallback-1161-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> 226200 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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> 226204 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd     
] 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=1292
   [junit4]   2> 226206 INFO  (qtp557396572-2489) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:44275_c_%252Fd&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1329
   [junit4]   2> 226210 INFO  
(OverseerCollectionConfigSetProcessor-72228902923665413-127.0.0.1:44275_c_%2Fd-n_0000000000)
 [n:127.0.0.1:44275_c_%2Fd     ] 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> 226211 INFO  
(OverseerThreadFactory-1169-thread-3-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd c:tmp_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33993_c_%2Fd for creating 
new replica of shard shard1 for collection tmp_collection
   [junit4]   2> 226213 INFO  
(OverseerThreadFactory-1169-thread-3-processing-n:127.0.0.1:44275_c_%2Fd) 
[n:127.0.0.1:44275_c_%2Fd c:tmp_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 226252 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd    
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> 226358 INFO  (zkCallback-1161-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> 226358 INFO  (zkCallback-1161-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> 226358 INFO  (zkCallback-1161-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> 227267 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 227268 WARN  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use 
solr.xml:/metrics/reporter section instead
   [junit4]   2> 227271 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 227275 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227293 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227294 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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@9f67d30
   [junit4]   2> 227294 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-002/cores/tmp_collection_shard1_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_873D67EE8CACDB58-001/jetty-002/cores/tmp_collection_shard1_replica_n3/data/]
   [junit4]   2> 227297 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=101.76953125, 
floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=17.081523323291723, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=42.125314635429355
   [junit4]   2> 227351 WARN  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227352 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227352 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227353 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 227353 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 227355 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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=84143331, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 227356 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n3 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 227357 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227357 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227359 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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 1701102866123456512
   [junit4]   2> 227364 INFO  
(searcherExecutor-1211-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1) 
[n:127.0.0.1:33993_c_%2Fd 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> 227374 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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=/c_/d path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 227380 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227380 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227385 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd 
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> 227385 INFO  
(updateExecutor-1183-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1) 
[n:127.0.0.1:33993_c_%2Fd c:tmp_collection s:shard1 r:core_node4 
x:tmp_collection_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 227386 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd 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> 227386 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd c:tmp_collection s:shard1 r:core_node4 
x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy startupVersions 
is empty
   [junit4]   2> 227389 INFO  (qtp381509181-2525) [n:127.0.0.1:33993_c_%2Fd     
] 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=1136
   [junit4]   2> 227394 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd 
c:tmp_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:33993_c_%252Fd&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1187
   [junit4]   2> 227395 WARN  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58]-SendThread(127.0.0.1:39957))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1009bcdf5480009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1009bcdf5480009, 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 0x1009bcdf5480009, 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> 227422 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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=/c_/d 
path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 227423 INFO  (qtp557396572-2488) [n:127.0.0.1:44275_c_%2Fd 
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=/c_/d 
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 227423 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd 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> 227423 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd 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> 227423 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd 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 
[https://127.0.0.1:44275/c_/d/tmp_collection_shard1_replica_n1/] and I am 
[https://127.0.0.1:33993/c_/d/tmp_collection_shard1_replica_n3/]
   [junit4]   2> 227424 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd c:tmp_collection s:shard1 r:core_node4 
x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [https://127.0.0.1:44275/c_/d]; [WaitForState: 
action=PREPRECOVERY&core=tmp_collection_shard1_replica_n1&nodeName=127.0.0.1:33993_c_%252Fd&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 227426 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd    
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> 227427 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd     
] 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:33993_c_%2Fd, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33993_c_%2Fd",
   [junit4]   2>   "base_url":"https://127.0.0.1:33993/c_/d";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 227427 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd     
] 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:33993_c_%2Fd, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33993_c_%2Fd",
   [junit4]   2>   "base_url":"https://127.0.0.1:33993/c_/d";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 227427 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd     
] 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:33993_c_%2Fd, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33993_c_%2Fd",
   [junit4]   2>   "base_url":"https://127.0.0.1:33993/c_/d";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 227496 INFO  
(TEST-CdcrReplicationHandlerTest.testPartialReplicationAfterPeerSync-seed#[873D67EE8CACDB58])
 [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: tmp_collection failOnTimeout: true timeout (sec):
   [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> 227526 INFO  (zkCallback-1161-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> 227526 INFO  (zkCallback-1161-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> 227526 INFO  (zkCallback-1188-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> 227526 INFO  (zkCallback-1161-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> 227527 INFO  (zkCallback-1188-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]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 227527 INFO  (watches-1163-thread-2) [n:127.0.0.1:44275_c_%2Fd 
    ] 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:33993_c_%2Fd, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33993_c_%2Fd",
   [junit4]   2>   "base_url":"https://127.0.0.1:33993/c_/d";,
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 227527 INFO  (watches-1163-thread-1) [n:127.0.0.1:44275_c_%2Fd 
    ] 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:33993_c_%2Fd, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"tmp_collection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33993_c_%2Fd",
   [junit4]   2>   "base_url":"https://127.0.0.1:33993/c_/d";,
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT"}
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   2> 227527 INFO  (zkCallback-1188-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> 227527 INFO  (qtp557396572-2485) [n:127.0.0.1:44275_c_%2Fd     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33993_c_%252Fd&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=101
   [junit4]   2> 228028 INFO  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd c:tmp_collection s:shard1 r:core_node4 
x:tmp_collection_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [https://127.0.0.1:44275/c_/d/tmp_collection_shard1_replica_n1/] 
- recoveringAfterStartup=[true]
   [junit4]   2> 228028 WARN  
(recoveryExecutor-1185-thread-1-processing-n:127.0.0.1:33993_c_%2Fd 
x:tmp_collection_shard1_replica_n3 c:tmp_collection s:shard1 r:core_node4) 
[n:127.0.0.1:33993_c_%2Fd 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> 228028 INFO  (recoveryEx

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

  2>    at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 4026388 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>        12      /solr/collections/test_collection/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/test_collection/state.json
   [junit4]   2>        16      /solr/overseer/queue
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 4026393 INFO  
(SUITE-SolrCloudReportersTest-seed#[873D67EE8CACDB58]-worker) 
[n:127.0.0.1:45673_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 
127.0.0.1:33503
   [junit4]   2> 4026393 INFO  
(SUITE-SolrCloudReportersTest-seed#[873D67EE8CACDB58]-worker) 
[n:127.0.0.1:45673_solr     ] o.a.s.c.ZkTestServer parse host and port list: 
127.0.0.1:33503
   [junit4]   2> 4026393 INFO  
(SUITE-SolrCloudReportersTest-seed#[873D67EE8CACDB58]-worker) 
[n:127.0.0.1:45673_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33503
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_873D67EE8CACDB58-001
   [junit4]   2> May 29, 2021 3:25:12 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=165, maxMBSortInHeap=5.813300182181915, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=pl, 
timezone=America/Dawson
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=69961936,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: 
[ClassificationUpdateProcessorTest, IndexSizeTriggerSizeEstimationTest, 
TestSkipOverseerOperations, MultiDestinationAuditLoggerTest, PolyFieldTest, 
BJQFilterAccessibleTest, AnalysisAfterCoreReloadTest, TaggingAttributeTest, 
SignificantTermsQParserPluginTest, TestHdfsCloudBackupRestore, 
EmbeddedSolrNoSerializeTest, TestXIncludeConfig, SolrCmdDistributorTest, 
WrapperMergePolicyFactoryTest, TestMinHashQParser, 
TimeRoutedAliasUpdateProcessorTest, 
TestExternalRoleRuleBasedAuthorizationPlugin, PropertiesRequestHandlerTest, 
TestConfigSetsAPIShareSchema, CdcrReplicationHandlerTest, DynamicMapsTest, 
MultiThreadedOCPTest, QueryParsingTest, BigEndianAscendingWordSerializerTest, 
DateRangeFieldTest, HdfsCollectionsAPIDistributedZkTest, 
TestSubQueryTransformerDistrib, ReplaceNodeTest, TestRawTransformer, 
TestSimDistributedQueue, TestSolrConfigHandlerConcurrent, TestCodecSupport, 
TestMultiValuedNumericRangeQuery, TestCoreDiscovery, TestJettySolrRunner, 
TestPullReplica, SuggestComponentContextFilterQueryTest, TestPackages, 
TestInitParams, V2ApiIntegrationTest, PreAnalyzedUpdateProcessorTest, 
TestSchemaManager, TestPhraseSuggestions, AnalyticsQueryTest, 
TestChildDocTransformerHierarchy, TestCloudConsistency, DeleteNodeTest, 
IgnoreLargeDocumentProcessorFactoryTest, TestSimLargeCluster, 
BlobRepositoryCloudTest, TestFieldCacheVsDocValues, TestStreamBody, 
TestSimScenario, TestDistribDocBasedVersion, TestHighlightDedupGrouping, 
TestStressCloudBlindAtomicUpdates, TestMacros, HDFSCollectionsAPITest, 
CircularListTest, TestCloudSearcherWarming, TestSerializedLuceneMatchVersion, 
TestConfigSetImmutable, ResponseHeaderTest, 
SignatureUpdateProcessorFactoryTest, MetricsHistoryIntegrationTest, 
TestSortByMinMaxFunction, AtomicUpdatesTest, OverseerSolrResponseTest, 
EnumFieldTest, ZkCollectionPropsCachingTest, TestFieldSortValues, 
SolrCoreCheckLockOnStartupTest, TestCollationFieldDocValues, 
HdfsRestartWhileUpdatingTest, TimeZoneUtilsTest, TestNumericTerms64, 
SplitShardTest, TestPivotHelperCode, TestLuceneIndexBackCompat, 
TestStressLucene, TestManagedSchemaThreadSafety, TestLuceneMatchVersion, 
ZkSolrClientTest, OutputWriterTest, MaxSizeAutoCommitTest, 
LeaderElectionContextKeyTest, TestJavabinTupleStreamParser, 
TestSweetSpotSimilarityFactory, TermsComponentTest, TestSSLRandomization, 
HighlighterMaxOffsetTest, CreateCollectionCleanupTest, AuditLoggerPluginTest, 
PhrasesIdentificationComponentTest, TestUnifiedSolrHighlighter, TestLockTree, 
TestQueryTypes, TestBulkSchemaConcurrent, TestLegacyBM25SimilarityFactory, 
NodeMarkersRegistrationTest, AliasIntegrationTest, ZkControllerTest, 
TestCSVResponseWriter, TestDocSet, UniqFieldsUpdateProcessorFactoryTest, 
TestSolrDeletionPolicy1, TestCloudDeduplication, 
SimpleCollectionCreateDeleteTest, LeaderFailureAfterFreshStartTest, 
RouteFieldTest, TestMinimalConfig, TestValueSourceCache, 
TestSimpleTrackingShardHandler, DistributedQueryComponentOptimizationTest, 
TestSolrJ, TestTlogReplica, TestNestedUpdateProcessor, TestDocumentBuilder, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestCharFilters, TokenizerChainTest, BasicDistributedZkTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, 
ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, 
CollectionsAPISolrJTest, DistribJoinFromCollectionTest, DistributedQueueTest, 
DistributedVersionInfoTest, DocValuesNotIndexedTest, ForceLeaderTest, 
HttpPartitionTest, LeaderFailoverAfterPartitionTest, MoveReplicaHDFSTest, 
MoveReplicaTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerRolesTest, PackageManagerCLITest, PeerSyncReplicationTest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, RollingRestartTest, 
TestRequestForwarding, TestSolrCloudWithSecureImpersonation, 
TestTlogReplayVsRecovery, TestWaitForStateWithJettyShutdowns, 
TestWithCollection, TestZkChroot, TlogReplayBufferedWhileIndexingTest, 
CollectionReloadTest, CollectionTooManyReplicasTest, 
CollectionsAPIDistributedZkTest, AutoAddReplicasPlanActionTest, 
ExecutePlanActionTest, NodeAddedTriggerIntegrationTest, 
NodeLostTriggerIntegrationTest, ScheduledTriggerIntegrationTest, 
SearchRateTriggerIntegrationTest, TriggerEventQueueTest, 
TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, 
TestSimPolicyCloud, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, 
CdcrBootstrapTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, 
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, 
ImplicitSnitchTest, RuleEngineTest, RulesTest, ZkDynamicConfigTest, 
CachingDirectoryFactoryTest, TestDynamicLoadingUrl, TestDynamicURP, 
TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestShardHandlerFactory, 
TestSimpleTextCodec, TestSolrXml, TestSolrCloudSnapshots, 
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, 
JsonLoaderTest, MoreLikeThisHandlerTest, SearchHandlerTest, TestBlobHandler, 
TestHdfsBackupRestoreCore, TestIncrementalCoreBackup, TestReqParamsAPI, 
TestSQLHandler, TestSystemCollAutoCreate, AdminHandlersProxyTest, 
AutoscalingHistoryHandlerTest, CoreAdminCreateDiscoverTest, 
CoreAdminOperationTest, CoreAdminRequestStatusTest, 
CoreMergeIndexesAdminHandlerTest, HealthCheckHandlerTest, InfoHandlerTest, 
LoggingHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, 
MetricsHistoryHandlerTest, SplitHandlerTest, StatsReloadRaceTest, 
SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, 
ThreadDumpHandlerTest, V2CollectionBackupsAPIMappingTest, ZookeeperReadAPITest, 
ZookeeperStatusHandlerTest, CloudReplicaSourceTest, CustomTermsComponentTest, 
DistributedFacetPivotLargeTest, DistributedFacetPivotWhiteBoxTest, 
FacetPivotSmallTest, InfixSuggestersTest, SearchHandlerTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrGraphiteReporterTest, 
SolrCloudReportersTest]
   [junit4] Completed [671/939 (4!)] on J0 in 18.28s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 15767 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:637:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:116:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build.xml:260:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/common-build.xml:2264:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/analysis/build.xml:149:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/analysis/build.xml:38:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/lucene/common-build.xml:2011:
 Rat problems were found!

Total time: 279 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to