Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.4/2/
2 tests failed.
FAILED: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef
Error Message:
ReaderPool is already closed
Stack Trace:
org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
at
__randomizedtesting.SeedInfo.seed([2A345AA09326E168:C3A92D92E5EF0695]:0)
at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:344)
at
org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3315)
at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:518)
at
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:396)
at
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
at
org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:465)
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
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
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=25671,
name=cdcr-replicator-8065-thread-1, state=RUNNABLE,
group=TGRP-CdcrBidirectionalTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=25671, name=cdcr-replicator-8065-thread-1,
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([422F0FA145693B99]:0)
at
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:105)
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 436 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestIndexFileDeleter -Dtests.method=testExcInDecRef
-Dtests.seed=2A345AA09326E168 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=pt -Dtests.timezone=Pacific/Niue -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.56s J1 | TestIndexFileDeleter.testExcInDecRef <<<
[junit4] > Throwable #1: org.apache.lucene.store.AlreadyClosedException:
ReaderPool is already closed
[junit4] > at
__randomizedtesting.SeedInfo.seed([2A345AA09326E168:C3A92D92E5EF0695]:0)
[junit4] > at
org.apache.lucene.index.ReaderPool.get(ReaderPool.java:344)
[junit4] > at
org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3315)
[junit4] > at
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:518)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:396)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
[junit4] > at
org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:465)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/build/core/test/J1/temp/lucene.index.TestIndexFileDeleter_2A345AA09326E168-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {field=DFI(Saturated), content=DFR
I(F)LZ(0.3)}, locale=pt, timezone=Pacific/Niue
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=4,threads=1,free=160787152,total=276299776
[junit4] 2> NOTE: All tests run in this JVM:
[TestOneMergeWrappingMergePolicy, TestNoMergeScheduler,
TestAutomatonQueryUnicode, TestSortRescorer, TestMultiTermConstantScore,
TestFilterCodecReader, TestCustomNorms, TestRollback, Test2BBKDPoints,
TestNGramPhraseQuery, TestLSBRadixSorter, TestMathUtil, TestBooleanQuery,
TestPhraseQuery, TestFilterSpans, TestMultiTermsEnum, TestPrefixCodedTerms,
TestSimpleAttributeImpl, TestBufferedChecksum, Test2BPagedBytes,
TestLucene70SegmentInfoFormat, TestOmitTf, TestMatchesIterator,
TestFilterIterator, TestLevenshteinAutomata, TestCrash,
TestTimeLimitingCollector, TestForTooMuchCloning, TestDuelingCodecs,
TestStressNRT, TestRecyclingByteBlockAllocator, TestIndexTooManyDocs,
TestIndexFileDeleter]
[junit4] Completed [50/475 (1!)] on J1 in 2.33s, 10 tests, 1 error <<<
FAILURES!
[...truncated 14183 lines...]
[junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
[junit4] 2> 2812559 INFO
(SUITE-CdcrBidirectionalTest-seed#[422F0FA145693B99]-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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/init-core-data-001
[junit4] 2> 2812560 INFO
(SUITE-CdcrBidirectionalTest-seed#[422F0FA145693B99]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2812561 INFO
(SUITE-CdcrBidirectionalTest-seed#[422F0FA145693B99]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2812566 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBiDir
[junit4] 2> 2812567 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster2-001
[junit4] 2> 2812567 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2812567 INFO (Thread-5842) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2812567 INFO (Thread-5842) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2812569 ERROR (Thread-5842) [ ] 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> 2812667 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36036
[junit4] 2> 2812676 INFO (zkConnectionManagerCallback-7446-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2812687 INFO (jetty-launcher-7443-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> 2812688 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2812688 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2812688 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2812689 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@630bbab2{/solr,null,AVAILABLE}
[junit4] 2> 2812689 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@75a4f847{SSL,[ssl,
http/1.1]}{127.0.0.1:58320}
[junit4] 2> 2812689 INFO (jetty-launcher-7443-thread-1) [ ]
o.e.j.s.Server Started @2812817ms
[junit4] 2> 2812689 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58320}
[junit4] 2> 2812690 ERROR (jetty-launcher-7443-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2812690 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2812690 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 2812690 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2812690 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2812690 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-09T06:29:40.158Z
[junit4] 2> 2812716 INFO (zkConnectionManagerCallback-7448-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2812716 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2812918 INFO (jetty-launcher-7443-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36036/solr
[junit4] 2> 2812923 INFO (zkConnectionManagerCallback-7452-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2812925 INFO (zkConnectionManagerCallback-7454-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813006 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2813007 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:58320_solr
[junit4] 2> 2813007 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.c.Overseer Overseer
(id=73943567882846211-127.0.0.1:58320_solr-n_0000000000) starting
[junit4] 2> 2813015 INFO (zkConnectionManagerCallback-7461-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813016 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36036/solr ready
[junit4] 2> 2813027 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58320_solr
[junit4] 2> 2813058 INFO (zkCallback-7460-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2813062 INFO (zkCallback-7453-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2813066 WARN (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 2813099 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58320.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2813110 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58320.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2813110 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58320.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2813112 INFO (jetty-launcher-7443-thread-1)
[n:127.0.0.1:58320_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster2-001/node1/.
[junit4] 2> 2813132 INFO (zkConnectionManagerCallback-7464-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813136 INFO (zkConnectionManagerCallback-7467-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813137 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster1-001
[junit4] 2> 2813137 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2813138 INFO (Thread-5852) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2813138 INFO (Thread-5852) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2813139 ERROR (Thread-5852) [ ] 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> 2813238 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40780
[junit4] 2> 2813246 INFO (zkConnectionManagerCallback-7471-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813257 INFO (jetty-launcher-7468-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> 2813258 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2813258 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2813258 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2813258 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@162ca4bf{/solr,null,AVAILABLE}
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1b001866{SSL,[ssl,
http/1.1]}{127.0.0.1:55798}
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.e.j.s.Server Started @2813391ms
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55798}
[junit4] 2> 2813264 ERROR (jetty-launcher-7468-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2813264 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-09T06:29:40.732Z
[junit4] 2> 2813266 INFO (zkConnectionManagerCallback-7473-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813267 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2813943 INFO (jetty-launcher-7468-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40780/solr
[junit4] 2> 2813945 INFO (zkConnectionManagerCallback-7477-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2813947 INFO (zkConnectionManagerCallback-7479-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814030 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2814030 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55798_solr
[junit4] 2> 2814031 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.c.Overseer Overseer
(id=73943567920267267-127.0.0.1:55798_solr-n_0000000000) starting
[junit4] 2> 2814039 INFO (zkConnectionManagerCallback-7486-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814041 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40780/solr ready
[junit4] 2> 2814050 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55798_solr
[junit4] 2> 2814055 INFO
(OverseerStateUpdate-73943567920267267-127.0.0.1:55798_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2814091 INFO (zkCallback-7485-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2814092 WARN (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 2814111 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55798.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2814122 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55798.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2814122 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55798.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2814124 INFO (jetty-launcher-7468-thread-1)
[n:127.0.0.1:55798_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster1-001/node1/.
[junit4] 2> 2814156 INFO (zkConnectionManagerCallback-7489-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814160 INFO (zkConnectionManagerCallback-7492-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814161 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:36036/solr
[junit4] 2> 2814161 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:40780/solr
[junit4] 2> 2814163 INFO (zkConnectionManagerCallback-7494-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814168 INFO (zkConnectionManagerCallback-7498-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2814169 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2814170 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40780/solr ready
[junit4] 2> 2814204 INFO (qtp1527122621-25516) [n:127.0.0.1:55798_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> 2814210 INFO (OverseerThreadFactory-8023-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
[junit4] 2> 2814360 INFO
(OverseerStateUpdate-73943567920267267-127.0.0.1:55798_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:55798/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2814365 INFO
(OverseerStateUpdate-73943567920267267-127.0.0.1:55798_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:55798/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2814492 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2814492 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 2814511 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815522 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815523 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815538 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815540 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815540 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815541 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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_55798.solr.core.cdcr-cluster1.shard2.replica_n3' (registry
'solr.core.cdcr-cluster1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2815541 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815541 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n3/data/]
[junit4] 2> 2815545 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815547 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815547 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815547 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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_55798.solr.core.cdcr-cluster1.shard1.replica_n1' (registry
'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2815547 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815547 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
[junit4] 2> 2815675 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815675 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815715 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815715 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815718 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4ba48d5a[cdcr-cluster1_shard2_replica_n3] main]
[junit4] 2> 2815720 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815721 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815721 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815721 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815722 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815725 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815726 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/cdcr-cluster1/cdcr/state/process
[junit4] 2> 2815738 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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 1602775451651014656
[junit4] 2> 2815744 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815747 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815747 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815747 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard2_replica_n3/
[junit4] 2> 2815747 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815748 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard2_replica_n3/ has no replicas
[junit4] 2> 2815748 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815750 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
[junit4] 2> 2815758 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815758 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815760 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard2_replica_n3/ shard2
[junit4] 2> 2815762 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815762 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815766 INFO
(searcherExecutor-8028-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard2_replica_n3 c:cdcr-cluster1 s:shard2 r:core_node4)
[n:127.0.0.1:55798_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@4ba48d5a[cdcr-cluster1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2815766 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d94411f[cdcr-cluster1_shard1_replica_n1] main]
[junit4] 2> 2815768 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815768 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815768 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815769 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815770 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815773 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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 1602775451687714816
[junit4] 2> 2815775 INFO
(searcherExecutor-8029-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_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@5d94411f[cdcr-cluster1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2815779 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard1_replica_n1/
[junit4] 2> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
[junit4] 2> 2815782 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815784 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
[junit4] 2> 2815793 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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:55798/solr/cdcr-cluster1_shard1_replica_n1/ shard1
[junit4] 2> 2815896 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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> 2815899 INFO (qtp1527122621-25515) [n:127.0.0.1:55798_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=1406
[junit4] 2> 2815912 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2815914 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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=1402
[junit4] 2> 2815921 INFO (qtp1527122621-25516) [n:127.0.0.1:55798_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> 2816015 INFO (zkCallback-7478-thread-2) [ ]
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> 2816212 INFO
(OverseerCollectionConfigSetProcessor-73943567920267267-127.0.0.1:55798_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> 2816921 INFO (qtp1527122621-25516) [n:127.0.0.1:55798_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=2717
[junit4] 2> 2816923 INFO (zkConnectionManagerCallback-7502-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2816928 INFO (zkConnectionManagerCallback-7506-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2816929 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2816930 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36036/solr ready
[junit4] 2> 2816970 INFO (qtp9339678-25462) [n:127.0.0.1:58320_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> 2816978 INFO (OverseerThreadFactory-8010-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
[junit4] 2> 2817090 INFO
(OverseerStateUpdate-73943567882846211-127.0.0.1:58320_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:58320/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2817095 INFO
(OverseerStateUpdate-73943567882846211-127.0.0.1:58320_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:58320/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2817317 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2817317 INFO (qtp9339678-25465) [n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 2817326 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818336 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818341 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818354 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818356 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818356 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818357 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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_58320.solr.core.cdcr-cluster2.shard1.replica_n1' (registry
'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2818357 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818357 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
[junit4] 2> 2818360 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818362 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818363 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818363 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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_58320.solr.core.cdcr-cluster2.shard2.replica_n3' (registry
'solr.core.cdcr-cluster2.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6671990f
[junit4] 2> 2818363 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818363 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-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/J0/temp/solr.cloud.cdcr.CdcrBidirectionalTest_422F0FA145693B99-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n3/data/]
[junit4] 2> 2818519 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818519 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818520 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818520 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818523 INFO (qtp9339678-25467) [n:127.0.0.1:58320_solr
c:cdcr-cluster2 s:shard1 r:core_node2 x:cdcr-cluster2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@79686bda[cdcr-cluster2_shard1_replica_n1] main]
[junit4] 2> 2818525 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818525 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818525 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818526 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818527 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818530 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818531 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818533 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818533 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818534 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818534 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818537 INFO (qtp9339678-25465) [n:127.0.0.1:58320_solr
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@22eb1336[cdcr-cluster2_shard2_replica_n3] main]
[junit4] 2> 2818538 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818538 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818538 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818539 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818539 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818542 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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 1602775454591221760
[junit4] 2> 2818545 INFO
(searcherExecutor-8041-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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@22eb1336[cdcr-cluster2_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2818549 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818552 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818552 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818552 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard2_replica_n3/
[junit4] 2> 2818552 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818553 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard2_replica_n3/ has no replicas
[junit4] 2> 2818553 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818557 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard2_replica_n3/ shard2
[junit4] 2> 2818563 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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 1602775454613241856
[junit4] 2> 2818566 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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@79686bda[cdcr-cluster2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2818567 INFO (zkCallback-7453-thread-1) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
[junit4] 2> 2818574 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818629 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818629 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818629 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard1_replica_n1/
[junit4] 2> 2818629 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818630 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
[junit4] 2> 2818630 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818633 INFO (zkCallback-7453-thread-2) [ ]
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
[junit4] 2> 2818641 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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:58320/solr/cdcr-cluster2_shard1_replica_n1/ shard1
[junit4] 2> 2818744 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2818746 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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=1420
[junit4] 2> 2818775 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2818777 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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=1460
[junit4] 2> 2818785 INFO (qtp9339678-25462) [n:127.0.0.1:58320_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> 2818879 INFO (zkCallback-7453-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> 2818980 INFO
(OverseerCollectionConfigSetProcessor-73943567882846211-127.0.0.1:58320_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> 2819806 INFO (qtp9339678-25462) [n:127.0.0.1:58320_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=2836
[junit4] 2> 2819823 INFO (zkConnectionManagerCallback-7513-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2819824 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2819825 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36036/solr ready
[junit4] 2> 2819939 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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> 2819939 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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=62
[junit4] 2> 2819991 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2819991 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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=32
[junit4] 2> 2819992 INFO (qtp9339678-25464) [n:127.0.0.1:58320_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:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=164
[junit4] 2> 2819993 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard1
[junit4] 2> 2819993 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2, shard: shard1
[junit4] 2> 2819993 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
[junit4] 2> 2819999 INFO (zkCallback-7478-thread-2) [ ]
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> 2819999 INFO (zkCallback-7478-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:shard1
[junit4] 2> 2820000 INFO (zkCallback-7478-thread-1) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-cluster1:shard1
[junit4] 2> 2820000 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher:
STARTED @ cdcr-cluster1:shard2
[junit4] 2> 2820000 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_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=/cdcr
params={qt=/cdcr&_stateVer_=cdcr-cluster1:4&action=start&wt=javabin&version=2}
status=0 QTime=190
[junit4] 2> 2820001 INFO
(cdcr-bootstrap-status-7509-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to
bootstrap target collection: cdcr-cluster2 shard: shard1 leader:
https://127.0.0.1:58320/solr/cdcr-cluster2_shard1_replica_n1/
[junit4] 2> 2820011 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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:55798/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
status=0 QTime=8
[junit4] 2> 2820012 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2820012 INFO
(cdcr-bootstrap-status-7509-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap
running for 1 seconds, sleeping for 2000 ms
[junit4] 2> 2820019 INFO (zkConnectionManagerCallback-7518-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2820020 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2820021 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36036/solr ready
[junit4] 2> 2820038 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820049 INFO (qtp1527122621-25521) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602775456171425792,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2820052 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2820052 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2820057 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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> 2820057 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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> 2820058 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=21
[junit4] 2> 2820058 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrReplicatorManager Create new update log reader for target
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
[junit4] 2> 2820058 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2, shard: shard2
[junit4] 2> 2820058 INFO (zkCallback-7478-thread-2) [ ]
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
[junit4] 2> 2820063 INFO (cdcr-bootstrap-status-7514-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection:
cdcr-cluster2 shard: shard2 leader:
https://127.0.0.1:58320/solr/cdcr-cluster2_shard2_replica_n3/
[junit4] 2> 2820075 INFO (qtp1527122621-25521) [n:127.0.0.1:55798_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> 2820091 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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:55798/solr/cdcr-cluster1_shard2_replica_n3/&action=BOOTSTRAP&wt=javabin&version=2}
status=0 QTime=27
[junit4] 2> 2820092 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2820092 INFO (cdcr-bootstrap-status-7514-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping
for 2000 ms
[junit4] 2> 2820109 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820160 INFO (qtp1527122621-25521) [n:127.0.0.1:55798_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> 2820160 INFO (qtp1527122621-25521) [n:127.0.0.1:55798_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=111
[junit4] 2> 2820165 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602775456293060608,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2820165 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2820165 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2820165 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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=0
[junit4] 2> 2820166 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_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> 2820180 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820180 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820180 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820180 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820180 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2820181 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2820181 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820181 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820181 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820181 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820181 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820193 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_solr c:cdcr-cluster2 s:shard1 r:core_node2
x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@320c1bc[cdcr-cluster2_shard1_replica_n1] main]
[junit4] 2> 2820194 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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@320c1bc[cdcr-cluster2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2820195 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_solr c:cdcr-cluster2 s:shard2 r:core_node4
x:cdcr-cluster2_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@79593432[cdcr-cluster2_shard2_replica_n3] main]
[junit4] 2> 2820196 INFO
(searcherExecutor-8041-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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@79593432[cdcr-cluster2_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2820196 INFO
(recoveryExecutor-7450-thread-2-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard2_replica_n3 c:cdcr-cluster2 s:shard2 r:core_node4)
[n:127.0.0.1:58320_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> 2820196 INFO
(recoveryExecutor-7450-thread-1-processing-n:127.0.0.1:58320_solr
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node2)
[n:127.0.0.1:58320_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> 2822001 INFO
(TEST-CdcrBidirectionalTest.testBiDir-seed#[422F0FA145693B99]) [ ]
o.a.s.c.c.CdcrBidirectionalTest Adding 10 docs with commit=true, numDocs=100
[junit4] 2> 2822015 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2822016 INFO
(cdcr-bootstrap-status-7509-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap
successful in 3 seconds
[junit4] 2> 2822017 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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> 2822017 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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=15
[junit4] 2> 2822029 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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> 2822029 INFO (qtp9339678-25468) [n:127.0.0.1:58320_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> 2822043 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2822043 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2822043 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=27
[junit4] 2> 2822044 INFO
(cdcr-bootstrap-status-7509-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new
update log reader for target cdcr-cluster2 with checkpoint -1 @
cdcr-cluster1:shard1
[junit4] 2> 2822044 INFO
(cdcr-bootstrap-status-7509-thread-1-processing-n:127.0.0.1:55798_solr
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node2)
[n:127.0.0.1:55798_solr c:cdcr-cluster1 s:shard1 r:core_node2
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap
successful, giving the go-ahead to replicator
[junit4] 2> 2822061 INFO (qtp1527122621-25516) [n:127.0.0.1:55798_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> 2822061 INFO (qtp1527122621-25516) [n:127.0.0.1:55798_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=42
[junit4] 2> 2822091 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard1 r:core_node2 x:cdcr-cluster1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602775458312617984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2822091 INFO (qtp1527122621-25522) [n:127.0.0.1:55798_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@7493618d
commitCommandVersion:1602775458312617984
[junit4] 2> 2822102 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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> 2822103 INFO (cdcr-bootstrap-status-7514-thread-1) [ ]
o.a.s.h.CdcrReplicatorManager CDCR bootstrap successful in 3 seconds
[junit4] 2> 2822106 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_solr
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1602775458328346624,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2822106 INFO (qtp1527122621-25519) [n:127.0.0.1:55798_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@41b7c109
commitCommandVersion:1602775458328346624
[junit4] 2> 2822131 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2822131 INFO (qtp9339678-25465) [n:127.0.0.1:58320_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> 2822132 INFO (qtp9339678-25462) [n:127.0.0.1:58320_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> 2822132 INFO (qtp9339678-25462) [n:127.0.0.1:58320_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> 2822142 INFO (qtp9339678-25467) [n:127.0.0.1:58320_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:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
status=0 QTime=39
[junit4] 2> 2822155 INFO (cdcr-bootstrap-
[...truncated too long message...]
gure:
[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/null1298367925
[copy] Copying 39 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/null1298367925
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/lucene/null1298367925
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/null1732273190
[copy] Copying 247 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/null1732273190
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.4/solr/null1732273190
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 140ms :: artifacts dl 27ms
---------------------------------------------------------------------
| | 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: 151 minutes 6 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]