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...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to