Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/123/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

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

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

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




Build Log:
[...truncated 10890 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\init-core-data-001
   [junit4]   2> 22648 INFO  
(SUITE-CdcrBootstrapTest-seed#[243EB6F346B65BA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 22653 INFO  
(SUITE-CdcrBootstrapTest-seed#[243EB6F346B65BA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 22655 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 22668 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-target-001
   [junit4]   2> 22670 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 22674 INFO  (Thread-8) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 22674 INFO  (Thread-8) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 22680 ERROR (Thread-8) [    ] 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> 22784 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:58781
   [junit4]   2> 24068 INFO  (jetty-launcher-25-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 24232 INFO  (jetty-launcher-25-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d21afa{/solr,null,AVAILABLE}
   [junit4]   2> 24271 INFO  (jetty-launcher-25-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1048f9{HTTP/1.1,[http/1.1]}{127.0.0.1:58785}
   [junit4]   2> 24271 INFO  (jetty-launcher-25-thread-1) [    ] o.e.j.s.Server 
Started @28092ms
   [junit4]   2> 24271 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58785}
   [junit4]   2> 24360 ERROR (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 24360 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 24360 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24360 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 24361 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-31T09:21:17.480Z
   [junit4]   2> 24377 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24480 INFO  (jetty-launcher-25-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58781/solr
   [junit4]   2> 24484 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 0x15e379836170002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 24741 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 24741 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58785_solr
   [junit4]   2> 24744 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.Overseer Overseer 
(id=98577368730763267-127.0.0.1:58785_solr-n_0000000000) starting
   [junit4]   2> 24756 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58785_solr
   [junit4]   2> 24761 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 25129 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58785.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 25130 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58785.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 25130 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58785.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 25139 INFO  (jetty-launcher-25-thread-1) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:58781/solr
   [junit4]   2> 25508 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-source-001
   [junit4]   2> 25508 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 25509 INFO  (Thread-19) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 25509 INFO  (Thread-19) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 25520 ERROR (Thread-19) [    ] 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> 25610 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:58809
   [junit4]   2> 25619 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 0x15e3798412e0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 25621 INFO  (jetty-launcher-37-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 25622 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d97279{/solr,null,AVAILABLE}
   [junit4]   2> 25625 INFO  (jetty-launcher-37-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14579d9{HTTP/1.1,[http/1.1]}{127.0.0.1:58814}
   [junit4]   2> 25625 INFO  (jetty-launcher-37-thread-1) [    ] o.e.j.s.Server 
Started @29446ms
   [junit4]   2> 25625 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58814}
   [junit4]   2> 25625 ERROR (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 25626 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 25627 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 25627 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 25627 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-31T09:21:18.746Z
   [junit4]   2> 25632 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 25659 INFO  (jetty-launcher-37-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58809/solr
   [junit4]   2> 25665 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 0x15e3798412e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 25847 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 25849 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58814_solr
   [junit4]   2> 25851 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.Overseer Overseer 
(id=98577368916819971-127.0.0.1:58814_solr-n_0000000000) starting
   [junit4]   2> 25864 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58814_solr
   [junit4]   2> 25875 INFO  
(OverseerStateUpdate-98577368916819971-127.0.0.1:58814_solr-n_0000000000) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 26312 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58814.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 26335 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58814.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 26336 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58814.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 26338 INFO  (jetty-launcher-37-thread-1) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-source-001\node1\.
   [junit4]   2> 26442 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 26444 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58809/solr 
ready
   [junit4]   2> 27113 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 27152 INFO  
(OverseerThreadFactory-73-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 27283 INFO  
(OverseerStateUpdate-98577368916819971-127.0.0.1:58814_solr-n_0000000000) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58814/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 27514 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node1&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 27522 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 27661 INFO  
(zkCallback-44-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 27665 INFO  
(zkCallback-44-thread-2-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 28613 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 28658 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 28667 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 28676 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 28677 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 28683 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 28685 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using 
configuration from collection cdcr-source, trusted=true
   [junit4]   2> 28686 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58814.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 28691 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 28691 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 29013 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 29013 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 29016 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29016 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29022 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26c0c5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 29029 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 29030 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 29040 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 29046 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 29047 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 29080 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 29096 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 29152 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577237906478596096
   [junit4]   2> 29167 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@26c0c5[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29194 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 29195 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 29199 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58814/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 29205 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 29205 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:58814/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 29207 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 29271 INFO  
(zkCallback-44-thread-2-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 29279 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58814/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 29385 INFO  
(zkCallback-44-thread-2-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 29385 INFO  
(zkCallback-44-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 29431 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 29433 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node1&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1924
   [junit4]   2> 29538 INFO  
(zkCallback-44-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 29538 INFO  
(zkCallback-44-thread-2-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 29584 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 29584 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2483
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 29757 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=124
   [junit4]   2> 29764 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907120324608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29764 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907120324608
   [junit4]   2> 29802 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@dbbd79[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 29803 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 29808 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@dbbd79[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)))}
   [junit4]   2> 29808 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 29846 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 29849 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907209453568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29849 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907209453568
   [junit4]   2> 29878 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16f891e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 29880 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 29886 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@16f891e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100)))}
   [junit4]   2> 29887 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=38
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 29911 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 29913 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907276562432,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29914 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907276562432
   [junit4]   2> 29941 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@163e631[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 29942 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 29944 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@163e631[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100)))}
   [junit4]   2> 29944 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 29972 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 29974 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907340525568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29974 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907340525568
   [junit4]   2> 30010 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bb1dd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30011 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30014 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1bb1dd[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100)))}
   [junit4]   2> 30014 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=41
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 30039 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 30043 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907412877312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30043 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907412877312
   [junit4]   2> 30128 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10c23f5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30131 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30134 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@10c23f5[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100)))}
   [junit4]   2> 30134 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=93
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 30156 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 30159 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907534512128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30159 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907534512128
   [junit4]   2> 30206 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f5195b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30207 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30210 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1f5195b[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) 
Uninverting(_5(7.0.0):C100)))}
   [junit4]   2> 30211 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=52
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 30232 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 30234 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907613155328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30234 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907613155328
   [junit4]   2> 30274 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@182e6c3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30275 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30281 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@182e6c3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) 
Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100)))}
   [junit4]   2> 30282 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 30305 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 30307 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907689701376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30307 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907689701376
   [junit4]   2> 30361 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1dab212[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30362 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30368 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1dab212[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) 
Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) 
Uninverting(_7(7.0.0):C100)))}
   [junit4]   2> 30368 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=62
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 30386 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 30388 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907774636032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30388 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907774636032
   [junit4]   2> 30453 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@163d637[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30454 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30461 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@163d637[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) 
Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) 
Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100)))}
   [junit4]   2> 30461 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=73
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 30479 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 30481 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237907872153600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30481 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237907872153600
   [junit4]   2> 30533 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@148ce9e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 30534 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30539 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@148ce9e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)
 Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) 
Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) 
Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) 
Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100) 
Uninverting(_9(7.0.0):C100)))}
   [junit4]   2> 30540 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=59
   [junit4]   2> 30607 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=50
   [junit4]   2> 30649 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 0x15e379836170006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 30664 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 30668 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[243EB6F346B65BA1]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58781/solr 
