Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1954/

4 tests failed.
FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster
        at 
__randomizedtesting.SeedInfo.seed([A2FDE94EF69833AC:2ACB4B1D2E37DBBE]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:284)
        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.CdcrBootstrapTest.testBootstrapWithSourceCluster

Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<1000> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([3BE1BB64307405AF:E2B7EAA0331016E5]:0)
        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.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithSourceCluster(CdcrBootstrapTest.java:208)
        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.CdcrBootstrapTest.testBootstrapWithMultipleReplicas

Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<1000> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([3BE1BB64307405AF:AD1CB5644D32B3ED]:0)
        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.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithMultipleReplicas(CdcrBootstrapTest.java:293)
        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.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap

Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<1000> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([3BE1BB64307405AF:EC369413842B9DE8]:0)
        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.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 16112 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 2008595 INFO  
(SUITE-CdcrBootstrapTest-seed#[3BE1BB64307405AF]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2008595 INFO  
(SUITE-CdcrBootstrapTest-seed#[3BE1BB64307405AF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/data-dir-184-001
   [junit4]   2> 2008595 INFO  
(SUITE-CdcrBootstrapTest-seed#[3BE1BB64307405AF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2008597 INFO  
(SUITE-CdcrBootstrapTest-seed#[3BE1BB64307405AF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2008597 INFO  
(SUITE-CdcrBootstrapTest-seed#[3BE1BB64307405AF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J2 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 2008600 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 2008601 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-target-001
   [junit4]   2> 2008601 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2008601 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2008601 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2008602 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2008701 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer start zk server on port: 42463
   [junit4]   2> 2008701 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42463
   [junit4]   2> 2008701 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42463
   [junit4]   2> 2008701 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42463
   [junit4]   2> 2008703 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2008705 INFO  (zkConnectionManagerCallback-17037-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2008705 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2008707 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2008708 INFO  (zkConnectionManagerCallback-17039-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2008708 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2008708 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2008709 INFO  (zkConnectionManagerCallback-17041-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2008709 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2008812 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2008812 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2008812 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@aa9f4ed{/solr,null,AVAILABLE}
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@193c354a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46239}
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.s.Server Started @2008841ms
   [junit4]   2> 2008813 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:42463/solr, hostPort=46239}
   [junit4]   2> 2008813 ERROR (jetty-launcher-17042-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.0
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T18:13:52.616Z
   [junit4]   2> 2008814 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2008815 INFO  (zkConnectionManagerCallback-17044-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2008815 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2008815 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2008819 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2009400 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2009400 WARN  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@12ba3a7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2009401 WARN  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@12ba3a7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2009403 WARN  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@62e914b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2009403 WARN  (jetty-launcher-17042-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@62e914b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2009404 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42463/solr
   [junit4]   2> 2009405 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009406 INFO  (zkConnectionManagerCallback-17055-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009406 INFO  (jetty-launcher-17042-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009508 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2009509 INFO  (zkConnectionManagerCallback-17057-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009509 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2009518 WARN  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2009568 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46239_solr
   [junit4]   2> 2009568 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.Overseer Overseer 
(id=73259984725082117-127.0.0.1:46239_solr-n_0000000000) starting
   [junit4]   2> 2009574 INFO  
(OverseerStateUpdate-73259984725082117-127.0.0.1:46239_solr-n_0000000000) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46239_solr
   [junit4]   2> 2009574 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46239_solr
   [junit4]   2> 2009575 INFO  
(OverseerStateUpdate-73259984725082117-127.0.0.1:46239_solr-n_0000000000) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2009577 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2009577 WARN  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2009591 INFO  (jetty-launcher-17042-thread-1) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-target-001/node1
   [junit4]   2> 2009601 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2009601 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009602 INFO  (zkConnectionManagerCallback-17072-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009602 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009603 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2009604 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42463/solr ready
   [junit4]   1> Target zkHost = 127.0.0.1:42463/solr
   [junit4]   2> 2009605 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-source-001
   [junit4]   2> 2009605 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2009605 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2009605 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2009606 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2009705 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer start zk server on port: 33161
   [junit4]   2> 2009705 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33161
   [junit4]   2> 2009705 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33161
   [junit4]   2> 2009705 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33161
   [junit4]   2> 2009707 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009709 INFO  (zkConnectionManagerCallback-17074-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009709 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009711 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009712 INFO  (zkConnectionManagerCallback-17076-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009712 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009713 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009713 INFO  (zkConnectionManagerCallback-17078-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009713 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009815 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2009815 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2009816 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2009816 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2009816 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2009816 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6db7c84b{/solr,null,AVAILABLE}
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e099097{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42269}
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.s.Server Started @2009844ms
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:33161/solr, hostPort=42269}
   [junit4]   2> 2009817 ERROR (jetty-launcher-17079-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.0
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2009817 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T18:13:53.619Z
   [junit4]   2> 2009818 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2009818 INFO  (zkConnectionManagerCallback-17081-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009818 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2009819 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009822 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2010865 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2010866 WARN  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@43832f5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2010866 WARN  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@43832f5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2010868 WARN  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6815e8bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2010868 WARN  (jetty-launcher-17079-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6815e8bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2010869 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33161/solr
   [junit4]   2> 2010869 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010870 INFO  (zkConnectionManagerCallback-17092-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2010870 INFO  (jetty-launcher-17079-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010972 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2010973 INFO  (zkConnectionManagerCallback-17094-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2010973 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2010981 WARN  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2011031 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42269_solr
   [junit4]   2> 2011032 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.Overseer Overseer 
(id=73259984790880261-127.0.0.1:42269_solr-n_0000000000) starting
   [junit4]   2> 2011036 INFO  
(OverseerStateUpdate-73259984790880261-127.0.0.1:42269_solr-n_0000000000) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42269_solr
   [junit4]   2> 2011036 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42269_solr
   [junit4]   2> 2011037 INFO  
(OverseerStateUpdate-73259984790880261-127.0.0.1:42269_solr-n_0000000000) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2011038 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2011039 WARN  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2011053 INFO  (jetty-launcher-17079-thread-1) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-source-001/node1
   [junit4]   2> 2011062 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2011063 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2011064 INFO  (zkConnectionManagerCallback-17109-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2011064 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2011065 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2011066 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33161/solr ready
   [junit4]   2> 2011067 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2011067 INFO  (zkConnectionManagerCallback-17111-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2011068 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2011174 INFO  
(OverseerThreadFactory-17101-thread-1-processing-n:127.0.0.1:42269_solr) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 2011282 INFO  
(OverseerStateUpdate-73259984790880261-127.0.0.1:42269_solr-n_0000000000) 
[n:127.0.0.1:42269_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42269_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42269/solr";,
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2011485 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr    
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2011485 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr    
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2011497 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2011503 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 2011504 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2011504 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2011505 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 2011507 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 2011508 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using 
configuration from configset cdcr-source, trusted=true
   [junit4]   2> 2011508 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 2011593 WARN  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_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> 2011593 WARN  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_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> 2011609 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2011609 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2011609 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2011610 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2011612 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 2011613 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2011613 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 2011613 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2011613 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2011621 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 2011631 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 2011697 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1695862840884199424
   [junit4]   2> 2011699 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2011703 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2011703 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/cdcr-source/leaders/shard1
   [junit4]   2> 2011706 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2011706 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2011706 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42269/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2011707 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2011707 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:42269/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 2011707 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/cdcr-source/leaders/shard1/leader after winning as 
/collections/cdcr-source/leader_elect/shard1/election/73259984790880261-core_node2-n_0000000000
   [junit4]   2> 2011708 INFO  (zkCallback-17093-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2011711 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42269/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2011812 INFO  (zkCallback-17093-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2011812 INFO  (zkCallback-17093-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2011813 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2011816 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=331
   [junit4]   2> 2011818 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2011915 INFO  (zkCallback-17093-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2011915 INFO  (zkCallback-17093-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2011915 INFO  (zkCallback-17093-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2011916 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=744
   [junit4]   2> 2011916 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
   [junit4]   2> 2011935 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2011935 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 2012011 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012011 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=75
   [junit4]   2> 2012022 INFO  (qtp818837758-34205) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2012076 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012076 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=53
   [junit4]   2> 2012086 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012135 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012135 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=49
   [junit4]   2> 2012145 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012190 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012190 INFO  (qtp818837758-34205) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=44
   [junit4]   2> 2012200 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2012243 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012243 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=42
   [junit4]   2> 2012252 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012292 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012292 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=39
   [junit4]   2> 2012301 INFO  (qtp818837758-34205) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012345 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012346 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=44
   [junit4]   2> 2012355 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012398 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012398 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=42
   [junit4]   2> 2012407 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012448 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012449 INFO  (qtp818837758-34205) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=41
   [junit4]   2> 2012457 INFO  (qtp818837758-34206) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2012503 INFO  
(searcherExecutor-17113-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012504 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=45
   [junit4]   2> 2012504 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 2012505 INFO  (qtp818837758-34207) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 2012506 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2012507 INFO  (zkConnectionManagerCallback-17121-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2012507 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2012614 INFO  
(OverseerThreadFactory-17064-thread-1-processing-n:127.0.0.1:46239_solr) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 2012721 INFO  
(OverseerStateUpdate-73259984725082117-127.0.0.1:46239_solr-n_0000000000) 
[n:127.0.0.1:46239_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:46239_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:46239/solr";,
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2012925 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr    
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2012925 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr    
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2012935 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2012941 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 2012942 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2012942 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012944 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 2012946 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to 
/configs/cdcr-target/schema.xml.bak
   [junit4]   2> 2012946 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using 
configuration from configset cdcr-target, trusted=true
   [junit4]   2> 2012947 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_3BE1BB64307405AF-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 2012975 WARN  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_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> 2012976 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2012976 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2012977 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2012977 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2012978 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 2012978 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 2012978 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 2012978 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2012978 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2012980 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 2012981 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 2012981 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1695862842230571008
   [junit4]   2> 2012983 INFO  
(searcherExecutor-17123-thread-1-processing-n:127.0.0.1:46239_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:46239_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2012987 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2012987 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/cdcr-target/leaders/shard1
   [junit4]   2> 2012990 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2012990 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2012990 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46239/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2012990 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2012991 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:46239/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 2012991 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/cdcr-target/leaders/shard1/leader after winning as 
/collections/cdcr-target/leader_elect/shard1/election/73259984725082117-core_node2-n_0000000000
   [junit4]   2> 2012991 INFO  (zkCallback-17056-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 2012994 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46239/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 2013096 INFO  (zkCallback-17056-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013096 INFO  (zkCallback-17056-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013096 INFO  (zkCallback-17056-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013096 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2013100 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=175
   [junit4]   2> 2013102 INFO  (qtp402381253-34142) [n:127.0.0.1:46239_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2013176 INFO  
(OverseerCollectionConfigSetProcessor-73259984790880261-127.0.0.1:42269_solr-n_0000000000)
 [n:127.0.0.1:42269_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2013200 INFO  (zkCallback-17056-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013200 INFO  (zkCallback-17056-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013200 INFO  (zkCallback-17056-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013200 INFO  (zkCallback-17056-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2013201 INFO  (qtp402381253-34142) [n:127.0.0.1:46239_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=589
   [junit4]   2> 2013201 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-target
   [junit4]   2> 2013218 INFO  (zkCallback-17056-thread-5) [     ] 
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 2013218 INFO  (qtp402381253-34145) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} 
status=0 QTime=4
   [junit4]   2> 2013219 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2013219 INFO  (zkCallback-17056-thread-5) [     ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-target:shard1
   [junit4]   2> 2013220 INFO  (zkConnectionManagerCallback-17135-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2013220 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2013221 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2013222 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42463/solr ready
   [junit4]   2> 2013228 INFO  (qtp402381253-34142) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2013228 INFO  (qtp402381253-34142) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2013229 INFO  (qtp402381253-34143) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 2013229 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2013229 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 2013233 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2013234 INFO  (zkCallback-17093-thread-3) [     ] 
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2013234 INFO  (qtp818837758-34203) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=15
   [junit4]   2> 2013234 INFO  (zkCallback-17093-thread-3) [     ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 2013235 INFO  (qtp818837758-34205) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 2013236 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[3BE1BB64307405AF]) 
[     ] o.a.s.c.c.CdcrBootstrapTest Cdcr queue response: 
{responseHeader={status=0,QTime=0},queues={127.0.0.1:42463/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=60619,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 2013237 INFO  (qtp402381253-34144) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2013237 INFO  (qtp402381253-34142) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 2013238 INFO  
(cdcr-bootstrap-status-17131-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Attempting to 
bootstrap target collection: cdcr-target shard: shard1 leader: 
http://127.0.0.1:46239/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2013239 INFO  (qtp402381253-34145) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:42269/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2013243 INFO  
(recoveryExecutor-17053-thread-1-processing-n:127.0.0.1:46239_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:46239_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2013245 INFO  (qtp402381253-34141) [n:127.0.0.1:46239_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2013245 INFO  
(cdcr-bootstrap-status-17131-thread-1-processing-n:127.0.0.1:42269_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:42269_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2013245 INFO  (qtp818837758-34204) [n:127.0.0.1:42269_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2013245 ERROR 
(recoveryExecutor-17053-thread-1-processing-n:127.0.0.1:46239_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:46239_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Index fetch failed 
:org.apache.solr.common.SolrException: The 'leaderUrl' parameter value 
'http://127.0.0.1:42269/solr/cdcr-source_shard1_replica_n1/' is not in the 
'shardsWhitelist'. set -Dsolr.disable.shardsWhitelist=true to disable shards 
whitelist checks
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.setLeaderUrl(IndexFetcher.java:294)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:254)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:780)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:735)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]   2>        at jav

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

anager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 387545 INFO  (jetty-closer-1599-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 387546 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 387548 INFO  (zkCallback-1553-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 387548 WARN  
(jetty-launcher-1504-thread-2-SendThread(127.0.0.1:46679)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10445a0a4df000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10445a0a4df000c, 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 0x10445a0a4df000c, 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> 387548 WARN  
(jetty-launcher-1504-thread-1-SendThread(127.0.0.1:46679)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10445a0a4df0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10445a0a4df0008, 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 0x10445a0a4df0008, 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> 387549 INFO  (closeThreadPool-1618-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73260050207932424-127.0.0.1:35433_solr-n_0000000000) closing
   [junit4]   2> 387549 INFO  (zkCallback-1585-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 387550 INFO  
(OverseerStateUpdate-73260050207932424-127.0.0.1:35433_solr-n_0000000000) 
[n:127.0.0.1:35433_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35433_solr
   [junit4]   2> 387551 INFO  
(OverseerAutoScalingTriggerThread-73260050207932424-127.0.0.1:35433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 387556 INFO  (closeThreadPool-1618-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73260050207932424-127.0.0.1:35433_solr-n_0000000000) closing
   [junit4]   2> 387649 INFO  (jetty-closer-1599-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2ffd4d6c{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 387649 INFO  (jetty-closer-1599-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@49bea6f4{/solr,null,STOPPED}
   [junit4]   2> 387649 INFO  (jetty-closer-1599-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 387749 INFO  (jetty-closer-1599-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@68c612fa{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 387750 INFO  (jetty-closer-1599-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@374dfc19{/solr,null,STOPPED}
   [junit4]   2> 387750 INFO  (jetty-closer-1599-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 387850 INFO  (jetty-closer-1599-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@bda9f7{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 387850 INFO  (jetty-closer-1599-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7812ddfc{/solr,null,STOPPED}
   [junit4]   2> 387850 INFO  (jetty-closer-1599-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 387949 INFO  (jetty-closer-1599-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73260050207932424-127.0.0.1:35433_solr-n_0000000000) closing
   [junit4]   2> 387950 INFO  (jetty-closer-1599-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5512603a{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 387950 INFO  (jetty-closer-1599-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3ca78b3d{/solr,null,STOPPED}
   [junit4]   2> 387950 INFO  (jetty-closer-1599-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 387951 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[A2FDE94EF69833AC])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 388153 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/aliases.json
   [junit4]   2>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/73260050207932426-127.0.0.1:36499_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/live_nodes
   [junit4]   2>        9       /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 388155 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[A2FDE94EF69833AC])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46679
   [junit4]   2> 388155 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[A2FDE94EF69833AC])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46679
   [junit4]   2> 388155 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[A2FDE94EF69833AC])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46679
   [junit4]   2> 388156 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[A2FDE94EF69833AC])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testWatcherIsRemovedAfterTimeout
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_A2FDE94EF69833AC-001
   [junit4]   2> Apr 01, 2021 6:30:33 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=1098, maxMBSortInHeap=6.794173722889893, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-PE, 
timezone=Australia/South
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=217870200,total=285212672
   [junit4]   2> NOTE: All tests run in this JVM: [CeilingEvaluatorTest, 
SolrExceptionTest, HeatmapFacetMapTest, TestCollectionAdminRequest, 
TestNamedListCodec, Utf8CharSequenceTest, NormalDistributionEvaluatorTest, 
TestCollectionStateWatchers]
   [junit4] Completed [194/213 (1!)] on J1 in 383.45s, 11 tests, 1 failure <<< 
FAILURES!

[...truncated 49709 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to