Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1601/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterReader.testDuringAddIndexes

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1048C7F64755C047:E291A9E520FCD6D1]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.lucene.index.TestIndexWriterReader.testDuringAddIndexes(TestIndexWriterReader.java:772)
        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.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([F5AD0D13DF271687:72FA709C4E7E6A07]:0)
        at org.apache.lucene.geo.Polygon2D.create(Polygon2D.java:347)
        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.indexRandomPolygons(TestLatLonPolygonShapeQueries.java:190)
        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.verify(TestLatLonPolygonShapeQueries.java:144)
        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.doTestRandom(TestLatLonPolygonShapeQueries.java:137)
        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:114)
        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)


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=166995, 
name=cdcr-replicator-12904-thread-1, state=RUNNABLE, 
group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=166995, name=cdcr-replicator-12904-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError: 1607666020818878464 != 1607666020817829888
        at __randomizedtesting.SeedInfo.seed([C6ED335C78D5A440]:0)
        at 
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
        at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
        at 
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 737 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterReader -Dtests.method=testDuringAddIndexes 
-Dtests.seed=1048C7F64755C047 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=id -Dtests.timezone=Asia/Oral -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.09s J2 | TestIndexWriterReader.testDuringAddIndexes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1048C7F64755C047:E291A9E520FCD6D1]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterReader.testDuringAddIndexes(TestIndexWriterReader.java:772)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> TEST: now get reader
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterReader_1048C7F64755C047-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field1=PostingsFormat(name=Direct), 
indexname=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field=PostingsFormat(name=Asserting), foo=PostingsFormat(name=Asserting), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field3=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field2=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 field5=PostingsFormat(name=Direct), field4=PostingsFormat(name=Asserting)}, 
docValues:{}, maxPointsInLeafNode=927, maxMBSortInHeap=7.666922439870907, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2ad45eab),
 locale=id, timezone=Asia/Oral
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=169262608,total=502267904
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldReuse, 
TestConsistentFieldNumbers, TestNotDocIdSet, TestStandardAnalyzer, 
TestInPlaceMergeSorter, TestDeterminizeLexicon, TestMutablePointsReaderUtils, 
TestUniqueTermCount, TestSpanCollection, TestIndexSearcher, 
TestTermVectorsWriter, Test2BPostings, TestLMDirichletSimilarity, 
TestPackedTokenAttributeImpl, TestRecyclingIntBlockAllocator, TestSortRandom, 
TestMultiTermsEnum, TestRadixSelector, TestVersion, TestBlockPostingsFormat2, 
TestSPIClassIterator, TestExitableDirectoryReader, TestFloatRangeFieldQueries, 
TestFSTs, TestTotalHitCountCollector, TestLongBitSet, 
TestTrackingDirectoryWrapper, TestFlex, TestCharArraySet, TestPrefixRandom, 
TestByteArrayDataInput, TestMergeRateLimiter, TestCharsRefBuilder, 
TestFilterSpans, TestLucene50CompoundFormat, TestOrdinalMap, 
TestCompiledAutomaton, TestSloppyMath, TestNoDeletionPolicy, 
TestSearchForDuplicates, TestLatLonPoint, TestAllFilesHaveChecksumFooter, 
TestPolygon2D, TestPostingsOffsets, TestIndexInput, TestIntroSorter, 
TestSpanNearQuery, TestBM25Similarity, TestScorerPerf, 
TestIndexWriterExceptions2, TestCodecUtil, TestCustomNorms, 
TestBooleanMinShouldMatch, TestNormsFieldExistsQuery, TestBasicModelIn, 
TestSortedSetSelector, TestSegmentInfos, TestTermsEnum, TestBytesRefArray, 
TestIndependenceChiSquared, TestReqOptSumScorer, TestTopDocsMerge, 
TestSloppyPhraseQuery, TestDelegatingAnalyzerWrapper, TestForceMergeForever, 
TestCodecHoldsOpenFiles, TestMultiCollector, Test2BBKDPoints, TestLockFactory, 
TestSparseFixedBitSet, TestDuelingCodecs, TestDateSort, 
TestDemoParallelLeafReader, Test2BSortedDocValuesOrds, TestSegmentTermDocs, 
TestRollback, TestGeoEncodingUtils, TestSumDocFreq, 
TestFieldCacheRewriteMethod, TestLazyProxSkipping, TestTransactions, 
TestIndexWriterReader]
   [junit4] Completed [136/503 (1!)] on J2 in 38.92s, 23 tests, 1 failure <<< 
