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

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

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

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


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

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

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:53051/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([25E00B348F6EE361:ADB434EE21928E99]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11736 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 1673744 INFO  
(SUITE-CdcrBootstrapTest-seed#[25E00B348F6EE361]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\init-core-data-001
   [junit4]   2> 1673745 WARN  
(SUITE-CdcrBootstrapTest-seed#[25E00B348F6EE361]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1673745 INFO  
(SUITE-CdcrBootstrapTest-seed#[25E00B348F6EE361]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1673747 INFO  
(SUITE-CdcrBootstrapTest-seed#[25E00B348F6EE361]-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> 1673748 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1673748 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001
   [junit4]   2> 1673749 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1673749 INFO  (Thread-1877) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1673749 INFO  (Thread-1877) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1673754 ERROR (Thread-1877) [    ] 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> 1673849 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.ZkTestServer start zk server on port:62119
   [junit4]   2> 1673854 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 0x15e27a15d670000, 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> 1673856 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1673856 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1da1ec1{/solr,null,AVAILABLE}
   [junit4]   2> 1673858 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d4b89c{HTTP/1.1,[http/1.1]}{127.0.0.1:62123}
   [junit4]   2> 1673858 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.e.j.s.Server Started @1683201ms
   [junit4]   2> 1673858 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62123}
   [junit4]   2> 1673858 ERROR (jetty-launcher-1740-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1673859 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1673859 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1673859 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1673859 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T06:57:20.337823200Z
   [junit4]   2> 1673863 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1673873 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62119/solr
   [junit4]   2> 1674003 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1674004 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62123_solr
   [junit4]   2> 1674006 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98559815858978819-127.0.0.1:62123_solr-n_0000000000) starting
   [junit4]   2> 1674012 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62123_solr
   [junit4]   2> 1674013 INFO  (zkCallback-1747-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1674331 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62123.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674339 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62123.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674339 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62123.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674340 INFO  (jetty-launcher-1740-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001\node1\.
   [junit4]   2> 1674361 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 0x15e27a15d670004, 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> 1674366 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 0x15e27a15d670005, 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:62119/solr
   [junit4]   2> 1674367 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-source-001
   [junit4]   2> 1674367 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1674367 INFO  (Thread-1890) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1674367 INFO  (Thread-1890) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1674371 ERROR (Thread-1890) [    ] 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> 1674468 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.ZkTestServer start zk server on port:62143
   [junit4]   2> 1674474 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1674475 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10336fb{/solr,null,AVAILABLE}
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16280ad{HTTP/1.1,[http/1.1]}{127.0.0.1:62147}
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.Server Started @1683819ms
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62147}
   [junit4]   2> 1674476 ERROR (jetty-launcher-1752-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1674476 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T06:57:20.954840300Z
   [junit4]   2> 1674480 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1674484 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 0x15e27a15fd10001, 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> 1674488 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62143/solr
   [junit4]   2> 1674602 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1674603 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62147_solr
   [junit4]   2> 1674604 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98559815899480067-127.0.0.1:62147_solr-n_0000000000) starting
   [junit4]   2> 1674611 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62147_solr
   [junit4]   2> 1674613 INFO  
(OverseerStateUpdate-98559815899480067-127.0.0.1:62147_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1674916 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62147.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674926 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62147.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674926 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62147.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1674927 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-source-001\node1\.
   [junit4]   2> 1674978 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1674980 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62143/solr ready
   [junit4]   2> 1674985 INFO  (qtp1211547-12278) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1674992 INFO  (OverseerThreadFactory-4662-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 1675105 INFO  
(OverseerStateUpdate-98559815899480067-127.0.0.1:62147_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62147/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1675307 INFO  (qtp1211547-12280) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1675307 INFO  (qtp1211547-12280) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1675416 INFO  (zkCallback-1759-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> 1675416 INFO  (zkCallback-1759-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1676322 INFO  (qtp1211547-12280) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1676326 INFO  (qtp1211547-12280) [    ] 
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> 1676329 INFO  (qtp1211547-12280) [    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1676332 INFO  (qtp1211547-12280) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1676333 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1676336 INFO  (qtp1211547-12280) [    ] 
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> 1676336 INFO  (qtp1211547-12280) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from 
collection cdcr-source, trusted=true
   [junit4]   2> 1676337 INFO  (qtp1211547-12280) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62147.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1676337 INFO  (qtp1211547-12280) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1676337 INFO  (qtp1211547-12280) [    ] o.a.s.c.SolrCore 
[[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 1676443 INFO  (qtp1211547-12280) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1676443 INFO  (qtp1211547-12280) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1676444 INFO  (qtp1211547-12280) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1676444 INFO  (qtp1211547-12280) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1676448 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4865e8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1676449 INFO  (qtp1211547-12280) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 1676450 INFO  (qtp1211547-12280) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1676450 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1676450 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1676451 INFO  (qtp1211547-12280) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1676456 INFO  (qtp1211547-12280) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1676459 INFO  (qtp1211547-12280) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 1676479 INFO  (qtp1211547-12280) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576957056602079232
   [junit4]   2> 1676480 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@4865e8[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1676486 INFO  (qtp1211547-12280) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1676486 INFO  (qtp1211547-12280) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1676486 INFO  (qtp1211547-12280) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:62147/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1676487 INFO  (qtp1211547-12280) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1676487 INFO  (qtp1211547-12280) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:62147/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1676487 INFO  (qtp1211547-12280) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1676491 INFO  (zkCallback-1759-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 1676492 INFO  (qtp1211547-12280) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62147/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1676597 INFO  (zkCallback-1759-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> 1676597 INFO  (zkCallback-1759-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1676646 INFO  (qtp1211547-12280) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1676647 INFO  (qtp1211547-12280) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1340
   [junit4]   2> 1676652 INFO  (qtp1211547-12278) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1676754 INFO  (zkCallback-1759-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> 1676754 INFO  (zkCallback-1759-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1676990 INFO  
(OverseerCollectionConfigSetProcessor-98559815899480067-127.0.0.1:62147_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> 1677653 INFO  (qtp1211547-12278) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2666
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 1677663 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1677664 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957057844641792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677664 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957057844641792
   [junit4]   2> 1677714 INFO  (qtp1211547-12282) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d324a0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677715 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677716 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@d324a0[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 1677716 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=53
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 1677724 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1677725 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957057908604928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677726 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957057908604928
   [junit4]   2> 1677760 INFO  (qtp1211547-12276) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a3403[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677760 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677762 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@5a3403[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 1677763 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 1677770 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1677770 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957057955790848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677770 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957057955790848
   [junit4]   2> 1677809 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@90096c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677809 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677811 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@90096c[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100)))}
   [junit4]   2> 1677812 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=41
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 1677821 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1677821 INFO  (qtp1211547-12281) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058009268224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677821 INFO  (qtp1211547-12281) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058009268224
   [junit4]   2> 1677867 INFO  (qtp1211547-12281) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@573971[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677868 INFO  (qtp1211547-12281) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677870 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@573971[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100)))}
   [junit4]   2> 1677870 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=48
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 1677877 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1677877 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058067988480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677877 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058067988480
   [junit4]   2> 1677922 INFO  (qtp1211547-12283) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a01900[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677922 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677923 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1a01900[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100)))}
   [junit4]   2> 1677923 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=46
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 1677930 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1677931 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058124611584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677931 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058124611584
   [junit4]   2> 1677979 INFO  (qtp1211547-12279) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@556a5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1677979 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1677981 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@556a5[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100)))}
   [junit4]   2> 1677981 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=50
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 1677988 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1677989 INFO  (qtp1211547-12278) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058184380416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1677989 INFO  (qtp1211547-12278) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058184380416
   [junit4]   2> 1678056 INFO  (qtp1211547-12278) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f2bbb[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1678058 INFO  (qtp1211547-12278) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1678059 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@7f2bbb[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100)))}
   [junit4]   2> 1678060 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=70
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 1678066 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1678066 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058266169344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1678066 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058266169344
   [junit4]   2> 1678117 INFO  (qtp1211547-12282) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@100e8f1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1678117 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1678119 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@100e8f1[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100)))}
   [junit4]   2> 1678119 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=53
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 1678125 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1678126 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058329083904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1678126 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058329083904
   [junit4]   2> 1678184 INFO  (qtp1211547-12276) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1235bb3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1678184 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1678185 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1235bb3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100)))}
   [junit4]   2> 1678185 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=59
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1678191 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1678192 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957058398289920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1678192 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957058398289920
   [junit4]   2> 1678253 INFO  (qtp1211547-12280) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e3724f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1678254 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1678255 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@e3724f[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 1678256 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=62
   [junit4]   2> 1678257 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 1678268 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 0x15e27a15d670006, 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> 1678273 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1678274 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[25E00B348F6EE361])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62119/solr ready
   [junit4]   2> 1678275 INFO  (qtp1345737-12231) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1678280 INFO  (OverseerThreadFactory-4654-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 1678398 INFO  
(OverseerStateUpdate-98559815858978819-127.0.0.1:62123_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62123/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1678600 INFO  (qtp1345737-12238) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1678601 INFO  (qtp1345737-12238) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1678708 INFO  (zkCallback-1747-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> 1678709 INFO  (zkCallback-1747-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> 1679613 INFO  (qtp1345737-12238) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1679617 INFO  (qtp1345737-12238) [    ] 
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> 1679620 INFO  (qtp1345737-12238) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1679621 INFO  (qtp1345737-12238) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1679622 INFO  (qtp1345737-12238) [    ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 1679625 INFO  (qtp1345737-12238) [    ] 
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> 1679625 INFO  (qtp1345737-12238) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from 
collection cdcr-target, trusted=true
   [junit4]   2> 1679626 INFO  (qtp1345737-12238) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62123.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1679626 INFO  (qtp1345737-12238) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1679626 INFO  (qtp1345737-12238) [    ] o.a.s.c.SolrCore 
[[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 1679710 INFO  (qtp1345737-12238) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1679710 INFO  (qtp1345737-12238) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1679712 INFO  (qtp1345737-12238) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1679712 INFO  (qtp1345737-12238) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1679713 INFO  (qtp1345737-12238) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1402426[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 1679716 INFO  (qtp1345737-12238) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 1679716 INFO  (qtp1345737-12238) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 1679716 INFO  (qtp1345737-12238) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 1679717 INFO  (qtp1345737-12238) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1679718 INFO  (qtp1345737-12238) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1679721 INFO  (qtp1345737-12238) [    ] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 1679723 INFO  (qtp1345737-12238) [    ] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 1679724 INFO  (searcherExecutor-4671-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@1402426[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679725 INFO  (qtp1345737-12238) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576957060005756928
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 1679731 INFO  (qtp1345737-12238) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1679735 INFO  (zkCallback-1747-thread-2) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 1679738 INFO  (qtp1345737-12238) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 1679842 INFO  (zkCallback-1747-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> 1679842 INFO  (zkCallback-1747-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> 1679890 INFO  (qtp1345737-12238) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1679891 INFO  (qtp1345737-12238) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1291
   [junit4]   2> 1679894 INFO  (qtp1345737-12231) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1679996 INFO  (zkCallback-1747-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> 1679996 INFO  (zkCallback-1747-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> 1680285 INFO  
(OverseerCollectionConfigSetProcessor-98559815858978819-127.0.0.1:62123_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> 1680895 INFO  (qtp1345737-12231) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2619
   [junit4]   2> 1681898 INFO  (zkCallback-1747-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> 1681898 INFO  (qtp1345737-12237) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} 
status=0 QTime=2
   [junit4]   2> 1681899 INFO  (zkCallback-1747-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-target:shard1
   [junit4]   2> 1681904 INFO  (qtp1211547-12278) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1681906 INFO  (qtp1211547-12278) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62119/solr ready
   [junit4]   2> 1681911 INFO  (qtp1345737-12233) [    ] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1681911 INFO  (qtp1345737-12233) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1681912 INFO  (qtp1345737-12235) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 1681912 INFO  (qtp1211547-12278) [    ] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 1681912 INFO  (qtp1211547-12278) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 1681914 INFO  (qtp1211547-12278) [    ] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 1681915 INFO  (zkCallback-1759-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> 1681915 INFO  (zkCallback-1759-thread-1) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 1681915 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=15
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 1681917 INFO  (cdcr-bootstrap-status-1771-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1681919 INFO  (qtp1345737-12244) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:62147/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1681921 INFO  (qtp1345737-12238) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1681921 WARN  (cdcr-bootstrap-status-1771-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target 
collection: cdcr-target shard: shard1, leader: 
http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1681921 INFO  (cdcr-bootstrap-status-1771-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target shard: shard1 leader: 
http://127.0.0.1:62123/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1681921 INFO  (qtp1345737-12231) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:62147/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1681923 INFO  (qtp1345737-12237) [    ] o.a.s.c.S.Request 
[cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1681924 INFO  (cdcr-bootstrap-status-1771-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping 
for 2000 ms
   [junit4]   2> 1681926 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1681928 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1681928 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957062315769856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1681928 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957062315769856
   [junit4]   2> 1681966 INFO  (qtp1211547-12283) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2bbc46[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1681967 INFO  (qtp1211547-12283) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1681967 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957062316818432,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1681968 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1681968 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@2bbc46[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100)))}
   [junit4]   2> 1681969 INFO  (qtp1211547-12279) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1681969 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=39
   [junit4]   2> 1681971 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1681971 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 1681971 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1503903448406
   [junit4]   2> 1681971 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1681971 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1681971 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1682006 INFO  (qtp1211547-12280) [    ] 
o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, 
name=tlog.0000000000000000000.1576957057835204608}, {size=4778, 
name=tlog.0000000000000000001.1576957057900216320}, {size=4778, 
name=tlog.0000000000000000002.1576957057948450816}, {size=4778, 
name=tlog.0000000000000000003.1576957058000879616}, {size=4778, 
name=tlog.0000000000000000004.1576957058061697024}, {size=4778, 
name=tlog.0000000000000000005.1576957058117271552}, {size=4778, 
name=tlog.0000000000000000006.1576957058178088960}, {size=4778, 
name=tlog.0000000000000000007.1576957058260926464}, {size=4778, 
name=tlog.0000000000000000008.1576957058322792448}, {size=4778, 
name=tlog.0000000000000000009.1576957058391998464}, {size=4878, 
name=tlog.0000000000000000010.1576957062305284096}]
   [junit4]   2> 1682006 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=33
   [junit4]   2> 1682007 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 41
   [junit4]   2> 1682007 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 1682012 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1682012 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@32dfef 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1661913)
   [junit4]   2> 1682012 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682014 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682016 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682017 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682019 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682020 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682021 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682023 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682024 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682025 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682026 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682027 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Direct_0.dvdm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682028 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_1.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682030 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682031 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682031 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682034 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Direct_0.dvdd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682035 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.dim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682036 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_1.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682037 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682038 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682039 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_a_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682041 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682042 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682043 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682044 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682045 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.dim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682046 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682047 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682048 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682049 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682050 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682051 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682053 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682053 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=125
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 1682054 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682054 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682070 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682074 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 1682075 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682076 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957062470959104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1682076 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957062470959104
   [junit4]   2> 1682079 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682080 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=_b_LuceneVarGapFixedInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682082 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682082 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4657, 
name=tlog.0000000000000000000.1576957057835204608}, {size=4778, 
name=tlog.0000000000000000001.1576957057900216320}, {size=4778, 
name=tlog.0000000000000000002.1576957057948450816}, {size=4778, 
name=tlog.0000000000000000003.1576957058000879616}, {size=4778, 
name=tlog.0000000000000000004.1576957058061697024}, {size=4778, 
name=tlog.0000000000000000005.1576957058117271552}, {size=4778, 
name=tlog.0000000000000000006.1576957058178088960}, {size=4778, 
name=tlog.0000000000000000007.1576957058260926464}, {size=4778, 
name=tlog.0000000000000000008.1576957058322792448}, {size=4778, 
name=tlog.0000000000000000009.1576957058391998464}, {size=4878, 
name=tlog.0000000000000000010.1576957062305284096}]
   [junit4]   2> 1682087 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576957057835204608&wt=filestream&command=filecontent}
 status=0 QTime=1
   [junit4]   2> 1682089 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576957057900216320&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682091 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576957057948450816&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682094 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576957058000879616&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682096 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576957058061697024&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682099 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576957058117271552&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682102 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576957058178088960&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682104 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576957058260926464&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682105 INFO  (qtp1211547-12280) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576957058322792448&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682107 INFO  (qtp1211547-12278) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576957058391998464&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682109 INFO  (qtp1211547-12283) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000010.1576957062305284096&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1682110 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=104986) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@32dfef 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1661913)
   [junit4]   2> 1682120 INFO  (qtp1211547-12282) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@791718[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1682120 INFO  (qtp1211547-12282) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1682123 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@791718[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100) Uninverting(_c(8.0.0):C100)))}
   [junit4]   2> 1682123 INFO  (qtp1211547-12282) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=46
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   2> 1682124 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1682124 INFO  (recoveryExecutor-1745-thread-1) [    ] 
o.a.s.h.IndexFetcher Reloading SolrCore cdcr-target_shard1_replica_n1
   [junit4]   2> 1682129 INFO  (qtp1211547-12281) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1682130 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957062527582208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1682130 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@f4662d 
commitCommandVersion:1576957062527582208
   [junit4]   2> 1682141 INFO  (Thread-1901) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1682147 INFO  (Thread-1901) [    ] o.a.s.s.IndexSchema 
[cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1682149 INFO  (Thread-1901) [    ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1682149 INFO  (Thread-1901) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'cdcr-target_shard1_replica_n1' using configuration from 
collection cdcr-target
   [junit4]   2> 1682189 INFO  (qtp1211547-12276) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@989ca3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1682190 INFO  (qtp1211547-12276) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1682191 INFO  (searcherExecutor-4665-thread-1) [    ] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@989ca3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)
 Uninverting(_b(8.0.0):C100) Uninverting(_c(8.0.0):C100) 
Uninverting(_d(8.0.0):C100)))}
   [junit4]   2> 1682191 INFO  (qtp1211547-12276) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   2> 1682195 INFO  (Thread-1901) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_62123.solr.core.cdcr-target.shard1.replica_n1' 
(registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@bd2cdb
   [junit4]   2> 1682195 INFO  (Thread-1901) [    ] o.a.s.c.SolrCore 
[[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_25E00B348F6EE361-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 1682197 INFO  (qtp1211547-12279) [    ] o.a.s.c.S.Request 
[cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1682197 INFO  (qtp1211547-12280) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576957062597836811,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1682198 INFO  (qtp1211547-122

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

titionTest -Dtests.method=test -Dtests.seed=25E00B348F6EE361 -Dtests.slow=true 
-Dtests.locale=kk -Dtests.timezone=Etc/GMT-10 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 29.2s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not 
found in http://127.0.0.1:53051/collMinRf_1x3 due to: Path not found: /id; 
rsp={doc=null}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([25E00B348F6EE361:ADB434EE21928E99]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_25E00B348F6EE361-001
   [junit4]   2> Aug 28, 2017 7:11:52 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(Lucene70): 
{multiDefault=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=BlockTreeOrds(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=947, 
maxMBSortInHeap=6.371613227600683, sim=RandomSimilarity(queryNorm=true): {}, 
locale=kk, timezone=Etc/GMT-10
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 
(32-bit)/cpus=3,threads=1,free=151401136,total=458616832
   [junit4]   2> NOTE: All tests run in this JVM: [SearchHandlerTest, 
TestSolrJ, TestFilteredDocIdSet, TestDocumentBuilder, 
DistributedFacetPivotLargeTest, TestComponentsName, UpdateParamsTest, 
StressHdfsTest, DistributedQueryElevationComponentTest, 
TestManagedSynonymGraphFilterFactory, SolrSlf4jReporterTest, 
MetricsHandlerTest, TestSerializedLuceneMatchVersion, MultiThreadedOCPTest, 
TestPivotHelperCode, DocValuesMissingTest, TestHdfsUpdateLog, 
TestSolrIndexConfig, DocValuesNotIndexedTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestPartialUpdateDeduplication, 
CollectionsAPIDistributedZkTest, V2ApiIntegrationTest, SecurityConfHandlerTest, 
TestSearchPerf, TestNumericRangeQuery32, TestCustomDocTransformer, TestDocSet, 
ChaosMonkeySafeLeaderTest, TestScoreJoinQPScore, ConvertedLegacyTest, 
TestValueSourceCache, RecoveryAfterSoftCommitTest, DistributedMLTComponentTest, 
DocValuesMultiTest, TestTestInjection, TestSizeLimitedDistributedMap, 
LukeRequestHandlerTest, TestRangeQuery, TestLocalFSCloudBackupRestore, 
DirectSolrSpellCheckerTest, LargeFieldTest, FacetPivotSmallTest, 
BadComponentTest, BasicFunctionalityTest, OpenCloseCoreStressTest, 
TestSQLHandlerNonCloud, TestSolrCoreParser, AddBlockUpdateTest, 
HdfsDirectoryFactoryTest, TestUseDocValuesAsStored2, 
TestEmbeddedSolrServerSchemaAPI, TestPrepRecovery, 
TestPullReplicaErrorHandling, SolrPluginUtilsTest, 
LeaderElectionContextKeyTest, TestPayloadCheckQParserPlugin, TestSolrXml, 
AliasIntegrationTest, TestFieldTypeCollectionResource, TestCollationField, 
TestAddFieldRealTimeGet, TestHalfAndHalfDocValues, CurrencyFieldTypeTest, 
MoveReplicaHDFSUlogDirTest, TestAnalyzedSuggestions, CustomCollectionTest, 
BasicZkTest, TestCrossCoreJoin, TestSimpleTextCodec, TestIndexSearcher, 
TestJavabinTupleStreamParser, DistributedFacetPivotWhiteBoxTest, 
SpellCheckCollatorTest, ReplicaListTransformerTest, TestConfigSetsAPIZkFailure, 
JsonLoaderTest, TestTrieFacet, TestZkAclsWithHadoopAuth, 
FileBasedSpellCheckerTest, TlogReplayBufferedWhileIndexingTest, 
UpdateRequestProcessorFactoryTest, SolrRequestParserTest, 
OverseerTaskQueueTest, TestFieldCache, DOMUtilTest, SmileWriterTest, 
TestPerFieldSimilarity, TestLegacyNumericRangeQueryBuilder, 
TestSchemaNameResource, BaseCdcrDistributedZkTest, TestFieldCacheVsDocValues, 
LeaderFailureAfterFreshStartTest, TestCustomSort, TestCSVLoader, TestBadConfig, 
ConnectionReuseTest, DistribDocExpirationUpdateProcessorTest, TestSmileRequest, 
TestSolrCloudWithKerberosAlt, BasicDistributedZk2Test, TestNestedDocsSort, 
GraphQueryTest, TestStressLiveNodes, TestMergePolicyConfig, 
SolrCoreCheckLockOnStartupTest, MBeansHandlerTest, DocumentBuilderTest, 
TestExactStatsCache, SolrCLIZkUtilsTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestOrdValues, 
TestDistributedMissingSort, DistributedFacetPivotSmallAdvancedTest, 
SolrIndexConfigTest, DebugComponentTest, TestPostingsSolrHighlighter, 
TermsComponentTest, TestCustomStream, TestEmbeddedSolrServerAdminHandler, 
TestBM25SimilarityFactory, VersionInfoTest, ResponseHeaderTest, 
CdcrRequestHandlerTest, TestBlendedInfixSuggestions, 
TestComplexPhraseLeadingWildcard, TestFreeTextSuggestions, TestMacros, 
TestConfigSetsAPI, ConcurrentDeleteAndCreateCollectionTest, BufferStoreTest, 
BadIndexSchemaTest, SuggestComponentTest, TestFastLRUCache, 
SystemInfoHandlerTest, TestUnifiedSolrHighlighter, 
TermVectorComponentDistributedTest, RestartWhileUpdatingTest, 
TestCollectionAPIs, TestSolr4Spatial, TestSubQueryTransformerDistrib, 
DistributedExpandComponentTest, RulesTest, TestZkChroot, PreAnalyzedFieldTest, 
TestRTGBase, JavabinLoaderTest, SolrShardReporterTest, 
TestSuggestSpellingConverter, TestManagedSchemaAPI, LoggingHandlerTest, 
OpenExchangeRatesOrgProviderTest, TestReplicationHandlerBackup, 
TestLegacyFieldReuse, MoreLikeThisHandlerTest, TestManagedResourceStorage, 
AutoCommitTest, CloudMLTQParserTest, TestConfigSets, 
TestMiniSolrCloudClusterSSL, TestQueryTypes, 
PeerSyncWithIndexFingerprintCachingTest, SOLR749Test, TestMaxTokenLenTokenizer, 
TestLuceneMatchVersion, TestStreamBody, ParsingFieldUpdateProcessorsTest, 
CdcrUpdateLogTest, SolrMetricReporterTest, TestRestoreCore, 
TestReloadAndDeleteDocs, TestNumericTerms64, HdfsUnloadDistributedZkTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestRecoveryHdfs, 
TestHashQParserPlugin, TestRandomRequestDistribution, AnalyticsQueryTest, 
UnloadDistributedZkTest, SyncSliceTest, OverseerTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, 
ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, 
ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, 
DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, 
SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, TestSort, 
TestFiltering, TestFunctionQuery, ShowFileRequestHandlerTest, 
SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, 
DocValuesTest, SuggesterTSTTest, TestStressLucene, TestTrie, SpatialFilterTest, 
PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, 
TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, 
XsltUpdateRequestHandlerTest, CacheHeaderTest, DisMaxRequestHandlerTest, 
TestQueryUtils, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
RequestHandlersTest, TermVectorComponentTest, RequiredFieldsTest, 
TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestJmxIntegration, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, 
TestQuerySenderListener, TestQuerySenderNoQuery, CopyFieldTest, 
ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, 
OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
ResourceLoaderTest, ScriptEngineTest, TestSystemIdResolver, ClusterStateTest, 
TestLRUCache, ZkNodePropsTest, FileUtilsTest, DistributedIntervalFacetingTest, 
AssignTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DistribCursorPagingTest, HealthCheckHandlerTest, 
HttpPartitionTest]
   [junit4] Completed [517/732 (2!)] on J1 in 29.84s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to