Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6833/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseG1GC --illegal-access=deny

2 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1047>
        at 
__randomizedtesting.SeedInfo.seed([52BE74FEB37721DA:86FB3FA754219221]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:60221/_/m/collMinRf_1x3 due to: 
Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:60221/_/m/collMinRf_1x3 due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([52BE74FEB37721DA:DAEA4B241D8B4C22]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11703 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\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\init-core-data-001
   [junit4]   2> 1320668 WARN  
(SUITE-CdcrBootstrapTest-seed#[52BE74FEB37721DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1320668 INFO  
(SUITE-CdcrBootstrapTest-seed#[52BE74FEB37721DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1320669 INFO  
(SUITE-CdcrBootstrapTest-seed#[52BE74FEB37721DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1320669 INFO  
(SUITE-CdcrBootstrapTest-seed#[52BE74FEB37721DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1320671 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 1320671 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001
   [junit4]   2> 1320671 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1320672 INFO  (Thread-3672) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1320672 INFO  (Thread-3672) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1320678 ERROR (Thread-3672) [    ] 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> 1320773 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:55367
   [junit4]   2> 1320781 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1320782 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@88c265{/solr,null,AVAILABLE}
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9254ee{HTTP/1.1,[http/1.1]}{127.0.0.1:55371}
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.e.j.s.Server Started @1321613ms
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55371}
   [junit4]   2> 1320784 ERROR (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1320784 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-19T23:47:35.653389900Z
   [junit4]   2> 1320788 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1320795 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55367/solr
   [junit4]   2> 1320925 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1320926 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55371_solr
   [junit4]   2> 1320927 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98512827550597123-127.0.0.1:55371_solr-n_0000000000) starting
   [junit4]   2> 1320935 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55371_solr
   [junit4]   2> 1320937 INFO  (zkCallback-2324-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1321288 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55371.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321295 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55371.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321295 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55371.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321297 INFO  (jetty-launcher-2317-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:55367/solr
   [junit4]   2> 1321321 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-source-001
   [junit4]   2> 1321321 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1321322 INFO  (Thread-3682) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1321322 INFO  (Thread-3682) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1321326 ERROR (Thread-3682) [    ] 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> 1321422 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:55393
   [junit4]   2> 1321439 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1321440 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e25507{/solr,null,AVAILABLE}
   [junit4]   2> 1321442 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@71157a{HTTP/1.1,[http/1.1]}{127.0.0.1:55397}
   [junit4]   2> 1321442 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.e.j.s.Server Started @1322272ms
   [junit4]   2> 1321442 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55397}
   [junit4]   2> 1321442 ERROR (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1321444 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1321444 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321444 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1321444 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-19T23:47:36.313345300Z
   [junit4]   2> 1321451 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321467 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55393/solr
   [junit4]   2> 1321597 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1321598 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55397_solr
   [junit4]   2> 1321599 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98512827593195523-127.0.0.1:55397_solr-n_0000000000) starting
   [junit4]   2> 1321606 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55397_solr
   [junit4]   2> 1321607 INFO  (zkCallback-2336-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1321727 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55397.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321734 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55397.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321734 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55397.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1321736 INFO  (jetty-launcher-2329-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-source-001\node1\.
   [junit4]   2> 1321778 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1321779 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55393/solr 
ready
   [junit4]   2> 1321782 INFO  (qtp9638370-14731) [    ] 
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> 1321785 INFO  (OverseerThreadFactory-6539-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 1321900 INFO  
(OverseerStateUpdate-98512827593195523-127.0.0.1:55397_solr-n_0000000000) [    
] 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:55397/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1322107 INFO  (qtp9638370-14733) [    ] 
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> 1322108 INFO  (qtp9638370-14733) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1322223 INFO  (zkCallback-2336-thread-1) [    ] 
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> 1322224 INFO  (zkCallback-2336-thread-2) [    ] 
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> 1323136 INFO  (qtp9638370-14733) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1323144 INFO  (qtp9638370-14733) [    ] 
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> 1323152 INFO  (qtp9638370-14733) [    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1323156 INFO  (qtp9638370-14733) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1323158 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1323165 INFO  (qtp9638370-14733) [    ] 
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> 1323165 INFO  (qtp9638370-14733) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from 
collection cdcr-source, trusted=true
   [junit4]   2> 1323167 INFO  (qtp9638370-14733) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55397.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1323168 INFO  (qtp9638370-14733) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1323168 INFO  (qtp9638370-14733) [    ] 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\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 1323301 INFO  (qtp9638370-14733) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1323301 INFO  (qtp9638370-14733) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1323302 INFO  (qtp9638370-14733) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1323303 INFO  (qtp9638370-14733) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1323306 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ce4f4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1323308 INFO  (qtp9638370-14733) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 1323309 INFO  (qtp9638370-14733) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1323309 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1323310 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1323310 INFO  (qtp9638370-14733) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1323316 INFO  (qtp9638370-14733) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1323320 INFO  (qtp9638370-14733) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 1323334 INFO  (qtp9638370-14733) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576205243596668928
   [junit4]   2> 1323334 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@7ce4f4[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1323341 INFO  (qtp9638370-14733) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1323341 INFO  (qtp9638370-14733) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1323342 INFO  (qtp9638370-14733) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1323342 INFO  (qtp9638370-14733) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1323342 INFO  (qtp9638370-14733) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1323342 INFO  (qtp9638370-14733) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1323345 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 1323346 INFO  (qtp9638370-14733) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1323452 INFO  (zkCallback-2336-thread-1) [    ] 
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> 1323452 INFO  (zkCallback-2336-thread-2) [    ] 
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> 1323499 INFO  (qtp9638370-14733) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1323501 INFO  (qtp9638370-14733) [    ] 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=1395
   [junit4]   2> 1323509 INFO  (qtp9638370-14731) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1323609 INFO  (zkCallback-2336-thread-1) [    ] 
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> 1323609 INFO  (zkCallback-2336-thread-2) [    ] 
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> 1323789 INFO  
(OverseerCollectionConfigSetProcessor-98512827593195523-127.0.0.1:55397_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1324509 INFO  (qtp9638370-14731) [    ] 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=2726
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 1324522 INFO  (qtp9638370-14734) [    ] 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=10
   [junit4]   2> 1324524 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205244844474368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324524 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205244844474368
   [junit4]   2> 1324551 INFO  (qtp9638370-14735) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@231b2a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324551 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324553 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@231b2a[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 1324553 INFO  (qtp9638370-14735) [    ] 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=29
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 1324561 INFO  (qtp9638370-14736) [    ] 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> 1324563 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205244885368832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324563 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205244885368832
   [junit4]   2> 1324592 INFO  (qtp9638370-14729) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@cfa453[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324592 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324594 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@cfa453[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 1324594 INFO  (qtp9638370-14729) [    ] 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=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 1324603 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 1324603 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205244927311899,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324603 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205244927311899
   [junit4]   2> 1324633 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@93ba64[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324633 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324635 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@93ba64[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> 1324635 INFO  (qtp9638370-14733) [    ] 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=29
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 1324642 INFO  (qtp9638370-14731) [    ] 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=6
   [junit4]   2> 1324643 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205244969254912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324643 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205244969254912
   [junit4]   2> 1324676 INFO  (qtp9638370-14734) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ef50e0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324676 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324678 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@ef50e0[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> 1324678 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=34
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 1324685 INFO  (qtp9638370-14735) [    ] 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=6
   [junit4]   2> 1324685 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245013295104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324685 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245013295104
   [junit4]   2> 1324723 INFO  (qtp9638370-14736) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@431c2[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324724 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324725 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@431c2[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> 1324726 INFO  (qtp9638370-14736) [    ] 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=40
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 1324733 INFO  (qtp9638370-14729) [    ] 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=6
   [junit4]   2> 1324734 INFO  (qtp9638370-14732) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245064675328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324734 INFO  (qtp9638370-14732) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245064675328
   [junit4]   2> 1324774 INFO  (qtp9638370-14732) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bec8ac[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324775 INFO  (qtp9638370-14732) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324776 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1bec8ac[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> 1324776 INFO  (qtp9638370-14732) [    ] 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=42
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 1324784 INFO  (qtp9638370-14733) [    ] 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=6
   [junit4]   2> 1324784 INFO  (qtp9638370-14731) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245117104128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324784 INFO  (qtp9638370-14731) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245117104128
   [junit4]   2> 1324827 INFO  (qtp9638370-14731) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ee8682[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324827 INFO  (qtp9638370-14731) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324829 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1ee8682[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> 1324829 INFO  (qtp9638370-14731) [    ] 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=44
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 1324836 INFO  (qtp9638370-14734) [    ] 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=6
   [junit4]   2> 1324837 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245172678656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324837 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245172678656
   [junit4]   2> 1324883 INFO  (qtp9638370-14735) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1621350[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324884 INFO  (qtp9638370-14735) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324885 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1621350[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> 1324885 INFO  (qtp9638370-14735) [    ] 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=48
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 1324891 INFO  (qtp9638370-14736) [    ] 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> 1324892 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245230350336,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324892 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245230350336
   [junit4]   2> 1324941 INFO  (qtp9638370-14729) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6616cf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1324942 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1324943 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@6616cf[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> 1324943 INFO  (qtp9638370-14729) [    ] 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=51
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1324949 INFO  (qtp9638370-14732) [    ] 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> 1324950 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205245291167744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1324950 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205245291167744
   [junit4]   2> 1325002 INFO  (qtp9638370-14733) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11bab4a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1325003 INFO  (qtp9638370-14733) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1325005 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@11bab4a[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> 1325005 INFO  (qtp9638370-14733) [    ] 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=55
   [junit4]   2> 1325006 INFO  (qtp9638370-14731) [    ] 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> 1325016 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 0x15dfce50bf90006, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1325022 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1325022 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[52BE74FEB37721DA]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55367/solr 
ready
   [junit4]   2> 1325026 INFO  (qtp12220310-14690) [    ] 
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> 1325029 INFO  (OverseerThreadFactory-6531-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 1325141 INFO  
(OverseerStateUpdate-98512827550597123-127.0.0.1:55371_solr-n_0000000000) [    
] 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:55371/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1325347 INFO  (qtp12220310-14695) [    ] 
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> 1325348 INFO  (qtp12220310-14695) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1325464 INFO  (zkCallback-2324-thread-1) [    ] 
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> 1325487 INFO  (zkCallback-2324-thread-2) [    ] 
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> 1326366 INFO  (qtp12220310-14695) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1326370 INFO  (qtp12220310-14695) [    ] 
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> 1326374 INFO  (qtp12220310-14695) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1326375 INFO  (qtp12220310-14695) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1326376 INFO  (qtp12220310-14695) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 1326380 INFO  (qtp12220310-14695) [    ] 
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> 1326380 INFO  (qtp12220310-14695) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from 
collection cdcr-target, trusted=true
   [junit4]   2> 1326381 INFO  (qtp12220310-14695) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55371.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1326381 INFO  (qtp12220310-14695) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1326381 INFO  (qtp12220310-14695) [    ] 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\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 1326469 INFO  (qtp12220310-14695) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1326470 INFO  (qtp12220310-14695) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1326472 INFO  (qtp12220310-14695) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1326472 INFO  (qtp12220310-14695) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1326474 INFO  (qtp12220310-14695) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1776d65[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 1326476 INFO  (qtp12220310-14695) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 1326476 INFO  (qtp12220310-14695) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 1326476 INFO  (qtp12220310-14695) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 1326477 INFO  (qtp12220310-14695) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1326477 INFO  (qtp12220310-14695) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1326480 INFO  (qtp12220310-14695) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 1326481 INFO  (qtp12220310-14695) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 1326482 INFO  (searcherExecutor-6548-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@1776d65[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1326482 INFO  (qtp12220310-14695) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576205246897586176
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 1326489 INFO  (qtp12220310-14695) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1326493 INFO  (zkCallback-2324-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 1326495 INFO  (qtp12220310-14695) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 1326602 INFO  (zkCallback-2324-thread-2) [    ] 
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> 1326602 INFO  (zkCallback-2324-thread-1) [    ] 
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> 1326647 INFO  (qtp12220310-14695) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1326649 INFO  (qtp12220310-14695) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1302
   [junit4]   2> 1326653 INFO  (qtp12220310-14690) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1326754 INFO  (zkCallback-2324-thread-2) [    ] 
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> 1326754 INFO  (zkCallback-2324-thread-1) [    ] 
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> 1327034 INFO  
(OverseerCollectionConfigSetProcessor-98512827550597123-127.0.0.1:55371_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1327653 INFO  (qtp12220310-14690) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2627
   [junit4]   2> 1327657 INFO  (zkCallback-2324-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 1327659 INFO  (qtp12220310-14693) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} 
status=0 QTime=3
   [junit4]   2> 1327659 INFO  (zkCallback-2324-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-target:shard1
   [junit4]   2> 1327664 INFO  (qtp9638370-14731) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1327666 INFO  (qtp9638370-14731) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55367/solr ready
   [junit4]   2> 1327674 INFO  (qtp12220310-14694) [    ] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1327674 INFO  (qtp12220310-14694) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1327674 INFO  (qtp12220310-14691) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 1327675 INFO  (qtp9638370-14731) [    ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 1327675 INFO  (qtp9638370-14731) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 1327675 INFO  (qtp9638370-14731) [    ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 1327675 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 1327675 INFO  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1327675 INFO  (qtp9638370-14731) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=18
   [junit4]   2> 1327675 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 1327680 INFO  (qtp12220310-14695) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1327681 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} 
status=0 QTime=2
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=2},queues={127.0.0.1:55367/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1327682 INFO  (qtp12220310-14693) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205248155877376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1327682 INFO  (qtp12220310-14692) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1327682 INFO  (qtp12220310-14693) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1327683 INFO  (qtp12220310-14693) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1327683 WARN  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target 
collection: cdcr-target shard: shard1, leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1327683 INFO  (qtp12220310-14693) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1327684 INFO  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1327684 INFO  (qtp12220310-14692) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1327684 INFO  (qtp12220310-14694) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1327685 INFO  (qtp12220310-14692) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1327685 WARN  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target 
collection: cdcr-target shard: shard1, leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1327685 INFO  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:55371/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1327686 INFO  (qtp12220310-14691) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:55397/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1327687 INFO  (qtp12220310-14695) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1327687 INFO  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping 
for 2000 ms
   [junit4]   2> 1327688 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1327691 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205248163217408,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1327691 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205248163217408
   [junit4]   2> 1327702 INFO  (qtp9638370-14729) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@42b1be[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 1327703 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1327703 INFO  (qtp9638370-14729) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=13
   [junit4]   2> 1327706 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1327707 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 1327707 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1503186462560
   [junit4]   2> 1327707 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1327707 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1327707 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1327716 INFO  (qtp9638370-14731) [    ] 
o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, 
name=tlog.0000000000000000000.1576205244832940032}, {size=4778, 
name=tlog.0000000000000000001.1576205244876980224}, {size=4778, 
name=tlog.0000000000000000002.1576205244919971840}, {size=4778, 
name=tlog.0000000000000000003.1576205244961914880}, {size=4778, 
name=tlog.0000000000000000004.1576205245007003648}, {size=4778, 
name=tlog.0000000000000000005.1576205245057335296}, {size=4778, 
name=tlog.0000000000000000006.1576205245109764096}, {size=4778, 
name=tlog.0000000000000000007.1576205245165338624}, {size=4778, 
name=tlog.0000000000000000008.1576205245224058880}, {size=4778, 
name=tlog.0000000000000000009.1576205245284876288}]
   [junit4]   2> 1327716 INFO  (qtp9638370-14731) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=9
   [junit4]   2> 1327716 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 15
   [junit4]   2> 1327716 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of tlog files in master: 10
   [junit4]   2> 1327717 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1327717 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@101d1dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f6907)
   [junit4]   2> 1327718 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327719 INFO  (qtp9638370-14736) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327721 INFO  (qtp9638370-14729) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327723 INFO  (qtp9638370-14733) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327725 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327726 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327738 INFO  (qtp9638370-14731) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327739 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327741 INFO  (qtp9638370-14736) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327742 INFO  (qtp9638370-14729) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327743 INFO  (qtp9638370-14733) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327745 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.dim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327748 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327751 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327753 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327754 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4657, 
name=tlog.0000000000000000000.1576205244832940032}, {size=4778, 
name=tlog.0000000000000000001.1576205244876980224}, {size=4778, 
name=tlog.0000000000000000002.1576205244919971840}, {size=4778, 
name=tlog.0000000000000000003.1576205244961914880}, {size=4778, 
name=tlog.0000000000000000004.1576205245007003648}, {size=4778, 
name=tlog.0000000000000000005.1576205245057335296}, {size=4778, 
name=tlog.0000000000000000006.1576205245109764096}, {size=4778, 
name=tlog.0000000000000000007.1576205245165338624}, {size=4778, 
name=tlog.0000000000000000008.1576205245224058880}, {size=4778, 
name=tlog.0000000000000000009.1576205245284876288}]
   [junit4]   2> 1327758 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576205244832940032&wt=filestream&command=filecontent}
 status=0 QTime=1
   [junit4]   2> 1327763 INFO  (qtp9638370-14729) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576205244876980224&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327766 INFO  (qtp9638370-14733) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576205244919971840&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327769 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576205244961914880&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327771 INFO  (qtp9638370-14731) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576205245007003648&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327775 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576205245057335296&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327780 INFO  (qtp9638370-14736) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576205245109764096&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327783 INFO  (qtp9638370-14735) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576205245165338624&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327785 INFO  (qtp9638370-14729) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576205245224058880&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327788 INFO  (qtp9638370-14733) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576205245284876288&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1327791 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=122796) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@101d1dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f6907)
   [junit4]   2> 1327806 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1327806 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica_n1
   [junit4]   2> 1327838 INFO  (Thread-3693) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1327849 INFO  (Thread-3693) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1327851 INFO  (Thread-3693) [    ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1327851 INFO  (Thread-3693) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'cdcr-target_shard1_replica_n1' using configuration from 
collection cdcr-target
   [junit4]   2> 1327882 INFO  (Thread-3693) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_55371.solr.core.cdcr-target.shard1.replica_n1' 
(registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@112bc82
   [junit4]   2> 1327882 INFO  (Thread-3693) [    ] 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\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_52BE74FEB37721DA-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 1327968 INFO  (Thread-3693) [    ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1327968 INFO  (Thread-3693) [    ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1327972 INFO  (Thread-3693) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@149ce77[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 1327974 INFO  (Thread-3693) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 1327974 INFO  (Thread-3693) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 1327974 INFO  (Thread-3693) [    ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 1327975 INFO  (Thread-3693) [    ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 1327975 INFO  (Thread-3693) [    ] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1327981 INFO  (searcherExecutor-6560-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@149ce77[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)))}
   [junit4]   2> 1327986 INFO  (Thread-3693) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1327987 INFO  (Thread-3693) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@f4a514[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 1327987 INFO  (Thread-3693) [    ] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1133f46
   [junit4]   2> 1327988 INFO  (Thread-3693) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core.cdcr-target.shard1.replica_n1, 
tag=18038598
   [junit4]   2> 1327988 INFO  (Thread-3693) [    ] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38a2b9: 
rootName = solr_55371, 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@13f1156
   [junit4]   2> 1327989 INFO  (searcherExecutor-6560-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@f4a514[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)))}
   [junit4]   2> 1328001 INFO  (Thread-3693) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.cdcr-target.shard1.leader, tag=18038598
   [junit4]   2> 1328001 INFO  (Thread-3693) [    ] o.a.s.h.CdcrRequestHandler 
Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 1328002 INFO  (recoveryExecutor-2322-thread-1) [    ] 
o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 1328003 ERROR (updateExecutor-2321-thread-1) [    ] 
o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: 
java.lang.AssertionError
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        ... 5 more
   [junit4]   2> 1328686 INFO  (qtp12220310-14688) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205249208647680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1328686 INFO  (qtp12220310-14688) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1328687 INFO  (qtp12220310-14688) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1328687 INFO  (qtp12220310-14688) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1328688 INFO  (qtp12220310-14693) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 1328693 INFO  (qtp12220310-14694) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=CANCEL_BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1329688 WARN  (cdcr-bootstrap-status-2348-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: 
cdcr-target shard: shard1 to complete
   [junit4]   2> 1329689 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 1329689 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=stop&wt=javabin&version=2} 
status=0 QTime=999
   [junit4]   2> 1329689 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STOPPED @ cdcr-source:shard1
   [junit4]   2> 1329691 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrBufferStateManager The CDCR buffer state has changed: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/buffer @ cdcr-source:shard1
   [junit4]   2> 1329691 INFO  (qtp9638370-14731) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=disablebuffer&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1329692 INFO  (zkCallback-2336-thread-2) [    ] 
o.a.s.h.CdcrBufferStateManager Received new CDCR buffer state from watcher: 
DISABLED @ cdcr-source:shard1
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1100
   [junit4]   2> 1329703 INFO  (qtp9638370-14732) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 1329703 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205250275049472,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1329703 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205250275049472
   [junit4]   2> 1329743 INFO  (qtp9638370-14736) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14ca5fe[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1329746 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@14ca5fe[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100)))}
   [junit4]   2> 1329746 INFO  (qtp9638370-14736) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1329793 INFO  (qtp9638370-14736) [    ] 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=89
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1200
   [junit4]   2> 1329799 INFO  (qtp9638370-14735) [    ] 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> 1329799 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205250375712768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1329799 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205250375712768
   [junit4]   2> 1329831 INFO  (qtp9638370-14729) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8df9a2[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1329832 INFO  (qtp9638370-14729) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1329833 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@8df9a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100) Uninverting(_c(8.0.0):C100)))}
   [junit4]   2> 1329833 INFO  (qtp9638370-14729) [    ] 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=33
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1300
   [junit4]   2> 1329839 INFO  (qtp9638370-14733) [    ] 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> 1329840 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576205250418704384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1329840 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@134421e 
commitCommandVersion:1576205250418704384
   [junit4]   2> 1329874 INFO  (qtp9638370-14734) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1156b80[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1329875 INFO  (qtp9638370-14734) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1329877 INFO  (searcherExecutor-6542-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1156b80[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100) Uninverting(_c(8.0.0):C100) 
Uninverting(_d(8.0.0):C100)))}
   [junit4]   2> 1329877 INFO  (qtp9638370-14734) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=37
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1400
   [junit4]   2> 1329883 INFO  (qtp9638370-14731) [    ] 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> 1329883 INFO  (qtp

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

nector Stopped ServerConnector@1533788{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2183347 INFO  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7cd8b{/_/m,null,UNAVAILABLE}
   [junit4]   2> 2183349 ERROR 
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
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> 2183349 INFO  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60136 60136
   [junit4]   2> 2183350 INFO  (Thread-3317) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60136 60136
   [junit4]   2> 2183351 WARN  (Thread-3317) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/collections/collMinRf_1x3/state.json
   [junit4]   2>        2       /solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2183351 WARN  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:60143/_/m, 
target: http://127.0.0.1:60144/_/m
   [junit4]   2> 2183351 WARN  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:60200/_/m, 
target: http://127.0.0.1:60201/_/m
   [junit4]   2> 2183351 WARN  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:60242/_/m, 
target: http://127.0.0.1:60243/_/m
   [junit4]   2> 2183351 WARN  
(TEST-HttpPartitionTest.test-seed#[52BE74FEB37721DA]) [    ] 
o.a.s.c.SocketProxy Closing 10 connections to: http://127.0.0.1:60221/_/m, 
target: http://127.0.0.1:60222/_/m
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=52BE74FEB37721DA -Dtests.slow=true 
-Dtests.locale=en-150 -Dtests.timezone=Europe/Prague -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE 29.9s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not 
found in http://127.0.0.1:60221/_/m/collMinRf_1x3 due to: Path not found: /id; 
rsp={doc=null}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([52BE74FEB37721DA:DAEA4B241D8B4C22]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [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.HttpPartitionTest_52BE74FEB37721DA-001
   [junit4]   2> Aug 20, 2017 12:01:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-150, timezone=Europe/Prague
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 
(32-bit)/cpus=3,threads=1,free=314259176,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSUlogDirTest, 
HdfsWriteToMultipleCollectionsTest, PathHierarchyTokenizerFactoryTest, 
TestDeleteCollectionOnDownNodes, PreAnalyzedUpdateProcessorTest, 
CoreAdminRequestStatusTest, BinaryUpdateRequestHandlerTest, RecoveryZkTest, 
CustomCollectionTest, CloudExitableDirectoryReaderTest, ConnectionReuseTest, 
TestMaxScoreQueryParser, TestLRUStatsCache, TestReloadDeadlock, 
QueryResultKeyTest, TestCollapseQParserPlugin, OverseerTaskQueueTest, 
IndexSchemaTest, TestExtendedDismaxParser, TestLMDirichletSimilarityFactory, 
CSVRequestHandlerTest, SolrMetricsIntegrationTest, BaseCdcrDistributedZkTest, 
URLClassifyProcessorTest, TestNumericTerms32, SolrIndexSplitterTest, TestSort, 
ReplaceNodeTest, SimpleFacetsTest, DisMaxRequestHandlerTest, 
HdfsNNFailoverTest, TestCloudNestedDocsSort, TestSchemaManager, 
CircularListTest, DeleteLastCustomShardedReplicaTest, QueryParsingTest, 
XsltUpdateRequestHandlerTest, SliceStateTest, TestInitQParser, 
HdfsTlogReplayBufferedWhileIndexingTest, MetricsConfigTest, TestExportWriter, 
TestFieldCacheSortRandom, LeaderElectionContextKeyTest, TestBlobHandler, 
TestPseudoReturnFields, TestSizeLimitedDistributedMap, 
TestOverriddenPrefixQueryForCustomFieldType, TestCloudPseudoReturnFields, 
DistanceUnitsTest, TestSweetSpotSimilarityFactory, UnloadDistributedZkTest, 
ShardSplitTest, BlobRepositoryCloudTest, TestSlowCompositeReaderWrapper, 
CdcrReplicationDistributedZkTest, TestLocalFSCloudBackupRestore, EnumFieldTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestPHPSerializedResponseWriter, ShufflingReplicaListTransformerTest, 
TestTolerantUpdateProcessorCloud, ResponseLogComponentTest, 
TestLegacyNumericUtils, TestWriterPerf, 
DistribDocExpirationUpdateProcessorTest, TestFieldTypeResource, 
TestExceedMaxTermLength, TestCloudSearcherWarming, DeleteReplicaTest, 
ReturnFieldsTest, TestManagedSchema, TestGraphMLResponseWriter, 
TestLegacyField, PrimUtilsTest, TestUtils, HighlighterConfigTest, 
TestSimpleQParserPlugin, TestAuthorizationFramework, TestSolr4Spatial2, 
FastVectorHighlighterTest, SortByFunctionTest, SolrCloudReportersTest, 
DocValuesTest, TestSolrFieldCacheBean, TestConfigsApi, SortSpecParsingTest, 
TestShardHandlerFactory, SharedFSAutoReplicaFailoverUtilsTest, 
TestReplicaProperties, TestCopyFieldCollectionResource, TestStressReorder, 
TlogReplayBufferedWhileIndexingTest, LeaderInitiatedRecoveryOnShardRestartTest, 
HdfsChaosMonkeySafeLeaderTest, CollectionsAPIAsyncDistributedZkTest, 
MinimalSchemaTest, HLLUtilTest, RequestHandlersTest, TestSystemCollAutoCreate, 
TestFunctionQuery, BasicDistributedZkTest, TestCursorMarkWithoutUniqueKey, 
SuggesterWFSTTest, DistributedSuggestComponentTest, 
DistributedFacetPivotLongTailTest, DistributedSpellCheckComponentTest, 
TestReplicationHandler, TestReqParamsAPI, TestEmbeddedSolrServerSchemaAPI, 
DistributedQueryComponentCustomSortTest, DataDrivenBlockJoinTest, 
TestManagedSynonymFilterFactory, RuleEngineTest, TestHttpShardHandlerFactory, 
TestJmxIntegration, AnalyticsMergeStrategyTest, TestDistributedSearch, 
UniqFieldsUpdateProcessorFactoryTest, DistributedDebugComponentTest, ZkCLITest, 
HdfsBasicDistributedZkTest, TestSolrCloudSnapshots, 
CloneFieldUpdateProcessorFactoryTest, RequestLoggingTest, 
SolrMetricManagerTest, TestPhraseSuggestions, ResourceLoaderTest, 
TestSolrCloudWithHadoopAuthPlugin, TestDFISimilarityFactory, 
DirectUpdateHandlerTest, TestNumericRangeQuery64, RestartWhileUpdatingTest, 
TestSchemaResource, AtomicUpdatesTest, TestCollectionAPI, 
DirectUpdateHandlerOptimizeTest, DocValuesNotIndexedTest, TestNRTOpen, 
AnalysisErrorHandlingTest, ClassificationUpdateProcessorIntegrationTest, 
TestSolrCloudWithKerberosAlt, TestReversedWildcardFilterFactory, 
RegexBoostProcessorTest, PropertiesRequestHandlerTest, HttpSolrCallGetCoreTest, 
TestXmlQParser, TestRestManager, CollectionStateFormat2Test, BadCopyFieldTest, 
TestPushWriter, DistributedQueueTest, TestExactSharedStatsCache, 
TestFieldCacheReopen, QueryElevationComponentTest, TestOmitPositions, 
SolrIndexMetricsTest, UpdateLogTest, MetricUtilsTest, AssignTest, 
CachingDirectoryFactoryTest, TestDistributedStatsComponentCardinality, 
CursorMarkTest, CdcrRequestHandlerTest, AliasIntegrationTest, CursorPagingTest, 
SolrJmxReporterTest, TestMacroExpander, ChaosMonkeyNothingIsSafeTest, 
TimeZoneUtilsTest, TestMultiValuedNumericRangeQuery, TestXIncludeConfig, 
TestConfigSetsAPIZkFailure, ClusterStateTest, FullHLLTest, 
SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, 
TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, ScriptEngineTest, TestSuggestSpellingConverter, 
DateFieldTest, DOMUtilTest, TestLRUCache, DistributedMLTComponentTest, 
TestSimpleTrackingShardHandler, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
DeleteStatusTest, HealthCheckHandlerTest, HttpPartitionTest]
   [junit4] Completed [508/730 (2!)] on J0 in 30.89s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 37235 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to