FAILURES!

[...truncated 9339 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonPolygonShapeQueries -Dtests.method=testRandomBig 
-Dtests.seed=F5AD0D13DF271687 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-CO -Dtests.timezone=Africa/Brazzaville -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    123s J0 | TestLatLonPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F5AD0D13DF271687:72FA709C4E7E6A07]:0)
   [junit4]    >        at 
org.apache.lucene.geo.Polygon2D.create(Polygon2D.java:347)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.indexRandomPolygons(TestLatLonPolygonShapeQueries.java:190)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.verify(TestLatLonPolygonShapeQueries.java:144)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.doTestRandom(TestLatLonPolygonShapeQueries.java:137)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:114)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestLatLonPolygonShapeQueries_F5AD0D13DF271687-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@25222161),
 locale=es-CO, timezone=Africa/Brazzaville
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=279518184,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [FuzzyLikeThisQueryTest, 
TestFloatPointNearestNeighbor, TestLatLonShape, TestDocValuesTermsQuery, 
TestHalfFloatPoint, TestLatLonPolygonShapeQueries]
   [junit4] Completed [19/19 (1!)] on J0 in 420.30s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/temp/junit4-J0-20180802_045323_401777836845456884904.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid5211.hprof
 ...
   [junit4] Heap dump file created [547535833 bytes in 2.791 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4512 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/init-core-data-001
   [junit4]   2> 2572582 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001
   [junit4]   2> 2572582 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2572582 INFO  (Thread-53421) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2572582 INFO  (Thread-53421) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2572588 ERROR (Thread-53421) [    ] 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> 2572682 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34520
   [junit4]   2> 2572685 INFO  (zkConnectionManagerCallback-59197-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2572690 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2572691 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2572691 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2572691 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2572692 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ae1499c{/solr,null,AVAILABLE}
   [junit4]   2> 2572692 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@698bceee{SSL,[ssl, 
http/1.1]}{127.0.0.1:34771}
   [junit4]   2> 2572692 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.e.j.s.Server Started @2572747ms
   [junit4]   2> 2572692 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34771}
   [junit4]   2> 2572693 ERROR (jetty-launcher-59194-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2572693 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2572693 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2572693 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2572693 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2572693 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-02T06:02:33.228Z
   [junit4]   2> 2572695 INFO  (zkConnectionManagerCallback-59199-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2572696 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2572849 INFO  (jetty-launcher-59194-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34520/solr
   [junit4]   2> 2572851 INFO  (zkConnectionManagerCallback-59203-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2572853 INFO  (zkConnectionManagerCallback-59205-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2572944 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34771_solr
   [junit4]   2> 2572945 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.c.Overseer Overseer 
(id=72088954248888323-127.0.0.1:34771_solr-n_0000000000) starting
   [junit4]   2> 2572952 INFO  (zkConnectionManagerCallback-59212-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2572954 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34520/solr ready
   [junit4]   2> 2572955 INFO  
(OverseerStateUpdate-72088954248888323-127.0.0.1:34771_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34771_solr
   [junit4]   2> 2572955 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34771_solr
   [junit4]   2> 2572956 INFO  (zkCallback-59204-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2572956 INFO  (zkCallback-59211-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2572974 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2572998 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34771.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573006 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34771.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573007 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34771.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573008 INFO  (jetty-launcher-59194-thread-1) 
[n:127.0.0.1:34771_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 2573024 INFO  (zkConnectionManagerCallback-59215-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573027 INFO  (zkConnectionManagerCallback-59218-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573028 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001
   [junit4]   2> 2573029 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2573029 INFO  (Thread-53431) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2573029 INFO  (Thread-53431) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2573035 ERROR (Thread-53431) [    ] 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> 2573129 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37291
   [junit4]   2> 2573133 INFO  (zkConnectionManagerCallback-59222-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573152 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2573154 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2573154 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2573154 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2573155 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c6cb3a{/solr,null,AVAILABLE}
   [junit4]   2> 2573155 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@323b34c6{SSL,[ssl, 
http/1.1]}{127.0.0.1:34931}
   [junit4]   2> 2573155 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.e.j.s.Server Started @2573210ms
   [junit4]   2> 2573155 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34931}
   [junit4]   2> 2573155 ERROR (jetty-launcher-59219-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2573156 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2573156 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2573156 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2573156 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2573157 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-02T06:02:33.692Z
   [junit4]   2> 2573162 INFO  (zkConnectionManagerCallback-59224-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573162 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2573385 INFO  (jetty-launcher-59219-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37291/solr
   [junit4]   2> 2573386 INFO  (zkConnectionManagerCallback-59228-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573388 INFO  (zkConnectionManagerCallback-59230-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573466 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34931_solr
   [junit4]   2> 2573467 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.c.Overseer Overseer 
(id=72088954278182915-127.0.0.1:34931_solr-n_0000000000) starting
   [junit4]   2> 2573473 INFO  (zkConnectionManagerCallback-59237-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573475 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37291/solr ready
   [junit4]   2> 2573475 INFO  
(OverseerStateUpdate-72088954278182915-127.0.0.1:34931_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34931_solr
   [junit4]   2> 2573476 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34931_solr
   [junit4]   2> 2573484 INFO  (zkCallback-59236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2573484 INFO  (zkCallback-59229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2573498 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2573515 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34931.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573523 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34931.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573523 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34931.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2573524 INFO  (jetty-launcher-59219-thread-1) 
[n:127.0.0.1:34931_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 2573548 INFO  (zkConnectionManagerCallback-59240-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573552 INFO  (zkConnectionManagerCallback-59243-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573553 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:34520/solr
   [junit4]   2> 2573554 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:37291/solr
   [junit4]   2> 2573555 INFO  (zkConnectionManagerCallback-59245-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573561 INFO  (zkConnectionManagerCallback-59249-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2573562 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2573563 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37291/solr ready
   [junit4]   2> 2573582 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
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> 2573585 INFO  (OverseerThreadFactory-12865-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
   [junit4]   2> 2573694 INFO  
(OverseerStateUpdate-72088954278182915-127.0.0.1:34931_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:34931/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2573696 INFO  
(OverseerStateUpdate-72088954278182915-127.0.0.1:34931_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34931/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2573901 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr   
 x:cdcr-cluster1_shard2_replica_n2] 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_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2573901 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_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_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2573901 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr   
 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2574920 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2574920 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2574928 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-cluster1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2574928 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.IndexSchema [cdcr-cluster1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2574930 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2574930 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2574930 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard2_replica_n2' using 
configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 2574930 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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> 2574930 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34931.solr.core.cdcr-cluster1.shard1.replica_n1' (registry 
'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2574930 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34931.solr.core.cdcr-cluster1.shard2.replica_n2' (registry 
'solr.core.cdcr-cluster1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2574930 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2574930 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2574930 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
   [junit4]   2> 2574931 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SolrCore [[cdcr-cluster1_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n2/data/]
   [junit4]   2> 2575007 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2575007 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2575008 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2575008 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2575011 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b6cb3d9[cdcr-cluster1_shard1_replica_n1] main]
   [junit4]   2> 2575012 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-cluster1
   [junit4]   2> 2575013 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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> 2575013 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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> 2575013 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2575014 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2575016 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-cluster1/cdcr/state/buffer
   [junit4]   2> 2575017 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-cluster1/cdcr/state/process
   [junit4]   2> 2575020 INFO  
(searcherExecutor-12871-thread-1-processing-n:127.0.0.1:34931_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:34931_solr c:cdcr-cluster1 s:shard1 r:core_node3 
x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-cluster1_shard1_replica_n1] Registered new searcher 
Searcher@7b6cb3d9[cdcr-cluster1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2575020 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607665981120839680
   [junit4]   2> 2575026 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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_node3=0}, 
version=0}
   [junit4]   2> 2575029 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2575029 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2575029 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard1_replica_n1/
   [junit4]   2> 2575029 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2575030 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2575030 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2575032 INFO  (zkCallback-59229-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
   [junit4]   2> 2575037 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard1_replica_n1/ shard1
   [junit4]   2> 2575038 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2575038 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2575039 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2575039 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2575041 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75223425[cdcr-cluster1_shard2_replica_n2] main]
   [junit4]   2> 2575042 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-cluster1
   [junit4]   2> 2575043 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 2575043 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-cluster1/managed-schema
   [junit4]   2> 2575043 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2575044 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2575047 INFO  
(searcherExecutor-12870-thread-1-processing-n:127.0.0.1:34931_solr 
x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) 
[n:127.0.0.1:34931_solr c:cdcr-cluster1 s:shard2 r:core_node4 
x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore 
[cdcr-cluster1_shard2_replica_n2] Registered new searcher 
Searcher@75223425[cdcr-cluster1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2575047 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607665981149151232
   [junit4]   2> 2575052 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
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> 2575054 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2575054 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2575054 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard2_replica_n2/
   [junit4]   2> 2575054 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2575055 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard2_replica_n2/ has no replicas
   [junit4]   2> 2575055 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2575056 INFO  (zkCallback-59229-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
   [junit4]   2> 2575059 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34931/solr/cdcr-cluster1_shard2_replica_n2/ shard2
   [junit4]   2> 2575161 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2575169 INFO  (qtp1659870115-166834) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
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_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1268
   [junit4]   2> 2575189 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2575191 INFO  (qtp1659870115-166841) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1290
   [junit4]   2> 2575195 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_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> 2575292 INFO  (zkCallback-59229-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> 2575587 INFO  
(OverseerCollectionConfigSetProcessor-72088954278182915-127.0.0.1:34931_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> 2576195 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={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=2613
   [junit4]   2> 2576198 INFO  (zkConnectionManagerCallback-59253-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2576203 INFO  (zkConnectionManagerCallback-59257-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2576204 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2576205 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34520/solr ready
   [junit4]   2> 2576230 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
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> 2576232 INFO  (OverseerThreadFactory-12852-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
   [junit4]   2> 2576340 INFO  
(OverseerStateUpdate-72088954248888323-127.0.0.1:34771_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:34771/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2576342 INFO  
(OverseerStateUpdate-72088954248888323-127.0.0.1:34771_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34771/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2576549 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr    
x:cdcr-cluster2_shard2_replica_n2] 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_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2576549 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr    
x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2576549 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_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_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2577563 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2577563 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2577570 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-cluster2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2577570 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.IndexSchema [cdcr-cluster2_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2577572 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2577572 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2577572 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2577572 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard2_replica_n2' using 
configuration from collection cdcr-cluster2, trusted=true
   [junit4]   2> 2577573 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34771.solr.core.cdcr-cluster2.shard2.replica_n2' (registry 
'solr.core.cdcr-cluster2.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2577573 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34771.solr.core.cdcr-cluster2.shard1.replica_n1' (registry 
'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@304e0116
   [junit4]   2> 2577573 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2577573 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2577573 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SolrCore [[cdcr-cluster2_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n2/data/]
   [junit4]   2> 2577573 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_C6ED335C78D5A440-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
   [junit4]   2> 2577634 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2577634 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2577635 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2577635 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2577635 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2577635 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2577636 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2577636 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2577638 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1667dd6c[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 2577638 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@659420a6[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 2577639 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-cluster2
   [junit4]   2> 2577639 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-cluster2
   [junit4]   2> 2577639 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2577639 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-cluster2
   [junit4]   2> 2577639 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2577639 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-cluster2/managed-schema
   [junit4]   2> 2577640 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2577640 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2577641 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2577643 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-cluster2/cdcr/state/buffer
   [junit4]   2> 2577643 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2577644 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-cluster2/cdcr/state/process
   [junit4]   2> 2577646 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607665983874400256
   [junit4]   2> 2577646 INFO  
(searcherExecutor-12882-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-cluster2_shard1_replica_n1] Registered new searcher 
Searcher@1667dd6c[cdcr-cluster2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2577647 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607665983875448832
   [junit4]   2> 2577647 INFO  
(searcherExecutor-12883-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore 
[cdcr-cluster2_shard2_replica_n2] Registered new searcher 
Searcher@659420a6[cdcr-cluster2_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2577651 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
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> 2577652 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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_node3=0}, 
version=0}
   [junit4]   2> 2577654 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2577654 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2577654 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 2577654 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2577655 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard2_replica_n2/ has no replicas
   [junit4]   2> 2577655 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
   [junit4]   2> 2577656 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2577658 INFO  (zkCallback-59204-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
   [junit4]   2> 2577661 INFO  (zkCallback-59204-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
   [junit4]   2> 2577669 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard2_replica_n2/ shard2
   [junit4]   2> 2577670 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard1_replica_n1/ shard1
   [junit4]   2> 2577772 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2577779 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1229
   [junit4]   2> 2577821 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2577823 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
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_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1274
   [junit4]   2> 2577826 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_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> 2577925 INFO  (zkCallback-59204-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2578234 INFO  
(OverseerCollectionConfigSetProcessor-72088954248888323-127.0.0.1:34771_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> 2578826 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={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=2596
   [junit4]   2> 2578831 INFO  (zkConnectionManagerCallback-59264-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2578832 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2578833 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34520/solr ready
   [junit4]   2> 2578847 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2578847 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2578848 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2578848 INFO  (qtp751535719-166787) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2578851 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-cluster2:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=15
   [junit4]   2> 2578852 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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> 2578852 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-cluster2, shard: shard1
   [junit4]   2> 2578856 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2578856 INFO  
(cdcr-bootstrap-status-59260-thread-1-processing-n:127.0.0.1:34931_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:34931_solr c:cdcr-cluster1 s:shard1 r:core_node3 
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:34771/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 2578857 INFO  (zkCallback-59229-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> 2578857 INFO  (zkCallback-59229-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> 2578858 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-cluster1:shard2
   [junit4]   2> 2578858 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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=28
   [junit4]   2> 2578858 INFO  (qtp751535719-166785) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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:34931/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2578877 INFO  (zkCallback-59229-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-cluster1:shard1
   [junit4]   2> 2578881 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2578881 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2578881 INFO  
(cdcr-bootstrap-status-59260-thread-1-processing-n:127.0.0.1:34931_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:34931_solr c:cdcr-cluster1 s:shard1 r:core_node3 
x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2578881 INFO  (zkConnectionManagerCallback-59269-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2578883 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2578884 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1607665985172537344,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578885 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2578886 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578886 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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=1
   [junit4]   2> 2578886 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34520/solr ready
   [junit4]   2> 2578888 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 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> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2578889 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65218dac[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 2578891 INFO  
(searcherExecutor-12882-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-cluster2_shard1_replica_n1] Registered new searcher 
Searcher@65218dac[cdcr-cluster2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2578893 INFO  (qtp751535719-166785) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2578893 INFO  (qtp751535719-166785) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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> 2578893 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 2578894 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2578894 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578894 INFO  (qtp751535719-166786) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 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=5
   [junit4]   2> 2578895 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
   [junit4]   2> 2578895 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-cluster2, shard: shard2
   [junit4]   2> 2578895 INFO  (zkCallback-59229-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2578895 INFO  (cdcr-bootstrap-status-59265-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-cluster2 shard: shard2 leader: 
https://127.0.0.1:34771/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 2578896 INFO  (qtp751535719-166785) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=https://127.0.0.1:34931/solr/cdcr-cluster1_shard2_replica_n2/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2578896 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2578896 INFO  (qtp751535719-166783) [n:127.0.0.1:34771_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578896 INFO  (cdcr-bootstrap-status-59265-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping 
for 2000 ms
   [junit4]   2> 2578898 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1607665985187217408,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578899 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2578899 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578900 INFO  (qtp1659870115-166840) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2578901 INFO  (qtp1659870115-166838) [n:127.0.0.1:34931_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2578901 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@248b6333[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 2578902 INFO  
(searcherExecutor-12883-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:34771_solr c:cdcr-cluster2 s:shard2 r:core_node4 
x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore 
[cdcr-cluster2_shard2_replica_n2] Registered new searcher 
Searcher@248b6333[cdcr-cluster2_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2578902 INFO  
(recoveryExecutor-59201-thread-1-processing-n:127.0.0.1:34771_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node

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

gistered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server 
state changes
   [junit4]   2> 2614886 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[C6ED335C78D5A440]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34520 34520
   [junit4]   2> 2615969 INFO  (Thread-53421) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34520 34520
   [junit4]   2> 2615971 WARN  (Thread-53421) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        3       /solr/collections/cdcr-cluster2/terms/shard2
   [junit4]   2>        3       /solr/collections/cdcr-cluster2/terms/shard1
   [junit4]   2>        2       /solr/configs/cdcr-cluster2/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       
/solr/collections/cdcr-cluster2/cdcr/state/process
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        3       /solr/collections/cdcr-cluster2/state.json
   [junit4]   2>        2       
/solr/collections/cdcr-cluster2/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CdcrBidirectionalTest -Dtests.method=testBiDir 
-Dtests.seed=C6ED335C78D5A440 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=mt-MT -Dtests.timezone=America/Guadeloupe -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   43.4s J1 | CdcrBidirectionalTest.testBiDir <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=166995, name=cdcr-replicator-12904-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
   [junit4]    > Caused by: java.lang.AssertionError: 1607666020818878464 != 
1607666020817829888
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6ED335C78D5A440]:0)
   [junit4]    >        at 
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
   [junit4]    >        at 
org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
   [junit4]    >        at 
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=167004, name=cdcr-replicator-12907-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
   [junit4]    > Caused by: java.lang.AssertionError: 1607666021110382592 != 
1607666020817829888
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6ED335C78D5A440]:0)
   [junit4]    >        at 
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
   [junit4]    >        at 
org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
   [junit4]    >        at 
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {abc=FST50, 
_version_=PostingsFormat(name=MockRandom), 
xyz=PostingsFormat(name=LuceneFixedGap), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1165, maxMBSortInHeap=6.79472218725256, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5626299b),
 locale=mt-MT, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=118143992,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [LegacyCloudClusterPropTest, 
TestRuleBasedAuthorizationPlugin, WordBreakSolrSpellCheckerTest, 
TestNestedUpdateProcessor, SolrCoreCheckLockOnStartupTest, 
SolrGraphiteReporterTest, TestCloudRecovery, PeerSyncReplicationTest, 
TestFieldCacheVsDocValues, DistribJoinFromCollectionTest, 
TestQuerySenderListener, TestSmileRequest, TestComplexPhraseLeadingWildcard, 
TestLazyCores, TestSolrXml, ZkControllerTest, TestDocBasedVersionConstraints, 
ReplicaListTransformerTest, TestExtendedDismaxParser, LIROnShardRestartTest, 
ActionThrottleTest, EmbeddedSolrNoSerializeTest, TestCSVLoader, FileUtilsTest, 
TestPHPSerializedResponseWriter, TestUseDocValuesAsStored, 
TestDynamicFieldCollectionResource, MetricTriggerTest, TestCustomSort, 
TestSolrCoreSnapshots, HdfsThreadLeakTest, TestCorePropertiesReload, 
DistributedSpellCheckComponentTest, TestDistributedSearch, BadCopyFieldTest, 
ScheduledTriggerTest, DeleteNodeTest, CacheHeaderTest, FacetPivotSmallTest, 
UpdateLogTest, SoftAutoCommitTest, BufferStoreTest, 
DistributedDebugComponentTest, TestNonDefinedSimilarityFactory, 
DistributedFacetPivotLargeTest, PluginInfoTest, SolrMetricReporterTest, 
HdfsCollectionsAPIDistributedZkTest, ConjunctionSolrSpellCheckerTest, 
IndexBasedSpellCheckerTest, HealthCheckHandlerTest, TestPhraseSuggestions, 
TestCursorMarkWithoutUniqueKey, MinimalSchemaTest, ZkStateReaderTest, 
ProtectedTermFilterFactoryTest, ExitableDirectoryReaderTest, MetricsConfigTest, 
TestTolerantUpdateProcessorRandomCloud, RegexBoostProcessorTest, 
RequiredFieldsTest, BasicFunctionalityTest, QueryEqualityTest, MetricUtilsTest, 
TestManagedSchemaThreadSafety, SolrRrdBackendFactoryTest, TestInitQParser, 
TestRecoveryHdfs, ReplicationFactorTest, TestSweetSpotSimilarityFactory, 
TestLRUStatsCache, TestReqParamsAPI, XmlUpdateRequestHandlerTest, 
TestRandomFaceting, TestIBSimilarityFactory, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSortByMinMaxFunction, 
CdcrRequestHandlerTest, CheckHdfsIndexTest, StatsReloadRaceTest, 
TestTriggerIntegration, TestOnReconnectListenerSupport, 
TestManagedStopFilterFactory, ShufflingReplicaListTransformerTest, 
SpatialFilterTest, TestJsonFacetsStatsParsing, 
PreAnalyzedFieldManagedSchemaCloudTest, OverseerStatusTest, ReturnFieldsTest, 
TestReRankQParserPlugin, AutoAddReplicasIntegrationTest, 
TestLocalFSCloudBackupRestore, TestConfigSetsAPI, TestStressUserVersions, 
NodeMutatorTest, TestHashPartitioner, TestPayloadCheckQParserPlugin, 
TestCloudJSONFacetSKG, DOMUtilTest, TestReversedWildcardFilterFactory, 
TestGenericDistributedQueue, TestMultiWordSynonyms, HttpTriggerListenerTest, 
TestBinaryResponseWriter, TestBinaryField, TestSegmentSorting, 
TestTolerantSearch, ResponseBuilderTest, NoCacheHeaderTest, 
NodeLostTriggerIntegrationTest, RestoreTriggerStateTest, 
MissingSegmentRecoveryTest, ExternalFileFieldSortTest, TestSearchPerf, 
SuggestComponentContextFilterQueryTest, SolrInfoBeanTest, 
ManagedSchemaRoundRobinCloudTest, CloneFieldUpdateProcessorFactoryTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, CollectionReloadTest, 
TestDistribIDF, FastVectorHighlighterTest, TestBadConfig, 
ConfigureRecoveryStrategyTest, SyncSliceTest, TestZkChroot, 
TestSchemaVersionResource, LoggingHandlerTest, TestImpersonationWithHadoopAuth, 
TestRawTransformer, TestSchemaNameResource, TestSchemaManager, 
CreateRoutedAliasTest, NumericFieldsTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, SolrTestCaseJ4Test, 
TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, 
TokenizerChainTest, TestLuceneIndexBackCompat, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, AliasIntegrationTest, 
BasicDistributedZk2Test, CollectionStateFormat2Test, ConnectionManagerTest, 
DeleteShardTest, DistributedQueueTest, DocValuesNotIndexedTest, 
HttpPartitionOnCommitTest, LIRRollingUpdatesTest, 
MetricsHistoryIntegrationTest, MoveReplicaHDFSTest, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestPullReplica, TestSizeLimitedDistributedMap, 
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, 
TestStressLiveNodes, TriLevelCompositeIdRoutingTest, TestCollectionAPI, 
IndexSizeTriggerTest, NodeAddedTriggerIntegrationTest, NodeLostTriggerTest, 
ScheduledMaintenanceTriggerTest, SearchRateTriggerTest, 
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, 
TestComputePlanAction, TestLargeCluster, TestNodeLostTrigger, 
BaseCdcrDistributedZkTest, CdcrBidirectionalTest]
   [junit4] Completed [530/827 (1!)] on J1 in 43.48s, 1 test, 1 error <<< 
FAILURES!

[...truncated 9859 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid5211.hprof

Total time: 229 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to