Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/40/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseParallelGC 
--illegal-access=deny

3 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([9A9809F299BDAE9A:4EDD42AB7EEB1D61]: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([9A9809F299BDAE9A:D2ED7D469F8E810F]: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)


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

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([9A9809F299BDAE9A:12CC36283741C362]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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 11132 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_9A9809F299BDAE9A-001\init-core-data-001
   [junit4]   2> 84402 WARN  
(SUITE-CdcrBootstrapTest-seed#[9A9809F299BDAE9A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 84402 INFO  
(SUITE-CdcrBootstrapTest-seed#[9A9809F299BDAE9A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 84404 INFO  
(SUITE-CdcrBootstrapTest-seed#[9A9809F299BDAE9A]-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> 84405 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 84406 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] 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_9A9809F299BDAE9A-001\cdcr-target-001
   [junit4]   2> 84407 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 84407 INFO  (Thread-310) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 84407 INFO  (Thread-310) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 84412 ERROR (Thread-310) [    ] 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> 84507 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64468
   [junit4]   2> 84529 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 84532 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@308df045{/solr,null,AVAILABLE}
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d8c0114{HTTP/1.1,[http/1.1]}{127.0.0.1:64472}
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.Server Started @88956ms
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64472}
   [junit4]   2> 84536 ERROR (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 84536 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T11:12:33.587574600Z
   [junit4]   2> 84547 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 84569 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 84569 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64468/solr
   [junit4]   2> 84574 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 0x15e288b06b70002, 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> 84594 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 84594 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64472_solr
   [junit4]   2> 84594 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98560819426951171-127.0.0.1:64472_solr-n_0000000000) starting
   [junit4]   2> 84603 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64472_solr
   [junit4]   2> 84606 INFO  (zkCallback-722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84650 INFO  (jetty-launcher-715-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_9A9809F299BDAE9A-001\cdcr-target-001\node1\.
   [junit4]   2> 84664 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 0x15e288b06b70005, 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]   1> Target zkHost = 127.0.0.1:64468/solr
   [junit4]   2> 84666 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] 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_9A9809F299BDAE9A-001\cdcr-source-001
   [junit4]   2> 84667 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 84668 INFO  (Thread-323) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 84668 INFO  (Thread-323) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 84672 ERROR (Thread-323) [    ] 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> 84767 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:64492
   [junit4]   2> 84788 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 84789 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ee9a987{/solr,null,AVAILABLE}
   [junit4]   2> 84790 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@273e2983{HTTP/1.1,[http/1.1]}{127.0.0.1:64496}
   [junit4]   2> 84791 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.Server Started @89211ms
   [junit4]   2> 84791 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64496}
   [junit4]   2> 84791 ERROR (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 84791 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 84791 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 84791 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 84793 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T11:12:33.842183200Z
   [junit4]   2> 84807 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 84819 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 84822 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64492/solr
   [junit4]   2> 84876 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 84877 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64496_solr
   [junit4]   2> 84878 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98560819443990531-127.0.0.1:64496_solr-n_0000000000) starting
   [junit4]   2> 84888 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64496_solr
   [junit4]   2> 84889 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84945 INFO  (jetty-launcher-727-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_9A9809F299BDAE9A-001\cdcr-source-001\node1\.
   [junit4]   2> 84959 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 0x15e288b07bb0004, 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> 84983 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84984 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64492/solr 
ready
   [junit4]   2> 84988 INFO  (qtp843982846-2326) [    ] 
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> 84993 INFO  (OverseerThreadFactory-765-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 85104 INFO  (qtp843982846-2338) [    ] 
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> 85104 INFO  (qtp843982846-2338) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 85218 INFO  (zkCallback-734-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> 86121 INFO  (qtp843982846-2338) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 86130 INFO  (qtp843982846-2338) [    ] 
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> 86136 INFO  (qtp843982846-2338) [    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 86138 INFO  (qtp843982846-2338) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 86147 INFO  (qtp843982846-2338) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 86151 INFO  (qtp843982846-2338) [    ] 
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> 86151 INFO  (qtp843982846-2338) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from 
collection cdcr-source, trusted=true
   [junit4]   2> 86157 INFO  (qtp843982846-2338) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 86158 INFO  (qtp843982846-2338) [    ] 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_9A9809F299BDAE9A-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_9A9809F299BDAE9A-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 86276 INFO  (qtp843982846-2338) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 86276 INFO  (qtp843982846-2338) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 86280 INFO  (qtp843982846-2338) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 86281 INFO  (qtp843982846-2338) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 86286 INFO  (qtp843982846-2338) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@52568e98[cdcr-source_shard1_replica1] main]
   [junit4]   2> 86290 INFO  (qtp843982846-2338) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 86292 INFO  (qtp843982846-2338) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 86296 INFO  (qtp843982846-2338) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 86299 INFO  (qtp843982846-2338) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 86299 INFO  (qtp843982846-2338) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 86310 INFO  (qtp843982846-2338) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 86315 INFO  (qtp843982846-2338) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 86339 INFO  (qtp843982846-2338) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1576973112851824640
   [junit4]   2> 86340 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@52568e98[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86373 INFO  (qtp843982846-2338) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 86373 INFO  (qtp843982846-2338) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 86375 INFO  (qtp843982846-2338) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:64496/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 86375 INFO  (qtp843982846-2338) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 86375 INFO  (qtp843982846-2338) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:64496/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 86375 INFO  (qtp843982846-2338) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 86397 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 86420 INFO  (qtp843982846-2338) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64496/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 86534 INFO  (zkCallback-734-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> 86577 INFO  (qtp843982846-2338) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 86579 INFO  (qtp843982846-2338) [    ] 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=1474
   [junit4]   2> 86590 INFO  (qtp843982846-2326) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 86688 INFO  (zkCallback-734-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> 86998 INFO  
(OverseerCollectionConfigSetProcessor-98560819443990531-127.0.0.1:64496_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> 87590 INFO  (qtp843982846-2326) [    ] 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=2602
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 87649 INFO  (qtp843982846-2333) [    ] 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=52
   [junit4]   2> 87669 INFO  (qtp843982846-2332) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 87669 INFO  (qtp843982846-2332) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 87754 INFO  (qtp843982846-2332) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36636354[cdcr-source_shard1_replica1] main]
   [junit4]   2> 87756 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@36636354[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)))}
   [junit4]   2> 87757 INFO  (qtp843982846-2332) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 87757 INFO  (qtp843982846-2332) [    ] 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=87
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 87789 INFO  (qtp843982846-2331) [    ] 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=28
   [junit4]   2> 87796 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 87797 INFO  (qtp843982846-2330) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88028 INFO  (qtp843982846-2330) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d4e854e[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88030 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@1d4e854e[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C100)
 Uninverting(_1(6.6.1):C100)))}
   [junit4]   2> 88030 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88030 INFO  (qtp843982846-2330) [    ] 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=234
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 88048 INFO  (qtp843982846-2329) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 88053 INFO  (qtp843982846-2328) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88053 INFO  (qtp843982846-2328) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88136 INFO  (qtp843982846-2328) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@768898f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88139 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@768898f[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> 88140 INFO  (qtp843982846-2328) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88140 INFO  (qtp843982846-2328) [    ] 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=87
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 88181 INFO  (qtp843982846-2340) [    ] 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=37
   [junit4]   2> 88186 INFO  (qtp843982846-2338) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88186 INFO  (qtp843982846-2338) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88309 INFO  (qtp843982846-2338) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3560270f[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88310 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@3560270f[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> 88313 INFO  (qtp843982846-2338) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88313 INFO  (qtp843982846-2338) [    ] 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=127
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 88335 INFO  (qtp843982846-2326) [    ] 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=15
   [junit4]   2> 88339 INFO  (qtp843982846-2326) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88339 INFO  (qtp843982846-2326) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88533 INFO  (qtp843982846-2326) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1db037f7[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88535 INFO  (qtp843982846-2326) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88537 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@1db037f7[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> 88538 INFO  (qtp843982846-2326) [    ] 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=198
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 88555 INFO  (qtp843982846-2333) [    ] 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=11
   [junit4]   2> 88561 INFO  (qtp843982846-2332) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88561 INFO  (qtp843982846-2332) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88668 INFO  (qtp843982846-2332) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cf87a28[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88671 INFO  (qtp843982846-2332) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88674 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@7cf87a28[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> 88676 INFO  (qtp843982846-2332) [    ] 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=115
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 88687 INFO  (qtp843982846-2331) [    ] 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> 88689 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88689 INFO  (qtp843982846-2330) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 88899 INFO  (qtp843982846-2330) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@706287dc[cdcr-source_shard1_replica1] main]
   [junit4]   2> 88904 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 88906 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@706287dc[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> 88906 INFO  (qtp843982846-2330) [    ] 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=216
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 88914 INFO  (qtp843982846-2329) [    ] 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> 88918 INFO  (qtp843982846-2329) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 88918 INFO  (qtp843982846-2329) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 89136 INFO  (qtp843982846-2329) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f9f8636[cdcr-source_shard1_replica1] main]
   [junit4]   2> 89137 INFO  (qtp843982846-2329) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89138 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@6f9f8636[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> 89138 INFO  (qtp843982846-2329) [    ] 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=219
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 89149 INFO  (qtp843982846-2340) [    ] 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> 89151 INFO  (qtp843982846-2340) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89151 INFO  (qtp843982846-2340) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 89270 INFO  (qtp843982846-2340) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cf96d83[cdcr-source_shard1_replica1] main]
   [junit4]   2> 89270 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@7cf96d83[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> 89270 INFO  (qtp843982846-2340) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89271 INFO  (qtp843982846-2340) [    ] 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=119
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 89278 INFO  (qtp843982846-2326) [    ] 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> 89283 INFO  (qtp843982846-2333) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 89283 INFO  (qtp843982846-2333) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 89384 INFO  (qtp843982846-2333) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fc9ef03[cdcr-source_shard1_replica1] main]
   [junit4]   2> 89384 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@3fc9ef03[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> 89385 INFO  (qtp843982846-2333) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 89392 INFO  (qtp843982846-2333) [    ] 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=109
   [junit4]   2> 89397 INFO  (qtp843982846-2333) [    ] 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=2
   [junit4]   2> 89498 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 89501 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[9A9809F299BDAE9A]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64468/solr 
ready
   [junit4]   2> 89503 INFO  (qtp1558944917-2282) [    ] 
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> 89509 INFO  (OverseerThreadFactory-757-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 89618 INFO  (qtp1558944917-2294) [    ] 
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> 89618 INFO  (qtp1558944917-2294) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 89728 INFO  (zkCallback-722-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> 90644 INFO  (qtp1558944917-2294) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 90652 INFO  (qtp1558944917-2294) [    ] 
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> 90658 INFO  (qtp1558944917-2294) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 90661 INFO  (qtp1558944917-2294) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 90663 INFO  (qtp1558944917-2294) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 90676 INFO  (qtp1558944917-2294) [    ] 
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> 90676 INFO  (qtp1558944917-2294) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-target_shard1_replica1' using configuration from 
collection cdcr-target, trusted=true
   [junit4]   2> 90676 INFO  (qtp1558944917-2294) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 90676 INFO  (qtp1558944917-2294) [    ] 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_9A9809F299BDAE9A-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_9A9809F299BDAE9A-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 90794 INFO  (qtp1558944917-2294) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 90794 INFO  (qtp1558944917-2294) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 90800 INFO  (qtp1558944917-2294) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 90800 INFO  (qtp1558944917-2294) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 90802 INFO  (qtp1558944917-2294) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@196ec2e7[cdcr-target_shard1_replica1] main]
   [junit4]   2> 90804 INFO  (qtp1558944917-2294) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 90804 INFO  (qtp1558944917-2294) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 90804 INFO  (qtp1558944917-2294) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 90809 INFO  (qtp1558944917-2294) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 90809 INFO  (qtp1558944917-2294) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 90818 INFO  (qtp1558944917-2294) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 90824 INFO  (qtp1558944917-2294) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 90830 INFO  (searcherExecutor-774-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher 
Searcher@196ec2e7[cdcr-target_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90830 INFO  (qtp1558944917-2294) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576973117560979456
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:64472/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:64472/solr/cdcr-target_shard1_replica1/ has no replicas
   [junit4]   2> 90847 INFO  (qtp1558944917-2294) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 90858 INFO  (zkCallback-722-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 90865 INFO  (qtp1558944917-2294) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64472/solr/cdcr-target_shard1_replica1/ shard1
   [junit4]   2> 90974 INFO  (zkCallback-722-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> 91018 INFO  (qtp1558944917-2294) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 91029 INFO  (qtp1558944917-2294) [    ] 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=1412
   [junit4]   2> 91062 INFO  (qtp1558944917-2282) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 91156 INFO  (zkCallback-722-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 91524 INFO  
(OverseerCollectionConfigSetProcessor-98560819426951171-127.0.0.1:64472_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> 92065 INFO  (qtp1558944917-2282) [    ] 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=2561
   [junit4]   2> 92074 INFO  (zkCallback-722-thread-2) [    ] 
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> 92074 INFO  (qtp1558944917-2286) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:3&action=start&wt=javabin&version=2} 
status=0 QTime=4
   [junit4]   2> 92075 INFO  (zkCallback-722-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-target:shard1
   [junit4]   2> 92095 INFO  (qtp843982846-2332) [    ] o.a.s.c.c.ZkStateReader 
Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 92099 INFO  (qtp843982846-2332) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64468/solr ready
   [junit4]   2> 92112 INFO  (qtp1558944917-2296) [    ] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 92112 INFO  (qtp1558944917-2296) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 92113 INFO  (qtp1558944917-2287) [    ] 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=9
   [junit4]   2> 92113 INFO  (qtp843982846-2332) [    ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 92113 INFO  (qtp843982846-2332) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 92144 INFO  (qtp843982846-2332) [    ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 92145 INFO  (zkCallback-734-thread-1) [    ] 
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> 92148 INFO  (cdcr-bootstrap-status-746-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:64472/solr/cdcr-target_shard1_replica1/
   [junit4]   2> 92173 INFO  (qtp843982846-2332) [    ] 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=93
   [junit4]   2> 92173 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 92177 INFO  (qtp1558944917-2287) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:64496/solr/cdcr-source_shard1_replica1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 92178 INFO  (qtp843982846-2331) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:3&action=queues&wt=javabin&version=2} 
status=0 QTime=3
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=3},queues={127.0.0.1:64468/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47579,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 92178 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 92196 INFO  (qtp1558944917-2287) [    ] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 92196 INFO  (qtp1558944917-2287) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 92200 INFO  (qtp1558944917-2287) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 92205 INFO  (qtp1558944917-2287) [    ] 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> 92206 INFO  (cdcr-bootstrap-status-746-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping 
for 2000 ms
   [junit4]   2> 92208 INFO  (qtp843982846-2331) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 92208 INFO  (qtp843982846-2331) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 92246 INFO  (qtp843982846-2331) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a088dea[cdcr-source_shard1_replica1] realtime]
   [junit4]   2> 92247 INFO  (qtp843982846-2331) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 92247 INFO  (qtp843982846-2331) [    ] 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=38
   [junit4]   2> 92264 INFO  (qtp843982846-2340) [    ] 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> 92265 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 92265 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1503918761259
   [junit4]   2> 92265 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 92265 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 92265 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 92318 INFO  (qtp843982846-2326) [    ] 
o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4649, 
name=tlog.0000000000000000000.1576973114170933248}, {size=4770, 
name=tlog.0000000000000000001.1576973114342899712}, {size=4770, 
name=tlog.0000000000000000002.1576973114630209536}, {size=4770, 
name=tlog.0000000000000000003.1576973114745552896}, {size=4770, 
name=tlog.0000000000000000004.1576973114929053696}, {size=4770, 
name=tlog.0000000000000000005.1576973115163934720}, {size=4770, 
name=tlog.0000000000000000006.1576973115306541056}, {size=4770, 
name=tlog.0000000000000000007.1576973115546664960}, {size=4770, 
name=tlog.0000000000000000008.1576973115790983168}, {size=4770, 
name=tlog.0000000000000000009.1576973115930443776}]
   [junit4]   2> 92318 INFO  (qtp843982846-2326) [    ] 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=52
   [junit4]   2> 92318 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 19
   [junit4]   2> 92318 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of tlog files in master: 10
   [junit4]   2> 92324 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 92324 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@613534ba 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@119fb19d)
   [junit4]   2> 92354 INFO  (qtp843982846-2333) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=4
   [junit4]   2> 92360 INFO  (qtp843982846-2330) [    ] 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> 92364 INFO  (qtp843982846-2328) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92368 INFO  (qtp843982846-2331) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92373 INFO  (qtp843982846-2338) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_MockRandom_0.tfp&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92382 INFO  (qtp843982846-2329) [    ] 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=1
   [junit4]   2> 92424 INFO  (qtp843982846-2340) [    ] 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> 92429 INFO  (qtp843982846-2326) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92441 INFO  (qtp843982846-2326) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92451 INFO  (qtp843982846-2333) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92458 INFO  (qtp843982846-2330) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_MockRandom_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92468 INFO  (qtp843982846-2328) [    ] 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> 92477 INFO  (qtp843982846-2331) [    ] 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> 92493 INFO  (qtp843982846-2338) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92511 INFO  (qtp843982846-2329) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92516 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92522 INFO  (qtp843982846-2326) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92528 INFO  (qtp843982846-2333) [    ] 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> 92533 INFO  (qtp843982846-2330) [    ] 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> 92536 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4649, 
name=tlog.0000000000000000000.1576973114170933248}, {size=4770, 
name=tlog.0000000000000000001.1576973114342899712}, {size=4770, 
name=tlog.0000000000000000002.1576973114630209536}, {size=4770, 
name=tlog.0000000000000000003.1576973114745552896}, {size=4770, 
name=tlog.0000000000000000004.1576973114929053696}, {size=4770, 
name=tlog.0000000000000000005.1576973115163934720}, {size=4770, 
name=tlog.0000000000000000006.1576973115306541056}, {size=4770, 
name=tlog.0000000000000000007.1576973115546664960}, {size=4770, 
name=tlog.0000000000000000008.1576973115790983168}, {size=4770, 
name=tlog.0000000000000000009.1576973115930443776}]
   [junit4]   2> 92544 INFO  (qtp843982846-2328) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576973114170933248&wt=filestream&command=filecontent}
 status=0 QTime=2
   [junit4]   2> 92552 INFO  (qtp843982846-2331) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576973114342899712&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92557 INFO  (qtp843982846-2338) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576973114630209536&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92562 INFO  (qtp843982846-2329) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576973114745552896&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92567 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576973114929053696&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92571 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576973115163934720&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92577 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576973115306541056&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92584 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576973115546664960&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92589 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576973115790983168&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92595 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576973115930443776&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 92597 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=92950) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@613534ba 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@119fb19d)
   [junit4]   2> 92727 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 92727 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica1
   [junit4]   2> 92791 INFO  (Thread-337) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 92841 INFO  (Thread-337) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica1] Schema name=minimal
   [junit4]   2> 92849 INFO  (Thread-337) [    ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 92850 INFO  (Thread-337) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'cdcr-target_shard1_replica1' using configuration from 
collection cdcr-target
   [junit4]   2> 92856 INFO  (Thread-337) [    ] 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_9A9809F299BDAE9A-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_9A9809F299BDAE9A-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica1\data\]
   [junit4]   2> 93070 INFO  (Thread-337) [    ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 93070 INFO  (Thread-337) [    ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 93076 INFO  (Thread-337) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@608cd03a[cdcr-target_shard1_replica1] main]
   [junit4]   2> 93088 INFO  (Thread-337) [    ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 93089 INFO  (Thread-337) [    ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 93089 INFO  (Thread-337) [    ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 93095 INFO  (Thread-337) [    ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 93095 INFO  (Thread-337) [    ] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 93102 INFO  (searcherExecutor-786-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher 
Searcher@608cd03a[cdcr-target_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000)))}
   [junit4]   2> 93122 INFO  (Thread-337) [    ] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 93123 INFO  (Thread-337) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6816edf8[cdcr-target_shard1_replica1] main]
   [junit4]   2> 93123 INFO  (Thread-337) [    ] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c67a590
   [junit4]   2> 93123 INFO  (searcherExecutor-786-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica1] Registered new searcher 
Searcher@6816edf8[cdcr-target_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000)))}
   [junit4]   2> 93123 INFO  (Thread-337) [    ] o.a.s.h.CdcrRequestHandler 
Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 93127 INFO  (Thread-337) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.cdcr-target.shard1.replica1
   [junit4]   2> 93127 INFO  (recoveryExecutor-720-thread-1) [    ] 
o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 93203 INFO  (qtp1558944917-2287) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 93203 INFO  (qtp1558944917-2287) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 93205 INFO  (qtp1558944917-2287) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 93206 INFO  (qtp1558944917-2287) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 93209 INFO  (qtp1558944917-2296) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:3&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 93215 INFO  (qtp1558944917-2294) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=CANCEL_BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 94207 WARN  (cdcr-bootstrap-status-746-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: 
cdcr-target shard: shard1 to complete
   [junit4]   2> 94208 INFO  (zkCallback-734-thread-1) [    ] 
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> 94209 INFO  (qtp843982846-2340) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:3&action=stop&wt=javabin&version=2} 
status=0 QTime=997
   [junit4]   2> 94209 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STOPPED @ cdcr-source:shard1
   [junit4]   2> 94212 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.h.CdcrBufferStateManager The CDCR buffer state has changed: WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/buffer @ cdcr-source:shard1
   [junit4]   2> 94213 INFO  (qtp843982846-2331) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:3&action=disablebuffer&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1100
   [junit4]   2> 94215 INFO  (zkCallback-734-thread-1) [    ] 
o.a.s.h.CdcrBufferStateManager Received new CDCR buffer state from watcher: 
DISABLED @ cdcr-source:shard1
   [junit4]   2> 94228 INFO  (qtp843982846-2338) [    ] 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=10
   [junit4]   2> 94231 INFO  (qtp843982846-2329) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94231 INFO  (qtp843982846-2329) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 94440 INFO  (qtp843982846-2329) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77e7baa5[cdcr-source_shard1_replica1] main]
   [junit4]   2> 94442 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@77e7baa5[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(6.6.1):C1000)
 Uninverting(_b(6.6.1):C100)))}
   [junit4]   2> 94737 INFO  (qtp843982846-2329) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 94845 INFO  (qtp843982846-2329) [    ] 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=614
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1200
   [junit4]   2> 94857 INFO  (qtp843982846-2326) [    ] 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> 94861 INFO  (qtp843982846-2326) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 94861 INFO  (qtp843982846-2326) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 95313 INFO  (qtp843982846-2326) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@80f6a0c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 95314 INFO  (qtp843982846-2326) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 95316 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@80f6a0c[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> 95316 INFO  (qtp843982846-2326) [    ] 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=455
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1300
   [junit4]   2> 95340 INFO  (qtp843982846-2330) [    ] 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> 95346 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 95346 INFO  (qtp843982846-2330) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 95530 INFO  (qtp843982846-2330) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6595b891[cdcr-source_shard1_replica1] main]
   [junit4]   2> 95531 INFO  (qtp843982846-2330) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 95533 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@6595b891[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> 95535 INFO  (qtp843982846-2330) [    ] 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=189
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1400
   [junit4]   2> 95547 INFO  (qtp843982846-2328) [    ] 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> 95552 INFO  (qtp843982846-2328) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 95552 INFO  (qtp843982846-2328) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 95706 INFO  (qtp843982846-2328) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7edfe73d[cdcr-source_shard1_replica1] main]
   [junit4]   2> 95708 INFO  (qtp843982846-2328) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 95709 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@7edfe73d[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> 95711 INFO  (qtp843982846-2328) [    ] 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=159
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1500
   [junit4]   2> 95727 INFO  (qtp843982846-2331) [    ] 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> 95733 INFO  (qtp843982846-2331) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 95733 INFO  (qtp843982846-2331) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 95839 INFO  (qtp843982846-2331) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59df4a3[cdcr-source_shard1_replica1] main]
   [junit4]   2> 95840 INFO  (qtp843982846-2331) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 95841 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@59df4a3[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> 95841 INFO  (qtp843982846-2331) [    ] 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=108
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1600
   [junit4]   2> 95852 INFO  (qtp843982846-2329) [    ] 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> 95855 INFO  (qtp843982846-2333) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 95855 INFO  (qtp843982846-2333) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34de7f0d
   [junit4]   2> 95971 INFO  (qtp843982846-2333) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@748aca05[cdcr-source_shard1_replica1] main]
   [junit4]   2> 95971 INFO  (qtp843982846-2333) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 95975 INFO  (searcherExecutor-768-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher 
Searcher@748aca05[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> 95977 INFO  (qtp843982846-2333) [    ] 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=121
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1700
   [junit4]   2> 95998 INFO  (qtp843982846-2326) [    ] 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=14
   [junit4]   2> 96003 INFO  (qtp843982846-2326) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   

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

y-closer-2855-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.jvm
   [junit4]   2> 1384294 INFO  (jetty-closer-2855-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1384294 INFO  (jetty-closer-2855-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1384294 INFO  (jetty-closer-2855-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1384302 WARN  (zkCallback-2876-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1384303 INFO  (zkCallback-2874-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1384303 INFO  (jetty-closer-2855-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@795ac333{/solr,null,UNAVAILABLE}
   [junit4]   2> 1384305 INFO  (zkCallback-2875-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1384305 INFO  (jetty-closer-2855-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=98560898615148554-127.0.0.1:58142_solr-n_0000000000) closing
   [junit4]   2> 1384306 INFO  
(OverseerStateUpdate-98560898615148554-127.0.0.1:58142_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58142_solr
   [junit4]   2> 1384306 WARN  (zkCallback-2875-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1384307 INFO  (zkCallback-2874-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1384307 WARN  (zkCallback-2874-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> 1384309 INFO  (jetty-closer-2855-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4d79ebb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1385803 WARN  (zkCallback-2873-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1385803 INFO  (jetty-closer-2855-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6e60f37f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1385804 INFO  (jetty-closer-2855-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@509788b7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1385807 ERROR 
(SUITE-CollectionsAPIDistributedZkTest-seed#[9A9809F299BDAE9A]-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> 1385808 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9A9809F299BDAE9A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58132 58132
   [junit4]   2> 1385809 INFO  (Thread-3349) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:58132 58132
   [junit4]   2> 1385811 WARN  (Thread-3349) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/aliases.json
   [junit4]   2>        23      /solr/configs/conf
   [junit4]   2>        5       /solr/configs/conf2
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        232     /solr/clusterstate.json
   [junit4]   2>        25      /solr/clusterprops.json
   [junit4]   2>        5       
/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2>        4       
/solr/collections/nodes_used_collection/state.json
   [junit4]   2>        4       /solr/collections/addReplicaColl/state.json
   [junit4]   2>        4       /solr/collections/reloaded_collection/state.json
   [junit4]   2>        3       
/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2>        2       /solr/collections/onlyinzk/state.json
   [junit4]   2>        2       
/solr/collections/addReplicaColl/leader_elect/shard1/election/98560898615148555-core_node2-n_0000000001
   [junit4]   2>        2       
/solr/collections/awhollynewcollection_0/leader_elect/shard2/election/98560898615148553-core_node7-n_0000000001
   [junit4]   2>        2       
/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        455     /solr/collections
   [junit4]   2>        25      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1385812 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[9A9809F299BDAE9A]-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_9A9809F299BDAE9A-001
   [junit4]   2> Aug 28, 2017 11:34:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=Asserting), id=BlockTreeOrds(blocksize=128)}, 
docValues:{}, maxPointsInLeafNode=1656, maxMBSortInHeap=7.724322381360382, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lrc-IQ, 
timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=191414792,total=429916160
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, 
JavabinLoaderTest, TestSolrCoreParser, StressHdfsTest, TestHdfsUpdateLog, 
TestTolerantUpdateProcessorRandomCloud, SimpleCollectionCreateDeleteTest, 
FastVectorHighlighterTest, SharedFSAutoReplicaFailoverTest, 
TestJettySolrRunner, ParsingFieldUpdateProcessorsTest, OutputWriterTest, 
DistributedMLTComponentTest, TestDocumentBuilder, SolrJmxReporterCloudTest, 
TestDistributedSearch, TestPivotHelperCode, TestManagedSchema, 
OpenExchangeRatesOrgProviderTest, ClassificationUpdateProcessorFactoryTest, 
TestTolerantSearch, TestClassicSimilarityFactory, TestStressLiveNodes, 
SolrTestCaseJ4Test, BadComponentTest, TestCollationFieldDocValues, 
TestReplicaProperties, SmileWriterTest, TestConfigsApi, DocValuesMultiTest, 
DeleteStatusTest, LeaderInitiatedRecoveryOnCommitTest, 
XmlUpdateRequestHandlerTest, QueryEqualityTest, ShardRoutingTest, 
DistributedFacetExistsSmallTest, MultiTermTest, TestAuthorizationFramework, 
CustomCollectionTest, TestSchemaResource, TestBinaryField, 
TestOnReconnectListenerSupport, TestStressVersions, TestSchemaManager, 
TestCloudRecovery, SoftAutoCommitTest, CdcrUpdateLogTest, 
BasicDistributedZkTest, TestBulkSchemaAPI, PrimUtilsTest, TestFaceting, 
TestLeaderElectionWithEmptyReplica, SolrPluginUtilsTest, 
ClassificationUpdateProcessorTest, TestWordDelimiterFilterFactory, 
SuggesterFSTTest, CdcrRequestHandlerTest, TestInPlaceUpdatesStandalone, 
TestDocBasedVersionConstraints, ConjunctionSolrSpellCheckerTest, 
HdfsDirectoryTest, TestFieldCacheSort, TestRemoteStreaming, 
DocumentBuilderTest, TestUnifiedSolrHighlighter, TestElisionMultitermQuery, 
TestSolrConfigHandlerConcurrent, TestCoreContainer, TestQueryWrapperFilter, 
TestCursorMarkWithoutUniqueKey, EnumFieldTest, FileUtilsTest, MetricUtilsTest, 
SpatialFilterTest, TestSearcherReuse, DistributedSuggestComponentTest, 
DistributedDebugComponentTest, TestDistribDocBasedVersion, TestCollectionAPI, 
TestPseudoReturnFields, TestApiFramework, TestConfigSetsAPIExclusivity, 
InfoHandlerTest, MoreLikeThisHandlerTest, QueryElevationComponentTest, 
PeerSyncTest, TestFastLRUCache, TestHighFrequencyDictionaryFactory, TestSort, 
BlockDirectoryTest, TestBulkSchemaConcurrent, TestStressReorder, 
VersionInfoTest, TestHashPartitioner, UniqFieldsUpdateProcessorFactoryTest, 
NodeMutatorTest, RecoveryZkTest, TestJmxIntegration, PluginInfoTest, 
TestRandomRequestDistribution, TestFastOutputStream, MoveReplicaTest, 
PropertiesRequestHandlerTest, TestCryptoKeys, HdfsUnloadDistributedZkTest, 
TestInitParams, ReplicationFactorTest, 
StatelessScriptUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
HttpSolrCallGetCoreTest, CdcrReplicationDistributedZkTest, BooleanFieldTest, 
TestCustomStream, BitVectorTest, SolrCoreMetricManagerTest, HttpPartitionTest, 
TestConfigSetImmutable, DistributedFacetPivotLongTailTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestReplicationHandler, 
LeaderElectionTest, TestDistributedStatsComponentCardinality, 
TestFieldCacheReopen, TestSolrDeletionPolicy1, CurrencyFieldXmlFileTest, 
TestExclusionRuleCollectionAccess, SyncSliceTest, 
TriLevelCompositeIdRoutingTest, TestCollapseQParserPlugin, 
TestExtendedDismaxParser, TestRuleBasedAuthorizationPlugin, 
SolrGangliaReporterTest, DeleteLastCustomShardedReplicaTest, 
TestSurroundQueryParser, ResponseLogComponentTest, DateRangeFieldTest, 
DeleteReplicaTest, TestFieldTypeResource, TestHighlightDedupGrouping, 
SolrSlf4jReporterTest, TestCSVLoader, TestSolrIndexConfig, TestSimpleTextCodec, 
TestUpdate, WrapperMergePolicyFactoryTest, 
TestSolrQueryParserDefaultOperatorResource, DisMaxRequestHandlerTest, 
TestSQLHandlerNonCloud, DocExpirationUpdateProcessorFactoryTest, 
TestNamedUpdateProcessors, TestBackupRepositoryFactory, SystemInfoHandlerTest, 
SynonymTokenizerTest, TestSolrCloudWithKerberosAlt, 
CloudExitableDirectoryReaderTest, TestNestedDocsSort, HdfsRecoverLeaseTest, 
CursorMarkTest, DistributedQueueTest, OverseerStatusTest, 
AtomicUpdateProcessorFactoryTest, CloudMLTQParserTest, DOMUtilTest, 
TestUniqueKeyFieldResource, InfixSuggestersTest, TestMacros, 
DistributedQueryComponentCustomSortTest, AddBlockUpdateTest, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [363/713 (3!)] on J0 in 91.36s, 20 tests, 1 failure <<< 
FAILURES!

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

Reply via email to