Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6850/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.SampleTest

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001

        at __randomizedtesting.SeedInfo.seed([15563730867440A7]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1100>
        at 
__randomizedtesting.SeedInfo.seed([15563730867440A7:C1137C696122F35C]: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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11540 lines...]
   [junit4] Suite: org.apache.solr.SampleTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001
   [junit4]   2> 951550 WARN  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=171 numCloses=171
   [junit4]   2> 951550 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 951566 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-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> 951566 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 951567 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 951568 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 951636 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 951647 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 951651 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 951773 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1714b4b
   [junit4]   2> 951781 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1714b4b
   [junit4]   2> 951781 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1714b4b
   [junit4]   2> 951789 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 951862 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 951867 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 951874 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 951874 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 951875 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1714b4b
   [junit4]   2> 951875 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 951875 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001\]
   [junit4]   2> 951876 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=87.5703125, 
floorSegmentMB=0.296875, forceMergeDeletesPctAllowed=13.923523712873783, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 951912 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 952011 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952011 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952011 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.0439453125, 
floorSegmentMB=1.3466796875, forceMergeDeletesPctAllowed=8.356683947098702, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 952012 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f222b1[collection1] 
main]
   [junit4]   2> 952012 WARN  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 952013 INFO  (coreLoadExecutor-3883-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 952013 INFO  
(searcherExecutor-3884-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f222b1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952015 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 952024 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAdvanced
   [junit4]   2> 952028 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4059]} 0 3
   [junit4]   2> 952032 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4059]} 0 0
   [junit4]   2> 952032 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4055]} 0 0
   [junit4]   2> 952032 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952032 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@198a405 commitCommandVersion:0
   [junit4]   2> 952109 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@abbfd1[collection1] main]
   [junit4]   2> 952111 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 952112 INFO  (searcherExecutor-3884-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@abbfd1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C3)))}
   [junit4]   2> 952112 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 78
   [junit4]   2> 952112 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952113 WARN  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 952113 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 952113 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 952113 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 1
   [junit4]   2> 952114 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=subject:Hoss&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 952116 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=Mack+Daddy&qt=/crazy_custom_qt&start=100&rows=200&version=2.2} hits=0 
status=0 QTime=0
   [junit4]   2> 952117 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=Mack+Daddy&qt=/crazy_custom_qt&start=100&rows=200&version=2.2} hits=0 
status=0 QTime=0
   [junit4]   2> 952117 INFO  
(TEST-SampleTest.testAdvanced-seed#[15563730867440A7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAdvanced
   [junit4]   2> 952120 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 952123 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4055]} 0 2
   [junit4]   2> 952123 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4056]} 0 0
   [junit4]   2> 952124 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952124 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@198a405 commitCommandVersion:0
   [junit4]   2> 952203 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16d4db8[collection1] main]
   [junit4]   2> 952203 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 952204 INFO  (searcherExecutor-3884-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16d4db8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C3/1:delGen=1)
 Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 952209 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 84
   [junit4]   2> 952209 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 952209 WARN  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 952228 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@198a405 commitCommandVersion:0
   [junit4]   2> 952310 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a2179b[collection1] main]
   [junit4]   2> 952310 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 952311 INFO  (searcherExecutor-3884-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a2179b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(8.0.0):C4)))}
   [junit4]   2> 952315 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 105
   [junit4]   2> 952315 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=subject:Hoss&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 952316 INFO  
