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

3 tests failed.
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([72CCFEB12C520CF2:E431F0B15114BAB0]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at 
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithMultipleReplicas(CdcrBootstrapTest.java:293)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.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([72CCFEB12C520CF2:AB9AAF752F361FB8]: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([72CCFEB12C520CF2:A51BD1C6980D94B5]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at 
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14653 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 830518 INFO  
(SUITE-CdcrBootstrapTest-seed#[72CCFEB12C520CF2]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 830518 INFO  
(SUITE-CdcrBootstrapTest-seed#[72CCFEB12C520CF2]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/data-dir-63-001
   [junit4]   2> 830518 INFO  
(SUITE-CdcrBootstrapTest-seed#[72CCFEB12C520CF2]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 830519 INFO  
(SUITE-CdcrBootstrapTest-seed#[72CCFEB12C520CF2]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 830519 INFO  
(SUITE-CdcrBootstrapTest-seed#[72CCFEB12C520CF2]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 830522 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithMultipleReplicas
   [junit4]   2> 830522 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-target-001
   [junit4]   2> 830522 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 830522 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 830522 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 830523 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 830622 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 41111
   [junit4]   2> 830622 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41111
   [junit4]   2> 830623 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41111
   [junit4]   2> 830623 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41111
   [junit4]   2> 830624 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830626 INFO  (zkConnectionManagerCallback-9029-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830626 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830629 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830630 INFO  (zkConnectionManagerCallback-9031-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830630 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830631 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830631 INFO  (zkConnectionManagerCallback-9033-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830631 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-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> 830735 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 830735 INFO  (jetty-launcher-9034-thread-3) [     ] 
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> 830739 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 830739 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 830740 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 830740 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 830740 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 830740 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 830740 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49fa2be0{/solr,null,AVAILABLE}
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e33db91{/solr,null,AVAILABLE}
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54ad3701{/solr,null,AVAILABLE}
   [junit4]   2> 830741 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d3f2a87{SSL, (ssl, 
http/1.1)}{127.0.0.1:42319}
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.s.Server Started @830775ms
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:41111/solr, hostPort=42319}
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@370abde1{SSL, (ssl, 
http/1.1)}{127.0.0.1:33365}
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.s.Server Started @830775ms
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:41111/solr, hostPort=33365}
   [junit4]   2> 830742 ERROR (jetty-launcher-9034-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 830742 ERROR (jetty-launcher-9034-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:00:59.118Z
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:00:59.118Z
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4a1edb44{SSL, (ssl, 
http/1.1)}{127.0.0.1:34683}
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.s.Server Started @830775ms
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:41111/solr, hostPort=34683}
   [junit4]   2> 830742 ERROR (jetty-launcher-9034-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 830742 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:00:59.118Z
   [junit4]   2> 830743 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830743 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830755 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 830755 INFO  (zkConnectionManagerCallback-9040-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830755 INFO  (zkConnectionManagerCallback-9036-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830755 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830755 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830755 INFO  (zkConnectionManagerCallback-9038-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830755 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 830756 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830756 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830756 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 830759 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 830759 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 830759 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 830760 WARN  
(jetty-launcher-9034-thread-2-SendThread(127.0.0.1:41111)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517bb490003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517bb490003, 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 0x1044517bb490003, 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> 830760 WARN  
(jetty-launcher-9034-thread-1-SendThread(127.0.0.1:41111)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517bb490004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517bb490004, 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 0x1044517bb490004, 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> 831110 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 831112 WARN  (jetty-launcher-9034-thread-3) [     ] 
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> 831113 WARN  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@bd0be4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831113 WARN  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@bd0be4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831122 WARN  (jetty-launcher-9034-thread-3) [     ] 
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> 831126 WARN  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@c94011a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831126 WARN  (jetty-launcher-9034-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@c94011a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831127 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41111/solr
   [junit4]   2> 831129 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831129 INFO  (zkConnectionManagerCallback-9057-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831129 INFO  (jetty-launcher-9034-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831238 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 831238 INFO  (zkConnectionManagerCallback-9059-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831238 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 831247 WARN  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_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> 831298 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33365_solr
   [junit4]   2> 831299 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.Overseer Overseer 
(id=73259462173458439-127.0.0.1:33365_solr-n_0000000000) starting
   [junit4]   2> 831303 INFO  
(OverseerStateUpdate-73259462173458439-127.0.0.1:33365_solr-n_0000000000) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33365_solr
   [junit4]   2> 831307 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33365_solr
   [junit4]   2> 831309 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 831309 WARN  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_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> 831310 INFO  (zkCallback-9058-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 831325 INFO  (jetty-launcher-9034-thread-3) 
[n:127.0.0.1:33365_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-target-001/node3
   [junit4]   2> 831528 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 831528 WARN  (jetty-launcher-9034-thread-2) [     ] 
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> 831530 WARN  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3615ec05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831530 WARN  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3615ec05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831532 WARN  (jetty-launcher-9034-thread-2) [     ] 
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> 831534 WARN  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1cd33f43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831534 WARN  (jetty-launcher-9034-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1cd33f43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831535 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41111/solr
   [junit4]   2> 831538 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 831542 INFO  (zkConnectionManagerCallback-9077-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831542 INFO  (jetty-launcher-9034-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 831543 WARN  
(jetty-launcher-9034-thread-2-SendThread(127.0.0.1:41111)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517bb490008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517bb490008, 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 0x1044517bb490008, 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> 831644 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 831645 INFO  (zkConnectionManagerCallback-9079-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831645 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 831648 WARN  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_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> 831650 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 831653 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34683_solr as DOWN
   [junit4]   2> 831654 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 831654 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34683_solr
   [junit4]   2> 831655 INFO  (zkCallback-9058-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831655 INFO  (zkCallback-9078-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831656 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 831656 WARN  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_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> 831665 INFO  (jetty-launcher-9034-thread-2) 
[n:127.0.0.1:34683_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-target-001/node2
   [junit4]   2> 832023 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 832023 WARN  (jetty-launcher-9034-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> 832024 WARN  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3977dee4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832024 WARN  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3977dee4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832025 WARN  (jetty-launcher-9034-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> 832026 WARN  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@583f4e07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832026 WARN  (jetty-launcher-9034-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@583f4e07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 832027 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41111/solr
   [junit4]   2> 832028 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832030 INFO  (zkConnectionManagerCallback-9093-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832030 INFO  (jetty-launcher-9034-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832132 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 832133 INFO  (zkConnectionManagerCallback-9095-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832133 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 832136 WARN  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_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> 832136 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 832139 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42319_solr as DOWN
   [junit4]   2> 832140 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 832140 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42319_solr
   [junit4]   2> 832141 INFO  (zkCallback-9058-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832142 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 832142 WARN  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_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> 832142 INFO  (zkCallback-9078-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832146 INFO  (zkCallback-9094-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 832157 INFO  (jetty-launcher-9034-thread-1) 
[n:127.0.0.1:42319_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-target-001/node1
   [junit4]   2> 832170 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 832174 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832176 INFO  (zkConnectionManagerCallback-9106-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832176 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832177 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 832178 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41111/solr ready
   [junit4]   1> Target zkHost = 127.0.0.1:41111/solr
   [junit4]   2> 832178 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001
   [junit4]   2> 832178 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 832182 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 832182 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 832183 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 832282 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 45797
   [junit4]   2> 832282 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45797
   [junit4]   2> 832282 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45797
   [junit4]   2> 832282 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45797
   [junit4]   2> 832284 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832286 INFO  (zkConnectionManagerCallback-9108-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832286 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832291 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832292 INFO  (zkConnectionManagerCallback-9110-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832292 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832293 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832293 INFO  (zkConnectionManagerCallback-9112-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832293 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832295 WARN  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2]-SendThread(127.0.0.1:45797))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1044517c1c50002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517c1c50002, 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 0x1044517c1c50002, 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> 832398 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 832398 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 832399 INFO  (jetty-launcher-9113-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> 832400 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 832400 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 832400 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 832401 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 832401 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 832401 INFO  (jetty-launcher-9113-thread-3) [     ] 
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> 832401 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 832401 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 832401 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 832402 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@334d1a61{/solr,null,AVAILABLE}
   [junit4]   2> 832403 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 832403 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 832403 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 832403 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c46050e{/solr,null,AVAILABLE}
   [junit4]   2> 832404 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 832404 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 832404 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 832404 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c71fb33{/solr,null,AVAILABLE}
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4309f020{SSL, (ssl, 
http/1.1)}{127.0.0.1:33711}
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.s.Server Started @832438ms
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:45797/solr, hostPort=33711}
   [junit4]   2> 832405 ERROR (jetty-launcher-9113-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 832405 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:01:00.781Z
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@460b43e1{SSL, (ssl, 
http/1.1)}{127.0.0.1:41423}
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.s.Server Started @832440ms
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:45797/solr, hostPort=41423}
   [junit4]   2> 832407 ERROR (jetty-launcher-9113-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 832407 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:01:00.783Z
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3a0ac96{SSL, (ssl, 
http/1.1)}{127.0.0.1:41151}
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.s.Server Started @832441ms
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:45797/solr, hostPort=41151}
   [junit4]   2> 832408 ERROR (jetty-launcher-9113-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 832408 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-01T16:01:00.784Z
   [junit4]   2> 832409 INFO  (zkConnectionManagerCallback-9115-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832409 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832409 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 832413 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 832413 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 832413 INFO  (zkConnectionManagerCallback-9117-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832413 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832414 WARN  
(jetty-launcher-9113-thread-1-SendThread(127.0.0.1:45797)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517c1c50003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517c1c50003, 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 0x1044517c1c50003, 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> 832414 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 832416 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 832417 WARN  
(jetty-launcher-9113-thread-2-SendThread(127.0.0.1:45797)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517c1c50004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517c1c50004, 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 0x1044517c1c50004, 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> 832418 INFO  (zkConnectionManagerCallback-9119-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 832418 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 832522 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 832525 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 832542 WARN  
(jetty-launcher-9113-thread-3-SendThread(127.0.0.1:45797)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517c1c50005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517c1c50005, 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 0x1044517c1c50005, 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> 833492 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 833492 WARN  (jetty-launcher-9113-thread-3) [     ] 
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> 833502 WARN  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@62005af5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833502 WARN  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@62005af5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833504 WARN  (jetty-launcher-9113-thread-3) [     ] 
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> 833505 WARN  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@252f9d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833505 WARN  (jetty-launcher-9113-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@252f9d94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833505 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45797/solr
   [junit4]   2> 833506 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 833510 INFO  (zkConnectionManagerCallback-9136-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833510 INFO  (jetty-launcher-9113-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 833511 WARN  
(jetty-launcher-9113-thread-3-SendThread(127.0.0.1:45797)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1044517c1c50006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1044517c1c50006, 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 0x1044517c1c50006, 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> 833613 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 833613 INFO  (zkConnectionManagerCallback-9138-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833613 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 833625 WARN  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_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> 833686 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41151_solr
   [junit4]   2> 833687 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.Overseer Overseer 
(id=73259462282248199-127.0.0.1:41151_solr-n_0000000000) starting
   [junit4]   2> 833699 INFO  
(OverseerStateUpdate-73259462282248199-127.0.0.1:41151_solr-n_0000000000) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41151_solr
   [junit4]   2> 833699 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41151_solr
   [junit4]   2> 833701 INFO  
(OverseerStateUpdate-73259462282248199-127.0.0.1:41151_solr-n_0000000000) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 833701 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 833701 WARN  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_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> 833718 INFO  (jetty-launcher-9113-thread-3) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node3
   [junit4]   2> 833814 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 833814 WARN  (jetty-launcher-9113-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> 833815 WARN  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6750b0c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833815 WARN  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6750b0c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833818 WARN  (jetty-launcher-9113-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> 833822 WARN  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@52870ad2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833822 WARN  (jetty-launcher-9113-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@52870ad2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 833823 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45797/solr
   [junit4]   2> 833824 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 833826 INFO  (zkConnectionManagerCallback-9156-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833826 INFO  (jetty-launcher-9113-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 833948 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 833949 INFO  (zkConnectionManagerCallback-9158-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 833949 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 833955 WARN  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_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> 833957 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 833961 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33711_solr as DOWN
   [junit4]   2> 833962 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 833962 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33711_solr
   [junit4]   2> 833963 INFO  (zkCallback-9137-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 833963 INFO  (zkCallback-9157-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 833964 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 833964 WARN  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_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> 833974 INFO  (jetty-launcher-9113-thread-1) 
[n:127.0.0.1:33711_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node1
   [junit4]   2> 834268 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 834268 WARN  (jetty-launcher-9113-thread-2) [     ] 
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> 834270 WARN  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@16de989e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 834271 WARN  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@16de989e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 834272 WARN  (jetty-launcher-9113-thread-2) [     ] 
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> 834273 WARN  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@152e80b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 834273 WARN  (jetty-launcher-9113-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@152e80b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 834274 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45797/solr
   [junit4]   2> 834274 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 834275 INFO  (zkConnectionManagerCallback-9172-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834275 INFO  (jetty-launcher-9113-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 834377 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 834378 INFO  (zkConnectionManagerCallback-9174-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834378 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 834381 WARN  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_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> 834382 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 834385 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41423_solr as DOWN
   [junit4]   2> 834386 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 834386 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41423_solr
   [junit4]   2> 834387 INFO  (zkCallback-9157-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834387 INFO  (zkCallback-9137-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834387 INFO  (zkCallback-9173-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834388 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 834388 WARN  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_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> 834403 INFO  (jetty-launcher-9113-thread-2) 
[n:127.0.0.1:41423_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node2
   [junit4]   2> 834415 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 834416 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 834417 INFO  (zkConnectionManagerCallback-9185-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834417 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 834418 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 834419 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45797/solr ready
   [junit4]   2> 834419 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 834420 INFO  (zkConnectionManagerCallback-9187-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834420 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 834552 INFO  
(OverseerThreadFactory-9145-thread-1-processing-n:127.0.0.1:41151_solr) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 834659 INFO  
(OverseerStateUpdate-73259462282248199-127.0.0.1:41151_solr-n_0000000000) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:41151_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:41151/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> 834661 INFO  
(OverseerStateUpdate-73259462282248199-127.0.0.1:41151_solr-n_0000000000) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:41423_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:41423/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> 834662 INFO  
(OverseerStateUpdate-73259462282248199-127.0.0.1:41151_solr-n_0000000000) 
[n:127.0.0.1:41151_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:33711_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:33711/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> 834882 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr    
x:cdcr-source_shard1_replica_n4 ] 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_node6&name=cdcr-source_shard1_replica_n4&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 834896 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_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_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 834896 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr    
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 834898 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 834904 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
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> 834905 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 834906 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 834908 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 834908 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr    
x:cdcr-source_shard1_replica_n2 ] 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_node5&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 834909 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 834925 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
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> 834925 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n4' using 
configuration from configset cdcr-source, trusted=true
   [junit4]   2> 834926 INFO  (qtp1240570704-14673) [n:127.0.0.1:33711_solr 
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n4/data/]
   [junit4]   2> 834929 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 834929 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 834929 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 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> 834929 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node3/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node3/cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 834934 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 834941 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 834941 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 834941 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n2' using 
configuration from configset cdcr-source, trusted=true
   [junit4]   2> 834941 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n2/data/]
   [junit4]   2> 835028 WARN  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
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> 835031 WARN  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 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> 835032 WARN  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
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> 835045 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 835045 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 835046 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 835046 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 835046 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 835046 INFO  (qtp1291004049-14664) [n:127.0.0.1:41423_solr 
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 835048 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 835048 INFO  (qtp156813286-14685) [n:127.0.0.1:41151_solr 
c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1

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

.0.1:33719_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1232207 INFO  (coreCloseExecutor-9560-thread-2) 
[n:127.0.0.1:33719_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1232208 INFO  (zkCallback-9420-thread-9) [     ] 
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> 1232210 INFO  (zkCallback-9420-thread-10) [     ] 
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> 1232211 INFO  (zkCallback-9420-thread-8) [     ] 
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> 1232211 INFO  (jetty-closer-9556-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1232211 INFO  (jetty-closer-9556-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1232211 INFO  (jetty-closer-9556-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1232211 INFO  (jetty-closer-9556-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1232212 INFO  (closeThreadPool-9562-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73259479397826565-127.0.0.1:33719_solr-n_0000000000) closing
   [junit4]   2> 1232212 INFO  
(OverseerStateUpdate-73259479397826565-127.0.0.1:33719_solr-n_0000000000) 
[n:127.0.0.1:33719_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33719_solr
   [junit4]   2> 1232214 INFO  
(OverseerAutoScalingTriggerThread-73259479397826565-127.0.0.1:33719_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1232215 WARN  
(jetty-launcher-9406-thread-1-SendThread(127.0.0.1:42387)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x104451bbdf00005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x104451bbdf00005, 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 0x104451bbdf00005, 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> 1232216 INFO  (closeThreadPool-9562-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73259479397826565-127.0.0.1:33719_solr-n_0000000000) closing
   [junit4]   2> 1232316 INFO  (jetty-closer-9556-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73259479397826565-127.0.0.1:33719_solr-n_0000000000) closing
   [junit4]   2> 1232316 INFO  (jetty-closer-9556-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@50c8f295{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1232317 INFO  (jetty-closer-9556-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4b56ef15{/solr,null,STOPPED}
   [junit4]   2> 1232317 INFO  (jetty-closer-9556-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1232317 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1232520 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>        4       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2>        3       /solr/collections/cdcr-target/terms/shard1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        41      /solr/collections/cdcr-target/state.json
   [junit4]   2>        5       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/cdcr-target/state.json
   [junit4]   2>        17      /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1232523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42387
   [junit4]   2> 1232523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42387
   [junit4]   2> 1232523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42387
   [junit4]   2> 1232523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[72CCFEB12C520CF2])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testConvertClusterToCdcrAndBootstrap 
-Dtests.seed=72CCFEB12C520CF2 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=lv -Dtests.timezone=America/Kentucky/Monticello 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  139s J1 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<1000> but was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72CCFEB12C520CF2:A51BD1C6980D94B5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:129)
   [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-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_72CCFEB12C520CF2-001
   [junit4]   2> Apr 01, 2021 4:07:41 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 xyz=PostingsFormat(name=LuceneFixedGap), id=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1491, 
maxMBSortInHeap=7.368368033884877, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=lv, 
timezone=America/Kentucky/Monticello
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=101658648,total=513277952
   [junit4]   2> NOTE: All tests run in this JVM: 
[UpdateRequestProcessorFactoryTest, SystemInfoHandlerTest, 
TestDFRSimilarityFactory, DeleteReplicaTest, 
CloneFieldUpdateProcessorFactoryTest, FileBasedSpellCheckerTest, 
TestSweetSpotSimilarityFactory, TestFacetMethods, 
CategoryRoutedAliasUpdateProcessorTest, AnalyticsQueryTest, TestSchemaManager, 
TestLFUCache, SyncSliceTest, TestChildDocTransformerHierarchy, 
TestFieldSortValues, VMParamsZkACLAndCredentialsProvidersTest, TestPackages, 
TestInfoStreamLogging, SearchHandlerTest, 
TestExternalRoleRuleBasedAuthorizationPlugin, WrapperMergePolicyFactoryTest, 
TestCoreContainer, XsltUpdateRequestHandlerTest, TestRangeQuery, 
TestReversedWildcardFilterFactory, TestCollationFieldDocValues, 
TestOverriddenPrefixQueryForCustomFieldType, 
OverseerSolrResponseUnsafeSerializationTest, 
CollectionsAPIAsyncDistributedZkTest, TestInPlaceUpdatesRequiredField, 
TestSubQueryTransformerDistrib, CreateRoutedAliasTest, TestCloudNestedDocsSort, 
EmbeddedSolrNoSerializeTest, TestJavabinTupleStreamParser, 
TestSystemCollAutoCreate, ByteBuffersDirectoryFactoryTest, 
TestBulkSchemaConcurrent, DirectoryFactoriesTest, TestSolr4Spatial2, 
PurgeGraphTest, TestSchemaNameResource, TestDistribPackageStore, 
RegexBoostProcessorTest, DistributedIntervalFacetingTest, TestSystemIdResolver, 
TestReplicationHandler, TestTolerantUpdateProcessorRandomCloud, 
TestDynamicLoading, TestExportTool, DOMUtilTest, TestCloudPseudoReturnFields, 
TestSimUtils, SecurityHeadersTest, TestDistributedMap, 
FieldAnalysisRequestHandlerTest, PackageManagerCLITest, TestCoreAdminApis, 
TestRawTransformer, TestConfigReload, TestRTimerTree, TestRestoreCore, 
TestUninvertingReader, SortByFunctionTest, NestedShardedAtomicUpdateTest, 
TestDistributedTracing, TestSerializedLuceneMatchVersion, MoveReplicaHDFSTest, 
TestUpdate, SignificantTermsQParserPluginTest, HLLUtilTest, CdcrBootstrapTest]
   [junit4] Completed [423/935 (1!)] on J1 in 402.90s, 4 tests, 3 failures, 1 
skipped <<< FAILURES!

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

Reply via email to