You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/25 20:57:39 UTC

[JENKINS-EA] Lucene-Solr-6.6-Windows (32bit/jdk-9-ea+181) - Build # 34 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/34/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseSerialGC --illegal-access=deny

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

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

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


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([98F9D0D60032899C:D08CA4620601A609]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11696 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\init-core-data-001
   [junit4]   2> 774525 WARN  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 774525 INFO  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 774526 INFO  (SUITE-CdcrBootstrapTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 774528 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 774528 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001
   [junit4]   2> 774529 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 774529 INFO  (Thread-1721) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 774529 INFO  (Thread-1721) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 774533 ERROR (Thread-1721) [    ] 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> 774629 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer start zk server on port:62255
   [junit4]   2> 774642 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 0x15e1b0891310000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 774646 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 774649 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19b80e8{/solr,null,AVAILABLE}
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14cbc59{HTTP/1.1,[http/1.1]}{127.0.0.1:62259}
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.e.j.s.Server Started @775667ms
   [junit4]   2> 774657 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62259}
   [junit4]   2> 774658 ERROR (jetty-launcher-2012-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 774658 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 774659 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T20:15:00.015294300Z
   [junit4]   2> 774665 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 774674 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 774675 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62255/solr
   [junit4]   2> 774704 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 774704 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62259_solr
   [junit4]   2> 774705 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545965458325507-127.0.0.1:62259_solr-n_0000000000) starting
   [junit4]   2> 774712 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62259_solr
   [junit4]   2> 774712 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 774836 INFO  (jetty-launcher-2012-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:62255/solr
   [junit4]   2> 774849 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001
   [junit4]   2> 774849 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 774850 INFO  (Thread-1734) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 774850 INFO  (Thread-1734) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 774854 ERROR (Thread-1734) [    ] 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> 774950 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.ZkTestServer start zk server on port:62279
   [junit4]   2> 774967 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 774969 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f81245{/solr,null,AVAILABLE}
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b4f6b7{HTTP/1.1,[http/1.1]}{127.0.0.1:62283}
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.e.j.s.Server Started @775982ms
   [junit4]   2> 774972 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62283}
   [junit4]   2> 774973 ERROR (jetty-launcher-2024-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 774973 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T20:15:00.330861600Z
   [junit4]   2> 774979 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 774988 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 774989 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62279/solr
   [junit4]   2> 775021 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 775022 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62283_solr
   [junit4]   2> 775023 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545965479362563-127.0.0.1:62283_solr-n_0000000000) starting
   [junit4]   2> 775032 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62283_solr
   [junit4]   2> 775034 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 775190 INFO  (jetty-launcher-2024-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\.
   [junit4]   2> 775216 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 775217 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62279/solr ready
   [junit4]   2> 775221 INFO  (qtp8796506-8264) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 775223 INFO  (OverseerThreadFactory-3272-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 775333 INFO  (qtp8796506-8266) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 775334 INFO  (qtp8796506-8266) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 775446 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 776361 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 776368 INFO  (qtp8796506-8266) [    ] 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> 776372 INFO  (qtp8796506-8266) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 776386 INFO  (qtp8796506-8266) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 776387 INFO  (qtp8796506-8266) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 776391 INFO  (qtp8796506-8266) [    ] 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> 776391 INFO  (qtp8796506-8266) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 776392 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 776392 INFO  (qtp8796506-8266) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 776495 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 776495 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 776496 INFO  (qtp8796506-8266) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 776496 INFO  (qtp8796506-8266) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 776499 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f6791[cdcr-source_shard1_replica1] main]
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 776500 INFO  (qtp8796506-8266) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 776508 INFO  (qtp8796506-8266) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 776512 INFO  (qtp8796506-8266) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 776523 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@5f6791[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 776523 INFO  (qtp8796506-8266) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576735449420922880
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 776533 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 776537 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 776538 INFO  (qtp8796506-8266) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 776643 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 776689 INFO  (qtp8796506-8266) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 776693 INFO  (qtp8796506-8266) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1360
   [junit4]   2> 776699 INFO  (qtp8796506-8264) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 776801 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 777228 INFO  (OverseerCollectionConfigSetProcessor-98545965479362563-127.0.0.1:62283_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 777700 INFO  (qtp8796506-8264) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2478
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 777726 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 777729 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777729 INFO  (qtp8796506-8268) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6505be[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777772 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6505be[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 777772 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 777785 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 777787 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777787 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777816 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9f08cd[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777817 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@9f08cd[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 777817 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777817 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=30
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 777824 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777826 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777826 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777857 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6942d4[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777857 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777857 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6942d4[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100)))}
   [junit4]   2> 777858 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&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> 777864 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777866 INFO  (qtp8796506-8267) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777866 INFO  (qtp8796506-8267) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777914 INFO  (qtp8796506-8267) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a35412[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777915 INFO  (qtp8796506-8267) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777915 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@a35412[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100)))}
   [junit4]   2> 777915 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 777923 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 777925 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777925 INFO  (qtp8796506-8269) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 777965 INFO  (qtp8796506-8269) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e26888[cdcr-source_shard1_replica1] main]
   [junit4]   2> 777966 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 777966 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@e26888[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100)))}
   [junit4]   2> 777966 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=41
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 777972 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 777974 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 777974 INFO  (qtp8796506-8265) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778021 INFO  (qtp8796506-8265) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@179d140[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778022 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778022 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@179d140[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100)))}
   [junit4]   2> 778022 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 778029 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778030 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778031 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10bc30b[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778079 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@10bc30b[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100)))}
   [junit4]   2> 778079 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 778086 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778088 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778088 INFO  (qtp8796506-8268) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778138 INFO  (qtp8796506-8268) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b2424[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778139 INFO  (qtp8796506-8268) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778139 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3b2424[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100)))}
   [junit4]   2> 778139 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=52
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 778146 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 778148 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778148 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778217 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@186187f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778218 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778218 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@186187f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100)))}
   [junit4]   2> 778218 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=70
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 778226 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 778227 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778227 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 778290 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e49349[cdcr-source_shard1_replica1] main]
   [junit4]   2> 778291 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 778291 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1e49349[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100) Uninverting(_9(6.6.1):C100)))}
   [junit4]   2> 778291 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=64
   [junit4]   2> 778293 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 778303 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 0x15e1b0891310006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 778309 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 778310 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[98F9D0D60032899C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62255/solr ready
   [junit4]   2> 778314 INFO  (qtp24407492-8228) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 778320 INFO  (OverseerThreadFactory-3264-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 778430 INFO  (qtp24407492-8224) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 778431 INFO  (qtp24407492-8224) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 778545 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 779459 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 779467 INFO  (qtp24407492-8224) [    ] 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> 779477 INFO  (qtp24407492-8224) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 779479 INFO  (qtp24407492-8224) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 779481 INFO  (qtp24407492-8224) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 779485 INFO  (qtp24407492-8224) [    ] 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> 779485 INFO  (qtp24407492-8224) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 779486 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 779486 INFO  (qtp24407492-8224) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 779585 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 779585 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 779587 INFO  (qtp24407492-8224) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 779587 INFO  (qtp24407492-8224) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 779588 INFO  (qtp24407492-8224) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e3002[cdcr-target_shard1_replica1] main]
   [junit4]   2> 779589 INFO  (qtp24407492-8224) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 779590 INFO  (qtp24407492-8224) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 779591 INFO  (qtp24407492-8224) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 779594 INFO  (qtp24407492-8224) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 779596 INFO  (qtp24407492-8224) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 779597 INFO  (searcherExecutor-3281-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@7e3002[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 779597 INFO  (qtp24407492-8224) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576735452644245504
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 779605 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 779609 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 779611 INFO  (qtp24407492-8224) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 779715 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 779763 INFO  (qtp24407492-8224) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 779765 INFO  (qtp24407492-8224) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1334
   [junit4]   2> 779768 INFO  (qtp24407492-8228) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 779869 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 780322 INFO  (OverseerCollectionConfigSetProcessor-98545965458325507-127.0.0.1:62259_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 780768 INFO  (qtp24407492-8228) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2454
   [junit4]   2> 781775 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 781775 INFO  (qtp24407492-8222) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 781775 INFO  (zkCallback-2019-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 781782 INFO  (qtp8796506-8267) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 781784 INFO  (qtp8796506-8267) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62255/solr ready
   [junit4]   2> 781792 INFO  (qtp24407492-8230) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 781792 INFO  (qtp24407492-8230) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781793 INFO  (qtp24407492-8225) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 781793 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 781793 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 781795 INFO  (qtp8796506-8267) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 781797 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 781797 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 781797 INFO  (zkCallback-2031-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 781797 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 781801 INFO  (qtp24407492-8224) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 781805 INFO  (qtp24407492-8222) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781806 WARN  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 781807 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:62259/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 781807 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 781808 INFO  (qtp24407492-8218) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:62283/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781809 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781809 INFO  (qtp8796506-8269) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781810 INFO  (qtp24407492-8220) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781810 INFO  (cdcr-bootstrap-status-2043-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 781811 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 781849 INFO  (qtp8796506-8269) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b1834f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 781849 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1b1834f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 781849 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781850 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 781852 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1503692107166
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 781852 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 781872 INFO  (qtp8796506-8268) [    ] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1576735450663485440}, {size=4770, name=tlog.0000000000000000001.1576735450733740032}, {size=4770, name=tlog.0000000000000000002.1576735450778828800}, {size=4770, name=tlog.0000000000000000003.1576735450821820416}, {size=4770, name=tlog.0000000000000000004.1576735450882637824}, {size=4770, name=tlog.0000000000000000005.1576735450936115200}, {size=4770, name=tlog.0000000000000000006.1576735450993786880}, {size=4770, name=tlog.0000000000000000007.1576735451054604288}, {size=4770, name=tlog.0000000000000000008.1576735451118567424}, {size=4770, name=tlog.0000000000000000009.1576735451201404928}, {size=4870, name=tlog.0000000000000000010.1576735454954258432}]
   [junit4]   2> 781873 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=15
   [junit4]   2> 781873 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 35
   [junit4]   2> 781873 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 781876 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 781876 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@11e87c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b716cf)
   [junit4]   2> 781878 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781882 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781885 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781888 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781890 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781893 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781895 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781897 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781900 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781902 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781903 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781906 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781925 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781927 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781929 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=120
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 781930 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781935 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 781936 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781937 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781937 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781938 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781940 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781943 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781946 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781948 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781950 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781953 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781956 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781958 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781961 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781963 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781966 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781969 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781970 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e3445[cdcr-source_shard1_replica1] main]
   [junit4]   2> 781971 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781971 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@e3445[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100)))}
   [junit4]   2> 781971 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 781971 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   2> 781974 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781976 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781978 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781978 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 781980 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781980 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781980 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 781982 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781983 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, name=tlog.0000000000000000000.1576735450663485440}, {size=4770, name=tlog.0000000000000000001.1576735450733740032}, {size=4770, name=tlog.0000000000000000002.1576735450778828800}, {size=4770, name=tlog.0000000000000000003.1576735450821820416}, {size=4770, name=tlog.0000000000000000004.1576735450882637824}, {size=4770, name=tlog.0000000000000000005.1576735450936115200}, {size=4770, name=tlog.0000000000000000006.1576735450993786880}, {size=4770, name=tlog.0000000000000000007.1576735451054604288}, {size=4770, name=tlog.0000000000000000008.1576735451118567424}, {size=4770, name=tlog.0000000000000000009.1576735451201404928}, {size=4870, name=tlog.0000000000000000010.1576735454954258432}]
   [junit4]   2> 781988 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576735450663485440&wt=filestream&command=filecontent} status=0 QTime=1
   [junit4]   2> 781992 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576735450733740032&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781995 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576735450778828800&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 781998 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576735450821820416&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782003 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576735450882637824&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782008 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576735450936115200&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782013 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576735450993786880&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782031 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576735451054604288&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782037 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576735451118567424&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782040 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576735451201404928&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782041 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@114d969[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782042 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782042 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@114d969[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100)))}
   [junit4]   2> 782042 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   2> 782043 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000010.1576735454954258432&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 782044 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=107411) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@11e87c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b716cf)
   [junit4]   2> 782049 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782050 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782050 INFO  (qtp8796506-8265) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782058 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 782058 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 782073 INFO  (Thread-1745) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 782081 INFO  (Thread-1745) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 782083 INFO  (Thread-1745) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_98F9D0D60032899C-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 782098 INFO  (qtp8796506-8265) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e643f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782099 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@11e643f[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100)))}
   [junit4]   2> 782099 INFO  (qtp8796506-8265) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782099 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   2> 782106 INFO  (qtp8796506-8269) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782107 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782107 INFO  (qtp8796506-8266) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782179 INFO  (qtp8796506-8266) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1adcad8[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782180 INFO  (qtp8796506-8266) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782180 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1adcad8[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100)))}
   [junit4]   2> 782180 INFO  (qtp8796506-8266) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=73
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   2> 782189 INFO  (qtp8796506-8268) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 782189 INFO  (Thread-1745) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 782189 INFO  (Thread-1745) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 782190 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782190 INFO  (qtp8796506-8264) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782191 INFO  (Thread-1745) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16d339c[cdcr-target_shard1_replica1] main]
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 782193 INFO  (Thread-1745) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 782194 INFO  (Thread-1745) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 782194 INFO  (Thread-1745) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 782196 INFO  (searcherExecutor-3293-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@16d339c[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 782203 INFO  (Thread-1745) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 782204 INFO  (Thread-1745) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8dc37c[cdcr-target_shard1_replica1] main]
   [junit4]   2> 782205 INFO  (searcherExecutor-3293-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@8dc37c[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 782205 INFO  (Thread-1745) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1165a5d
   [junit4]   2> 782205 INFO  (Thread-1745) [    ] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 782208 INFO  (Thread-1745) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 782209 INFO  (recoveryExecutor-2017-thread-1) [    ] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 782209 ERROR (updateExecutor-2016-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:644)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:787)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:714)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> 782248 INFO  (qtp8796506-8264) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@28c6f4[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782249 INFO  (qtp8796506-8264) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782249 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@28c6f4[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100)))}
   [junit4]   2> 782249 INFO  (qtp8796506-8264) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=59
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   2> 782255 INFO  (qtp8796506-8267) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782257 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 782257 INFO  (qtp8796506-8262) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@185ee91
   [junit4]   2> 782332 INFO  (qtp8796506-8262) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c3cc0[cdcr-source_shard1_replica1] main]
   [junit4]   2> 782332 INFO  (qtp8796506-8262) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 782332 INFO  (searcherExecutor-3275-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@19c3cc0[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000) Uninverting(_b(6.6.1):C100) Uninverting(_c(6.6.1):C100) Uninverting(_d(6.6.1):C100) Uninverting(_e(6.6.1):C100) Uninverting(_f(6.6.1):C100) Uninverting(_g(6.6.1):C100) Uninverting(_h(6.6.1):C100)))}
   [junit4]   2> 782333 INFO  (qtp8796506-8262) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=75
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   2> 782338 INFO  (qtp8796506-8265) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 782340 INFO  (qtp8796506-8269) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=f

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

