Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/155/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.lucene.util.TestLongBitSet.testNegativeNumBits

Error Message:
expected:<...st be 0 .. 137438952[384]; got: -17> but was:<...st be 0 .. 
137438952[640]; got: -17>

Stack Trace:
org.junit.ComparisonFailure: expected:<...st be 0 .. 137438952[384]; got: -17> 
but was:<...st be 0 .. 137438952[640]; got: -17>
        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:DBE33B24FC4FBB07]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.util.TestLongBitSet.testNegativeNumBits(TestLongBitSet.java:236)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.util.TestLongBitSet.testBits2Words

Error Message:
expected:<2147483631> but was:<2147483635>

Stack Trace:
java.lang.AssertionError: expected:<2147483631> but was:<2147483635>
        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:5F67038159F7B24E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.lucene.util.TestLongBitSet.testBits2Words(TestLongBitSet.java:364)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.util.TestLongBitSet.testTooLarge

Error Message:
expected:<...st be 0 .. 137438952[384; got: 137438952385]> but was:<...st be 0 
.. 137438952[640; got: 137438952641]>

Stack Trace:
org.junit.ComparisonFailure: expected:<...st be 0 .. 137438952[384; got: 
137438952385]> but was:<...st be 0 .. 137438952[640; got: 137438952641]>
        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:B84D4FFCBF123337]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.lucene.util.TestLongBitSet.testTooLarge(TestLongBitSet.java:228)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1200>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1200>
        at 
