Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1962/
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([E16D8A332C383D72:77908433517E8B30]: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([E16D8A332C383D72:383BDBF72F5C2E38]: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([E16D8A332C383D72:36BAA5449867A535]: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 15983 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
[junit4] 2> 1858648 INFO
(SUITE-CdcrBootstrapTest-seed#[E16D8A332C383D72]-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> 1858649 INFO
(SUITE-CdcrBootstrapTest-seed#[E16D8A332C383D72]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/data-dir-180-001
[junit4] 2> 1858649 INFO
(SUITE-CdcrBootstrapTest-seed#[E16D8A332C383D72]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1858650 INFO
(SUITE-CdcrBootstrapTest-seed#[E16D8A332C383D72]-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> 1858650 INFO
(SUITE-CdcrBootstrapTest-seed#[E16D8A332C383D72]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1858653 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithMultipleReplicas
[junit4] 2> 1858653 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] 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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-target-001
[junit4] 2> 1858653 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1858653 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1858653 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1858654 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1858753 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer start zk server on port: 46295
[junit4] 2> 1858754 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46295
[junit4] 2> 1858754 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46295
[junit4] 2> 1858754 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46295
[junit4] 2> 1858755 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858758 INFO (zkConnectionManagerCallback-17004-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858758 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858762 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858762 INFO (zkConnectionManagerCallback-17006-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858762 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858763 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858764 INFO (zkConnectionManagerCallback-17008-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858764 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858867 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1858867 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1858867 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1858867 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1858867 INFO (jetty-launcher-17009-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> 1858867 INFO (jetty-launcher-17009-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> 1858868 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1858868 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1858868 INFO (jetty-launcher-17009-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> 1858874 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1858875 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48f912e5{/solr,null,AVAILABLE}
[junit4] 2> 1858876 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1858876 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1858876 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1858878 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6c795231{/solr,null,AVAILABLE}
[junit4] 2> 1858878 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2e7e259c{/solr,null,AVAILABLE}
[junit4] 2> 1858878 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7a5349f{SSL, (ssl,
http/1.1)}{127.0.0.1:34109}
[junit4] 2> 1858878 INFO (jetty-launcher-17009-thread-2) [ ]
o.e.j.s.Server Started @1858955ms
[junit4] 2> 1858878 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:46295/solr, hostPort=34109}
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@e340a65{SSL, (ssl,
http/1.1)}{127.0.0.1:41417}
[junit4] 2> 1858879 ERROR (jetty-launcher-17009-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.e.j.s.Server Started @1858955ms
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:46295/solr, hostPort=41417}
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:08.093Z
[junit4] 2> 1858879 ERROR (jetty-launcher-17009-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1858879 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:08.093Z
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@31f08a2d{SSL, (ssl,
http/1.1)}{127.0.0.1:40065}
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.e.j.s.Server Started @1858956ms
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:46295/solr, hostPort=40065}
[junit4] 2> 1858880 ERROR (jetty-launcher-17009-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1858880 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:08.094Z
[junit4] 2> 1858881 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858881 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1858884 INFO (zkConnectionManagerCallback-17011-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858884 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858884 INFO (zkConnectionManagerCallback-17013-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858884 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858885 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1858885 INFO (zkConnectionManagerCallback-17015-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1858885 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1858885 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1858885 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1858888 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1858889 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1858890 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1858891 WARN
(jetty-launcher-17009-thread-1-SendThread(127.0.0.1:46295)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490a9c520005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490a9c520005, 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 0x104490a9c520005, 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> 1858891 WARN
(jetty-launcher-17009-thread-3-SendThread(127.0.0.1:46295)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490a9c520003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490a9c520003, 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 0x104490a9c520003, 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> 1859547 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1859547 WARN (jetty-launcher-17009-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> 1859548 WARN (jetty-launcher-17009-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6a2beff2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859548 WARN (jetty-launcher-17009-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6a2beff2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859549 WARN (jetty-launcher-17009-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> 1859550 WARN (jetty-launcher-17009-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1e7fe3d0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859550 WARN (jetty-launcher-17009-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1e7fe3d0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859551 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46295/solr
[junit4] 2> 1859552 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1859552 INFO (zkConnectionManagerCallback-17032-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859552 INFO (jetty-launcher-17009-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1859672 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1859688 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1859688 WARN (jetty-launcher-17009-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> 1859689 INFO (zkConnectionManagerCallback-17034-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859689 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1859696 WARN (jetty-launcher-17009-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@16a8e131[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859696 WARN (jetty-launcher-17009-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@16a8e131[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859704 WARN (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_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> 1859706 WARN (jetty-launcher-17009-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> 1859707 WARN (jetty-launcher-17009-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6bed36f2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859707 WARN (jetty-launcher-17009-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6bed36f2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1859708 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46295/solr
[junit4] 2> 1859710 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1859725 INFO (zkConnectionManagerCallback-17044-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859725 INFO (jetty-launcher-17009-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1859731 WARN
(jetty-launcher-17009-thread-3-SendThread(127.0.0.1:46295)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490a9c520008.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490a9c520008, 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 0x104490a9c520008, 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> 1859794 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40065_solr
[junit4] 2> 1859794 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.c.Overseer Overseer
(id=73263803865890823-127.0.0.1:40065_solr-n_0000000000) starting
[junit4] 2> 1859811 INFO
(OverseerStateUpdate-73263803865890823-127.0.0.1:40065_solr-n_0000000000)
[n:127.0.0.1:40065_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:40065_solr
[junit4] 2> 1859811 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40065_solr
[junit4] 2> 1859812 INFO
(OverseerStateUpdate-73263803865890823-127.0.0.1:40065_solr-n_0000000000)
[n:127.0.0.1:40065_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1859813 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1859814 WARN (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_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> 1859829 INFO (jetty-launcher-17009-thread-1)
[n:127.0.0.1:40065_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-target-001/node1
[junit4] 2> 1859855 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1859864 INFO (zkConnectionManagerCallback-17054-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1859864 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1859867 WARN (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_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> 1859868 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1859871 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41417_solr as DOWN
[junit4] 2> 1859871 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1859872 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41417_solr
[junit4] 2> 1859884 INFO (zkCallback-17053-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1859884 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1859884 WARN (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_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> 1859889 INFO (zkCallback-17033-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1859894 INFO (jetty-launcher-17009-thread-3)
[n:127.0.0.1:41417_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-target-001/node3
[junit4] 2> 1860247 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1860248 WARN (jetty-launcher-17009-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> 1860252 WARN (jetty-launcher-17009-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2294aba7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1860252 WARN (jetty-launcher-17009-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2294aba7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1860254 WARN (jetty-launcher-17009-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> 1860255 WARN (jetty-launcher-17009-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3f2b913a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1860255 WARN (jetty-launcher-17009-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3f2b913a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1860256 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46295/solr
[junit4] 2> 1860256 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860258 INFO (zkConnectionManagerCallback-17068-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860258 INFO (jetty-launcher-17009-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860359 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1860364 INFO (zkConnectionManagerCallback-17070-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860364 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1860367 WARN (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_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> 1860368 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1860371 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:34109_solr as DOWN
[junit4] 2> 1860372 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1860372 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34109_solr
[junit4] 2> 1860373 INFO (zkCallback-17053-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1860373 INFO (zkCallback-17033-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1860373 INFO (zkCallback-17069-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1860374 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1860374 WARN (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_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> 1860389 INFO (jetty-launcher-17009-thread-2)
[n:127.0.0.1:34109_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-target-001/node2
[junit4] 2> 1860398 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
[junit4] 2> 1860399 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860400 INFO (zkConnectionManagerCallback-17081-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860400 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860401 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1860402 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:46295/solr ready
[junit4] 1> Target zkHost = 127.0.0.1:46295/solr
[junit4] 2> 1860402 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] 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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001
[junit4] 2> 1860402 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1860403 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1860403 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1860403 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1860503 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer start zk server on port: 43939
[junit4] 2> 1860503 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43939
[junit4] 2> 1860503 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43939
[junit4] 2> 1860503 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43939
[junit4] 2> 1860504 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860507 INFO (zkConnectionManagerCallback-17083-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860507 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860520 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860524 INFO (zkConnectionManagerCallback-17085-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860524 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860525 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860526 INFO (zkConnectionManagerCallback-17087-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860526 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860629 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1860629 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1860629 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1860629 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1860629 INFO (jetty-launcher-17088-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> 1860629 INFO (jetty-launcher-17088-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> 1860632 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1860632 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1860632 INFO (jetty-launcher-17088-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> 1860633 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1860633 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1860633 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1860633 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@120476c{/solr,null,AVAILABLE}
[junit4] 2> 1860636 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1860636 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1860636 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1860636 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13d93936{/solr,null,AVAILABLE}
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2abd391b{SSL, (ssl,
http/1.1)}{127.0.0.1:41849}
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.e.j.s.Server Started @1860713ms
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:43939/solr, hostPort=41849}
[junit4] 2> 1860637 ERROR (jetty-launcher-17088-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1860637 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:09.851Z
[junit4] 2> 1860638 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1860638 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1860638 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1860638 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@257694b9{/solr,null,AVAILABLE}
[junit4] 2> 1860639 INFO (zkConnectionManagerCallback-17090-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@45554230{SSL, (ssl,
http/1.1)}{127.0.0.1:39575}
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-1) [ ]
o.e.j.s.Server Started @1860715ms
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:43939/solr, hostPort=39575}
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1860639 ERROR (jetty-launcher-17088-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1860639 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1860640 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1860640 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1860640 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:09.854Z
[junit4] 2> 1860643 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1860644 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860644 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7356d677{SSL, (ssl,
http/1.1)}{127.0.0.1:41295}
[junit4] 2> 1860644 INFO (jetty-launcher-17088-thread-3) [ ]
o.e.j.s.Server Started @1860721ms
[junit4] 2> 1860644 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:43939/solr, hostPort=41295}
[junit4] 2> 1860644 ERROR (jetty-launcher-17088-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1860645 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1860645 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 1860645 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1860645 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1860645 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T10:25:09.859Z
[junit4] 2> 1860645 WARN
(jetty-launcher-17088-thread-2-SendThread(127.0.0.1:43939)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490aa32b0003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490aa32b0003, 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 0x104490aa32b0003, 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> 1860646 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1860646 INFO (zkConnectionManagerCallback-17092-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860646 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860646 INFO (zkConnectionManagerCallback-17094-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860646 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1860646 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1860646 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1860649 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1860649 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1860650 WARN
(jetty-launcher-17088-thread-3-SendThread(127.0.0.1:43939)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490aa32b0005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490aa32b0005, 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 0x104490aa32b0005, 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> 1861195 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1861196 WARN (jetty-launcher-17088-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> 1861196 WARN (jetty-launcher-17088-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@e6ae426[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861196 WARN (jetty-launcher-17088-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@e6ae426[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861198 WARN (jetty-launcher-17088-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> 1861199 WARN (jetty-launcher-17088-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1182dfaa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861199 WARN (jetty-launcher-17088-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1182dfaa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861200 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
[junit4] 2> 1861201 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1861201 INFO (zkConnectionManagerCallback-17111-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861201 INFO (jetty-launcher-17088-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1861293 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1861294 WARN (jetty-launcher-17088-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> 1861294 WARN (jetty-launcher-17088-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2f10b9fa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861294 WARN (jetty-launcher-17088-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2f10b9fa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861305 WARN (jetty-launcher-17088-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> 1861317 INFO (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1861326 WARN (jetty-launcher-17088-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5e1063b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861326 WARN (jetty-launcher-17088-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5e1063b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861327 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
[junit4] 2> 1861344 INFO (zkConnectionManagerCallback-17118-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861344 INFO (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1861360 WARN (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_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> 1861360 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1861365 INFO (zkConnectionManagerCallback-17121-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861366 INFO (jetty-launcher-17088-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1861367 WARN
(jetty-launcher-17088-thread-1-SendThread(127.0.0.1:43939)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490aa32b0008.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490aa32b0008, 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 0x104490aa32b0008, 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> 1861469 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1861493 INFO (zkConnectionManagerCallback-17125-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861493 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1861506 WARN (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_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> 1861514 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39575_solr
[junit4] 2> 1861515 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.Overseer Overseer
(id=73263803980775433-127.0.0.1:39575_solr-n_0000000000) starting
[junit4] 2> 1861529 INFO
(OverseerStateUpdate-73263803980775433-127.0.0.1:39575_solr-n_0000000000)
[n:127.0.0.1:39575_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:39575_solr
[junit4] 2> 1861534 INFO (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41849_solr
[junit4] 2> 1861537 INFO (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1861538 WARN (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_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> 1861545 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39575_solr as DOWN
[junit4] 2> 1861547 INFO (zkCallback-17117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1861548 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1861548 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39575_solr
[junit4] 2> 1861550 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1861550 WARN (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_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> 1861556 INFO (zkCallback-17124-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1861561 INFO (zkCallback-17117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1861567 INFO (jetty-launcher-17088-thread-1)
[n:127.0.0.1:39575_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node1
[junit4] 2> 1861567 INFO (jetty-launcher-17088-thread-2)
[n:127.0.0.1:41849_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node2
[junit4] 2> 1861698 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1861698 WARN (jetty-launcher-17088-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> 1861699 WARN (jetty-launcher-17088-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5c540fc2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861699 WARN (jetty-launcher-17088-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5c540fc2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861701 WARN (jetty-launcher-17088-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> 1861704 WARN (jetty-launcher-17088-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@37965390[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861704 WARN (jetty-launcher-17088-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@37965390[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1861705 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43939/solr
[junit4] 2> 1861712 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1861716 INFO (zkConnectionManagerCallback-17147-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861716 INFO (jetty-launcher-17088-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1861717 WARN
(jetty-launcher-17088-thread-3-SendThread(127.0.0.1:43939)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104490aa32b000a.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490aa32b000a, 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 0x104490aa32b000a, 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> 1861818 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1861819 INFO (zkConnectionManagerCallback-17149-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861819 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1861822 WARN (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_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> 1861823 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1861826 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41295_solr as DOWN
[junit4] 2> 1861827 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1861827 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41295_solr
[junit4] 2> 1861828 INFO (zkCallback-17117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1861828 INFO (zkCallback-17124-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1861828 INFO (zkCallback-17148-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1861829 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1861830 WARN (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_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> 1861845 INFO (jetty-launcher-17088-thread-3)
[n:127.0.0.1:41295_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node3
[junit4] 2> 1861851 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
[junit4] 2> 1861852 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1861852 INFO (zkConnectionManagerCallback-17160-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861852 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1861853 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1861854 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:43939/solr ready
[junit4] 2> 1861855 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1861856 INFO (zkConnectionManagerCallback-17162-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1861856 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithMultipleReplicas-seed#[E16D8A332C383D72])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1861996 INFO
(OverseerThreadFactory-17133-thread-1-processing-n:127.0.0.1:39575_solr)
[n:127.0.0.1:39575_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
cdcr-source
[junit4] 2> 1862103 INFO
(OverseerStateUpdate-73263803980775433-127.0.0.1:39575_solr-n_0000000000)
[n:127.0.0.1:39575_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:41295_solr",
[junit4] 2> "base_url":"https://127.0.0.1:41295/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> 1862105 INFO
(OverseerStateUpdate-73263803980775433-127.0.0.1:39575_solr-n_0000000000)
[n:127.0.0.1:39575_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n2",
[junit4] 2> "node_name":"127.0.0.1:41849_solr",
[junit4] 2> "base_url":"https://127.0.0.1:41849/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> 1862107 INFO
(OverseerStateUpdate-73263803980775433-127.0.0.1:39575_solr-n_0000000000)
[n:127.0.0.1:39575_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n4",
[junit4] 2> "node_name":"127.0.0.1:39575_solr",
[junit4] 2> "base_url":"https://127.0.0.1:39575/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> 1862319 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862319 INFO (qtp541413995-30659) [n:127.0.0.1:41849_solr
x:cdcr-source_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1862340 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862345 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862348 INFO (qtp541413995-30659) [n:127.0.0.1:41849_solr
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ]
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> 1862350 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862350 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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> 1862350 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862353 INFO (qtp541413995-30659) [n:127.0.0.1:41849_solr
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/cdcr-source/managed-schema
[junit4] 2> 1862357 INFO (qtp541413995-30659) [n:127.0.0.1:41849_solr
c:cdcr-source s:shard1 r:core_node5 x:cdcr-source_shard1_replica_n2 ]
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> 1862357 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862357 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862358 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n2/data/]
[junit4] 2> 1862365 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862366 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862366 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862366 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node3/cdcr-source_shard1_replica_n1/data/]
[junit4] 2> 1862368 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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> 1862386 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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> 1862386 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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> 1862386 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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> 1862387 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n4/data/]
[junit4] 2> 1862510 WARN (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862510 WARN (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862510 WARN (qtp1336748352-30671) [n:127.0.0.1:39575_solr
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ]
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> 1862511 WARN (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862531 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862531 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862531 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862531 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_solr
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 1862531 INFO (qtp541413995-30659) [n:127.0.0.1:41849_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> 1862531 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_solr
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1862532 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_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> 1862532 INFO (qtp1336748352-30671) [n:127.0.0.1:39575_solr
c:cdcr-source s:shard1 r:core_node6 x:cdcr-source_shard1_replica_n4 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1862532 INFO (qtp2041494791-30677) [n:127.0.0.1:41295_solr
c:cdcr-source
[...truncated too long message...]
vletContextHandler@77674851{/solr,null,STOPPED}
[junit4] 2> 2256263 INFO (jetty-closer-17531-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 2256263 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 2256264 WARN
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72]-SendThread(127.0.0.1:40159))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x104490e8def0000.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490e8def0000, 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 0x104490e8def0000, 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> 2256365 WARN
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72]-SendThread(127.0.0.1:40159))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x104490e8def0001.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104490e8def0001, 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 0x104490e8def0001, 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> 2256467 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/aliases.json
[junit4] 2> 2 /solr/configs/cdcr-target/managed-schema
[junit4] 2> 2 /solr/collections/cdcr-target/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 29 /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> 19 /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> 2256470 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40159
[junit4] 2> 2256470 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40159
[junit4] 2> 2256470 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40159
[junit4] 2> 2256472 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[E16D8A332C383D72])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CdcrBootstrapTest
-Dtests.method=testConvertClusterToCdcrAndBootstrap
-Dtests.seed=E16D8A332C383D72 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=da -Dtests.timezone=Asia/Srednekolymsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 139s J3 |
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap <<<
[junit4] > Throwable #1: java.lang.AssertionError: Document mismatch on
target after sync expected:<1000> but was:<0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([E16D8A332C383D72:36BAA5449867A535]: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/J3/temp/solr.cloud.cdcr.CdcrBootstrapTest_E16D8A332C383D72-001
[junit4] 2> Apr 02, 2021 10:31:45 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{_root_=PostingsFormat(name=Direct), xyz=Lucene84,
id=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=678,
maxMBSortInHeap=6.674016304566245,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=da,
timezone=Asia/Srednekolymsk
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_281 (64-bit)/cpus=4,threads=1,free=206990200,total=501219328
[junit4] 2> NOTE: All tests run in this JVM: [ExecutePlanActionTest,
TestHdfsBackupRestoreCore, FastVectorHighlighterTest,
TestStressCloudBlindAtomicUpdates, TestIndexSearcher,
BaseCdcrDistributedZkTest, HDFSCollectionsAPITest, SchemaApiFailureTest,
BlobRepositoryCloudTest, UpdateLogTest, TestRandomFaceting,
TestManagedResourceStorage, BasicAuthOnSingleNodeTest, FullHLLTest,
SharedFSAutoReplicaFailoverTest, MetricsConfigTest,
DimensionalRoutedAliasUpdateProcessorTest,
TestCloudPhrasesIdentificationComponent, DistributedDebugComponentTest,
TestGeoJSONResponseWriter, TestStressReorder, TestDeleteCollectionOnDownNodes,
SplitHandlerTest, TestLeaderElectionZkExpiry, NodeMarkersRegistrationTest,
TestJmxIntegration, ReplaceNodeNoTargetTest, ConfigureRecoveryStrategyTest,
TestTlogReplica, TestHdfsCloudBackupRestore, TestLegacyNumericUtils,
SparseHLLTest, TestConfigSetsAPIExclusivity, TestRTGBase, MergeStrategyTest,
ZkCollectionPropsCachingTest, SpellCheckComponentTest,
HdfsRestartWhileUpdatingTest, TemplateUpdateProcessorTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SpellCheckCollatorTest,
TestPrepRecovery, TestReloadDeadlock, TestSkipOverseerOperations,
SimpleFacetsTest, SolrJmxReporterTest, TestDefaultStatsCache,
SolrLogAuditLoggerPluginTest, AnalysisErrorHandlingTest,
DistributedMLTComponentTest, OverseerTaskQueueTest, SuggesterTest,
SoftAutoCommitTest, TokenizerChainTest,
ClassificationUpdateProcessorIntegrationTest, TestNumericTerms32,
ConjunctionSolrSpellCheckerTest, OutOfBoxZkACLAndCredentialsProvidersTest,
LeaderFailoverAfterPartitionTest, TestFieldCacheSortRandom,
SimpleCollectionCreateDeleteTest, DocumentBuilderTest, SmileWriterTest,
SolrTestCaseJ4DeleteCoreTest, AddReplicaTest, TestCorePropertiesReload,
CollectionReloadTest, BigEndianAscendingWordDeserializerTest,
TestExpandComponent, DistributedFacetPivotLongTailTest, CollectionPropsTest,
TestCollectionAPIs, TestLRUStatsCache, SolrRrdBackendFactoryTest,
CloudMLTQParserTest, MoreLikeThisHandlerTest, CurrencyFieldTypeTest,
TestMinMaxOnMultiValuedField, BJQParserTest, TestManagedStopFilterFactory,
TestDocTermOrdsUninvertLimit, TestWaitForStateWithJettyShutdowns,
TestGroupingSearch, NoCacheHeaderTest, TestLegacyNumericRangeQueryBuilder,
TestSimLargeCluster, TestLMDirichletSimilarityFactory, TestSmileRequest,
TestSuggestSpellingConverter, TestDistributedGrouping, NumericFieldsTest,
TestClassicSimilarityFactory, TestBlendedInfixSuggestions,
AutoAddReplicasIntegrationTest, TestComponentsName, SecurityConfHandlerTest,
TestSchemaSimilarityResource, JWTIssuerConfigTest, ChaosMonkeySafeLeaderTest,
TestJsonRangeFacets, TestSubQueryTransformer, ResponseBuilderTest,
CSVRequestHandlerTest, TestSimScenario, DistanceUnitsTest, BadIndexSchemaTest,
DeleteStatusTest, TestSort, TestExportWriter, TestBlobHandler,
TestCloudSchemaless, TestPayloadScoreQParserPlugin, MBeansHandlerTest,
CloudReplicaSourceTest, DistribCursorPagingTest, DistributedQueueTest,
HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest,
LeaderTragicEventTest, LegacyCloudClusterPropTest,
MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSFailoverTest,
MoveReplicaHDFSTest, MoveReplicaTest, RecoveryZkTest, ReplaceNodeTest,
RouteFieldTest, RoutingToNodesWithPropertiesTest, TestCloudConsistency,
TestSizeLimitedDistributedMap, TriLevelCompositeIdRoutingTest,
VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest,
CollectionsAPIDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster,
NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest,
NodeLostTriggerIntegrationTest, ScheduledTriggerTest,
SearchRateTriggerIntegrationTest, SearchRateTriggerTest, TestPolicyCloud,
TriggerSetPropertiesIntegrationTest, TestSimNodeAddedTrigger,
TestSimNodeLostTrigger, TestSimPolicyCloud, CdcrBidirectionalTest,
CdcrBootstrapTest]
[junit4] Completed [800/935 (1!)] on J3 in 398.73s, 4 tests, 3 failures, 1
skipped <<< FAILURES!
[...truncated 51270 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]