(TEST-SampleTest.testSimple-seed#[15563730867440A7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> 952316 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 952316 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13455544
   [junit4]   2> 952316 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 952316 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@760735: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1560b63
   [junit4]   2> 952319 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 952319 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@103b221: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@8651cf
   [junit4]   2> 952321 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 952321 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18b4764: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@baaec9
   [junit4]   2> 952321 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 952322 INFO  (coreCloseExecutor-3888-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@167d60f
   [junit4]   2> 952322 INFO  (coreCloseExecutor-3888-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=23582223
   [junit4]   2> 952322 INFO  (coreCloseExecutor-3888-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c68c8f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1a6b1cb
   [junit4]   2> 952328 INFO  (SUITE-SampleTest-seed#[15563730867440A7]-worker) 
[    ] o.a.s.SolrTestCaseJ4 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> Aug 27, 2017 9:41:07 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{subject=PostingsFormat(name=Direct), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=695, maxMBSortInHeap=5.367531814029192, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-CL, timezone=BET
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=199513904,total=354942976
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, 
RestartWhileUpdatingTest, TestDownShardTolerantSearch, PingRequestHandlerTest, 
HdfsLockFactoryTest, TestConfigSetImmutable, TestSolrDeletionPolicy1, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestStressLiveNodes, 
PeerSyncWithIndexFingerprintCachingTest, CollectionStateFormat2Test, 
HdfsBasicDistributedZk2Test, TestManagedResourceStorage, JvmMetricsTest, 
JsonLoaderTest, DocumentAnalysisRequestHandlerTest, TestPerFieldSimilarity, 
TestSuggestSpellingConverter, ConnectionManagerTest, 
DistributedQueryElevationComponentTest, TestCloudSearcherWarming, 
TestMiniSolrCloudClusterSSL, DistributedExpandComponentTest, SparseHLLTest, 
TestEmbeddedSolrServerSchemaAPI, SSLMigrationTest, 
VMParamsZkACLAndCredentialsProvidersTest, AddBlockUpdateTest, SOLR749Test, 
SpellCheckComponentTest, FieldMutatingUpdateProcessorTest, 
CollectionsAPIAsyncDistributedZkTest, TestSizeLimitedDistributedMap, 
TestSearchPerf, TestSchemalessBufferedUpdates, FacetPivotSmallTest, 
DistributedIntervalFacetingTest, FileBasedSpellCheckerTest, TestCoreAdminApis, 
TestReload, MoreLikeThisHandlerTest, BlockCacheTest, CacheHeaderTest, 
SpellCheckCollatorTest, TermVectorComponentTest, TestDistributedMissingSort, 
TestSearcherReuse, ChaosMonkeySafeLeaderTest, DistributedFacetPivotLargeTest, 
BufferStoreTest, StressHdfsTest, TestSubQueryTransformerDistrib, RulesTest, 
UninvertDocValuesMergePolicyTest, TestLegacyFieldCache, 
TestPayloadCheckQParserPlugin, RecoveryAfterSoftCommitTest, TestConfigSets, 
TestFieldCacheSort, HdfsChaosMonkeyNothingIsSafeTest, 
TestWordDelimiterFilterFactory, TestFieldCollectionResource, 
TestSolrCoreSnapshots, CdcrRequestHandlerTest, TestInitParams, 
TestBM25SimilarityFactory, TestSQLHandlerNonCloud, CheckHdfsIndexTest, 
ShardSplitTest, TestRestoreCore, BasicFunctionalityTest, TestNestedDocsSort, 
TestInPlaceUpdatesStandalone, SolrPluginUtilsTest, TestJoin, 
PreAnalyzedFieldTest, TestCustomSort, SpatialHeatmapFacetsTest, 
SolrSlf4jReporterTest, JavabinLoaderTest, TestSimpleTrackingShardHandler, 
ManagedSchemaRoundRobinCloudTest, DocValuesMissingTest, 
HdfsRestartWhileUpdatingTest, TestCustomDocTransformer, ShardRoutingCustomTest, 
TestCloudPseudoReturnFields, TestSerializedLuceneMatchVersion, CopyFieldTest, 
ConcurrentDeleteAndCreateCollectionTest, TestStressCloudBlindAtomicUpdates, 
TestImplicitCoreProperties, TestQueryTypes, 
DocExpirationUpdateProcessorFactoryTest, TestIndexSearcher, BooleanFieldTest, 
HdfsThreadLeakTest, TestManagedSynonymGraphFilterFactory, ExplicitHLLTest, 
TestSolr4Spatial, SampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SampleTest 
-Dtests.seed=15563730867440A7 -Dtests.slow=true -Dtests.locale=es-CL 
-Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SampleTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001\init-core-data-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_15563730867440A7-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([15563730867440A7]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [246/732 (1!)] on J1 in 1.07s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 127 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\init-core-data-001
   [junit4]   2> 1047879 WARN  
(SUITE-CdcrBootstrapTest-seed#[15563730867440A7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 1047879 INFO  
(SUITE-CdcrBootstrapTest-seed#[15563730867440A7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1047885 INFO  
(SUITE-CdcrBootstrapTest-seed#[15563730867440A7]-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> 1047886 INFO  
(SUITE-CdcrBootstrapTest-seed#[15563730867440A7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1047891 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1047892 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-target-001
   [junit4]   2> 1047892 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1047893 INFO  (Thread-1810) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1047893 INFO  (Thread-1810) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1047926 ERROR (Thread-1810) [    ] 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> 1047995 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.ZkTestServer start zk server on port:55541
   [junit4]   2> 1048015 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 0x15e23126a390000, 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> 1048023 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1713b0d{/solr,null,AVAILABLE}
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@193dc94{HTTP/1.1,[http/1.1]}{127.0.0.1:55549}
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.e.j.s.Server Started @1055874ms
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55549}
   [junit4]   2> 1048025 ERROR (jetty-launcher-1366-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1048025 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T09:42:43.100Z
   [junit4]   2> 1048055 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1048121 INFO  (jetty-launcher-1366-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55541/solr
   [junit4]   2> 1048387 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1048388 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55549_solr
   [junit4]   2> 1048389 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.Overseer Overseer 
(id=98554803847233539-127.0.0.1:55549_solr-n_0000000000) starting
   [junit4]   2> 1048453 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55549_solr
   [junit4]   2> 1048455 INFO  
(zkCallback-1373-thread-1-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1048811 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55549.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1048823 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55549.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1048823 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55549.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1048824 INFO  (jetty-launcher-1366-thread-1) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:55541/solr
   [junit4]   2> 1048935 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-source-001
   [junit4]   2> 1048936 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1048937 INFO  (Thread-1823) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1048937 INFO  (Thread-1823) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1048947 ERROR (Thread-1823) [    ] 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> 1049036 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.ZkTestServer start zk server on port:55571
   [junit4]   2> 1049051 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1049051 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f807f0{/solr,null,AVAILABLE}
   [junit4]   2> 1049051 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b0910{HTTP/1.1,[http/1.1]}{127.0.0.1:55575}
   [junit4]   2> 1049051 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.e.j.s.Server Started @1056902ms
   [junit4]   2> 1049051 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55575}
   [junit4]   2> 1049051 ERROR (jetty-launcher-1378-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1049055 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1049055 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1049055 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1049055 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T09:42:44.130Z
   [junit4]   2> 1049059 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1049071 INFO  (jetty-launcher-1378-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55571/solr
   [junit4]   2> 1049225 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1049226 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55575_solr
   [junit4]   2> 1049227 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.Overseer Overseer 
(id=98554803914080259-127.0.0.1:55575_solr-n_0000000000) starting
   [junit4]   2> 1049237 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55575_solr
   [junit4]   2> 1049252 INFO  
(zkCallback-1385-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1049488 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55575.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1049495 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55575.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1049495 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55575.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1049497 INFO  (jetty-launcher-1378-thread-1) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-source-001\node1\.
   [junit4]   2> 1049555 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 0x15e23126e350006, 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> 1049568 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1049569 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:55571/solr ready
   [junit4]   2> 1049576 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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> 1049581 INFO  
(OverseerThreadFactory-3922-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 1049704 INFO  
(OverseerStateUpdate-98554803914080259-127.0.0.1:55575_solr-n_0000000000) 
[n:127.0.0.1:55575_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:55575/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1049928 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1049933 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1050049 INFO  
(zkCallback-1385-thread-2-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1050049 INFO  
(zkCallback-1385-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1051014 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1051018 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051025 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051030 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051032 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051035 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051035 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051035 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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_55575.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1051036 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051036 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 1051316 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051316 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051319 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051319 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051323 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d7fcfd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1051331 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051331 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051331 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051331 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051331 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051353 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051376 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051439 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@1d7fcfd[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1051442 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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 1576876865242529792
   [junit4]   2> 1051463 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051463 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051463 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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:55575/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1051463 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051465 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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:55575/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1051465 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051475 INFO  
(zkCallback-1385-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 1051484 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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:55575/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1051589 INFO  
(zkCallback-1385-thread-2-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1051590 INFO  
(zkCallback-1385-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1051637 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1051649 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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=1720
   [junit4]   2> 1051653 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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> 1051752 INFO  
(zkCallback-1385-thread-1-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1051752 INFO  
(zkCallback-1385-thread-2-processing-n:127.0.0.1:55575_solr) 
[n:127.0.0.1:55575_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> 1052655 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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=3079
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 1052676 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_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=18
   [junit4]   2> 1052677 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876866537521152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052677 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876866537521152
   [junit4]   2> 1052704 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27238c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1052706 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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> 1052707 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@27238c[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 1052708 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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=30
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 1052729 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_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=19
   [junit4]   2> 1052730 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876866593095680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052731 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876866593095680
   [junit4]   2> 1052764 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1744253[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1052765 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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> 1052766 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@1744253[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 1052766 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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=36
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 1052791 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_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=24
   [junit4]   2> 1052791 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876866657058853,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052791 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876866657058853
   [junit4]   2> 1052825 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1da2938[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1052827 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1052827 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@1da2938[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100)))}
   [junit4]   2> 1052828 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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=400
   [junit4]   2> 1052831 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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> 1052835 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876866703196160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052835 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876866703196160
   [junit4]   2> 1052937 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@eec06[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1052938 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_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> 1052939 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@eec06[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100)))}
   [junit4]   2> 1052939 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_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=104
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 1052945 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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> 1052946 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876866819588096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1052946 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876866819588096
   [junit4]   2> 1053141 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@722da2[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053142 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_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> 1053143 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@722da2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100)))}
   [junit4]   2> 1053143 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_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=197
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 1053151 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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=7
   [junit4]   2> 1053151 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876867034546176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1053152 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876867034546176
   [junit4]   2> 1053203 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d1c0e9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053203 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_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> 1053204 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@1d1c0e9[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100)))}
   [junit4]   2> 1053205 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_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=53
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 1053211 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1053212 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876867098509312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1053212 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876867098509312
   [junit4]   2> 1053289 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e50db[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053289 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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> 1053293 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@1e50db[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100)))}
   [junit4]   2> 1053294 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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=82
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 1053301 INFO  (qtp31543362-8737) [n:127.0.0.1:55575_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> 1053302 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876867192881152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1053302 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876867192881152
   [junit4]   2> 1053374 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f22223[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053375 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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> 1053375 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@f22223[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100)))}
   [junit4]   2> 1053376 INFO  (qtp31543362-8738) [n:127.0.0.1:55575_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=74
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 1053389 INFO  (qtp31543362-8735) [n:127.0.0.1:55575_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=11
   [junit4]   2> 1053389 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876867284107264,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1053389 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876867284107264
   [junit4]   2> 1053450 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@19db58e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053451 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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> 1053453 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@19db58e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100)))}
   [junit4]   2> 1053454 INFO  (qtp31543362-8732) [n:127.0.0.1:55575_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=64
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1053460 INFO  (qtp31543362-8736) [n:127.0.0.1:55575_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> 1053461 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576876867359604736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1053461 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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@67a803 
commitCommandVersion:1576876867359604736
   [junit4]   2> 1053541 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@eb81b4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1053542 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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> 1053544 INFO  
(searcherExecutor-3925-thread-1-processing-n:127.0.0.1:55575_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:55575_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@eb81b4[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 1053544 INFO  (qtp31543362-8739) [n:127.0.0.1:55575_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=83
   [junit4]   2> 1053545 INFO  (qtp31543362-8734) [n:127.0.0.1:55575_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> 1053593 INFO  
(OverseerCollectionConfigSetProcessor-98554803914080259-127.0.0.1:55575_solr-n_0000000000)
 [n:127.0.0.1:55575_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> 1053602 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1053611 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[15563730867440A7])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:55541/solr ready
   [junit4]   2> 1053612 INFO  (qtp1648484-8695) [n:127.0.0.1:55549_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> 1053615 INFO  
(OverseerThreadFactory-3914-thread-1-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 1053724 INFO  
(OverseerStateUpdate-98554803847233539-127.0.0.1:55549_solr-n_0000000000) 
[n:127.0.0.1:55549_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:55549/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1053929 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1053930 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1054037 INFO  
(zkCallback-1373-thread-1-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_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> 1054039 INFO  
(zkCallback-1373-thread-2-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_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> 1054956 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1054959 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054964 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054968 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054969 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054972 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054972 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054972 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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_55549.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428990
   [junit4]   2> 1054972 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1054972 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 1055063 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055063 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055068 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055068 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055070 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b09ab[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 1055071 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055071 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055071 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055072 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055073 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055075 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055077 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055079 INFO  
(searcherExecutor-3931-thread-1-processing-n:127.0.0.1:55549_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:55549_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@5b09ab[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1055079 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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 1576876869056200704
   [junit4]   2> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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:55549/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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:55549/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1055085 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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> 1055087 INFO  
(zkCallback-1373-thread-2-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-target:shard1
   [junit4]   2> 1055087 INFO  (qtp1648484-8694) [n:127.0.0.1:55549_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:55549/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 1055201 INFO  
(zkCallback-1373-thread-1-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_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> 1055201 INFO  
(zkCallback-1373-thread-2-processing-n:127.0.0.1:55549_solr) 
[n:127.0.0.1:55549_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> 1055250 INFO  (qtp1

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

=solr.jetty, tag=null
   [junit4]   2> 1206451 INFO  (jetty-closer-1442-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@cd984d: rootName = 
solr_56333, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@c21126
   [junit4]   2> 1206452 INFO  (jetty-closer-1442-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1206454 INFO  (coreCloseExecutor-4065-thread-1) 
[n:127.0.0.1:56333_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4a9d5d
   [junit4]   2> 1206455 INFO  (coreCloseExecutor-4065-thread-1) 
[n:127.0.0.1:56333_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.core.cdcr-target.shard1.replica_n1, tag=4889949
   [junit4]   2> 1206456 INFO  
(zkCallback-1448-thread-1-processing-n:127.0.0.1:56333_solr) 
[n:127.0.0.1:56333_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> 1206456 INFO  
(zkCallback-1448-thread-2-processing-n:127.0.0.1:56333_solr) 
[n:127.0.0.1:56333_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> 1206456 INFO  (coreCloseExecutor-4065-thread-1) 
[n:127.0.0.1:56333_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@31bec8: rootName = 
solr_56333, 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@5b9a25
   [junit4]   2> 1206462 INFO  (coreCloseExecutor-4065-thread-1) 
[n:127.0.0.1:56333_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=4889949
   [junit4]   2> 1206462 INFO  (coreCloseExecutor-4065-thread-1) 
[n:127.0.0.1:56333_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> 1206464 INFO  (jetty-closer-1442-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98554813274324995-127.0.0.1:56333_solr-n_0000000000) closing
   [junit4]   2> 1206464 INFO  
(OverseerStateUpdate-98554813274324995-127.0.0.1:56333_solr-n_0000000000) 
[n:127.0.0.1:56333_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56333_solr
   [junit4]   2> 1206466 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 0x15e23149c1f0003, 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> 1206466 WARN  
(zkCallback-1448-thread-4-processing-n:127.0.0.1:56333_solr) 
[n:127.0.0.1:56333_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1206467 INFO  (jetty-closer-1442-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15a58ca{/solr,null,UNAVAILABLE}
   [junit4]   2> 1206468 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[15563730867440A7]) 
[    ] 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> 1206469 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[15563730867440A7]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56329 56329
   [junit4]   2> 1206470 INFO  (Thread-1877) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56329 56329
   [junit4]   2> 1206470 WARN  (Thread-1877) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        3       
/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>        4       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2>        3       /solr/clusterstate.json
   [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> 1206470 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[15563730867440A7]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithSourceCluster
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_15563730867440A7-001
   [junit4]   2> Aug 27, 2017 9:45:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{xyz=PostingsFormat(name=Asserting), id=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=1912, maxMBSortInHeap=6.937277677845018, 
sim=RandomSimilarity(queryNorm=false): {}, locale=uk-UA, 
timezone=America/Dominica
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=232244464,total=375652352
   [junit4]   2> NOTE: All tests run in this JVM: [HLLUtilTest, 
ReplicationFactorTest, TestConfigSetsAPIExclusivity, TestSolrDeletionPolicy2, 
TestNumericTerms32, ResourceLoaderTest, TestJmxIntegration, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestShortCircuitedRequests, 
SolrIndexSplitterTest, CollectionReloadTest, ZkCLITest, TestRawTransformer, 
MetricsConfigTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestShardHandlerFactory, TestQuerySenderNoQuery, TestDefaultStatsCache, 
TestHighFrequencyDictionaryFactory, CreateCollectionCleanupTest, 
DistributedSpellCheckComponentTest, TestCloudInspectUtil, TestHashPartitioner, 
TestConfigsApi, BigEndianAscendingWordDeserializerTest, MetricUtilsTest, 
TestJettySolrRunner, TestReloadDeadlock, RollingRestartTest, TestTlogReplica, 
HardAutoCommitTest, CoreSorterTest, SuggestComponentContextFilterQueryTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, CollectionTooManyReplicasTest, 
TestRebalanceLeaders, TestStressRecovery, TestManagedSchemaThreadSafety, 
InfixSuggestersTest, DisMaxRequestHandlerTest, SuggesterTest, 
PropertiesRequestHandlerTest, TestSort, TestSolrConfigHandler, 
TestFieldCacheSortRandom, NoCacheHeaderTest, SuggesterWFSTTest, 
FastVectorHighlighterTest, TestCursorMarkWithoutUniqueKey, TestStressReorder, 
CleanupOldIndexTest, DistributedDebugComponentTest, TestFieldCacheWithThreads, 
HdfsRecoveryZkTest, TestPushWriter, HdfsWriteToMultipleCollectionsTest, 
DirectUpdateHandlerOptimizeTest, TestMultiWordSynonyms, RecoveryZkTest, 
SolrCoreTest, AnalysisErrorHandlingTest, ZkControllerTest, 
TestReversedWildcardFilterFactory, TestManagedResource, 
TestQuerySenderListener, ChaosMonkeyNothingIsSafeTest, TestCoreContainer, 
TestIBSimilarityFactory, RequestLoggingTest, ShardRoutingTest, 
FieldAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest, 
SimpleMLTQParserTest, TestUpdate, PrimUtilsTest, TestGroupingSearch, 
NotRequiredUniqueKeyTest, ReturnFieldsTest, 
ShufflingReplicaListTransformerTest, SolrCloudReportersTest, 
TestClusterStateMutator, TestSlowCompositeReaderWrapper, TestRandomDVFaceting, 
EnumFieldTest, ChangedSchemaMergeTest, HdfsBasicDistributedZkTest, 
JSONWriterTest, SaslZkACLProviderTest, TestAuthenticationFramework, 
TestFieldResource, TestManagedSynonymFilterFactory, ConfigSetsAPITest, 
TestSSLRandomization, TestConfigSetProperties, 
TestOverriddenPrefixQueryForCustomFieldType, DefaultValueUpdateProcessorTest, 
TestExactSharedStatsCache, TestFoldingMultitermQuery, 
TestUniqueKeyFieldResource, HdfsChaosMonkeySafeLeaderTest, TestSchemaResource, 
FullHLLTest, TestStressVersions, OutputWriterTest, TestHttpShardHandlerFactory, 
TestDynamicFieldResource, RemoteQueryErrorTest, TestXIncludeConfig, 
InfoHandlerTest, TestRuleBasedAuthorizationPlugin, TestCloudPivotFacet, 
DocValuesTest, AssignBackwardCompatibilityTest, SimpleFacetsTest, 
TestMultiValuedNumericRangeQuery, SoftAutoCommitTest, UtilsToolTest, 
IndexSchemaTest, TestSimpleQParserPlugin, UUIDFieldTest, 
TestSolrFieldCacheBean, OverseerTest, ClusterStateTest, 
CachingDirectoryFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestJsonFacetRefinement, SliceStateTest, 
TestTolerantUpdateProcessorRandomCloud, ResponseLogComponentTest, 
TestSolrCoreProperties, TestExclusionRuleCollectionAccess, 
TestScoreJoinQPNoScore, TestFieldCacheReopen, SyncSliceTest, HttpPartitionTest, 
CircularListTest, CdcrBootstrapTest]
   [junit4] Completed [281/732 (2!)] on J0 in 159.14s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 40909 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to