Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2530/
Java: 64bit/jdk-11-ea+25 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3412)
        at 
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:228)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.OutOfMemoryError: Java heap space


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13492, name=cdcr-replicator-4366-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError: 1608464926423121920 != 1608464925979574272
        at __randomizedtesting.SeedInfo.seed([AF889E11118E1AFC]: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$start$0(CdcrReplicatorScheduler.java:81)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 1103 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexingSequenceNumbers
   [junit4]   2> aug. 10, 2018 8:05:51 P.M. 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1758,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: 
java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: 
Self-suppression not permitted
   [junit4]   2>        at 
java.base/java.lang.Throwable.addSuppressed(Throwable.java:1025)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2599)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5091)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3215)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3448)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3413)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> aug. 10, 2018 8:05:51 P.M. 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1760,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.AssertionError: pendingNumDocs 1241 != 1239 
totalMaxDoc
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2276)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4886)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4876)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1609)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1593)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> 
   [junit4]   2> aug. 10, 2018 8:05:51 P.M. 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1764,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3412)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexingSequenceNumbers 
-Dtests.method=testStressConcurrentCommit -Dtests.seed=3417BA09D1633023 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no-NO 
-Dtests.timezone=America/Atikokan -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    191s J2 | 
TestIndexingSequenceNumbers.testStressConcurrentCommit <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3412)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:228)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap 
spaceThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: 
Captured an uncaught exception in thread: Thread[id=1852, name=Thread-1758, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: 
Self-suppression not permitted
   [junit4]    >        at 
java.base/java.lang.Throwable.addSuppressed(Throwable.java:1025)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2599)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5091)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3215)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3448)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3413)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap 
spaceThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: 
Captured an uncaught exception in thread: Thread[id=1854, name=Thread-1760, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.AssertionError: pendingNumDocs 1241 != 
1239 totalMaxDoc
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2276)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4886)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4876)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1609)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1593)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1858, name=Thread-1764, state=RUNNABLE, 
group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3417BA09D1633023]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3412)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/J2/temp/lucene.index.TestIndexingSequenceNumbers_3417BA09D1633023-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=BlockTreeOrds(blocksize=128)}, 
docValues:{thread=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Lucene70), 
___soft_deletes=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1462, 
maxMBSortInHeap=6.876914619235513, sim=RandomSimilarity(queryNorm=true): 
{id=DFR I(n)L2}, locale=no-NO, timezone=America/Atikokan
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 11-ea 
(64-bit)/cpus=8,threads=1,free=49299528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestUTF32ToUTF8, 
TestCharsRef, TestBytesRef, TestOneMergeWrappingMergePolicy, 
TestCollectionUtil, TestPointValues, TestStressNRT, 
TestApproximationSearchEquivalence, TestQueryRescorer, 
TestSimpleSearchEquivalence, TestMinimize, TestIntroSelector, 
TestOfflineSorter, TestFieldInfos, TestSimilarity2, TestIndexCommit, 
TestBlockPostingsFormat3, TestSort, TestPendingSoftDeletes, 
TestSortedNumericSortField, Test2BTerms, TestSpanOrQuery, TestSpanBoostQuery, 
TestIndexedDISI, TestArrayUtil, TestMultiTermQueryRewrites, TestFieldsReader, 
TestAllFilesHaveCodecHeader, TestDelegatingAnalyzerWrapper, 
TestIndexingSequenceNumbers]
   [junit4] Completed [254/483 (1!)] on J2 in 219.21s, 8 tests, 1 error <<< 
FAILURES!

