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

3 tests failed.
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([8EFF3BF2ABCA8984:57A96A36A8AE9ACE]: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.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([8EFF3BF2ABCA8984:592814851F9511C3]: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)


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([8EFF3BF2ABCA8984:180235F2D68C3FC6]: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)




Build Log:
[...truncated 16113 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 1918288 INFO  
(SUITE-CdcrBootstrapTest-seed#[8EFF3BF2ABCA8984]-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-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1918288 INFO  
(SUITE-CdcrBootstrapTest-seed#[8EFF3BF2ABCA8984]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1918289 INFO  
(SUITE-CdcrBootstrapTest-seed#[8EFF3BF2ABCA8984]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/data-dir-154-001
   [junit4]   2> 1918289 INFO  
(SUITE-CdcrBootstrapTest-seed#[8EFF3BF2ABCA8984]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1918290 INFO  
(SUITE-CdcrBootstrapTest-seed#[8EFF3BF2ABCA8984]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1918301 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 1918301 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-target-001
   [junit4]   2> 1918302 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1918302 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1918302 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1918303 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1918402 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer start zk server on port: 46113
   [junit4]   2> 1918402 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46113
   [junit4]   2> 1918402 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46113
   [junit4]   2> 1918402 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46113
   [junit4]   2> 1918404 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1918406 INFO  (zkConnectionManagerCallback-20731-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1918406 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1918408 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1918409 INFO  (zkConnectionManagerCallback-20733-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1918409 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1918410 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1918410 INFO  (zkConnectionManagerCallback-20735-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1918411 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1918514 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1918514 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1918514 INFO  (jetty-launcher-20736-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> 1918519 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1918519 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1918519 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1918519 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2695e8a5{/solr,null,AVAILABLE}
   [junit4]   2> 1918520 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@18a8f402{SSL, (ssl, 
http/1.1)}{127.0.0.1:36395}
   [junit4]   2> 1918520 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.s.Server Started @1918549ms
   [junit4]   2> 1918520 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:46113/solr, hostPort=36395}
   [junit4]   2> 1918520 ERROR (jetty-launcher-20736-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1918520 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1918520 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.0
   [junit4]   2> 1918521 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1918521 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1918521 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-02T08:59:12.022Z
   [junit4]   2> 1918521 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1918522 INFO  (zkConnectionManagerCallback-20738-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1918522 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1918523 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1918526 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1919176 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1919177 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1919178 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5d501c62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1919178 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5d501c62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1919180 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1919181 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6bfbb55d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1919181 WARN  (jetty-launcher-20736-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6bfbb55d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1919182 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46113/solr
   [junit4]   2> 1919183 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919183 INFO  (zkConnectionManagerCallback-20749-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919184 INFO  (jetty-launcher-20736-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919285 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1919286 INFO  (zkConnectionManagerCallback-20751-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919286 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1919296 WARN  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_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> 1919357 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36395_solr
   [junit4]   2> 1919358 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.Overseer Overseer 
(id=73263456513228805-127.0.0.1:36395_solr-n_0000000000) starting
   [junit4]   2> 1919362 INFO  
(OverseerStateUpdate-73263456513228805-127.0.0.1:36395_solr-n_0000000000) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36395_solr
   [junit4]   2> 1919362 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36395_solr
   [junit4]   2> 1919363 INFO  
(OverseerStateUpdate-73263456513228805-127.0.0.1:36395_solr-n_0000000000) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1919364 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1919365 WARN  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_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> 1919384 INFO  (jetty-launcher-20736-thread-1) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-target-001/node1
   [junit4]   2> 1919397 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1919397 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919398 INFO  (zkConnectionManagerCallback-20766-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919398 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919400 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1919401 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46113/solr ready
   [junit4]   1> Target zkHost = 127.0.0.1:46113/solr
   [junit4]   2> 1919401 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-source-001
   [junit4]   2> 1919401 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1919402 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1919402 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1919403 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1919502 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer start zk server on port: 39141
   [junit4]   2> 1919502 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39141
   [junit4]   2> 1919502 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39141
   [junit4]   2> 1919502 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39141
   [junit4]   2> 1919503 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919506 INFO  (zkConnectionManagerCallback-20768-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919506 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919509 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919511 INFO  (zkConnectionManagerCallback-20770-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919511 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919512 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919512 INFO  (zkConnectionManagerCallback-20772-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919512 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919617 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1919617 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1919617 INFO  (jetty-launcher-20773-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> 1919618 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1919618 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1919618 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1919618 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12b20b70{/solr,null,AVAILABLE}
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@795b01b1{SSL, (ssl, 
http/1.1)}{127.0.0.1:34807}
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.s.Server Started @1919648ms
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:39141/solr, hostPort=34807}
   [junit4]   2> 1919619 ERROR (jetty-launcher-20773-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.0
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1919619 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1919620 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-02T08:59:13.121Z
   [junit4]   2> 1919620 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1919621 INFO  (zkConnectionManagerCallback-20775-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1919621 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1919621 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1919624 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1920287 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1920288 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1920288 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4a15d4f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1920288 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4a15d4f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1920290 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1920291 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7a45fdbb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1920291 WARN  (jetty-launcher-20773-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7a45fdbb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1920292 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39141/solr
   [junit4]   2> 1920295 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1920295 INFO  (zkConnectionManagerCallback-20786-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1920295 INFO  (jetty-launcher-20773-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1920397 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1920398 INFO  (zkConnectionManagerCallback-20788-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1920398 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1920407 WARN  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_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> 1920457 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34807_solr
   [junit4]   2> 1920458 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.Overseer Overseer 
(id=73263456585318405-127.0.0.1:34807_solr-n_0000000000) starting
   [junit4]   2> 1920463 INFO  
(OverseerStateUpdate-73263456585318405-127.0.0.1:34807_solr-n_0000000000) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34807_solr
   [junit4]   2> 1920463 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34807_solr
   [junit4]   2> 1920464 INFO  
(OverseerStateUpdate-73263456585318405-127.0.0.1:34807_solr-n_0000000000) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1920465 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1920465 WARN  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_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> 1920481 INFO  (jetty-launcher-20773-thread-1) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-source-001/node1
   [junit4]   2> 1920490 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1920491 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1920491 INFO  (zkConnectionManagerCallback-20803-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1920491 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1920492 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1920493 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39141/solr ready
   [junit4]   2> 1920494 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1920495 INFO  (zkConnectionManagerCallback-20805-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1920495 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1920638 INFO  
(OverseerThreadFactory-20795-thread-1-processing-n:127.0.0.1:34807_solr) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 1920745 INFO  
(OverseerStateUpdate-73263456585318405-127.0.0.1:34807_solr-n_0000000000) 
[n:127.0.0.1:34807_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:34807_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:34807/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> 1920955 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920956 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_solr    
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1920969 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920977 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920978 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920978 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920980 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920982 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920982 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1920982 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 1921063 WARN  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921063 WARN  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921077 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921077 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921078 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921078 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921081 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921081 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921081 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921082 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921082 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921086 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921090 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921115 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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 1695918540315426816
   [junit4]   2> 1921118 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1921123 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921123 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921127 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921127 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921127 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34807/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1921128 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921128 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34807/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1921128 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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/73263456585318405-core_node2-n_0000000000
   [junit4]   2> 1921129 INFO  (zkCallback-20787-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 1921133 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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: 
https://127.0.0.1:34807/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1921235 INFO  (zkCallback-20787-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> 1921235 INFO  (zkCallback-20787-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> 1921235 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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> 1921238 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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=283
   [junit4]   2> 1921241 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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> 1921338 INFO  (zkCallback-20787-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> 1921338 INFO  (zkCallback-20787-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> 1921338 INFO  (zkCallback-20787-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> 1921339 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=703
   [junit4]   2> 1921339 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
   [junit4]   2> 1921361 INFO  (qtp916583214-45468) [n:127.0.0.1:34807_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> 1921361 INFO  (qtp916583214-45468) [n:127.0.0.1:34807_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> 1921632 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1921633 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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=271
   [junit4]   2> 1921639 INFO  (qtp916583214-45470) [n:127.0.0.1:34807_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=5
   [junit4]   2> 1921893 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1921893 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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=252
   [junit4]   2> 1921900 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=5
   [junit4]   2> 1922147 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1922147 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=246
   [junit4]   2> 1922152 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1922391 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1922391 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=238
   [junit4]   2> 1922396 INFO  (qtp916583214-45468) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1922640 INFO  
(OverseerCollectionConfigSetProcessor-73263456585318405-127.0.0.1:34807_solr-n_0000000000)
 [n:127.0.0.1:34807_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> 1922650 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1922650 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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=253
   [junit4]   2> 1922656 INFO  (qtp916583214-45470) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1922896 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1922896 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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=239
   [junit4]   2> 1922901 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1923153 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1923153 INFO  (qtp916583214-45468) [n:127.0.0.1:34807_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=251
   [junit4]   2> 1923158 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1923399 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1923399 INFO  (qtp916583214-45470) [n:127.0.0.1:34807_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=240
   [junit4]   2> 1923404 INFO  (qtp916583214-45471) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1923652 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1923652 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=247
   [junit4]   2> 1923657 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=3
   [junit4]   2> 1923903 INFO  
(searcherExecutor-20807-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1923904 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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=246
   [junit4]   2> 1923904 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 1923905 INFO  (qtp916583214-45468) [n:127.0.0.1:34807_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> 1923907 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923908 INFO  (zkConnectionManagerCallback-20815-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923908 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1924050 INFO  
(OverseerThreadFactory-20758-thread-1-processing-n:127.0.0.1:36395_solr) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 1924158 INFO  
(OverseerStateUpdate-73263456513228805-127.0.0.1:36395_solr-n_0000000000) 
[n:127.0.0.1:36395_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:36395_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:36395/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> 1924367 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924368 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_solr    
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1924379 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924384 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924386 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924386 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924387 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924389 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924389 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924390 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 1924417 WARN  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924418 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924418 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924419 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924419 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924420 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924420 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924420 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924421 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924421 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924423 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924424 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924424 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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 1695918543785164800
   [junit4]   2> 1924426 INFO  
(searcherExecutor-20817-thread-1-processing-n:127.0.0.1:36395_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:36395_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> 1924430 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924430 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924433 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924433 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924433 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36395/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1924434 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924434 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:36395/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 1924434 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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/73263456513228805-core_node2-n_0000000000
   [junit4]   2> 1924435 INFO  (zkCallback-20750-thread-1) [     ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 1924439 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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: 
https://127.0.0.1:36395/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 1924540 INFO  (zkCallback-20750-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> 1924541 INFO  (zkCallback-20750-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> 1924541 INFO  (zkCallback-20750-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> 1924542 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924546 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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=178
   [junit4]   2> 1924548 INFO  (qtp1464994467-45403) [n:127.0.0.1:36395_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> 1924645 INFO  (zkCallback-20750-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> 1924645 INFO  (zkCallback-20750-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> 1924646 INFO  (zkCallback-20750-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> 1924646 INFO  (zkCallback-20750-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> 1924646 INFO  (qtp1464994467-45403) [n:127.0.0.1:36395_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=598
   [junit4]   2> 1924646 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-target
   [junit4]   2> 1924680 INFO  (zkCallback-20750-thread-4) [     ] 
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> 1924681 INFO  (zkCallback-20750-thread-4) [     ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-target:shard1
   [junit4]   2> 1924681 INFO  (qtp1464994467-45407) [n:127.0.0.1:36395_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=9
   [junit4]   2> 1924687 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924687 INFO  (zkConnectionManagerCallback-20829-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1924687 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924688 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924689 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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:46113/solr ready
   [junit4]   2> 1924713 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924713 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924714 INFO  (qtp1464994467-45407) [n:127.0.0.1:36395_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=18
   [junit4]   2> 1924714 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924714 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924745 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924746 INFO  (zkCallback-20787-thread-2) [     ] 
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> 1924746 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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=64
   [junit4]   2> 1924747 INFO  (zkCallback-20787-thread-2) [     ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 1924748 INFO  (qtp916583214-45469) [n:127.0.0.1:34807_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> 1924748 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[8EFF3BF2ABCA8984]) 
[     ] o.a.s.c.c.CdcrBootstrapTest Cdcr queue response: 
{responseHeader={status=0,QTime=0},queues={127.0.0.1:46113/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=60619,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1924749 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1924750 INFO  (qtp1464994467-45404) [n:127.0.0.1:36395_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> 1924751 INFO  
(cdcr-bootstrap-status-20825-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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: 
https://127.0.0.1:36395/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1924755 INFO  (qtp1464994467-45403) [n:127.0.0.1:36395_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=https://127.0.0.1:34807/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1924759 INFO  
(recoveryExecutor-20747-thread-1-processing-n:127.0.0.1:36395_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:36395_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> 1924760 INFO  (qtp1464994467-45405) [n:127.0.0.1:36395_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> 1924761 INFO  
(cdcr-bootstrap-status-20825-thread-1-processing-n:127.0.0.1:34807_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:34807_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> 1924766 INFO  (qtp916583214-45467) [n:127.0.0.1:34807_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> 1924767 ERROR 
(recoveryExecutor-20747-thread-1-processing-n:127.0.0.1:36395_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:36395_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 
'https://127.0.0.1:34807/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 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1924767 INFO  
(recoveryExecutor-20747-thread-1-processing-n:127.0.0.1:36395_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:36395_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 1924767 ERROR 
(updateExecutor-20745-thread-1-processing-n:127.0.0.1:36395_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:36395_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler Bootstrap 
operation failed
   [junit4]   2>           => java.util.concurrent.ExecutionException: 
java.lang.AssertionError
   [junit4]   2>        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> java.util.concurrent.ExecutionException: 
java.lang.AssertionError
   [junit4]   2>        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:662)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
 ~[metrics-core-4.1.5.jar:4.1.5]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:813)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:735)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
 ~[metrics-core-4.1.5.jar:4.1.5]
   [junit4]   2>        ... 5 more
   [junit4]   2> 1925753 INFO  (qtp1464994467-45407) [n:127.0.0.1:36395_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=2
   [junit4]   2> 1925754 INFO  (qtp1464994467-45406) [n:127.0.0.1:36395_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> 1926052 INFO  
(OverseerCollectionConfigSetProcessor-73263456513228805-127.0.0.1:36395_solr-n_0000000000)
 [n:127.0.0.1:36395_solr    

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

pleReplicas-seed#[8EFF3BF2ABCA8984]) [     ] o.a.s.c.ZkTestServer Shutting down 
ZkTestServer.
   [junit4]   2> 2322171 WARN  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984]-SendThread(127.0.0.1:41609))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x10448bdd31f0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10448bdd31f0000, 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 0x10448bdd31f0000, 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> 2322283 WARN  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984]-SendThread(127.0.0.1:41609))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x10448bdd31f0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10448bdd31f0001, 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 0x10448bdd31f0001, 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> 2322386 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>        9       /solr/collections/cdcr-target/terms/shard1
   [junit4]   2>        6       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        3       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/cdcr-target
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        50      /solr/collections/cdcr-target/state.json
   [junit4]   2>        7       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        29      /solr/collections/cdcr-target/state.json
   [junit4]   2>        26      /solr/overseer/queue
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2322388 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41609
   [junit4]   2> 2322389 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41609
   [junit4]   2> 2322389 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41609
   [junit4]   2> 2322390 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[8EFF3BF2ABCA8984])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithMultipleReplicas
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithMultipleReplicas -Dtests.seed=8EFF3BF2ABCA8984 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mk 
-Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  136s J2 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<1000> but was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8EFF3BF2ABCA8984:180235F2D68C3FC6]:0)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithMultipleReplicas(CdcrBootstrapTest.java:293)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_8EFF3BF2ABCA8984-001
   [junit4]   2> Apr 02, 2021 9:05:55 AM 
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): 
{_root_=Lucene84, xyz=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1612, 
maxMBSortInHeap=5.399785604855373, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=mk, 
timezone=Greenwich
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=211675440,total=492830720
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSearcherTest, 
TestDocTermOrds, NotRequiredUniqueKeyTest, DebugComponentTest, 
TestDownShardTolerantSearch, TestFuzzyAnalyzedSuggestions, SSLMigrationTest, 
XmlInterpolationTest, TestSQLHandler, TestBlockCollapse, ShardsWhitelistTest, 
TestCopyFieldCollectionResource, BasicAuthIntegrationTest, 
TestOnReconnectListenerSupport, TestTolerantSearch, BlockDirectoryTest, 
CurrencyRangeFacetCloudTest, OverseerModifyCollectionTest, 
StatelessScriptUpdateProcessorFactoryTest, SolrJmxReporterCloudTest, 
AddBlockUpdateTest, TestCursorMarkWithoutUniqueKey, 
TestUnifiedSolrHighlighterWithoutStoredId, SolrRequestParserTest, 
DistributedFacetPivotLargeTest, FieldMutatingUpdateProcessorTest, 
SearchHandlerTest, TestAnalyzedSuggestions, HighlighterTest, 
TestReplicationHandlerBackup, SolrInfoBeanTest, TestLegacyFieldCache, 
BasicDistributedZk2Test, TestSimDistribStateManager, JWTAuthPluginTest, 
TestDynamicLoadingUrl, TestInPlaceUpdatesStandalone, TestMissingGroups, 
OverseerStatusTest, HdfsChaosMonkeyNothingIsSafeTest, TestMinimalConfig, 
BlockJoinFacetSimpleTest, TestCollectionsAPIViaSolrCloudCluster, 
TestSolrCachePerf, TestLeaderElectionWithEmptyReplica, TestNumericRangeQuery32, 
SystemCollectionCompatTest, CdcrWithNodesRestartsTest, PeerSyncReplicationTest, 
NestedAtomicUpdateTest, TestNonDefinedSimilarityFactory, TestContainerPlugin, 
QueryElevationComponentTest, TestHttpServletCarrier, DateMathParserTest, 
ZkCLITest, TestFieldCacheSort, TestJsonRequest, ShardSplitTest, TestReload, 
ShardTermsTest, MetricTriggerTest, TestApiFramework, 
TestPKIAuthenticationPlugin, TestElisionMultitermQuery, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, BadCopyFieldTest, 
XMLAtomicUpdateMultivalueTest, CachingDirectoryFactoryTest, 
MaxScoreCollectorTest, DistributedQueryElevationComponentTest, 
TestSolrConfigHandlerConcurrent, CopyFieldTest, TestPayloadCheckQParserPlugin, 
NodeMutatorTest, SolrIndexMetricsTest, 
TestDistributedStatsComponentCardinality, TestSimpleQParserPlugin, 
BinaryUpdateRequestHandlerTest, TestCloudManagedSchema, 
PropertiesRequestHandlerTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestHashQParserPlugin, TestUnInvertedFieldException, MigrateRouteKeyTest, 
TransactionLogTest, TestNamedUpdateProcessors, TestHdfsUpdateLog, 
TestSolrCloudWithHadoopAuthPlugin, TestWordDelimiterFilterFactory, 
V2ApiIntegrationTest, TestCustomDocTransformer, URLClassifyProcessorTest, 
HttpPartitionTest, TestXmlQParser, HttpSolrCallGetCoreTest, 
SolrShardReporterTest, TestCoreDiscovery, ThreadDumpHandlerTest, 
SolrLogPostToolTest, TestTrackingShardHandlerFactory, 
CollectionsAPIDistributedZkTest, SolrMetricManagerTest, TestFastOutputStream, 
TestXIncludeConfig, PeerSyncWithBufferUpdatesTest, 
ScheduledTriggerIntegrationTest, TestSolrCloudWithSecureImpersonation, 
ImplicitSnitchTest, DocValuesMissingTest, TestLegacyFieldReuse, 
SolrCloudExampleTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, 
LeaderElectionIntegrationTest, LeaderTragicEventTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, 
TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestClusterProperties, TestConfigSetsAPI, TestDynamicFieldNamesIndexCorrectly, 
TestPullReplica, TestPullReplicaErrorHandling, TestSizeLimitedDistributedMap, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, TestWithCollection, 
BackupRestoreApiErrorConditionsTest, SimpleCollectionCreateDeleteTest, 
AutoAddReplicasPlanActionTest, ComputePlanActionTest, 
TriggerSetPropertiesIntegrationTest, TestSimNodeAddedTrigger, 
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario, 
BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest]
   [junit4] Completed [836/935 (1!)] on J2 in 405.19s, 4 tests, 3 failures, 1 
skipped <<< FAILURES!

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

Reply via email to