__randomizedtesting.SeedInfo.seed([FA1CE183D35D81D3:2E59AADA340B3228]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1690 lines...]
   [junit4] Suite: org.apache.lucene.util.TestLongBitSet
   [junit4] IGNOR/A 0.00s J1 | TestLongBitSet.testHugeCapacity
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testNegativeNumBits -Dtests.seed=104CE71245A2948F 
-Dtests.slow=true -Dtests.locale=zh-TW -Dtests.timezone=America/Ojinaga 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J1 | TestLongBitSet.testNegativeNumBits <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...st be 
0 .. 137438952[384]; got: -17> but was:<...st be 0 .. 137438952[640]; got: -17>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:DBE33B24FC4FBB07]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testNegativeNumBits(TestLongBitSet.java:236)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testBits2Words -Dtests.seed=104CE71245A2948F -Dtests.slow=true 
-Dtests.locale=zh-TW -Dtests.timezone=America/Ojinaga -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J1 | TestLongBitSet.testBits2Words <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2147483631> 
but was:<2147483635>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:5F67038159F7B24E]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testBits2Words(TestLongBitSet.java:364)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLongBitSet 
-Dtests.method=testTooLarge -Dtests.seed=104CE71245A2948F -Dtests.slow=true 
-Dtests.locale=zh-TW -Dtests.timezone=America/Ojinaga -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J1 | TestLongBitSet.testTooLarge <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...st be 
0 .. 137438952[384; got: 137438952385]> but was:<...st be 0 .. 137438952[640; 
got: 137438952641]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([104CE71245A2948F:B84D4FFCBF123337]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestLongBitSet.testTooLarge(TestLongBitSet.java:228)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=zh-TW, timezone=America/Ojinaga
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=37289144,total=107905024
   [junit4]   2> NOTE: All tests run in this JVM: [TestTermsEnum, 
TestLucene70NormsFormat, TestDocValues, Test2BPostingsBytes, 
TestDoubleValuesSource, TestBytesStore, TestTryDelete, TestCustomTermFreq, 
TestFieldReuse, TestReqExclBulkScorer, TestBlockPostingsFormat3, 
TestTermdocPerf, TestByteSlices, TestDocIDMerger, TestInfoStream, 
TestControlledRealTimeReopenThread, TestSloppyPhraseQuery2, 
TestDocIdSetBuilder, TestPersistentSnapshotDeletionPolicy, 
TestPerFieldPostingsFormat2, TestRoaringDocIdSet, TestPayloads, 
TestBooleanScorer, TestPolygon2D, Test2BPagedBytes, TestSpanContainQuery, 
TestSortRandom, TestLucene50StoredFieldsFormatHighCompression, 
TestLucene50CompoundFormat, TestBasics, TestFastCompressionMode, 
TestMergePolicyWrapper, TestIndexReaderClose, TestConcurrentMergeScheduler, 
TestIntsRef, TestIntRangeFieldQueries, TestDirectoryReaderReopen, 
TestFilterWeight, TestDeletionPolicy, FuzzyTermOnShortTermsTest, 
TestPagedBytes, TestSimilarityBase, TestTermRangeQuery, TestCompiledAutomaton, 
TestMultiCollector, TestIndexWriterDelete, TestPostingsOffsets, 
TestDeterminism, TestSpanFirstQuery, TestFixedLengthBytesRefArray, 
TestNumericUtils, TestRollingUpdates, TestMSBRadixSorter, TestFlex, 
TestBoolean2ScorerSupplier, TestDelegatingAnalyzerWrapper, 
TestBufferedChecksum, TestDocumentsWriterStallControl, TestBoolean2, 
TestBytesRefAttImpl, TestLongPostings, Test2BBKDPoints, TestOperations, 
TestNoMergeScheduler, TestByteBlockPool, TestRollback, TestClassicSimilarity, 
TestNRTReaderCleanup, TestFileSwitchDirectory, TestTermVectorsReader, 
TestSleepingLockWrapper, TestSetOnce, TestStringMSBRadixSorter, Test2BDocs, 
LimitedFiniteStringsIteratorTest, TestBytesRefArray, TestStressAdvance, 
TestIndexWriterConfig, TestDocumentWriter, TestLucene60FieldInfoFormat, 
TestUsageTrackingFilterCachingPolicy, TestMultiTermQueryRewrites, 
TestExitableDirectoryReader, TestBM25Similarity, TestIndexWriterOnDiskFull, 
TestAutomatonQueryUnicode, TestIndexWriterDeleteByQuery, TestPointValues, 
TestStressNRT, TestIndexWriterNRTIsCurrent, TestSwappedIndexFiles, 
TestSearchAfter, TestIndexWriterFromReader, TestSimpleFSLockFactory, 
TestSentinelIntSet, TestGraphTokenStreamFiniteStrings, TestBoostQuery, 
TestTransactionRollback, TestConstantScoreQuery, TestDisjunctionMaxQuery, 
TestIndexOrDocValuesQuery, TestFieldType, TestPointQueries, 
TestGraphTokenizers, TestCheckIndex, TestSegmentTermDocs, TestOmitNorms, 
TestPhraseQuery, TestQueryBuilder, TestSortedSetSelector, TestIndexCommit, 
TestPerSegmentDeletes, TestManyFields, TestIndexWriter, 
TestPerFieldDocValuesFormat, TestDuelingCodecs, TestIndexWriterCommit, 
TestTimeLimitingCollector, TestMinimize, TestTieredMergePolicy, 
TestPerFieldPostingsFormat, TestWeakIdentityMap, TestLockFactory, 
TestSegmentMerger, TestFixedBitSet, TestSegmentReader, 
TestFastDecompressionMode, TestSort, TestToken, TestCustomSearcherSort, 
TestTermsEnum2, TestStressIndexing2, TestDocsAndPositions, TestBagOfPostings, 
TestCharTermAttributeImpl, TestParallelLeafReader, TestThreadedForceMerge, 
TestForceMergeForever, TestSameScoresWithThreads, TestScorerPerf, 
TestForTooMuchCloning, TestFuzzyQuery, TestNoDeletionPolicy, 
TestTopDocsCollector, TestSegmentTermEnum, TestBooleanQuery, 
TestPrefixCodedTerms, TestAutomatonQuery, TestTermScorer, TestIndexableField, 
TestWildcardRandom, TestRegexpRandom, TestMultiLevelSkipList, 
TestSpanMultiTermQueryWrapper, TestSizeBoundedForceMerge, TestParallelTermEnum, 
TestBinaryTerms, TestConjunctions, TestField, TestSimilarity, 
TestVirtualMethod, TestSmallFloat, TestCachingTokenFilter, TestDateTools, 
Test2BPostings, TestCachingCollector, TestTotalHitCountCollector, 
TestIsCurrent, TestNamedSPILoader, TestDemo, TestIndexWriterOnJRECrash, 
TestReaderClosed, TestScoreCachingWrappingScorer, TestTerm, TestIOUtils, 
TestNewestSegment, Test2BNumericDocValues, TestCharArrayMap, 
TestCharacterUtils, TestWordlistLoader, TestLucene50StoredFieldsFormat, 
TestIndexedDISI, TestGeoUtils, Test2BSortedDocValuesFixedSorted, 
Test2BSortedDocValuesOrds, TestAllFilesCheckIndexHeader, 
TestAllFilesDetectTruncation, TestAllFilesHaveChecksumFooter, 
TestBinaryDocValuesUpdates, TestDuelingCodecsAtNight, TestFieldInvertState, 
TestFilterDirectoryReader, TestIndexWriterOnVMError, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterThreadsToSegments, 
TestIndexingSequenceNumbers, TestMaxPosition, TestMixedDocValuesUpdates, 
TestMultiTermsEnum, TestNumericDocValuesUpdates, 
TestOneMergeWrappingMergePolicy, TestOrdinalMap, TestReaderWrapperDVTypeCheck, 
TestSegmentInfos, TestSortedSetDocValues, TestStressDeletes, TestTerms, 
TestUpgradeIndexMergePolicy, TermInSetQueryTest, 
TestApproximationSearchEquivalence, TestBlendedTermQuery, TestBooleanRewrites, 
TestConjunctionDISI, TestDocValuesQueries, TestDocValuesRewriteMethod, 
TestDoubleRangeFieldQueries, TestEarlyTermination, TestFieldValueQuery, 
TestFloatRangeFieldQueries, TestIndexSearcher, TestLRUQueryCache, 
TestLongRangeFieldQueries, TestMatchNoDocsQuery, TestMultiPhraseEnum, 
TestMultiset, TestSortRescorer, TestSortedNumericSortField, 
TestSortedSetSortField, TestSynonymQuery, TestBooleanSimilarity, 
TestSpanBoostQuery, TestSpanNotQuery, TestSpansEnum, 
TestGrowableByteArrayDataOutput, TestRateLimiter, 
TestFrequencyTrackingRingBuffer, TestInPlaceMergeSorter, TestIntroSelector, 
TestLongBitSet]
   [junit4] Completed [442/454 (1!)] on J1 in 0.11s, 11 tests, 3 failures, 1 
skipped <<< FAILURES!

[...truncated 9965 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\init-core-data-001
   [junit4]   2> 731443 WARN  
(SUITE-CdcrBootstrapTest-seed#[FA1CE183D35D81D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=150 numCloses=150
   [junit4]   2> 731443 INFO  
(SUITE-CdcrBootstrapTest-seed#[FA1CE183D35D81D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 731452 INFO  
(SUITE-CdcrBootstrapTest-seed#[FA1CE183D35D81D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 731452 INFO  
(SUITE-CdcrBootstrapTest-seed#[FA1CE183D35D81D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 731453 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 731456 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-target-001
   [junit4]   2> 731456 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 731458 INFO  (Thread-1613) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 731458 INFO  (Thread-1613) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 731462 ERROR (Thread-1613) [    ] 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> 731556 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64855
   [junit4]   2> 731564 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be36d90000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 731566 INFO  (jetty-launcher-803-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 731567 INFO  (jetty-launcher-803-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1606dd0{/solr,null,AVAILABLE}
   [junit4]   2> 731570 INFO  (jetty-launcher-803-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e8322e{HTTP/1.1,[http/1.1]}{127.0.0.1:64859}
   [junit4]   2> 731570 INFO  (jetty-launcher-803-thread-1) [    ] 
o.e.j.s.Server Started @739498ms
   [junit4]   2> 731570 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64859}
   [junit4]   2> 731570 ERROR (jetty-launcher-803-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 731571 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 731571 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 731571 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 731571 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T03:59:21.415Z
   [junit4]   2> 731578 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 731589 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be36d90001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 731594 INFO  (jetty-launcher-803-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64855/solr
   [junit4]   2> 731598 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be36d90002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 731734 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 731734 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64859_solr
   [junit4]   2> 731735 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.Overseer Overseer 
(id=98587427556884483-127.0.0.1:64859_solr-n_0000000000) starting
   [junit4]   2> 731742 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64859_solr
   [junit4]   2> 731743 INFO  
(zkCallback-810-thread-1-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 731891 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64859.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 731897 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64859.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 731897 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64859.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 731898 INFO  (jetty-launcher-803-thread-1) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:64855/solr
   [junit4]   2> 731942 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-source-001
   [junit4]   2> 731943 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 731943 INFO  (Thread-1626) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 731943 INFO  (Thread-1626) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 731946 ERROR (Thread-1626) [    ] 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> 732044 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64879
   [junit4]   2> 732053 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be38be0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 732056 INFO  (jetty-launcher-815-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 732056 INFO  (jetty-launcher-815-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e8a898{/solr,null,AVAILABLE}
   [junit4]   2> 732058 INFO  (jetty-launcher-815-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e3e0b1{HTTP/1.1,[http/1.1]}{127.0.0.1:64887}
   [junit4]   2> 732059 INFO  (jetty-launcher-815-thread-1) [    ] 
o.e.j.s.Server Started @739987ms
   [junit4]   2> 732059 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64887}
   [junit4]   2> 732060 ERROR (jetty-launcher-815-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 732060 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 732060 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 732060 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 732060 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-02T03:59:21.904Z
   [junit4]   2> 732065 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 732080 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be38be0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 732084 INFO  (jetty-launcher-815-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64879/solr
   [junit4]   2> 732225 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 732226 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64887_solr
   [junit4]   2> 732228 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.Overseer Overseer 
(id=98587427588669443-127.0.0.1:64887_solr-n_0000000000) starting
   [junit4]   2> 732238 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64887_solr
   [junit4]   2> 732265 INFO  
(zkCallback-822-thread-1-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 732433 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64887.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 732441 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64887.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 732441 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64887.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 732443 INFO  (jetty-launcher-815-thread-1) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-source-001\node1\.
   [junit4]   2> 732514 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be38be0006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 732519 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 732520 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64879/solr 
ready
   [junit4]   2> 732523 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 732526 INFO  
(OverseerThreadFactory-2454-thread-1-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 732631 INFO  
(OverseerStateUpdate-98587427588669443-127.0.0.1:64887_solr-n_0000000000) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64887/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 732834 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 732836 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 732945 INFO  
(zkCallback-822-thread-1-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 732946 INFO  
(zkCallback-822-thread-2-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733864 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 733867 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 733871 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 733877 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 733878 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 733881 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 733881 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using 
configuration from collection cdcr-source, trusted=true
   [junit4]   2> 733882 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64887.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 733882 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 733882 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 734087 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 734087 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 734089 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 734089 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 734093 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e282bf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 734094 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 734095 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 734095 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 734096 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 734096 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 734107 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 734114 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 734150 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577398843729772544
   [junit4]   2> 734151 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1e282bf[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:64887/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:64887/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 734156 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 734161 INFO  
(zkCallback-822-thread-2-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 734162 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64887/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 734267 INFO  
(zkCallback-822-thread-2-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 734267 INFO  
(zkCallback-822-thread-1-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 734318 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 734325 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1492
   [junit4]   2> 734332 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_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> 734428 INFO  
(zkCallback-822-thread-1-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 734428 INFO  
(zkCallback-822-thread-2-processing-n:127.0.0.1:64887_solr) 
[n:127.0.0.1:64887_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 734530 INFO  
(OverseerCollectionConfigSetProcessor-98587427588669443-127.0.0.1:64887_solr-n_0000000000)
 [n:127.0.0.1:64887_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 735332 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2808
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 735343 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 735344 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398844981772288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735344 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398844981772288
   [junit4]   2> 735364 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@126ad12[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735365 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735366 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@126ad12[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 735366 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 735373 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 735374 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845013229568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735375 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845013229568
   [junit4]   2> 735396 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d7f296[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735397 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735398 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@d7f296[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 735398 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=24
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 735404 INFO  (qtp15637788-5785) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 735404 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845044686906,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735404 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845044686906
   [junit4]   2> 735420 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@51a259[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735421 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735421 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@51a259[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 735423 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 735426 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 735426 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845067755545,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735426 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845067755545
   [junit4]   2> 735461 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f2e95[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735463 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735464 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@7f2e95[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 735464 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 735470 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 735470 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845113892864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735471 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845113892864
   [junit4]   2> 735496 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ae83e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735496 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735497 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1ae83e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 735498 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=27
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 735503 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 735504 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845149544448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735504 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845149544448
   [junit4]   2> 735549 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b1218[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735549 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735550 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@5b1218[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 735550 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 735557 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 735565 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845213507584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735565 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845213507584
   [junit4]   2> 735598 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18b43be[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735598 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735599 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@18b43be[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 735599 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=34
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 735603 INFO  (qtp15637788-5785) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 735603 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845253353472,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735603 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845253353472
   [junit4]   2> 735647 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e29ce[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735648 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735648 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@7e29ce[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 735648 INFO  (qtp15637788-5788) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=45
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 735653 INFO  (qtp15637788-5787) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 735653 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845305782330,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735653 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845305782330
   [junit4]   2> 735686 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@794418[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735687 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735688 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@794418[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 735689 INFO  (qtp15637788-5789) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 735694 INFO  (qtp15637788-5790) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 735695 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577398845349822464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 735695 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8432da 
commitCommandVersion:1577398845349822464
   [junit4]   2> 735737 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c0531b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 735738 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 735741 INFO  
(searcherExecutor-2457-thread-1-processing-n:127.0.0.1:64887_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:64887_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@c0531b[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) 
Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 735741 INFO  (qtp15637788-5791) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=46
   [junit4]   2> 735742 INFO  (qtp15637788-5792) [n:127.0.0.1:64887_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 735759 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e40be36d90006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 735774 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735774 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[FA1CE183D35D81D3]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64855/solr 
ready
   [junit4]   2> 735778 INFO  (qtp14466112-5752) [n:127.0.0.1:64859_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 735784 INFO  
(OverseerThreadFactory-2446-thread-1-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 735950 INFO  
(OverseerStateUpdate-98587427556884483-127.0.0.1:64859_solr-n_0000000000) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64859/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 736507 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 736508 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 736623 INFO  
(zkCallback-810-thread-1-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 736624 INFO  
(zkCallback-810-thread-2-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 737540 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 737557 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 737560 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 737564 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 737565 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 737567 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to 
/configs/cdcr-target/schema.xml.bak
   [junit4]   2> 737567 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using 
configuration from collection cdcr-target, trusted=true
   [junit4]   2> 737567 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64859.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31a5f3
   [junit4]   2> 737567 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 737568 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 737641 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 737641 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 737642 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 737642 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 737643 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fb9652[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 737646 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 737646 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 737646 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 737647 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 737647 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 737650 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 737652 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 737653 INFO  
(searcherExecutor-2463-thread-1-processing-n:127.0.0.1:64859_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:64859_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@fb9652[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 737654 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577398847403982848
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:64859/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:64859/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 737660 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 737663 INFO  
(zkCallback-810-thread-2-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-target:shard1
   [junit4]   2> 737664 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64859/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 737768 INFO  
(zkCallback-810-thread-1-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 737768 INFO  
(zkCallback-810-thread-2-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 737817 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 737818 INFO  (qtp14466112-5748) [n:127.0.0.1:64859_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1311
   [junit4]   2> 737821 INFO  (qtp14466112-5752) [n:127.0.0.1:64859_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> 737922 INFO  
(zkCallback-810-thread-1-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 737922 INFO  
(zkCallback-810-thread-2-processing-n:127.0.0.1:64859_solr) 
[n:127.0.0.1:64859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 738828 INFO  (qtp14466112-5752) [n:127.0.0.1:64859_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javab

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

ters.SolrJmxReporter@136b917: rootName = solr_65238, domain = 
solr.core.cdcr-target.shard1.replica_n1, service url = null, agent id = null] 
for registry solr.core.cdcr-target.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@65ef49
   [junit4]   2> 889582 INFO  
(zkCallback-886-thread-3-processing-n:127.0.0.1:65238_solr) 
[n:127.0.0.1:65238_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 889584 INFO  
(zkCallback-886-thread-4-processing-n:127.0.0.1:65238_solr) 
[n:127.0.0.1:65238_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 889590 INFO  (coreCloseExecutor-2597-thread-1) 
[n:127.0.0.1:65238_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=17709338
   [junit4]   2> 889590 INFO  (coreCloseExecutor-2597-thread-1) 
[n:127.0.0.1:65238_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 889597 INFO  (jetty-closer-880-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98587429432918019-127.0.0.1:65238_solr-n_0000000000) closing
   [junit4]   2> 889598 INFO  
(OverseerStateUpdate-98587429432918019-127.0.0.1:65238_solr-n_0000000000) 
[n:127.0.0.1:65238_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:65238_solr
   [junit4]   2> 889599 WARN  
(zkCallback-886-thread-4-processing-n:127.0.0.1:65238_solr) 
[n:127.0.0.1:65238_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 889601 INFO  (jetty-closer-880-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1c636f5{/solr,null,UNAVAILABLE}
   [junit4]   2> 889603 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FA1CE183D35D81D3])
 [    ] 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> 889605 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FA1CE183D35D81D3])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65234 65234
   [junit4]   2> 889606 INFO  (Thread-1677) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:65234 65234
   [junit4]   2> 889607 WARN  (Thread-1677) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        2       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 889608 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FA1CE183D35D81D3])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster 
-Dtests.seed=FA1CE183D35D81D3 -Dtests.slow=true -Dtests.locale=be-BY 
-Dtests.timezone=America/Vancouver -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE  130s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<2000> but was:<1200>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FA1CE183D35D81D3:2E59AADA340B3228]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FA1CE183D35D81D3-001
   [junit4]   2> Sep 02, 2017 4:01:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=18439, maxDocsPerChunk=432, blockSize=3), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=18439, blockSize=3)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=be-BY, timezone=America/Vancouver
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=80806448,total=227475456
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, 
BJQParserTest, TestSurroundQueryParser, TestDistributedSearch, 
TestConfigSetsAPIZkFailure, UUIDUpdateProcessorFallbackTest, TestCustomStream, 
TestSolrQueryResponse, CollectionReloadTest, TestJmxIntegration, 
TestCollectionAPIs, OverseerRolesTest, PeerSyncTest, TestQuerySenderNoQuery, 
TestCSVResponseWriter, TestRawResponseWriter, DirectUpdateHandlerTest, 
TestPrepRecovery, CdcrReplicationHandlerTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestJavabinTupleStreamParser, 
TestSolrXml, TestFreeTextSuggestions, TestLegacyFieldCache, 
TestTolerantUpdateProcessorCloud, DirectoryFactoryTest, 
TestCloudJSONFacetJoinDomain, HighlighterConfigTest, 
PeerSyncWithIndexFingerprintCachingTest, TestSegmentSorting, ForceLeaderTest, 
JvmMetricsTest, CoreAdminCreateDiscoverTest, SolrXmlInZkTest, 
TestNoOpRegenerator, UninvertDocValuesMergePolicyTest, 
TestFuzzyAnalyzedSuggestions, TestInPlaceUpdatesStandalone, TestStressReorder, 
SolrShardReporterTest, DocExpirationUpdateProcessorFactoryTest, 
TestStressRecovery, SmileWriterTest, FieldAnalysisRequestHandlerTest, 
PKIAuthenticationIntegrationTest, TestConfigSetImmutable, SliceStateTest, 
FastVectorHighlighterTest, ClassificationUpdateProcessorTest, RankQueryTest, 
TestPhraseSuggestions, TestPullReplicaErrorHandling, TestNumericTokenStream, 
ChaosMonkeySafeLeaderWithPullReplicasTest, SyncSliceTest, 
TestSubQueryTransformer, PathHierarchyTokenizerFactoryTest, 
TestImplicitCoreProperties, MinimalSchemaTest, DirectUpdateHandlerOptimizeTest, 
NoCacheHeaderTest, TestSolrCoreSnapshots, HighlighterTest, ConfigSetsAPITest, 
DocValuesTest, TestReplicationHandler, CdcrBootstrapTest]
   [junit4] Completed [159/731 (1!)] on J0 in 158.94s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 36853 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: C:\Users\jenkins\AppData\Local\Temp\ecj425215444
 [ecj-lint] Compiling 30 source files to 
C:\Users\jenkins\AppData\Local\Temp\ecj425215444
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\replicator\src\java\org\apache\lucene\replicator\nrt\PrimaryNode.java
 (at line 33)
 [ecj-lint]     import org.apache.lucene.index.Term;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.index.Term is never used
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\replicator\src\java\org\apache\lucene\replicator\nrt\PrimaryNode.java
 (at line 37)
 [ecj-lint]     import org.apache.lucene.search.TermQuery;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.search.TermQuery is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\replicator\src\java\org\apache\lucene\replicator\nrt\ReplicaNode.java
 (at line 36)
 [ecj-lint]     import org.apache.lucene.index.DirectoryReader;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.index.DirectoryReader is never used
 [ecj-lint] ----------
 [ecj-lint] 3 problems (3 errors)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following 
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:101: The following 
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build.xml:208: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\common-build.xml:2205:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\common-build.xml:2030:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\common-build.xml:2069:
 Compile failed; see the compiler error output for details.

Total time: 90 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to