[...truncated 775 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180811_010114_3584316288562400136623.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/heapdumps/java_pid9026.hprof ...
   [junit4] Heap dump file created [618764867 bytes in 9.552 secs]
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J2: stderr was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180811_010114_35815586412482376196081.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1759"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1762"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1763"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1767"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1765"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1766"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-1761"
   [junit4] <<< JVM J2: EOF ----

[...truncated 11573 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/init-core-data-001
   [junit4]   2> 812109 WARN  
(SUITE-CdcrBidirectionalTest-seed#[AF889E11118E1AFC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 812109 INFO  
(SUITE-CdcrBidirectionalTest-seed#[AF889E11118E1AFC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 812109 INFO  
(SUITE-CdcrBidirectionalTest-seed#[AF889E11118E1AFC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 812109 INFO  
(SUITE-CdcrBidirectionalTest-seed#[AF889E11118E1AFC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 812110 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBiDir
   [junit4]   2> 812111 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001
   [junit4]   2> 812111 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 812111 INFO  (Thread-2019) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 812111 INFO  (Thread-2019) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 812113 ERROR (Thread-2019) [    ] 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> 812211 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40495
   [junit4]   2> 812236 INFO  (zkConnectionManagerCallback-5370-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812238 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 812246 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 812247 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 812247 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 812247 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5353d2b4{/solr,null,AVAILABLE}
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ca840be{HTTP/1.1,[http/1.1]}{127.0.0.1:36615}
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.e.j.s.Server Started @812273ms
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36615}
   [junit4]   2> 812248 ERROR (jetty-launcher-5367-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 812248 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-11T01:41:01.860970Z
   [junit4]   2> 812256 INFO  (zkConnectionManagerCallback-5372-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812257 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 812373 INFO  (jetty-launcher-5367-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40495/solr
   [junit4]   2> 812376 INFO  (zkConnectionManagerCallback-5376-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812378 INFO  (zkConnectionManagerCallback-5378-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812435 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36615_solr
   [junit4]   2> 812435 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.c.Overseer Overseer 
(id=72139772681781251-127.0.0.1:36615_solr-n_0000000000) starting
   [junit4]   2> 812439 INFO  (zkConnectionManagerCallback-5385-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812439 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40495/solr ready
   [junit4]   2> 812440 INFO  
(OverseerStateUpdate-72139772681781251-127.0.0.1:36615_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36615_solr
   [junit4]   2> 812444 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36615_solr
   [junit4]   2> 812447 INFO  (zkCallback-5384-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812451 INFO  (zkCallback-5377-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812462 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 812478 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36615.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812486 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36615.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812486 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36615.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812487 INFO  (jetty-launcher-5367-thread-1) 
[n:127.0.0.1:36615_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 812499 INFO  (zkConnectionManagerCallback-5388-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812501 INFO  (zkConnectionManagerCallback-5391-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812502 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001
   [junit4]   2> 812502 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 812502 INFO  (Thread-2029) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 812502 INFO  (Thread-2029) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 812503 ERROR (Thread-2029) [    ] 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> 812602 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38907
   [junit4]   2> 812604 INFO  (zkConnectionManagerCallback-5395-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812606 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+25
   [junit4]   2> 812606 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 812606 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 812606 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e008b89{/solr,null,AVAILABLE}
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b6c955e{HTTP/1.1,[http/1.1]}{127.0.0.1:43081}
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.e.j.s.Server Started @812632ms
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43081}
   [junit4]   2> 812607 ERROR (jetty-launcher-5392-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 812607 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-11T01:41:02.219849Z
   [junit4]   2> 812608 INFO  (zkConnectionManagerCallback-5397-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812609 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 812702 INFO  (jetty-launcher-5392-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38907/solr
   [junit4]   2> 812703 INFO  (zkConnectionManagerCallback-5401-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812704 INFO  (zkConnectionManagerCallback-5403-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812742 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43081_solr
   [junit4]   2> 812743 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.c.Overseer Overseer 
(id=72139772707340291-127.0.0.1:43081_solr-n_0000000000) starting
   [junit4]   2> 812746 INFO  (zkConnectionManagerCallback-5410-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812747 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38907/solr ready
   [junit4]   2> 812747 INFO  
(OverseerStateUpdate-72139772707340291-127.0.0.1:43081_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43081_solr
   [junit4]   2> 812747 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43081_solr
   [junit4]   2> 812748 INFO  
(OverseerStateUpdate-72139772707340291-127.0.0.1:43081_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812748 INFO  (zkCallback-5409-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812757 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 812767 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43081.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812773 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43081.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812773 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43081.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 812774 INFO  (jetty-launcher-5392-thread-1) 
[n:127.0.0.1:43081_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 812788 INFO  (zkConnectionManagerCallback-5413-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812792 INFO  (zkConnectionManagerCallback-5416-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812794 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:40495/solr
   [junit4]   2> 812794 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:38907/solr
   [junit4]   2> 812795 INFO  (zkConnectionManagerCallback-5418-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812797 INFO  (zkConnectionManagerCallback-5422-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 812798 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 812798 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38907/solr ready
   [junit4]   2> 812800 INFO  (qtp1878465974-13345) [n:127.0.0.1:43081_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> 812801 INFO  (OverseerThreadFactory-4324-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
   [junit4]   2> 812905 INFO  
(OverseerStateUpdate-72139772707340291-127.0.0.1:43081_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":"http://127.0.0.1:43081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 812906 INFO  
(OverseerStateUpdate-72139772707340291-127.0.0.1:43081_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":"http://127.0.0.1:43081/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 813108 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 813109 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr    
x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 813109 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814115 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 814115 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 814119 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814120 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814120 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814120 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814120 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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_43081.solr.core.cdcr-cluster1.shard2.replica_n2' (registry 
'solr.core.cdcr-cluster1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 814120 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814120 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n2/data/]
   [junit4]   2> 814121 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814121 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814121 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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_43081.solr.core.cdcr-cluster1.shard1.replica_n1' (registry 
'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 814121 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814121 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
   [junit4]   2> 814196 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814196 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814196 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814196 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814197 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814197 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814197 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814198 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814199 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60f509f5[cdcr-cluster1_shard1_replica_n1] main]
   [junit4]   2> 814200 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814200 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814200 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814200 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3aa14317[cdcr-cluster1_shard2_replica_n2] main]
   [junit4]   2> 814200 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814201 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814204 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-cluster1/cdcr/state/buffer
   [junit4]   2> 814206 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-cluster1/cdcr/state/process
   [junit4]   2> 814221 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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 1608464899855351808
   [junit4]   2> 814222 INFO  
(searcherExecutor-4330-thread-1-processing-n:127.0.0.1:43081_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:43081_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@60f509f5[cdcr-cluster1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 814222 INFO  
(searcherExecutor-4329-thread-1-processing-n:127.0.0.1:43081_solr 
x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) 
[n:127.0.0.1:43081_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@3aa14317[cdcr-cluster1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 814222 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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 1608464899856400384
   [junit4]   2> 814225 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814225 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard1_replica_n1/
   [junit4]   2> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
   [junit4]   2> 814226 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard2_replica_n2/
   [junit4]   2> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard2_replica_n2/ has no replicas
   [junit4]   2> 814227 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814227 INFO  (zkCallback-5402-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
   [junit4]   2> 814228 INFO  (zkCallback-5402-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
   [junit4]   2> 814228 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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: 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard1_replica_n1/ shard1
   [junit4]   2> 814233 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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: 
http://127.0.0.1:43081/solr/cdcr-cluster1_shard2_replica_n2/ shard2
   [junit4]   2> 814334 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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> 814335 INFO  (qtp1878465974-13340) [n:127.0.0.1:43081_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=1227
   [junit4]   2> 814383 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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> 814385 INFO  (qtp1878465974-13395) [n:127.0.0.1:43081_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=1276
   [junit4]   2> 814387 INFO  (qtp1878465974-13345) [n:127.0.0.1:43081_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> 814485 INFO  (zkCallback-5402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 814803 INFO  
(OverseerCollectionConfigSetProcessor-72139772707340291-127.0.0.1:43081_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> 815387 INFO  (qtp1878465974-13345) [n:127.0.0.1:43081_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=2587
   [junit4]   2> 815389 INFO  (zkConnectionManagerCallback-5426-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 815392 INFO  (zkConnectionManagerCallback-5430-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 815393 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 815393 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40495/solr ready
   [junit4]   2> 815394 INFO  (qtp1698701651-13291) [n:127.0.0.1:36615_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> 815396 INFO  (OverseerThreadFactory-4311-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
   [junit4]   2> 815500 INFO  
(OverseerStateUpdate-72139772681781251-127.0.0.1:36615_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":"http://127.0.0.1:36615/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 815501 INFO  
(OverseerStateUpdate-72139772681781251-127.0.0.1:36615_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":"http://127.0.0.1:36615/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 815703 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 815703 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 815703 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_solr    
x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 816709 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 816710 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 816723 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816723 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816724 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816724 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816724 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816724 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816725 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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_36615.solr.core.cdcr-cluster2.shard1.replica_n1' (registry 
'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 816725 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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_36615.solr.core.cdcr-cluster2.shard2.replica_n2' (registry 
'solr.core.cdcr-cluster2.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1fc67dd4
   [junit4]   2> 816725 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816725 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816725 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
   [junit4]   2> 816725 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_AF889E11118E1AFC-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n2/data/]
   [junit4]   2> 816880 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816880 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816880 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816880 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816882 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816882 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816882 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816882 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816884 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@159d7481[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 816884 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18e4dc17[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 816885 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816885 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816886 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816886 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816887 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816887 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816888 INFO  
(searcherExecutor-4342-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:36615_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@159d7481[cdcr-cluster2_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 816889 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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 1608464902652952576
   [junit4]   2> 816889 INFO  
(searcherExecutor-4341-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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@18e4dc17[cdcr-cluster2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 816889 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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 1608464902652952576
   [junit4]   2> 816892 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816893 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816893 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816893 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816893 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 816894 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816894 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
   [junit4]   2> 816894 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_solr 
c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard2_replica_n2/ has no replicas
   [junit4]   2> 816894 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 816895 INFO  (zkCallback-5377-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
   [junit4]   2> 816896 INFO  (zkCallback-5377-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
   [junit4]   2> 816896 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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: 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard1_replica_n1/ shard1
   [junit4]   2> 816897 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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: 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard2_replica_n2/ shard2
   [junit4]   2> 816998 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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> 817002 INFO  (qtp1698701651-13418) [n:127.0.0.1:36615_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=1299
   [junit4]   2> 817047 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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> 817049 INFO  (qtp1698701651-13286) [n:127.0.0.1:36615_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=1346
   [junit4]   2> 817050 INFO  (qtp1698701651-13291) [n:127.0.0.1:36615_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> 817149 INFO  (zkCallback-5377-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 817397 INFO  
(OverseerCollectionConfigSetProcessor-72139772681781251-127.0.0.1:36615_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> 818051 INFO  (qtp1698701651-13291) [n:127.0.0.1:36615_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=2656
   [junit4]   2> 818056 INFO  (zkConnectionManagerCallback-5437-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 818057 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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> 818057 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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:40495/solr ready
   [junit4]   2> 818061 INFO  (qtp1698701651-13285) [n:127.0.0.1:36615_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> 818061 INFO  (qtp1698701651-13285) [n:127.0.0.1:36615_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> 818062 INFO  (qtp1698701651-13290) [n:127.0.0.1:36615_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> 818062 INFO  (qtp1698701651-13290) [n:127.0.0.1:36615_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> 818062 INFO  (qtp1698701651-13284) [n:127.0.0.1:36615_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=4
   [junit4]   2> 818069 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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> 818069 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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> 818071 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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> 818072 INFO  
(cdcr-bootstrap-status-5433-thread-1-processing-n:127.0.0.1:43081_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:43081_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: 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 818077 INFO  (zkCallback-5402-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> 818077 INFO  (zkCallback-5402-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> 818077 INFO  (zkCallback-5402-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-cluster1:shard1
   [junit4]   2> 818077 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-cluster1:shard2
   [junit4]   2> 818078 INFO  (qtp1878465974-13339) [n:127.0.0.1:43081_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=23
   [junit4]   2> 818080 INFO  (qtp1698701651-13419) [n:127.0.0.1:36615_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=http://127.0.0.1:43081/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 818082 INFO  (qtp1698701651-13420) [n:127.0.0.1:36615_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> 818082 INFO  
(cdcr-bootstrap-status-5433-thread-1-processing-n:127.0.0.1:43081_solr 
x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) 
[n:127.0.0.1:43081_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> 818099 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818104 INFO  (zkConnectionManagerCallback-5442-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 818105 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 818106 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40495/solr ready
   [junit4]   2> 818114 INFO  (qtp1878465974-13338) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1608464903937458176,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 818116 INFO  (qtp1878465974-13338) [n:127.0.0.1:43081_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> 818117 INFO  (qtp1878465974-13338) [n:127.0.0.1:43081_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> 818117 INFO  (qtp1878465974-13338) [n:127.0.0.1:43081_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=4
   [junit4]   2> 818119 INFO  (qtp1878465974-13394) [n:127.0.0.1:43081_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> 818119 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818119 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818119 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818119 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818119 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818121 INFO  (qtp1698701651-13419) [n:127.0.0.1:36615_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> 818121 INFO  (qtp1698701651-13419) [n:127.0.0.1:36615_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> 818125 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_solr c:cdcr-cluster2 s:shard1 r:core_node3 
x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74dcf531[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 818125 INFO  (qtp1698701651-13289) [n:127.0.0.1:36615_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> 818125 INFO  (qtp1698701651-13289) [n:127.0.0.1:36615_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> 818126 INFO  (qtp1698701651-13287) [n:127.0.0.1:36615_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=19
   [junit4]   2> 818126 INFO  
(searcherExecutor-4341-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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@74dcf531[cdcr-cluster2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 818126 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
   [junit4]   2> 818126 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-cluster2, shard: shard2
   [junit4]   2> 818126 INFO  (zkCallback-5402-thread-2) [    ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 818126 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) 
[n:127.0.0.1:36615_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> 818129 INFO  (cdcr-bootstrap-status-5438-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-cluster2 shard: shard2 leader: 
http://127.0.0.1:36615/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 818134 INFO  (qtp1698701651-13420) [n:127.0.0.1:36615_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=http://127.0.0.1:43081/solr/cdcr-cluster1_shard2_replica_n2/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 818134 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:36615_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> 818135 INFO  (qtp1698701651-13419) [n:127.0.0.1:36615_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> 818135 INFO  (cdcr-bootstrap-status-5438-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping 
for 2000 ms
   [junit4]   2> 818138 INFO  (qtp1878465974-13344) [n:127.0.0.1:43081_solr 
c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1608464903961575424,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 818138 INFO  (qtp1878465974-13344) [n:127.0.0.1:43081_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> 818138 INFO  (qtp1878465974-13344) [n:127.0.0.1:43081_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> 818138 INFO  (qtp1878465974-13344) [n:127.0.0.1:43081_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> 818140 INFO  (qtp1878465974-13394) [n:127.0.0.1:43081_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> 818140 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:36615_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> 818140 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0.1:36615_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> 818140 INFO  
(recoveryExecutor-5374-thread-1-processing-n:127.0.0.1:36615_solr 
x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) 
[n:127.0.0

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

r zkClient has disconnected
   [junit4]   2> 843652 INFO  (jetty-closer-5368-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72139772681781251-127.0.0.1:36615_solr-n_0000000000) closing
   [junit4]   2> 843652 INFO  
(OverseerStateUpdate-72139772681781251-127.0.0.1:36615_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36615_solr
   [junit4]   2> 843652 WARN  
(OverseerAutoScalingTriggerThread-72139772681781251-127.0.0.1:36615_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 843654 INFO  (jetty-closer-5368-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5353d2b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 843654 INFO  (jetty-closer-5368-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 843655 ERROR 
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
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> 843655 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40495 40495
   [junit4]   2> 843685 INFO  (Thread-2019) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40495 40495
   [junit4]   2> 843685 WARN  (Thread-2019) [    ] 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>        5       /solr/clusterprops.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>        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> 843686 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[AF889E11118E1AFC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBiDir
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CdcrBidirectionalTest -Dtests.method=testBiDir 
-Dtests.seed=AF889E11118E1AFC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=gv-IM -Dtests.timezone=Asia/Pontianak -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   31.6s J2 | CdcrBidirectionalTest.testBiDir <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13492, name=cdcr-replicator-4366-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
   [junit4]    > Caused by: java.lang.AssertionError: 1608464926423121920 != 
1608464925979574272
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AF889E11118E1AFC]: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$start$0(CdcrReplicatorScheduler.java:81)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    >        at 
java.base/java.lang.Thread.run(Thread.java:834)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13514, name=cdcr-replicator-4366-thread-2, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
   [junit4]    > Caused by: java.lang.AssertionError: 1608464926423121920 != 
1608464925979574272
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AF889E11118E1AFC]: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$start$0(CdcrReplicatorScheduler.java:81)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    >        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 843687 INFO  
(SUITE-CdcrBidirectionalTest-seed#[AF889E11118E1AFC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Aug 11, 2018 1:41:33 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=28081, maxDocsPerChunk=924, blockSize=192), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=28081, blockSize=192)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=gv-IM, timezone=Asia/Pontianak
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 11-ea 
(64-bit)/cpus=8,threads=1,free=382736088,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryFactory, 
TestClusterStateProvider, TestSchemaVersionResource, TestInitQParser, 
TestConfigSetProperties, CleanupOldIndexTest, TestFunctionQuery, 
TestClusterStateMutator, TestXmlQParserPlugin, TestCoreDiscovery, 
DistributedQueueTest, ImplicitSnitchTest, TestExpandComponent, 
OverriddenZkACLAndCredentialsProvidersTest, BadComponentTest, 
TestClusterProperties, TestHdfsCloudBackupRestore, SystemInfoHandlerTest, 
SolrXmlInZkTest, TestIntervalFaceting, SuggesterTest, 
TestNestedUpdateProcessor, LeaderVoteWaitTimeoutTest, TestDistribIDF, 
TestNonDefinedSimilarityFactory, TestMacros, MetricsConfigTest, 
PeerSyncWithIndexFingerprintCachingTest, HdfsRecoverLeaseTest, 
OverseerRolesTest, TestScoreJoinQPNoScore, TestSizeLimitedDistributedMap, 
TimeZoneUtilsTest, TestConfig, TestSQLHandler, FastVectorHighlighterTest, 
TestHalfAndHalfDocValues, ScheduledTriggerIntegrationTest, 
TestSolrCloudSnapshots, LeaderElectionContextKeyTest, 
PreAnalyzedFieldManagedSchemaCloudTest, DataDrivenBlockJoinTest, UpdateLogTest, 
ShufflingReplicaListTransformerTest, SolrGraphiteReporterTest, 
ChaosMonkeySafeLeaderTest, PKIAuthenticationIntegrationTest, 
TestSortByMinMaxFunction, TestGraphTermsQParserPlugin, TestPullReplica, 
TestSubQueryTransformerDistrib, MigrateRouteKeyTest, ClusterStateUpdateTest, 
IndexBasedSpellCheckerTest, DeleteInactiveReplicaTest, AutoScalingHandlerTest, 
NodeAddedTriggerTest, ZkNodePropsTest, RequestLoggingTest, 
TestCloudJSONFacetJoinDomain, DOMUtilTest, TestPHPSerializedResponseWriter, 
TolerantUpdateProcessorTest, SolrSlf4jReporterTest, MaxSizeAutoCommitTest, 
TestFastOutputStream, TestBackupRepositoryFactory, TestTrieFacet, 
SpatialFilterTest, TestNamedUpdateProcessors, TriLevelCompositeIdRoutingTest, 
ConnectionManagerTest, DateFieldTest, CachingDirectoryFactoryTest, 
ChangedSchemaMergeTest, ConvertedLegacyTest, TestSolrConfigHandlerConcurrent, 
TestMultiWordSynonyms, EmbeddedSolrNoSerializeTest, 
HdfsAutoAddReplicasIntegrationTest, TestPayloadCheckQParserPlugin, 
TestTolerantUpdateProcessorCloud, DocExpirationUpdateProcessorFactoryTest, 
TestAnalyzedSuggestions, TestNumericTerms32, PrimUtilsTest, 
TestSolrCloudWithKerberosAlt, ZkCLITest, TestMiniSolrCloudClusterSSL, 
FileUtilsTest, TestExtendedDismaxParser, DistributedFacetPivotLargeTest, 
OverseerTest, TestReloadAndDeleteDocs, AssignTest, TestImplicitCoreProperties, 
AlternateDirectoryTest, CustomCollectionTest, TestSolrCoreParser, 
CheckHdfsIndexTest, TestFieldCacheReopen, TestLegacyNumericRangeQueryBuilder, 
SOLR749Test, TestSolrConfigHandler, TestCloudConsistency, TestRawTransformer, 
TestMultiValuedNumericRangeQuery, TestLRUStatsCache, 
TestExclusionRuleCollectionAccess, TestDistributedGrouping, 
TestSlowCompositeReaderWrapper, CdcrBidirectionalTest]
   [junit4] Completed [318/828 (1!)] on J2 in 32.61s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10734 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:585: Some of the tests 
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? 
Dumps created:
* java_pid9026.hprof

Total time: 68 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to