Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1963/
3 tests failed.
FAILED:
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithSourceCluster
Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<1000> but was:<0>
at
__randomizedtesting.SeedInfo.seed([332FBF44C3EFF163:EA79EE80C08BE229]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithSourceCluster(CdcrBootstrapTest.java:208)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithMultipleReplicas
Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<1000> but was:<0>
at
__randomizedtesting.SeedInfo.seed([332FBF44C3EFF163:A5D2B144BEA94721]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithMultipleReplicas(CdcrBootstrapTest.java:293)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
Error Message:
Document mismatch on target after sync expected:<1000> but was:<0>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<1000> but was:<0>
at
__randomizedtesting.SeedInfo.seed([332FBF44C3EFF163:E4F8903377B06924]: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 14236 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
[junit4] 2> 372036 INFO
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-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> 372039 INFO
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/data-dir-12-001
[junit4] 2> 372039 WARN
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 372039 INFO
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 372041 INFO
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 372041 INFO
(SUITE-CdcrBootstrapTest-seed#[332FBF44C3EFF163]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] IGNOR/A 0.01s J1 |
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
[junit4] > Assumption #1: 'awaitsfix' test group is disabled
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
[junit4] 2> 372051 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
[junit4] 2> 372064 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-target-001
[junit4] 2> 372064 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 372064 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 372064 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 372065 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 372164 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer start zk server on port: 33951
[junit4] 2> 372165 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33951
[junit4] 2> 372165 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33951
[junit4] 2> 372165 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33951
[junit4] 2> 372168 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 372170 INFO (zkConnectionManagerCallback-3036-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372170 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 372176 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 372177 INFO (zkConnectionManagerCallback-3038-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372177 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 372178 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 372179 INFO (zkConnectionManagerCallback-3040-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372179 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 372282 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 372282 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 372282 INFO (jetty-launcher-3041-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> 372288 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 372288 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 372288 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3cc8e779{/solr,null,AVAILABLE}
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7920a49e{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:40405}
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.e.j.s.Server Started @372323ms
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:33951/solr, hostPort=40405}
[junit4] 2> 372291 ERROR (jetty-launcher-3041-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 372291 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T12:40:15.953Z
[junit4] 2> 372292 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 372294 INFO (zkConnectionManagerCallback-3043-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372294 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 372295 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 372298 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 372299 WARN
(jetty-launcher-3041-thread-1-SendThread(127.0.0.1:33951)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x104498653a50003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104498653a50003, 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 0x104498653a50003, 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> 372765 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 372766 WARN (jetty-launcher-3041-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@191ff014[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 372766 WARN (jetty-launcher-3041-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@191ff014[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 372769 WARN (jetty-launcher-3041-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@ab5fe1d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 372769 WARN (jetty-launcher-3041-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@ab5fe1d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 372770 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33951/solr
[junit4] 2> 372770 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 372780 INFO (zkConnectionManagerCallback-3054-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372780 INFO (jetty-launcher-3041-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 372887 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 372892 INFO (zkConnectionManagerCallback-3056-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372892 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 372902 WARN (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_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> 373002 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40405_solr
[junit4] 2> 373003 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.Overseer Overseer
(id=73264335222538245-127.0.0.1:40405_solr-n_0000000000) starting
[junit4] 2> 373016 INFO
(OverseerStateUpdate-73264335222538245-127.0.0.1:40405_solr-n_0000000000)
[n:127.0.0.1:40405_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:40405_solr
[junit4] 2> 373020 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40405_solr
[junit4] 2> 373023 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 373023 WARN (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_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> 373024 INFO (zkCallback-3055-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 373039 INFO (jetty-launcher-3041-thread-1)
[n:127.0.0.1:40405_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-target-001/node1
[junit4] 2> 373052 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
[junit4] 2> 373053 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 373064 INFO (zkConnectionManagerCallback-3071-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 373064 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 373073 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 373074 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:33951/solr ready
[junit4] 1> Target zkHost = 127.0.0.1:33951/solr
[junit4] 2> 373074 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-source-001
[junit4] 2> 373075 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 373077 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 373077 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 373078 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 373177 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer start zk server on port: 37097
[junit4] 2> 373177 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37097
[junit4] 2> 373177 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37097
[junit4] 2> 373177 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37097
[junit4] 2> 373180 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 373256 INFO (zkConnectionManagerCallback-3073-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 373256 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 373260 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 373262 INFO (zkConnectionManagerCallback-3075-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 373262 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 373262 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 373268 INFO (zkConnectionManagerCallback-3077-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 373268 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 373371 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 373371 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 373371 INFO (jetty-launcher-3078-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> 373380 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 373380 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 373380 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 373384 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b1d73ad{/solr,null,AVAILABLE}
[junit4] 2> 373384 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6d4a25cb{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:36691}
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.e.j.s.Server Started @373417ms
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:37097/solr, hostPort=36691}
[junit4] 2> 373385 ERROR (jetty-launcher-3078-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.9.0
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 373385 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-04-02T12:40:17.047Z
[junit4] 2> 373386 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 373388 INFO (zkConnectionManagerCallback-3080-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 373388 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 373389 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 373392 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 374399 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 374399 WARN (jetty-launcher-3078-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@429d7ac9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 374399 WARN (jetty-launcher-3078-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@429d7ac9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 374401 WARN (jetty-launcher-3078-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@53e5a12f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 374401 WARN (jetty-launcher-3078-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@53e5a12f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 374402 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37097/solr
[junit4] 2> 374403 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 374406 INFO (zkConnectionManagerCallback-3091-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 374406 INFO (jetty-launcher-3078-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 374508 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 374513 INFO (zkConnectionManagerCallback-3093-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 374513 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 374526 WARN (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_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> 374581 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:36691_solr
[junit4] 2> 374581 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.Overseer Overseer
(id=73264335289253893-127.0.0.1:36691_solr-n_0000000000) starting
[junit4] 2> 374586 INFO
(OverseerStateUpdate-73264335289253893-127.0.0.1:36691_solr-n_0000000000)
[n:127.0.0.1:36691_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:36691_solr
[junit4] 2> 374586 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36691_solr
[junit4] 2> 374587 INFO
(OverseerStateUpdate-73264335289253893-127.0.0.1:36691_solr-n_0000000000)
[n:127.0.0.1:36691_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 374589 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 374589 WARN (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_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> 374604 INFO (jetty-launcher-3078-thread-1)
[n:127.0.0.1:36691_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-source-001/node1
[junit4] 2> 374613 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
[junit4] 2> 374614 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 374616 INFO (zkConnectionManagerCallback-3108-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 374616 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 374617 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 374618 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:37097/solr ready
[junit4] 2> 374619 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 374621 INFO (zkConnectionManagerCallback-3110-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 374621 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 374732 INFO
(OverseerThreadFactory-3100-thread-1-processing-n:127.0.0.1:36691_solr)
[n:127.0.0.1:36691_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
cdcr-source
[junit4] 2> 374839 INFO
(OverseerStateUpdate-73264335289253893-127.0.0.1:36691_solr-n_0000000000)
[n:127.0.0.1:36691_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-source_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:36691_solr",
[junit4] 2> "base_url":"http://127.0.0.1:36691/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> 375045 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 375045 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 375058 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 375069 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 375073 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 375073 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 375079 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/cdcr-source/managed-schema
[junit4] 2> 375082 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to
/configs/cdcr-source/schema.xml.bak
[junit4] 2> 375082 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using
configuration from configset cdcr-source, trusted=true
[junit4] 2> 375082 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/]
[junit4] 2> 375168 WARN (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.D.s.CdcrRequestHandler Solr loaded a deprecated plugin/analysis class
[solr.CdcrRequestHandler]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 375169 WARN (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6
and shall be removed in 9.0. See SOLR-14022 for details.
[junit4] 2> 375183 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 375183 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 375184 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 375184 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 375187 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-source
[junit4] 2> 375188 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-source
[junit4] 2> 375190 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-source/managed-schema
[junit4] 2> 375191 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 375191 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 375203 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-source/cdcr/state/buffer
[junit4] 2> 375235 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-source/cdcr/state/process
[junit4] 2> 375313 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1695932449003929600
[junit4] 2> 375315 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375320 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
[junit4] 2> 375320 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/cdcr-source/leaders/shard1
[junit4] 2> 375323 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 375323 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 375323 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36691/solr/cdcr-source_shard1_replica_n1/
[junit4] 2> 375324 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 375324 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.SyncStrategy http://127.0.0.1:36691/solr/cdcr-source_shard1_replica_n1/
has no replicas
[junit4] 2> 375324 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/cdcr-source/leaders/shard1/leader after winning as
/collections/cdcr-source/leader_elect/shard1/election/73264335289253893-core_node2-n_0000000000
[junit4] 2> 375325 INFO (zkCallback-3092-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
[junit4] 2> 375328 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36691/solr/cdcr-source_shard1_replica_n1/ shard1
[junit4] 2> 375429 INFO (zkCallback-3092-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 375429 INFO (zkCallback-3092-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 375431 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 375434 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=389
[junit4] 2> 375436 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 375534 INFO (zkCallback-3092-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 375534 INFO (zkCallback-3092-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 375534 INFO (zkCallback-3092-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 375537 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
status=0 QTime=808
[junit4] 2> 375537 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
[junit4] 2> 375563 INFO (qtp1670236106-4803) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
[junit4] 2> 375563 INFO (qtp1670236106-4803) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=21
[junit4] 2> 375618 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375618 INFO (qtp1670236106-4799) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=53
[junit4] 2> 375624 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 375674 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375674 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=49
[junit4] 2> 375679 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
[junit4] 2> 375717 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375717 INFO (qtp1670236106-4803) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=37
[junit4] 2> 375722 INFO (qtp1670236106-4799) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 375774 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375775 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=52
[junit4] 2> 375780 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 375837 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375837 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=56
[junit4] 2> 375841 INFO (qtp1670236106-4803) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 375896 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375897 INFO (qtp1670236106-4799) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=55
[junit4] 2> 375901 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 375985 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 375985 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=83
[junit4] 2> 375990 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 376049 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 376050 INFO (qtp1670236106-4803) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=59
[junit4] 2> 376054 INFO (qtp1670236106-4799) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 376142 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 376142 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=87
[junit4] 2> 376147 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 376250 INFO
(searcherExecutor-3112-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-source_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 376250 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=102
[junit4] 2> 376250 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
[junit4] 2> 376251 INFO (qtp1670236106-4801) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0
QTime=0
[junit4] 2> 376252 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 376254 INFO (zkConnectionManagerCallback-3120-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376254 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 376257 WARN
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163]-SendThread(127.0.0.1:33951))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x104498653a50007.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x104498653a50007, 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 0x104498653a50007, 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> 376362 INFO
(OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:40405_solr)
[n:127.0.0.1:40405_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
cdcr-target
[junit4] 2> 376469 INFO
(OverseerStateUpdate-73264335222538245-127.0.0.1:40405_solr-n_0000000000)
[n:127.0.0.1:40405_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"cdcr-target_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:40405_solr",
[junit4] 2> "base_url":"http://127.0.0.1:40405/solr",
[junit4] 2> "collection":"cdcr-target",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376672 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 376673 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 376683 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 376699 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 376700 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 376700 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 376702 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/cdcr-target/managed-schema
[junit4] 2> 376704 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to
/configs/cdcr-target/schema.xml.bak
[junit4] 2> 376704 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using
configuration from configset cdcr-target, trusted=true
[junit4] 2> 376705 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1/data/]
[junit4] 2> 376733 INFO
(OverseerCollectionConfigSetProcessor-73264335289253893-127.0.0.1:36691_solr-n_0000000000)
[n:127.0.0.1:36691_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 376736 WARN (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrRequestHandler CDCR (in its current form) is deprecated as of 8.6
and shall be removed in 9.0. See SOLR-14022 for details.
[junit4] 2> 376737 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 376737 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 376738 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 376738 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 376739 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-target
[junit4] 2> 376739 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-target
[junit4] 2> 376739 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-target/managed-schema
[junit4] 2> 376742 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 376742 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 376744 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-target/cdcr/state/buffer
[junit4] 2> 376745 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-target/cdcr/state/process
[junit4] 2> 376745 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1695932450505490432
[junit4] 2> 376748 INFO
(searcherExecutor-3122-thread-1-processing-n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:40405_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.SolrCore
[cdcr-target_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 376751 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
[junit4] 2> 376751 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/cdcr-target/leaders/shard1
[junit4] 2> 376755 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 376755 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 376755 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:40405/solr/cdcr-target_shard1_replica_n1/
[junit4] 2> 376755 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 376755 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.SyncStrategy http://127.0.0.1:40405/solr/cdcr-target_shard1_replica_n1/
has no replicas
[junit4] 2> 376756 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/cdcr-target/leaders/shard1/leader after winning as
/collections/cdcr-target/leader_elect/shard1/election/73264335222538245-core_node2-n_0000000000
[junit4] 2> 376756 INFO (zkCallback-3055-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
[junit4] 2> 376759 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40405/solr/cdcr-target_shard1_replica_n1/ shard1
[junit4] 2> 376860 INFO (zkCallback-3055-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376860 INFO (zkCallback-3055-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376861 INFO (zkCallback-3055-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376862 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 376866 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=193
[junit4] 2> 376869 INFO (qtp2011649042-4738) [n:127.0.0.1:40405_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 376964 INFO (zkCallback-3055-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376964 INFO (zkCallback-3055-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376964 INFO (zkCallback-3055-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376964 INFO (zkCallback-3055-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 376965 INFO (qtp2011649042-4738) [n:127.0.0.1:40405_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=605
[junit4] 2> 376965 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-target
[junit4] 2> 376978 INFO (zkCallback-3055-thread-4) [ ]
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
[junit4] 2> 376979 INFO (qtp2011649042-4741) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2}
status=0 QTime=4
[junit4] 2> 376979 INFO (zkCallback-3055-thread-4) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-target:shard1
[junit4] 2> 376980 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 376981 INFO (zkConnectionManagerCallback-3134-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 376981 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 376983 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 376984 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33951/solr ready
[junit4] 2> 376991 INFO (qtp2011649042-4738) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 376991 INFO (qtp2011649042-4738) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 376991 INFO (qtp2011649042-4739) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/cdcr
params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 376991 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-target with checkpoint -1 @ cdcr-source:shard1
[junit4] 2> 376992 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-target, shard: shard1
[junit4] 2> 376996 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
[junit4] 2> 376996 INFO (zkCallback-3092-thread-2) [ ]
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
[junit4] 2> 376997 INFO (zkCallback-3092-thread-2) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-source:shard1
[junit4] 2> 376997 INFO (qtp1670236106-4802) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2}
status=0 QTime=17
[junit4] 2> 376998 INFO (qtp1670236106-4800) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 376998 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.c.CdcrBootstrapTest Cdcr queue response:
{responseHeader={status=0,QTime=0},queues={127.0.0.1:33951/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=60619,tlogTotalCount=10,updateLogSynchronizer=stopped}
[junit4] 2> 376999 INFO (qtp2011649042-4740) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 377000 INFO (qtp2011649042-4738) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=0 status=0
QTime=0
[junit4] 2> 377000 INFO
(cdcr-bootstrap-status-3130-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_node2
x:cdcr-source_shard1_replica_n1 ] o.a.s.h.CdcrReplicatorManager Attempting to
bootstrap target collection: cdcr-target shard: shard1 leader:
http://127.0.0.1:40405/solr/cdcr-target_shard1_replica_n1/
[junit4] 2> 377001 INFO (qtp2011649042-4741) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&masterUrl=http://127.0.0.1:36691/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 377007 INFO
(recoveryExecutor-3052-thread-1-processing-n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:40405_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 377009 INFO (qtp1670236106-4799) [n:127.0.0.1:36691_solr
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1] webapp=/solr path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 377009 ERROR
(recoveryExecutor-3052-thread-1-processing-n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:40405_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Index fetch failed
:org.apache.solr.common.SolrException: The 'leaderUrl' parameter value
'http://127.0.0.1:36691/solr/cdcr-source_shard1_replica_n1/' is not in the
'shardsWhitelist'. set -Dsolr.disable.shardsWhitelist=true to disable shards
whitelist checks
[junit4] 2> at
org.apache.solr.handler.IndexFetcher.setLeaderUrl(IndexFetcher.java:294)
[junit4] 2> at
org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:254)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454)
[junit4] 2> at
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:780)
[junit4] 2> at
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:735)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 377009 INFO
(recoveryExecutor-3052-thread-1-processing-n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:40405_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler No replay needed.
[junit4] 2> 377009 ERROR
(updateExecutor-3050-thread-1-processing-n:127.0.0.1:40405_solr
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2)
[n:127.0.0.1:40405_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.CdcrRequestHandler Bootstrap
operation failed
[junit4] 2> => java.util.concurrent.ExecutionException:
java.lang.AssertionError
[junit4] 2> at
java.util.concurrent.FutureTask.report(FutureTask.java:122)
[junit4] 2> java.util.concurrent.ExecutionException:
java.lang.AssertionError
[junit4] 2> at
java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_281]
[junit4] 2> at
java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_281]
[junit4] 2> at
org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:662)
~[java/:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
~[metrics-core-4.1.5.jar:4.1.5]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_281]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_281]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_281]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
[junit4] 2> Caused by: java.lang.AssertionError
[junit4] 2> at
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:813)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:735)
~[java/:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
~[metrics-core-4.1.5.jar:4.1.5]
[junit4] 2> ... 5 more
[junit4] 2> 377011 INFO (qtp2011649042-4737) [n:127.0.0.1:40405_solr
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1 ]
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 377011 WARN
(cdcr-bootstrap-status-3130-thread-1-processing-n:127.0.0.1:36691_solr
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2)
[n:127.0.0.1:36691_solr c:cdcr-source s:shard1 r:core_no
[...truncated too long message...]
t.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163]) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42175
[junit4] 2> 769009 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42175
[junit4] 2> 769009 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42175
[junit4] 2> 769110 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1806759756
[junit4] 2> 769111 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38249_solr
[junit4] 2> 769111 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 769111 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:38249_solr as DOWN
[junit4] 2> 769113 INFO (coreCloseExecutor-3567-thread-1)
[n:127.0.0.1:38249_solr ] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@a3a6846
[junit4] 2> 769113 INFO (coreCloseExecutor-3567-thread-2)
[n:127.0.0.1:38249_solr ] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n2]
CLOSING SolrCore org.apache.solr.core.SolrCore@43cd835e
[junit4] 2> 769113 INFO (coreCloseExecutor-3567-thread-1)
[n:127.0.0.1:38249_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.cdcr-target.shard1.replica_n1
tag=SolrCore@a3a6846
[junit4] 2> 769113 INFO (coreCloseExecutor-3567-thread-1)
[n:127.0.0.1:38249_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.cdcr-target.shard1.leader
tag=SolrCore@a3a6846
[junit4] 2> 769114 INFO (coreCloseExecutor-3567-thread-2)
[n:127.0.0.1:38249_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.cdcr-target.shard1.replica_n2
tag=SolrCore@43cd835e
[junit4] 2> 769114 INFO (coreCloseExecutor-3567-thread-2)
[n:127.0.0.1:38249_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.cdcr-target.shard1.leader
tag=SolrCore@43cd835e
[junit4] 2> 769114 INFO (coreCloseExecutor-3567-thread-1)
[n:127.0.0.1:38249_solr ] o.a.s.h.CdcrRequestHandler Solr core is being
closed - shutting down CDCR handler @ cdcr-target:shard1
[junit4] 2> 769114 INFO (coreCloseExecutor-3567-thread-2)
[n:127.0.0.1:38249_solr ] o.a.s.h.CdcrRequestHandler Solr core is being
closed - shutting down CDCR handler @ cdcr-target:shard1
[junit4] 2> 769114 INFO (zkCallback-3427-thread-6) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 769114 INFO (zkCallback-3427-thread-5) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 769115 INFO (coreCloseExecutor-3567-thread-2)
[n:127.0.0.1:38249_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() ... SKIPPED (unnecessary).
[junit4] 2> 769115 INFO (coreCloseExecutor-3567-thread-1)
[n:127.0.0.1:38249_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() ... SKIPPED (unnecessary).
[junit4] 2> 769115 INFO (zkCallback-3427-thread-7) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 769121 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 769121 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 769121 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 769121 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster
tag=null
[junit4] 2> 769123 INFO (closeThreadPool-3569-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=73264352193085445-127.0.0.1:38249_solr-n_0000000000) closing
[junit4] 2> 769126 INFO
(OverseerStateUpdate-73264352193085445-127.0.0.1:38249_solr-n_0000000000)
[n:127.0.0.1:38249_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:38249_solr
[junit4] 2> 769129 INFO
(OverseerAutoScalingTriggerThread-73264352193085445-127.0.0.1:38249_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 769130 INFO (closeThreadPool-3569-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=73264352193085445-127.0.0.1:38249_solr-n_0000000000) closing
[junit4] 2> 769230 INFO (jetty-closer-3563-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=73264352193085445-127.0.0.1:38249_solr-n_0000000000) closing
[junit4] 2> 769231 INFO (jetty-closer-3563-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3d191ddd{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 769231 INFO (jetty-closer-3563-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@65721a86{/solr,null,STOPPED}
[junit4] 2> 769231 INFO (jetty-closer-3563-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 769232 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 769436 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4
/solr/collections/cdcr-target/leaders/shard1/leader
[junit4] 2> 3 /solr/collections/cdcr-target/terms/shard1
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/configs/cdcr-target/managed-schema
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 31 /solr/collections/cdcr-target/state.json
[junit4] 2> 5 /solr/collections/cdcr-target/cdcr/state/process
[junit4] 2> 3 /solr/clusterstate.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> 20 /solr/collections/cdcr-target/state.json
[junit4] 2> 18 /solr/overseer/queue
[junit4] 2> 5 /solr/collections
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/live_nodes
[junit4] 2>
[junit4] 2> 769438 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44545
[junit4] 2> 769438 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44545
[junit4] 2> 769438 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44545
[junit4] 2> 769439 INFO
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[332FBF44C3EFF163])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CdcrBootstrapTest
-Dtests.method=testConvertClusterToCdcrAndBootstrap
-Dtests.seed=332FBF44C3EFF163 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sq -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 138s J1 |
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap <<<
[junit4] > Throwable #1: java.lang.AssertionError: Document mismatch on
target after sync expected:<1000> but was:<0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([332FBF44C3EFF163:E4F8903377B06924]:0)
[junit4] > at
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:129)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_332FBF44C3EFF163-001
[junit4] 2> Apr 02, 2021 12:46:53 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene87,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sq,
timezone=Antarctica/Macquarie
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_281 (64-bit)/cpus=4,threads=1,free=138418144,total=451936256
[junit4] 2> NOTE: All tests run in this JVM: [TestReplicaProperties,
DistributedFacetExistsSmallTest, TestComplexPhraseLeadingWildcard,
TestSchemaManager, DistributedIntervalFacetingTest, RegexBoostProcessorTest,
ReplicationFactorTest, DistribDocExpirationUpdateProcessorTest,
JavaBinAtomicUpdateMultivalueTest, TestReplicationHandler,
TestLegacyBM25SimilarityFactory, TestRTimerTree, TestDocSet, CdcrBootstrapTest]
[junit4] Completed [260/935 (1!)] on J1 in 397.89s, 4 tests, 3 failures, 1
skipped <<< FAILURES!
[...truncated 53022 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]