ready
   [junit4]   2> 30675 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 30693 INFO  
(OverseerThreadFactory-65-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 30819 INFO  
(OverseerStateUpdate-98577368730763267-127.0.0.1:58785_solr-n_0000000000) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58785/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 31025 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&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> 31026 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 31146 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 31147 INFO  
(zkCallback-32-thread-2-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 31172 INFO  
(OverseerCollectionConfigSetProcessor-98577368916819971-127.0.0.1:58814_solr-n_0000000000)
 [n:127.0.0.1:58814_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 32103 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 32129 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 32144 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 32157 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 32160 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 32174 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to 
/configs/cdcr-target/schema.xml.bak
   [junit4]   2> 32175 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using 
configuration from collection cdcr-target, trusted=true
   [junit4]   2> 32177 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58785.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18ab29c
   [junit4]   2> 32183 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 32183 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 32970 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 32972 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 32983 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 32983 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32995 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@bfc5b[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 32997 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 32998 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 32998 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 33000 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 33001 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 33007 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 33010 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 33013 INFO  
(searcherExecutor-82-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@bfc5b[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 33013 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577237910527148032
   [junit4]   2> 33027 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 33027 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 33028 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58785/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 33028 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 33028 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:58785/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 33028 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 33038 INFO  
(zkCallback-32-thread-2-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-target:shard1
   [junit4]   2> 33045 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58785/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 33157 INFO  
(zkCallback-32-thread-2-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 33157 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 33203 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 33206 INFO  (qtp13866140-123) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&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=2182
   [junit4]   2> 33213 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 33313 INFO  
(zkCallback-32-thread-2-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 33313 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 34214 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3538
   [junit4]   2> 34223 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] 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> 34223 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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=5
   [junit4]   2> 34223 INFO  
(zkCallback-32-thread-1-processing-n:127.0.0.1:58785_solr) 
[n:127.0.0.1:58785_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 34235 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 34238 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58781/solr ready
   [junit4]   2> 34251 INFO  (qtp13866140-126) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 34251 INFO  (qtp13866140-126) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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> 34252 INFO  (qtp13866140-124) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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=10
   [junit4]   2> 34253 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 34253 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 34256 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 34257 INFO  
(zkCallback-44-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] 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> 34257 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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=31
   [junit4]   2> 34257 INFO  
(zkCallback-44-thread-1-processing-n:127.0.0.1:58814_solr) 
[n:127.0.0.1:58814_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 34259 INFO  
(cdcr-bootstrap-status-56-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to 
bootstrap target collection: cdcr-target shard: shard1 leader: 
http://127.0.0.1:58785/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 34261 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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=3
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=3},queues={127.0.0.1:58781/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 34263 INFO  (qtp13866140-127) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:58814/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 34263 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237911837868032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34264 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 34266 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34266 INFO  (qtp13866140-120) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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=3
   [junit4]   2> 34270 INFO  (qtp13866140-125) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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=2
   [junit4]   2> 34273 INFO  (qtp13866140-126) [n:127.0.0.1:58785_solr 
c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica_n1] 
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> 34273 INFO  
(cdcr-bootstrap-status-56-thread-1-processing-n:127.0.0.1:58814_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:58814_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 34274 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 34278 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1577237911853596672,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34278 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1779ed5 
commitCommandVersion:1577237911853596672
   [junit4]   2> 34296 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@187108e[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 34296 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34297 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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=19
   [junit4]   2> 34311 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34311 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 34312 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1504171287397
   [junit4]   2> 34312 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 34312 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 34312 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 34323 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, 
name=tlog.0000000000000000000.1577237907069992960}, {size=4778, 
name=tlog.0000000000000000001.1577237907171704832}, {size=4778, 
name=tlog.0000000000000000002.1577237907252445184}, {size=4778, 
name=tlog.0000000000000000003.1577237907314311168}, {size=4778, 
name=tlog.0000000000000000004.1577237907386662912}, {size=4778, 
name=tlog.0000000000000000005.1577237907512492032}, {size=4778, 
name=tlog.0000000000000000006.1577237907591135232}, {size=4778, 
name=tlog.0000000000000000007.1577237907666632704}, {size=4778, 
name=tlog.0000000000000000008.1577237907755761664}, {size=4778, 
name=tlog.0000000000000000009.1577237907854327808}]
   [junit4]   2> 34323 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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=10
   [junit4]   2> 34324 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 13
   [junit4]   2> 34324 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of tlog files in 
master: 10
   [junit4]   2> 34328 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter 
is ready to be used.
   [junit4]   2> 34328 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to MockDirectoryWrapper(RAMDirectory@44ccf7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b8804)
   [junit4]   2> 34349 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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=7
   [junit4]   2> 34357 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34361 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34363 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34370 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34372 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34378 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34380 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34385 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34387 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34391 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34393 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34397 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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> 34398 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download of tlog 
files from master: [{size=4657, 
name=tlog.0000000000000000000.1577237907069992960}, {size=4778, 
name=tlog.0000000000000000001.1577237907171704832}, {size=4778, 
name=tlog.0000000000000000002.1577237907252445184}, {size=4778, 
name=tlog.0000000000000000003.1577237907314311168}, {size=4778, 
name=tlog.0000000000000000004.1577237907386662912}, {size=4778, 
name=tlog.0000000000000000005.1577237907512492032}, {size=4778, 
name=tlog.0000000000000000006.1577237907591135232}, {size=4778, 
name=tlog.0000000000000000007.1577237907666632704}, {size=4778, 
name=tlog.0000000000000000008.1577237907755761664}, {size=4778, 
name=tlog.0000000000000000009.1577237907854327808}]
   [junit4]   2> 34428 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907069992960&wt=filestream&command=filecontent}
 status=0 QTime=20
   [junit4]   2> 34432 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907171704832&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34438 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907252445184&wt=filestream&command=filecontent}
 status=0 QTime=1
   [junit4]   2> 34441 INFO  (qtp3048805-167) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907314311168&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34445 INFO  (qtp3048805-166) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907386662912&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34450 INFO  (qtp3048805-165) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907512492032&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34453 INFO  (qtp3048805-164) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907591135232&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34456 INFO  (qtp3048805-163) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907666632704&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34461 INFO  (qtp3048805-168) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907755761664&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34467 INFO  (qtp3048805-161) [n:127.0.0.1:58814_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica_n1] 
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.1577237907854327808&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 34468 INFO  
(recoveryExecutor-30-thread-1-processing-n:127.0.0.1:58785_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node1) 
[n:127.0.0.1:58785_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Total time taken for 
download (fullCopy=false,bytesDownloaded=104436) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDire

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

f16b{/solr,null,UNAVAILABLE}
   [junit4]   2> 184562 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[243EB6F346B65BA1])
 [    ] 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> 184563 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[243EB6F346B65BA1])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59101 59101
   [junit4]   2> 184564 INFO  (Thread-79) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59101 59101
   [junit4]   2> 184565 WARN  (Thread-79) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-source/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 184566 INFO  (jetty-closer-102-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1dc248{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 184568 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=16166634
   [junit4]   2> 184568 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 184568 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@9b035d: rootName = 
solr_59081, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@d87a3c
   [junit4]   2> 184575 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 184576 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c8d5b: rootName = 
solr_59081, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@13e2510
   [junit4]   2> 184583 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 184583 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19cf535: rootName = 
solr_59081, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@13b7476
   [junit4]   2> 184585 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 184588 INFO  (coreCloseExecutor-216-thread-1) 
[n:127.0.0.1:59081_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@148eef
   [junit4]   2> 184588 INFO  (coreCloseExecutor-216-thread-1) 
[n:127.0.0.1:59081_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=1347311
   [junit4]   2> 184588 INFO  (coreCloseExecutor-216-thread-1) 
[n:127.0.0.1:59081_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c8f14: rootName = 
solr_59081, 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@1e3c798
   [junit4]   2> 184590 INFO  
(zkCallback-108-thread-3-processing-n:127.0.0.1:59081_solr) 
[n:127.0.0.1:59081_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 184591 INFO  
(zkCallback-108-thread-4-processing-n:127.0.0.1:59081_solr) 
[n:127.0.0.1:59081_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 184604 INFO  (coreCloseExecutor-216-thread-1) 
[n:127.0.0.1:59081_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=1347311
   [junit4]   2> 184605 INFO  (coreCloseExecutor-216-thread-1) 
[n:127.0.0.1:59081_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 184608 INFO  (jetty-closer-102-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98577370827325443-127.0.0.1:59081_solr-n_0000000000) closing
   [junit4]   2> 184608 INFO  
(OverseerStateUpdate-98577370827325443-127.0.0.1:59081_solr-n_0000000000) 
[n:127.0.0.1:59081_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59081_solr
   [junit4]   2> 184611 WARN  
(zkCallback-108-thread-4-processing-n:127.0.0.1:59081_solr) 
[n:127.0.0.1:59081_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 184612 INFO  (jetty-closer-102-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@47956a{/solr,null,UNAVAILABLE}
   [junit4]   2> 184613 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[243EB6F346B65BA1])
 [    ] 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> 184613 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[243EB6F346B65BA1])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59077 59077
   [junit4]   2> 184615 INFO  (Thread-69) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59077 59077
   [junit4]   2> 184616 WARN  (Thread-69) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        2       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 184616 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[243EB6F346B65BA1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster 
-Dtests.seed=243EB6F346B65BA1 -Dtests.slow=true -Dtests.locale=en-SG 
-Dtests.timezone=Asia/Seoul -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  130s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<2000> but was:<1100>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([243EB6F346B65BA1:F07BFDAAA1E0E85A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_243EB6F346B65BA1-001
   [junit4]   2> Aug 31, 2017 9:23:57 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=17107, maxDocsPerChunk=672, blockSize=5), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=17107, blockSize=5)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-SG, timezone=Asia/Seoul
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=25722752,total=68538368
   [junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, 
ZkControllerTest, TestNRTOpen, BigEndianAscendingWordSerializerTest, 
TestSchemalessBufferedUpdates, SolrMetricManagerTest, CdcrBootstrapTest]
   [junit4] Completed [19/729 (1!)] on J0 in 162.55s, 3 tests, 1 failure <<< 
FAILURES!

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

Reply via email to