Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.4/3/
2 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger
Error Message:
number of ops expected:<2> but was:<1>
Stack Trace:
java.lang.AssertionError: number of ops expected:<2> but was:<1>
at
__randomizedtesting.SeedInfo.seed([3E6C4B6511195316:5DA77DE788D6203B]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:188)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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
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.CdcrBidirectionalTest.testBiDir
Error Message:
Captured an uncaught exception in thread: Thread[id=6038,
name=cdcr-replicator-2247-thread-1, state=RUNNABLE,
group=TGRP-CdcrBidirectionalTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=6038, name=cdcr-replicator-2247-thread-1,
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([3E6C4B6511195316]:0)
at
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
at
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13061 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
[junit4] 2> 781515 INFO
(SUITE-CdcrBidirectionalTest-seed#[3E6C4B6511195316]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/init-core-data-001
[junit4] 2> 781516 INFO
(SUITE-CdcrBidirectionalTest-seed#[3E6C4B6511195316]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 781518 INFO
(SUITE-CdcrBidirectionalTest-seed#[3E6C4B6511195316]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 781531 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBiDir
[junit4] 2> 781531 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001
[junit4] 2> 781532 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 781543 INFO (Thread-1083) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 781543 INFO (Thread-1083) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 781555 ERROR (Thread-1083) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 781643 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.ZkTestServer start zk server on port:45145
[junit4] 2> 781667 INFO (zkConnectionManagerCallback-1740-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 781679 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 781680 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 781680 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 781680 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 781681 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1f2e629f{/solr,null,AVAILABLE}
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4765762e{SSL,[ssl,
http/1.1]}{127.0.0.1:33406}
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.e.j.s.Server Started @781738ms
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33406}
[junit4] 2> 781682 ERROR (jetty-launcher-1737-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 781682 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-10T22:31:41.470Z
[junit4] 2> 781739 INFO (zkConnectionManagerCallback-1742-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 781739 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 782421 INFO (jetty-launcher-1737-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45145/solr
[junit4] 2> 782443 INFO (zkConnectionManagerCallback-1746-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 782475 INFO (zkConnectionManagerCallback-1748-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 782643 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 782644 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:33406_solr
[junit4] 2> 782645 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.Overseer Overseer
(id=73953013016100867-127.0.0.1:33406_solr-n_0000000000) starting
[junit4] 2> 782663 INFO (zkConnectionManagerCallback-1755-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 782665 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45145/solr ready
[junit4] 2> 782702 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33406_solr
[junit4] 2> 782707 INFO
(OverseerStateUpdate-73953013016100867-127.0.0.1:33406_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 782731 INFO (zkCallback-1754-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 782743 WARN (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 782778 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33406.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 782789 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33406.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 782789 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33406.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 782791 INFO (jetty-launcher-1737-thread-1)
[n:127.0.0.1:33406_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001/node1/.
[junit4] 2> 782812 INFO (zkConnectionManagerCallback-1758-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 782816 INFO (zkConnectionManagerCallback-1761-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 782818 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001
[junit4] 2> 782818 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 782818 INFO (Thread-1093) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 782818 INFO (Thread-1093) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 782821 ERROR (Thread-1093) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 782997 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36854
[junit4] 2> 783017 INFO (zkConnectionManagerCallback-1765-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 783033 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 783075 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 783075 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 783075 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 783078 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7466c29d{/solr,null,AVAILABLE}
[junit4] 2> 783078 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6de61355{SSL,[ssl,
http/1.1]}{127.0.0.1:38368}
[junit4] 2> 783078 INFO (jetty-launcher-1762-thread-1) [ ]
o.e.j.s.Server Started @783135ms
[junit4] 2> 783078 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38368}
[junit4] 2> 783079 ERROR (jetty-launcher-1762-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 783079 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 783079 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 783079 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 783079 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 783079 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-10T22:31:42.867Z
[junit4] 2> 783097 INFO (zkConnectionManagerCallback-1767-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 783098 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 783499 INFO (jetty-launcher-1762-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36854/solr
[junit4] 2> 783511 INFO (zkConnectionManagerCallback-1771-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 783543 INFO (zkConnectionManagerCallback-1773-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 783984 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 783985 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38368_solr
[junit4] 2> 783986 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.Overseer Overseer
(id=73953013099724803-127.0.0.1:38368_solr-n_0000000000) starting
[junit4] 2> 784014 INFO (zkConnectionManagerCallback-1780-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 784085 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36854/solr ready
[junit4] 2> 784121 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38368_solr
[junit4] 2> 784187 INFO (zkCallback-1772-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 784187 WARN (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 784209 INFO (zkCallback-1779-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 784231 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38368.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 784242 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38368.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 784242 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38368.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 784244 INFO (jetty-launcher-1762-thread-1)
[n:127.0.0.1:38368_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001/node1/.
[junit4] 2> 784280 INFO (zkConnectionManagerCallback-1783-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 784314 INFO (zkConnectionManagerCallback-1786-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 784318 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:45145/solr
[junit4] 2> 784318 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:36854/solr
[junit4] 2> 784332 INFO (zkConnectionManagerCallback-1788-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 784340 INFO (zkConnectionManagerCallback-1792-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 784343 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 784344 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36854/solr ready
[junit4] 2> 784380 INFO (qtp1735443608-5891) [n:127.0.0.1:38368_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 784417 INFO (OverseerThreadFactory-2205-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
[junit4] 2> 784607 INFO
(OverseerStateUpdate-73953013099724803-127.0.0.1:38368_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"cdcr-cluster1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"cdcr-cluster1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38368/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 784611 INFO
(OverseerStateUpdate-73953013099724803-127.0.0.1:38368_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"cdcr-cluster1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"cdcr-cluster1_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38368/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 784838 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 784838 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 784842 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 785876 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 785876 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 785885 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.IndexSchema [cdcr-cluster1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 785888 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.IndexSchema [cdcr-cluster1_shard2_replica_n3] Schema name=minimal
[junit4] 2> 785890 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 785890 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard2_replica_n3' using
configuration from collection cdcr-cluster1, trusted=true
[junit4] 2> 785891 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38368.solr.core.cdcr-cluster1.shard2.replica_n3' (registry
'solr.core.cdcr-cluster1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 785891 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 785891 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SolrCore [[cdcr-cluster1_shard2_replica_n3] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n3],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n3/data/]
[junit4] 2> 785894 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 785894 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard1_replica_n1' using
configuration from collection cdcr-cluster1, trusted=true
[junit4] 2> 785895 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38368.solr.core.cdcr-cluster1.shard1.replica_n1' (registry
'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 785895 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 785895 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SolrCore [[cdcr-cluster1_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
[junit4] 2> 786076 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 786076 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 786077 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 786077 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 786087 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 786087 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 786111 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 786111 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 786117 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74a4a008[cdcr-cluster1_shard1_replica_n1] main]
[junit4] 2> 786119 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-cluster1
[junit4] 2> 786119 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-cluster1
[junit4] 2> 786119 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-cluster1/managed-schema
[junit4] 2> 786120 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 786121 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 786126 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@67d4e9f8[cdcr-cluster1_shard2_replica_n3] main]
[junit4] 2> 786128 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-cluster1
[junit4] 2> 786128 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-cluster1
[junit4] 2> 786128 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-cluster1/managed-schema
[junit4] 2> 786129 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 786130 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 786133 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-cluster1/cdcr/state/buffer
[junit4] 2> 786141 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-cluster1/cdcr/state/process
[junit4] 2> 786271 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1602926575415721984
[junit4] 2> 786286 INFO
(searcherExecutor-2211-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore
[cdcr-cluster1_shard1_replica_n1] Registered new searcher
Searcher@74a4a008[cdcr-cluster1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 786286 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1602926575431450624
[junit4] 2> 786286 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster1/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 786296 INFO
(searcherExecutor-2210-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.c.SolrCore
[cdcr-cluster1_shard2_replica_n3] Registered new searcher
Searcher@67d4e9f8[cdcr-cluster1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 786297 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 786298 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 786298 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38368/solr/cdcr-cluster1_shard2_replica_n3/
[junit4] 2> 786298 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster1/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 786298 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 786299 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.SyncStrategy
https://127.0.0.1:38368/solr/cdcr-cluster1_shard2_replica_n3/ has no replicas
[junit4] 2> 786299 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 786308 INFO (zkCallback-1772-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
[junit4] 2> 786309 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 786309 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 786309 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38368/solr/cdcr-cluster1_shard1_replica_n1/
[junit4] 2> 786310 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 786311 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:38368/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
[junit4] 2> 786311 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 786312 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38368/solr/cdcr-cluster1_shard2_replica_n3/ shard2
[junit4] 2> 786319 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38368/solr/cdcr-cluster1_shard1_replica_n1/ shard1
[junit4] 2> 786322 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
[junit4] 2> 786465 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 786469 INFO (qtp1735443608-5887) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=1627
[junit4] 2> 786470 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 786475 INFO (qtp1735443608-5886) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=1637
[junit4] 2> 786482 INFO (qtp1735443608-5891) [n:127.0.0.1:38368_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 786584 INFO (zkCallback-1772-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 787482 INFO (qtp1735443608-5891) [n:127.0.0.1:38368_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
status=0 QTime=3101
[junit4] 2> 787659 INFO (zkConnectionManagerCallback-1796-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 787692 INFO (zkConnectionManagerCallback-1800-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 787693 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 787696 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45145/solr ready
[junit4] 2> 787746 INFO (qtp1117935402-5837) [n:127.0.0.1:33406_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 787795 INFO (OverseerThreadFactory-2192-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
[junit4] 2> 787907 INFO
(OverseerStateUpdate-73953013016100867-127.0.0.1:33406_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"cdcr-cluster2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"cdcr-cluster2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:33406/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 787911 INFO
(OverseerStateUpdate-73953013016100867-127.0.0.1:33406_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"cdcr-cluster2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"cdcr-cluster2_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:33406/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 788148 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 788148 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 788158 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
[junit4] 2> 788599 INFO
(OverseerCollectionConfigSetProcessor-73953013099724803-127.0.0.1:38368_solr-n_0000000000)
[ ] 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> 789266 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 789267 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 789424 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.IndexSchema [cdcr-cluster2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 789611 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 789611 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard1_replica_n1' using
configuration from collection cdcr-cluster2, trusted=true
[junit4] 2> 789612 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33406.solr.core.cdcr-cluster2.shard1.replica_n1' (registry
'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 789612 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 789612 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SolrCore [[cdcr-cluster2_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
[junit4] 2> 790031 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 790031 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 790032 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 790033 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 790063 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4fed3d6a[cdcr-cluster2_shard1_replica_n1] main]
[junit4] 2> 790064 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-cluster2
[junit4] 2> 790065 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-cluster2
[junit4] 2> 790065 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-cluster2/managed-schema
[junit4] 2> 790066 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 790067 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 790070 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/cdcr-cluster2/cdcr/state/buffer
[junit4] 2> 790071 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-cluster2/cdcr/state/process
[junit4] 2> 790376 INFO
(searcherExecutor-2222-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore
[cdcr-cluster2_shard1_replica_n1] Registered new searcher
Searcher@4fed3d6a[cdcr-cluster2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 790376 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1602926579720126464
[junit4] 2> 790384 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster2/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 790387 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 790387 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 790387 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:33406/solr/cdcr-cluster2_shard1_replica_n1/
[junit4] 2> 790388 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 790388 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:33406/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
[junit4] 2> 790388 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 790390 INFO (zkCallback-1747-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
[junit4] 2> 790398 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:33406/solr/cdcr-cluster2_shard1_replica_n1/ shard1
[junit4] 2> 790411 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.IndexSchema [cdcr-cluster2_shard2_replica_n3] Schema name=minimal
[junit4] 2> 790422 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 790423 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard2_replica_n3' using
configuration from collection cdcr-cluster2, trusted=true
[junit4] 2> 790423 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33406.solr.core.cdcr-cluster2.shard2.replica_n3' (registry
'solr.core.cdcr-cluster2.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5de422e4
[junit4] 2> 790423 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 790423 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SolrCore [[cdcr-cluster2_shard2_replica_n3] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard2_replica_n3],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_3E6C4B6511195316-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n3/data/]
[junit4] 2> 790580 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 791122 INFO (zkCallback-1747-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 791125 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=2977
[junit4] 2> 791391 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 791391 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 791397 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 791397 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 791607 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@caa4af1[cdcr-cluster2_shard2_replica_n3] main]
[junit4] 2> 791609 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/cdcr-cluster2
[junit4] 2> 791610 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/cdcr-cluster2
[junit4] 2> 791610 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/cdcr-cluster2/managed-schema
[junit4] 2> 791611 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 791612 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 791627 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1602926581031895040
[junit4] 2> 791639 INFO
(searcherExecutor-2228-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.c.SolrCore
[cdcr-cluster2_shard2_replica_n3] Registered new searcher
Searcher@caa4af1[cdcr-cluster2_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 791642 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster2/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:33406/solr/cdcr-cluster2_shard2_replica_n3/
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.SyncStrategy
https://127.0.0.1:33406/solr/cdcr-cluster2_shard2_replica_n3/ has no replicas
[junit4] 2> 791649 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 791653 INFO (zkCallback-1747-thread-2) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
[junit4] 2> 791655 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:33406/solr/cdcr-cluster2_shard2_replica_n3/ shard2
[junit4] 2> 791756 INFO (zkCallback-1747-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 791807 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 791810 INFO (qtp1117935402-5833) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
status=0 QTime=3652
[junit4] 2> 791815 INFO (qtp1117935402-5837) [n:127.0.0.1:33406_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 791911 INFO (zkCallback-1747-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 792815 INFO (qtp1117935402-5837) [n:127.0.0.1:33406_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
status=0 QTime=5069
[junit4] 2> 792875 INFO (zkConnectionManagerCallback-1807-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 792877 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 792878 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45145/solr ready
[junit4] 2> 792935 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 792935 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=7
[junit4] 2> 792948 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 792948 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 792949 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={_stateVer_=cdcr-cluster2:6&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=67
[junit4] 2> 792950 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
[junit4] 2> 792950 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2, shard: shard2
[junit4] 2> 792956 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
[junit4] 2> 792984 INFO
(cdcr-bootstrap-status-1803-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.CdcrReplicatorManager Attempting to
bootstrap target collection: cdcr-cluster2 shard: shard2 leader:
https://127.0.0.1:33406/solr/cdcr-cluster2_shard2_replica_n3/
[junit4] 2> 792999 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={qt=/cdcr&masterUrl=https://127.0.0.1:38368/solr/cdcr-cluster1_shard2_replica_n3/&action=BOOTSTRAP&wt=javabin&version=2}
status=0 QTime=13
[junit4] 2> 793007 INFO (zkCallback-1772-thread-1) [ ]
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard2
[junit4] 2> 793007 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard1
[junit4] 2> 793009 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n3] webapp=/solr path=/cdcr
params={qt=/cdcr&_stateVer_=cdcr-cluster1:4&action=start&wt=javabin&version=2}
status=0 QTime=186
[junit4] 2> 793010 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-cluster1:shard1
[junit4] 2> 793010 INFO (zkCallback-1772-thread-1) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-cluster1:shard2
[junit4] 2> 793040 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 793040 INFO
(cdcr-bootstrap-status-1803-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.CdcrReplicatorManager CDCR bootstrap
running for 1 seconds, sleeping for 2000 ms
[junit4] 2> 793041 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 793055 INFO (zkConnectionManagerCallback-1812-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 793056 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 793057 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45145/solr ready
[junit4] 2> 793097 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602926582573301760,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 793205 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 793206 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 793225 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 793226 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 793226 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n3] webapp=/solr path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
status=0 QTime=141
[junit4] 2> 793232 INFO (qtp1735443608-5892) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n3] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 793232 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 793232 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 793232 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 793232 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 793232 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 793234 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6a6d1194[cdcr-cluster2_shard2_replica_n3] main]
[junit4] 2> 793236 INFO
(searcherExecutor-2228-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.c.SolrCore
[cdcr-cluster2_shard2_replica_n3] Registered new searcher
Searcher@6a6d1194[cdcr-cluster2_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 793236 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.h.CdcrRequestHandler No replay needed.
[junit4] 2> 793244 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 793244 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 793245 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={_stateVer_=cdcr-cluster2:6&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=184
[junit4] 2> 793245 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard1
[junit4] 2> 793246 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2, shard: shard1
[junit4] 2> 793246 INFO (zkCallback-1772-thread-3) [ ]
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
[junit4] 2> 793280 INFO (cdcr-bootstrap-status-1808-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2 shard: shard1 leader:
https://127.0.0.1:33406/solr/cdcr-cluster2_shard1_replica_n1/
[junit4] 2> 793281 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&masterUrl=https://127.0.0.1:38368/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 793282 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 793292 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 793292 INFO (cdcr-bootstrap-status-1808-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping
for 2000 ms
[junit4] 2> 793304 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602926582790356992,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 793335 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 793338 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 793338 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster1_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=40
[junit4] 2> 793341 INFO (qtp1735443608-5892) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 793341 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 793341 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 793341 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 793341 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 793341 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 793343 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@f7c0118[cdcr-cluster2_shard1_replica_n1] main]
[junit4] 2> 793345 INFO
(searcherExecutor-2222-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore
[cdcr-cluster2_shard1_replica_n1] Registered new searcher
Searcher@f7c0118[cdcr-cluster2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 793345 INFO
(recoveryExecutor-1744-thread-1-processing-n:127.0.0.1:33406_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:33406_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler No replay needed.
[junit4] 2> 793800 INFO
(OverseerCollectionConfigSetProcessor-73953013016100867-127.0.0.1:33406_solr-n_0000000000)
[ ] 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> 795046 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[3E6C4B6511195316]) [ ]
o.a.s.c.c.CdcrBidirectionalTest Adding 10 docs with commit=true, numDocs=100
[junit4] 2> 795048 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 795066 INFO
(cdcr-bootstrap-status-1803-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.CdcrReplicatorManager CDCR bootstrap
successful in 3 seconds
[junit4] 2> 795174 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 795175 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 795204 INFO (qtp1735443608-5892) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster1/terms/shard2 to Terms{values={core_node4=1},
version=1}
[junit4] 2> 795223 INFO (qtp1735443608-5892) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n3] webapp=/solr path=/update
params={_stateVer_=cdcr-cluster1:4&wt=javabin&version=2} status=0 QTime=134
[junit4] 2> 795232 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/cdcr-cluster1/terms/shard1 to Terms{values={core_node2=1},
version=1}
[junit4] 2> 795232 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=cdcr-cluster1:4&wt=javabin&version=2} status=0 QTime=120
[junit4] 2> 795259 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 795259 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 795304 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602926584887508992,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 795304 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@12852307
commitCommandVersion:1602926584887508992
[junit4] 2> 795316 INFO (qtp1117935402-5835) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={_stateVer_=cdcr-cluster2:6&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=231
[junit4] 2> 795316 INFO
(cdcr-bootstrap-status-1803-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.CdcrReplicatorManager Create new
update log reader for target cdcr-cluster2 with checkpoint -1 @
cdcr-cluster1:shard2
[junit4] 2> 795317 INFO
(cdcr-bootstrap-status-1803-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard2 r:core_node4
x:cdcr-cluster1_shard2_replica_n3] o.a.s.h.CdcrReplicatorManager Bootstrap
successful, giving the go-ahead to replicator
[junit4] 2> 795317 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 795318 INFO (cdcr-bootstrap-status-1808-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager CDCR bootstrap successful in 3 seconds
[junit4] 2> 795389 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602926584976637952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 795389 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@2eb5d617
commitCommandVersion:1602926584976637952
[junit4] 2> 795390 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 795390 INFO (qtp1117935402-5836) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 795422 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
[junit4] 2> 795422 INFO (qtp1117935402-5839) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1] webapp=/solr path=/cdcr
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 795423 INFO (qtp1117935402-5837) [n:127.0.0.1:33406_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n3] webapp=/solr path=/cdcr
params={_stateVer_=cdcr-cluster2:6&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=104
[junit4] 2> 795423 INFO (cdcr-bootstrap-status-1808-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard1
[junit4] 2> 795424 INFO (cdcr-bootstrap-status-1808-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager Bootstrap successful, giving the go-ahead to
replicator
[junit4] 2> 795428 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@46b0823b[cdcr-cluster1_shard1_replica_n1] main]
[junit4] 2> 795429 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 795499 INFO
(searcherExecutor-2211-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:38368_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore
[cdcr-cluster1_shard1_replica_n1] Registered new searcher
Searcher@46b0823b[cdcr-cluster1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):C43)))}
[junit4] 2> 795503 INFO (qtp1735443608-5893) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1] webapp=/solr path=/update
params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:38368/solr/cdcr-cluster1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}
status=0 QTime=199
[junit4] 2> 795574 INFO (qtp1735443608-5890) [n:127.0.0.1:38368_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@53d19454[cdcr-cluster1_shard2_replica_n3] main]
[junit4] 2> 795576 INFO
(searcherExecutor-2210-thread-1-processing-n:127.0.0.1:38368_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2
[...truncated too long message...]
nfigure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/null1693575955
[copy] Copying 39 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/null1693575955
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/null1693575955
resolve-example:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/null896159072
[copy] Copying 247 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/null896159072
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/null896159072
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 82ms :: artifacts dl 10ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 150 minutes 22 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]