.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5a9a0e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25896064
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1403948 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1403953 WARN  (zkCallback-1910-thread-9) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403956 INFO  (jetty-closer-1892-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e05886{/solr,null,UNAVAILABLE}
   [junit4]   2> 1403956 INFO  (zkCallback-1938-thread-10) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403956 INFO  (zkCallback-1911-thread-16) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403956 INFO  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1403957 INFO  (jetty-closer-1892-thread-4) [    ] o.a.s.c.Overseer Overseer (id=98545999239970828-127.0.0.1:49514_solr-n_0000000000) closing
   [junit4]   2> 1403957 WARN  (zkCallback-1911-thread-16) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403957 INFO  (OverseerStateUpdate-98545999239970828-127.0.0.1:49514_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49514_solr
   [junit4]   2> 1403958 INFO  (zkCallback-1938-thread-10) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1403958 INFO  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1403961 WARN  (zkCallback-1938-thread-9) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1403962 INFO  (jetty-closer-1892-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e0c92{/solr,null,UNAVAILABLE}
   [junit4]   2> 1403963 INFO  (jetty-closer-1892-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@583fc3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1405461 WARN  (zkCallback-1913-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1405462 INFO  (jetty-closer-1892-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42a9d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1405464 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] 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> 1405465 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49479 49479
   [junit4]   2> 1405467 INFO  (Thread-3233) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49479 49479
   [junit4]   2> 1405509 WARN  (Thread-3233) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	167	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	270	/solr/collections
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1405509 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[98F9D0D60032899C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest_98F9D0D60032899C-001
   [junit4]   2> Aug 25, 2017 8:25:30 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=mg-MG, timezone=Asia/Magadan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=235279520,total=437252096
   [junit4]   2> NOTE: All tests run in this JVM: [PolyFieldTest, TestRestoreCore, TestInPlaceUpdatesStandalone, TestFunctionQuery, TestClassicSimilarityFactory, TestExtendedDismaxParser, TestSchemaResource, StatelessScriptUpdateProcessorFactoryTest, MultiTermTest, TestCollationField, TestHighFrequencyDictionaryFactory, ConcurrentDeleteAndCreateCollectionTest, ConjunctionSolrSpellCheckerTest, BlockJoinFacetRandomTest, InfoHandlerTest, TestSolrQueryResponse, TestImplicitCoreProperties, TestConfigSetImmutable, TestPivotHelperCode, TestRemoteStreaming, TestDynamicFieldResource, TestBulkSchemaConcurrent, SyncSliceTest, TestSQLHandlerNonCloud, AtomicUpdateProcessorFactoryTest, DeleteStatusTest, IndexBasedSpellCheckerTest, DistributedSuggestComponentTest, TestCSVLoader, CdcrUpdateLogTest, TestCollapseQParserPlugin, TestSolrQueryParserDefaultOperatorResource, SynonymTokenizerTest, TestStressRecovery, DOMUtilTest, OpenExchangeRatesOrgProviderTest, CursorMarkTest, TestSimpleTextCodec, TestSurroundQueryParser, TestPartialUpdateDeduplication, TestInitParams, SoftAutoCommitTest, TestMacros, OverseerModifyCollectionTest, DirectoryFactoryTest, DateRangeFieldTest, TestPerFieldSimilarity, TestJavabinTupleStreamParser, BitVectorTest, TestSweetSpotSimilarityFactory, TestUnifiedSolrHighlighter, LeaderInitiatedRecoveryOnCommitTest, JSONWriterTest, SpatialFilterTest, TestLockTree, TestDelegationWithHadoopAuth, VersionInfoTest, TestStandardQParsers, TestTestInjection, CdcrReplicationDistributedZkTest, TestFieldCacheReopen, AnalysisAfterCoreReloadTest, DeleteLastCustomShardedReplicaTest, TestPhraseSuggestions, TestBinaryResponseWriter, BigEndianAscendingWordDeserializerTest, TestCharFilters, TestLRUStatsCache, TestDocTermOrds, PluginInfoTest, HttpPartitionTest, ZkStateReaderTest, RecoveryZkTest, TestFaceting, TestTolerantUpdateProcessorRandomCloud, HttpSolrCallGetCoreTest, TestCSVResponseWriter, ShufflingReplicaListTransformerTest, SampleTest, TestGroupingSearch, CollectionsAPIAsyncDistributedZkTest, TestSearcherReuse, TestCryptoKeys, TestManagedResourceStorage, TestNestedDocsSort, BasicDistributedZkTest, TestSolrDynamicMBean, TestUpdate, TestFastOutputStream, TestRandomRequestDistribution, TestFileDictionaryLookup, DistribDocExpirationUpdateProcessorTest, InfixSuggestersTest, TestPseudoReturnFields, PeerSyncWithIndexFingerprintCachingTest, SolrJmxReporterCloudTest, CollectionStateFormat2Test, TestDistributedSearch, TestRTGBase, EnumFieldTest, SimplePostToolTest, PeerSyncReplicationTest, DistributedFacetPivotLongTailTest, TestPostingsSolrHighlighter, PathHierarchyTokenizerFactoryTest, SimpleFacetsTest, FastVectorHighlighterTest, TestRuleBasedAuthorizationPlugin, RequiredFieldsTest, TestMissingGroups, BooleanFieldTest, V2ApiIntegrationTest, TestAnalyzeInfixSuggestions, TestBulkSchemaAPI, TestOnReconnectListenerSupport, SegmentsInfoRequestHandlerTest, LeaderFailoverAfterPartitionTest, HdfsDirectoryTest, HardAutoCommitTest, TestElisionMultitermQuery, MigrateRouteKeyTest, TestStressCloudBlindAtomicUpdates, MetricUtilsTest, TestSmileRequest, TestDefaultStatsCache, TestGraphTermsQParserPlugin, TestReplicationHandler, TestRTimerTree, DistributedDebugComponentTest, TestDistributedStatsComponentCardinality, TestLeaderElectionWithEmptyReplica, DistributedFacetPivotSmallTest, DocumentAnalysisRequestHandlerTest, ReplicationFactorTest, HdfsUnloadDistributedZkTest, TestCoreContainer, TestDistribDocBasedVersion, HdfsThreadLeakTest, SortSpecParsingTest, DistributedQueueTest, ChaosMonkeyNothingIsSafeTest, NodeMutatorTest, TestReplicaProperties, TestManagedSchema, SolrGangliaReporterTest, FileUtilsTest, DocExpirationUpdateProcessorFactoryTest, ResponseLogComponentTest, HdfsBasicDistributedZk2Test, TestSchemaVersionResource, TestAnalyzedSuggestions, DistributedMLTComponentTest, ShardRoutingTest, ClassificationUpdateProcessorFactoryTest, TestIBSimilarityFactory, DocValuesNotIndexedTest, TestStressLucene, PropertiesRequestHandlerTest, HdfsRecoverLeaseTest, SaslZkACLProviderTest, BlockDirectoryTest, HdfsDirectoryFactoryTest, TestDocBasedVersionConstraints, CoreAdminRequestStatusTest, ClassificationUpdateProcessorTest, XmlUpdateRequestHandlerTest, StressHdfsTest, DirectUpdateHandlerTest, SchemaVersionSpecificBehaviorTest, TestCursorMarkWithoutUniqueKey, TestStressVersions, TestCollectionAPI, AssignTest, NumericFieldsTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [357/713 (2!)] on J0 in 115.82s, 20 tests, 1 failure <<< FAILURES!

[...truncated 37536 lines...]

[JENKINS] Lucene-Solr-6.6-Windows (64bit/jdk1.8.0_144) - Build # 35 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/35/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -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([2AFF6737B188E:D447E4AF942DAB75]: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 11148 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\init-core-data-001
   [junit4]   2> 136226 WARN  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 136227 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 136231 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-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> 136232 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 136233 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001
   [junit4]   2> 136233 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 136233 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 136233 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 136236 ERROR (Thread-344) [    ] 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> 136333 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer start zk server on port:57588
   [junit4]   2> 136345 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 136345 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fe26bd0{/solr,null,AVAILABLE}
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47b40388{HTTP/1.1,[http/1.1]}{127.0.0.1:57592}
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.e.j.s.Server Started @139754ms
   [junit4]   2> 136348 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57592}
   [junit4]   2> 136349 ERROR (jetty-launcher-194-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136349 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T07:06:23.072Z
   [junit4]   2> 136356 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136368 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 136369 INFO  (jetty-launcher-194-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57588/solr
   [junit4]   2> 136428 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 0x15e1d5ced6f0002, 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> 136455 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136457 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57592_solr
   [junit4]   2> 136458 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.Overseer Overseer (id=98548526806401027-127.0.0.1:57592_solr-n_0000000000) starting
   [junit4]   2> 136465 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57592_solr
   [junit4]   2> 136467 INFO  (OverseerStateUpdate-98548526806401027-127.0.0.1:57592_solr-n_0000000000) [n:127.0.0.1:57592_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136561 INFO  (jetty-launcher-194-thread-1) [n:127.0.0.1:57592_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.
   [junit4]   2> 136576 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 0x15e1d5ced6f0004, 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]   1> Target zkHost = 127.0.0.1:57588/solr
   [junit4]   2> 136581 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001
   [junit4]   2> 136581 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 136582 INFO  (Thread-357) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 136582 INFO  (Thread-357) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 136585 ERROR (Thread-357) [    ] 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> 136682 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer start zk server on port:57612
   [junit4]   2> 136700 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 136702 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@150eec6a{/solr,null,AVAILABLE}
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fb7cd75{HTTP/1.1,[http/1.1]}{127.0.0.1:57616}
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.e.j.s.Server Started @140111ms
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57616}
   [junit4]   2> 136705 ERROR (jetty-launcher-206-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 136705 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 136706 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T07:06:23.428Z
   [junit4]   2> 136714 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 136734 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 136735 INFO  (jetty-launcher-206-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57612/solr
   [junit4]   2> 136784 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 136785 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57616_solr
   [junit4]   2> 136787 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.Overseer Overseer (id=98548526829207555-127.0.0.1:57616_solr-n_0000000000) starting
   [junit4]   2> 136797 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57616_solr
   [junit4]   2> 136800 INFO  (OverseerStateUpdate-98548526829207555-127.0.0.1:57616_solr-n_0000000000) [n:127.0.0.1:57616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136883 INFO  (jetty-launcher-206-thread-1) [n:127.0.0.1:57616_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\.
   [junit4]   2> 136903 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 0x15e1d5ceecb0005, 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> 136915 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136916 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57612/solr ready
   [junit4]   2> 136922 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 136923 INFO  (OverseerThreadFactory-512-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 137034 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 137037 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 137150 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 138084 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 138097 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 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> 138102 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 138108 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 138109 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 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> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 138113 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 138249 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 138249 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 138250 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 138250 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 138255 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@34145e70[cdcr-source_shard1_replica1] main]
   [junit4]   2> 138257 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 138258 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 138271 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 138280 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 138319 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@34145e70[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 138319 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576776431086600192
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 138327 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 138330 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 138333 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 138439 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 138487 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 138489 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1456
   [junit4]   2> 138502 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_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> 138600 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 138928 INFO  (OverseerCollectionConfigSetProcessor-98548526829207555-127.0.0.1:57616_solr-n_0000000000) [n:127.0.0.1:57616_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> 139503 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2581
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 139526 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 139534 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139534 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139574 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fe199fb[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139574 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6fe199fb[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 139575 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139575 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=42
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 139585 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139587 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139590 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139632 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b8ee891[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139633 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139633 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@3b8ee891[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 139633 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=46
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 139640 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 139643 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139643 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@768bd957[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139670 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@768bd957[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100)))}
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139670 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=28
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 139679 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139682 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139682 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139708 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2140ccbe[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139716 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@2140ccbe[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100)))}
   [junit4]   2> 139716 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139716 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=34
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 139724 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 139725 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139725 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139769 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73c4220e[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139770 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@73c4220e[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100)))}
   [junit4]   2> 139772 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139772 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 139785 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 139787 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139787 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139835 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36aba58c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139836 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139848 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@36aba58c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100)))}
   [junit4]   2> 139848 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 139855 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 139859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139906 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fdc5a79[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139908 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139908 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4fdc5a79[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100)))}
   [junit4]   2> 139908 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=50
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 139915 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 139918 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139918 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 139959 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ddcd9ba[cdcr-source_shard1_replica1] main]
   [junit4]   2> 139960 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4ddcd9ba[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100)))}
   [junit4]   2> 139961 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 139961 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 139970 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 139972 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139972 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 140036 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@719ce8a[cdcr-source_shard1_replica1] main]
   [junit4]   2> 140039 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@719ce8a[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100)))}
   [junit4]   2> 140061 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140061 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=89
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 140070 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 140073 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 140073 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 140155 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ae51a01[cdcr-source_shard1_replica1] main]
   [junit4]   2> 140158 INFO  (searcherExecutor-515-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@5ae51a01[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100) Uninverting(_1(6.6.1):C100) Uninverting(_2(6.6.1):C100) Uninverting(_3(6.6.1):C100) Uninverting(_4(6.6.1):C100) Uninverting(_5(6.6.1):C100) Uninverting(_6(6.6.1):C100) Uninverting(_7(6.6.1):C100) Uninverting(_8(6.6.1):C100) Uninverting(_9(6.6.1):C100)))}
   [junit4]   2> 140160 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140161 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=88
   [junit4]   2> 140166 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=3
   [junit4]   2> 140232 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 0x15e1d5ced6f0006, 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> 140351 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 140351 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57588/solr ready
   [junit4]   2> 140359 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 140385 INFO  (OverseerThreadFactory-504-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 140521 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2
   [junit4]   2> 140523 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140631 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_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> 141545 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 141554 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] 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> 141557 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 141564 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141565 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 141568 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] 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> 141568 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 141569 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141569 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 141652 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141653 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141655 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@85d58e7[cdcr-target_shard1_replica1] main]
   [junit4]   2> 141656 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 141657 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141660 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 141661 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 141665 INFO  (searcherExecutor-521-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@85d58e7[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141665 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576776434595135488
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 141670 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 141676 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 141679 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 141791 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_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> 141839 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 141840 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1  x:cdcr-target_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2} status=0 QTime=1319
   [junit4]   2> 141846 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_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> 141946 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_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> 142386 INFO  (OverseerCollectionConfigSetProcessor-98548526806401027-127.0.0.1:57592_solr-n_0000000000) [n:127.0.0.1:57592_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> 142846 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2486
   [junit4]   2> 142853 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_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> 142854 INFO  (qtp1101016662-1236) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142854 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:57592_solr) [n:127.0.0.1:57592_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 142859 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 142864 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57588/solr ready
   [junit4]   2> 142875 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 142875 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 142876 INFO  (qtp1101016662-1234) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:3&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 142876 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 142876 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 142880 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 142880 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_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> 142881 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=start&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 142881 INFO  (cdcr-bootstrap-status-225-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:57592/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 142883 INFO  (zkCallback-213-thread-1-processing-n:127.0.0.1:57616_solr) [n:127.0.0.1:57616_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 142886 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:3&action=queues&wt=javabin&version=2} status=0 QTime=1
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:57588/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47579,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 142888 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 142889 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 142889 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 142894 INFO  (qtp1101016662-1232) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142895 INFO  (qtp1101016662-1240) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:57616/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 142895 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 142900 INFO  (qtp1101016662-1230) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.S.Request [cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 142900 INFO  (cdcr-bootstrap-status-225-thread-1-processing-n:127.0.0.1:57616_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 142902 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 142906 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 142906 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ad18a93
   [junit4]   2> 142928 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23e92a80[cdcr-source_shard1_replica1] realtime]
   [junit4]   2> 142929 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 142929 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 142932 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Master's version: 1503731189629
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 142932 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 142943 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, name=tlog.0000000000000000000.1576776432338599936}, {size=4770, name=tlog.0000000000000000001.1576776432406757376}, {size=4770, name=tlog.0000000000000000002.1576776432466526208}, {size=4770, name=tlog.0000000000000000003.1576776432505323520}, {size=4770, name=tlog.0000000000000000004.1576776432553558016}, {size=4770, name=tlog.0000000000000000005.1576776432614375424}, {size=4770, name=tlog.0000000000000000006.1576776432691970048}, {size=4770, name=tlog.0000000000000000007.1576776432754884608}, {size=4770, name=tlog.0000000000000000008.1576776432811507712}, {size=4770, name=tlog.0000000000000000009.1576776432916365312}]
   [junit4]   2> 142943 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=10
   [junit4]   2> 142943 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 142943 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Number of tlog files in master: 10
   [junit4]   2> 142947 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 142948 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1bff6fe2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41dbab40)
   [junit4]   2> 142949 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142953 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Memory_0.ram&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142957 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142960 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142962 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  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> 142965 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  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> 142967 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142970 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142973 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142983 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  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> 142986 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142990 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142993 INFO  (qtp631954984-1276) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142995 INFO  (qtp631954984-1278) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 142998 INFO  (qtp631954984-1280) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143000 INFO  (qtp631954984-1281) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143001 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, name=tlog.0000000000000000000.1576776432338599936}, {size=4770, name=tlog.0000000000000000001.1576776432406757376}, {size=4770, name=tlog.0000000000000000002.1576776432466526208}, {size=4770, name=tlog.0000000000000000003.1576776432505323520}, {size=4770, name=tlog.0000000000000000004.1576776432553558016}, {size=4770, name=tlog.0000000000000000005.1576776432614375424}, {size=4770, name=tlog.0000000000000000006.1576776432691970048}, {size=4770, name=tlog.0000000000000000007.1576776432754884608}, {size=4770, name=tlog.0000000000000000008.1576776432811507712}, {size=4770, name=tlog.0000000000000000009.1576776432916365312}]
   [junit4]   2> 143014 INFO  (qtp631954984-1277) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576776432338599936&wt=filestream&command=filecontent} status=0 QTime=4
   [junit4]   2> 143019 INFO  (qtp631954984-1274) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576776432406757376&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143023 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576776432466526208&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143028 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576776432505323520&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143034 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576776432553558016&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143038 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576776432614375424&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143042 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576776432691970048&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143045 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576776432754884608&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143049 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576776432811507712&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143052 INFO  (qtp631954984-1279) [n:127.0.0.1:57616_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576776432916365312&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 143054 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=94488) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@1bff6fe2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41dbab40)
   [junit4]   2> 143070 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 143070 INFO  (recoveryExecutor-199-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 143099 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 143108 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 143114 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 143114 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.CoreContainer Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from collection cdcr-target
   [junit4]   2> 143115 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\cdcr-target_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 143225 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 143225 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 143266 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8ea42ce[cdcr-target_shard1_replica1] main]
   [junit4]   2> 143272 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 143273 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 143275 INFO  (searcherExecutor-533-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:core_node1) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher Searcher@8ea42ce[cdcr-target_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000)))}
   [junit4]   2> 143288 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 143288 INFO  (Thread-368) [n:127.0.0.1:57592_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e802da5[cdcr-target_shard1_replica1] main]
   [junit4]   2> 143288 INFO  (searcherExecutor-533-thread-1-processing-n:127.0.0.1:57592_solr x:cdcr-target_shard1_replica1 s:shard1 c:cdcr-target r:co

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

y: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 0x15e1d5d6d4e0008, 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> 297225 INFO  (coreCloseExecutor-653-thread-1) [n:127.0.0.1:57935_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-source.shard1.replica1
   [junit4]   2> 297226 INFO  (jetty-closer-283-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98548528969547779-127.0.0.1:57935_solr-n_0000000000) closing
   [junit4]   2> 297226 INFO  (OverseerStateUpdate-98548528969547779-127.0.0.1:57935_solr-n_0000000000) [n:127.0.0.1:57935_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57935_solr
   [junit4]   2> 297231 WARN  (zkCallback-289-thread-3-processing-n:127.0.0.1:57935_solr) [n:127.0.0.1:57935_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 297231 INFO  (jetty-closer-283-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@551fbc46{/solr,null,UNAVAILABLE}
   [junit4]   2> 297233 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] 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> 297234 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57931 57931
   [junit4]   2> 297235 INFO  (Thread-424) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57931 57931
   [junit4]   2> 297237 WARN  (Thread-424) [    ] 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> 	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> 297238 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 0x15e1d5d6d4e0007, 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> 297240 INFO  (jetty-closer-271-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@e5c26fb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1946269791
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 297241 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 297248 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5cc0fb40
   [junit4]   2> 297248 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 297251 INFO  (zkCallback-277-thread-2-processing-n:127.0.0.1:57911_solr) [n:127.0.0.1:57911_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> 297259 INFO  (coreCloseExecutor-655-thread-1) [n:127.0.0.1:57911_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 297261 INFO  (jetty-closer-271-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98548528951721987-127.0.0.1:57911_solr-n_0000000000) closing
   [junit4]   2> 297261 INFO  (OverseerStateUpdate-98548528951721987-127.0.0.1:57911_solr-n_0000000000) [n:127.0.0.1:57911_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57911_solr
   [junit4]   2> 297265 WARN  (zkCallback-277-thread-2-processing-n:127.0.0.1:57911_solr) [n:127.0.0.1:57911_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 297266 INFO  (jetty-closer-271-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@645f6257{/solr,null,UNAVAILABLE}
   [junit4]   2> 297266 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] 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> 297268 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57907 57907
   [junit4]   2> 297269 INFO  (Thread-414) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57907 57907
   [junit4]   2> 297270 WARN  (Thread-414) [    ] 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> 	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> 297270 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[2AFF6737B188E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=2AFF6737B188E -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  128s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2AFF6737B188E:D447E4AF942DAB75]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 297274 INFO  (SUITE-CdcrBootstrapTest-seed#[2AFF6737B188E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_2AFF6737B188E-001
   [junit4]   2> Aug 26, 2017 7:09:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=Lucene50(blocksize=128), xyz=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1585, maxMBSortInHeap=7.986188797449339, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sv, timezone=Atlantic/Faeroe
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=79077224,total=183439360
   [junit4]   2> NOTE: All tests run in this JVM: [SpellingQueryConverterTest, CachingDirectoryFactoryTest, TestCloudSchemaless, OutOfBoxZkACLAndCredentialsProvidersTest, DeleteNodeTest, TestSolr4Spatial, CSVRequestHandlerTest, TestMinMaxOnMultiValuedField, CleanupOldIndexTest, HdfsNNFailoverTest, TolerantUpdateProcessorTest, ResponseHeaderTest, RuleEngineTest, TermVectorComponentDistributedTest, JSONWriterTest, ConfigSetsAPITest, TestConfigSetProperties, QueryParsingTest, CdcrBootstrapTest]
   [junit4] Completed [60/713 (1!)] on J1 in 161.32s, 3 tests, 1 failure <<< FAILURES!

[...truncated 45645 lines...]