Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/128/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

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


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([2255F3A51CB77A0E:7DB1DE9277BBE94B]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:74)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11201 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/init-core-data-001
   [junit4]   2> 388683 WARN  
(SUITE-CdcrBootstrapTest-seed#[2255F3A51CB77A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 388683 INFO  
(SUITE-CdcrBootstrapTest-seed#[2255F3A51CB77A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 388687 INFO  
(SUITE-CdcrBootstrapTest-seed#[2255F3A51CB77A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 388687 INFO  
(SUITE-CdcrBootstrapTest-seed#[2255F3A51CB77A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 388689 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 388689 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-target-001
   [junit4]   2> 388690 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 388692 INFO  (Thread-724) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 388692 INFO  (Thread-724) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 388700 ERROR (Thread-724) [    ] 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> 388798 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:56165
   [junit4]   2> 388839 INFO  (jetty-launcher-562-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 388843 INFO  (jetty-launcher-562-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e1897e8{/solr,null,AVAILABLE}
   [junit4]   2> 388845 INFO  (jetty-launcher-562-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@782aa177{HTTP/1.1,[http/1.1]}{127.0.0.1:56167}
   [junit4]   2> 388845 INFO  (jetty-launcher-562-thread-1) [    ] 
o.e.j.s.Server Started @392205ms
   [junit4]   2> 388845 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56167}
   [junit4]   2> 388845 ERROR (jetty-launcher-562-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 388846 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 388846 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 388846 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 388846 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-22T18:57:38.395Z
   [junit4]   2> 388866 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 388881 INFO  (jetty-launcher-562-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56165/solr
   [junit4]   2> 389130 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 389131 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56167_solr
   [junit4]   2> 389133 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.Overseer Overseer 
(id=98528674332344323-127.0.0.1:56167_solr-n_0000000000) starting
   [junit4]   2> 389154 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56167_solr
   [junit4]   2> 389156 INFO  
(OverseerStateUpdate-98528674332344323-127.0.0.1:56167_solr-n_0000000000) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 389313 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56167.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389322 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56167.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389322 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56167.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389323 INFO  (jetty-launcher-562-thread-1) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-target-001/node1/.
   [junit4]   1> Target zkHost = 127.0.0.1:56165/solr
   [junit4]   2> 389369 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-source-001
   [junit4]   2> 389369 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 389370 INFO  (Thread-734) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 389370 INFO  (Thread-734) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 389376 ERROR (Thread-734) [    ] 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> 389476 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:56174
   [junit4]   2> 389513 INFO  (jetty-launcher-574-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 389515 INFO  (jetty-launcher-574-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2dfa2a8{/solr,null,AVAILABLE}
   [junit4]   2> 389515 INFO  (jetty-launcher-574-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27de6a23{HTTP/1.1,[http/1.1]}{127.0.0.1:56176}
   [junit4]   2> 389515 INFO  (jetty-launcher-574-thread-1) [    ] 
o.e.j.s.Server Started @392875ms
   [junit4]   2> 389515 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56176}
   [junit4]   2> 389516 ERROR (jetty-launcher-574-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 389516 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 389516 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 389516 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 389516 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-22T18:57:39.065Z
   [junit4]   2> 389520 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 389532 INFO  (jetty-launcher-574-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56174/solr
   [junit4]   2> 389739 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 389740 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56176_solr
   [junit4]   2> 389742 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.Overseer Overseer 
(id=98528674376843267-127.0.0.1:56176_solr-n_0000000000) starting
   [junit4]   2> 389759 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56176_solr
   [junit4]   2> 389765 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 389878 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56176.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389888 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56176.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389888 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56176.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 389902 INFO  (jetty-launcher-574-thread-1) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-source-001/node1/.
   [junit4]   2> 389967 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 389969 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56174/solr 
ready
   [junit4]   2> 389972 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 389975 INFO  
(OverseerThreadFactory-1596-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 390090 INFO  
(OverseerStateUpdate-98528674376843267-127.0.0.1:56176_solr-n_0000000000) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56176/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 390295 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 390295 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 390412 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 390412 INFO  
(zkCallback-581-thread-2-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 391321 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 391326 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 391330 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 391333 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 391335 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 391340 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 391340 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using 
configuration from collection cdcr-source, trusted=true
   [junit4]   2> 391340 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56176.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 391369 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 391370 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 391546 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 391546 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 391551 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 391551 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 391555 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6cdc4ad3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 391557 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 391559 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 391559 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 391560 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 391561 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 391577 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 391597 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 391668 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576458792433876992
   [junit4]   2> 391669 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@6cdc4ad3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56176/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:56176/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 391680 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 391688 INFO  
(zkCallback-581-thread-2-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 391690 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56176/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 391804 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 391804 INFO  
(zkCallback-581-thread-2-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 391848 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 391850 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1555
   [junit4]   2> 391856 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 391966 INFO  
(zkCallback-581-thread-2-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 391966 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 391988 INFO  
(OverseerCollectionConfigSetProcessor-98528674376843267-127.0.0.1:56176_solr-n_0000000000)
 [n:127.0.0.1:56176_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 392857 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2885
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 392874 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 392875 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793699508224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 392875 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793699508224
   [junit4]   2> 392896 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f121b64[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 392897 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 392898 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@6f121b64[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 392898 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=23
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 392909 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 392910 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793736208384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 392911 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793736208384
   [junit4]   2> 392928 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e6c4e75[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 392929 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 392931 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@6e6c4e75[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 392931 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=20
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 392956 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 392957 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793785491456,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 392957 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793785491456
   [junit4]   2> 392976 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12192c6c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 392977 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 392978 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@12192c6c[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 392979 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 392993 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 392995 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793825337344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 392995 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793825337344
   [junit4]   2> 393050 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2682ade3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393051 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393052 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@2682ade3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 393052 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=57
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 393059 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 393060 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793893494784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393060 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793893494784
   [junit4]   2> 393135 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@50ee1d31[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393136 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393138 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@50ee1d31[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 393138 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=77
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 393146 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 393147 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458793984720896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393148 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458793984720896
   [junit4]   2> 393209 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@147e5f54[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393209 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393211 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@147e5f54[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 393212 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=64
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 393221 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 393225 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458794066509824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393225 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458794066509824
   [junit4]   2> 393292 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ffb9fbc[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393293 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393295 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@ffb9fbc[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 393295 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=69
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 393303 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 393304 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458794149347328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393304 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458794149347328
   [junit4]   2> 393360 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55668b3b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393360 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393362 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@55668b3b[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 393362 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=58
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 393370 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 393371 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458794219601920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393371 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458794219601920
   [junit4]   2> 393431 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e7ada15[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393432 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393434 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@3e7ada15[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 393434 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=63
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 393441 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 393442 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458794294050816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 393442 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458794294050816
   [junit4]   2> 393508 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4105cc6f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 393511 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 393513 INFO  
(searcherExecutor-1599-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@4105cc6f[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)
 Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) 
Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) 
Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) 
Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) 
Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 393514 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=72
   [junit4]   2> 393516 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 393534 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 393535 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[2255F3A51CB77A0E]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56165/solr 
ready
   [junit4]   2> 393539 INFO  (qtp1579143901-3459) [n:127.0.0.1:56167_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 393542 INFO  
(OverseerThreadFactory-1588-thread-1-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 393666 INFO  
(OverseerStateUpdate-98528674332344323-127.0.0.1:56167_solr-n_0000000000) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56167/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 393883 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr    ] 
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> 393885 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 393999 INFO  
(zkCallback-569-thread-1-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 394000 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 394908 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 394911 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 394914 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 394917 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 394918 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 394923 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to 
/configs/cdcr-target/schema.xml.bak
   [junit4]   2> 394923 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using 
configuration from collection cdcr-target, trusted=true
   [junit4]   2> 394923 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56167.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21fd5831
   [junit4]   2> 394924 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 394924 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_2255F3A51CB77A0E-001/cdcr-target-001/node1/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 395007 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 395007 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 395028 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 395028 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 395029 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f11dc98[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 395031 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 395032 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 395032 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 395033 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 395033 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 395038 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 395039 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 395041 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576458795970723840
   [junit4]   2> 395042 INFO  
(searcherExecutor-1605-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@7f11dc98[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56167/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:56167/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 395049 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 395055 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-target:shard1
   [junit4]   2> 395057 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56167/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 395162 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 395162 INFO  
(zkCallback-569-thread-1-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 395210 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 395212 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
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=1328
   [junit4]   2> 395216 INFO  (qtp1579143901-3459) [n:127.0.0.1:56167_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 395317 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 395317 INFO  
(zkCallback-569-thread-1-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 395545 INFO  
(OverseerCollectionConfigSetProcessor-98528674332344323-127.0.0.1:56167_solr-n_0000000000)
 [n:127.0.0.1:56167_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 396226 INFO  (qtp1579143901-3459) [n:127.0.0.1:56167_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2686
   [junit4]   2> 396379 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process 
state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 396380 INFO  (qtp1579143901-3462) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} 
status=0 QTime=152
   [junit4]   2> 396380 INFO  
(zkCallback-569-thread-2-processing-n:127.0.0.1:56167_solr) 
[n:127.0.0.1:56167_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 396385 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 396387 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56165/solr ready
   [junit4]   2> 396563 INFO  (qtp1579143901-3460) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 396563 INFO  (qtp1579143901-3460) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 396564 INFO  (qtp1579143901-3464) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=174
   [junit4]   2> 396565 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 396565 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 396843 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 396845 INFO  
(cdcr-bootstrap-status-593-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to 
bootstrap target collection: cdcr-target shard: shard1 leader: 
http://127.0.0.1:56167/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 396845 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process 
state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 396846 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=465
   [junit4]   2> 396846 INFO  
(zkCallback-581-thread-1-processing-n:127.0.0.1:56176_solr) 
[n:127.0.0.1:56176_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 396849 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 396849 INFO  (qtp1579143901-3461) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:56176/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=1},queues={127.0.0.1:56165/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 396853 INFO  (qtp1579143901-3462) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458797870743552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 396853 INFO  (qtp1579143901-3462) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 396854 INFO  (qtp1579143901-3462) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 396854 INFO  (qtp1579143901-3462) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 396854 INFO  (qtp1579143901-3463) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 396909 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 396910 INFO  (qtp1579143901-3463) [n:127.0.0.1:56167_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 396911 INFO  
(cdcr-bootstrap-status-593-thread-1-processing-n:127.0.0.1:56176_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56176_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 396912 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576458797932609536,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 396912 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@8186817 
commitCommandVersion:1576458797932609536
   [junit4]   2> 396917 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d7145e7[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 396917 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 396917 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 396921 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 396922 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 396922 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1503428266461
   [junit4]   2> 396922 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 396922 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 396922 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 396928 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, 
name=tlog.0000000000000000000.1576458793684828160}, {size=4778, 
name=tlog.0000000000000000001.1576458793725722624}, {size=4778, 
name=tlog.0000000000000000002.1576458793759277056}, {size=4778, 
name=tlog.0000000000000000003.1576458793809608704}, {size=4778, 
name=tlog.0000000000000000004.1576458793887203328}, {size=4778, 
name=tlog.0000000000000000005.1576458793976332288}, {size=4778, 
name=tlog.0000000000000000006.1576458794053926912}, {size=4778, 
name=tlog.0000000000000000007.1576458794140958720}, {size=4778, 
name=tlog.0000000000000000008.1576458794211213312}, {size=4778, 
name=tlog.0000000000000000009.1576458794287759360}]
   [junit4]   2> 396928 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=6
   [junit4]   2> 396929 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 11
   [junit4]   2> 396929 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of tlog files in 
master: 10
   [junit4]   2> 396931 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter 
is ready to be used.
   [junit4]   2> 396931 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to MockDirectoryWrapper(RAMDirectory@30a83e47 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ff20513)
   [junit4]   2> 396932 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396933 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396935 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396936 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396938 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396940 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396942 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396944 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396948 INFO  (qtp2082105836-3502) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396951 INFO  (qtp2082105836-3500) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396952 INFO  (qtp2082105836-3504) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396955 INFO  
(recoveryExecutor-567-thread-1-processing-n:127.0.0.1:56167_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:56167_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download of tlog 
files from master: [{size=4657, 
name=tlog.0000000000000000000.1576458793684828160}, {size=4778, 
name=tlog.0000000000000000001.1576458793725722624}, {size=4778, 
name=tlog.0000000000000000002.1576458793759277056}, {size=4778, 
name=tlog.0000000000000000003.1576458793809608704}, {size=4778, 
name=tlog.0000000000000000004.1576458793887203328}, {size=4778, 
name=tlog.0000000000000000005.1576458793976332288}, {size=4778, 
name=tlog.0000000000000000006.1576458794053926912}, {size=4778, 
name=tlog.0000000000000000007.1576458794140958720}, {size=4778, 
name=tlog.0000000000000000008.1576458794211213312}, {size=4778, 
name=tlog.0000000000000000009.1576458794287759360}]
   [junit4]   2> 396966 INFO  (qtp2082105836-3505) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576458793684828160&wt=filestream&command=filecontent}
 status=0 QTime=6
   [junit4]   2> 396968 INFO  (qtp2082105836-3498) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576458793725722624&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396970 INFO  (qtp2082105836-3503) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576458793759277056&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 396973 INFO  (qtp2082105836-3501) [n:127.0.0.1:56176_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication

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

unit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CR, timezone=Australia/Perth
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=132939408,total=315797504
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, 
TestUseDocValuesAsStored2, V2ApiIntegrationTest, TestSchemalessBufferedUpdates, 
SystemInfoHandlerTest, TestCSVLoader, TestTolerantUpdateProcessorCloud, 
LukeRequestHandlerTest, TestFieldCacheSort, ImplicitSnitchTest, 
QueryEqualityTest, DistributedFacetPivotLargeTest, CurrencyFieldTypeTest, 
TestQueryUtils, CoreAdminCreateDiscoverTest, DirectSolrSpellCheckerTest, 
TestRTimerTree, TestCharFilters, TestSchemaSimilarityResource, 
HdfsChaosMonkeyNothingIsSafeTest, SolrCmdDistributorTest, 
TestComplexPhraseLeadingWildcard, TestScoreJoinQPScore, 
HdfsDirectoryFactoryTest, SOLR749Test, StressHdfsTest, TestMergePolicyConfig, 
ReplaceNodeTest, JvmMetricsTest, TestZkChroot, CloudMLTQParserTest, 
TestJsonFacets, DocumentBuilderTest, ShardRoutingCustomTest, TestMissingGroups, 
TestClassicSimilarityFactory, CleanupOldIndexTest, PreAnalyzedFieldTest, 
TestCloudSchemaless, PolyFieldTest, TestMiniSolrCloudClusterSSL, 
CollectionReloadTest, TermVectorComponentTest, TestDistribIDF, 
TestHdfsUpdateLog, BasicZkTest, TestAnalyzedSuggestions, TestCrossCoreJoin, 
TestLocalFSCloudBackupRestore, ReplicaListTransformerTest, 
SpellCheckComponentTest, TestTrie, TestRangeQuery, CdcrBootstrapTest]
   [junit4] Completed [131/730 (1!)] on J1 in 159.99s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 1565 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_2255F3A51CB77A0E-001/init-core-data-001
   [junit4]   2> 3124091 WARN  
(SUITE-SolrSlf4jReporterTest-seed#[2255F3A51CB77A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=2255F3A51CB77A0E -Dtests.slow=true -Dtests.locale=es-AR 
-Dtests.timezone=Africa/Timbuktu -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 5.39s J0 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2255F3A51CB77A0E:7DB1DE9277BBE94B]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:74)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_2255F3A51CB77A0E-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-AR, 
timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=316399672,total=517357568
   [junit4]   2> NOTE: All tests run in this JVM: [BlobRepositoryCloudTest, 
TestOmitPositions, TestHdfsBackupRestoreCore, TestManagedSchemaThreadSafety, 
CoreAdminRequestStatusTest, TestSolrCloudSnapshots, 
TestSolrCloudWithDelegationTokens, TestSolrConfigHandlerCloud, 
AnalysisErrorHandlingTest, HdfsTlogReplayBufferedWhileIndexingTest, 
UUIDFieldTest, DistributedDebugComponentTest, BadCopyFieldTest, 
TestPayloadScoreQParserPlugin, TestReplicationHandler, 
WordBreakSolrSpellCheckerTest, TestUtils, TestTolerantSearch, 
TestDynamicFieldResource, ZkControllerTest, TestAtomicUpdateErrorCases, 
MergeStrategyTest, TestDFISimilarityFactory, AlternateDirectoryTest, 
CoreSorterTest, HdfsRecoveryZkTest, TestCorePropertiesReload, 
RemoteQueryErrorTest, MetricsConfigTest, TestSolrCloudWithSecureImpersonation, 
TestDFRSimilarityFactory, BlockJoinFacetDistribTest, SolrIndexMetricsTest, 
SaslZkACLProviderTest, TestLFUCache, TestLMDirichletSimilarityFactory, 
ClusterStateTest, NotRequiredUniqueKeyTest, SpatialRPTFieldTypeTest, 
MultiTermTest, TestHashPartitioner, ClusterStateUpdateTest, 
FastVectorHighlighterTest, TestLRUStatsCache, TestIndexingPerformance, 
CdcrReplicationDistributedZkTest, HdfsDirectoryTest, SolrInfoBeanTest, 
TestExclusionRuleCollectionAccess, QueryElevationComponentTest, 
SuggestComponentContextFilterQueryTest, TestSolrCoreProperties, 
TestReRankQParserPlugin, CdcrRequestHandlerTest, HdfsSyncSliceTest, 
UtilsToolTest, PeerSyncReplicationTest, NodeMutatorTest, DistributedQueueTest, 
URLClassifyProcessorTest, TestReqParamsAPI, TestRuleBasedAuthorizationPlugin, 
TestMinMaxOnMultiValuedField, AnalysisAfterCoreReloadTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, BitVectorTest, 
TestTrackingShardHandlerFactory, TestSubQueryTransformerCrossCore, 
TimeZoneUtilsTest, TestReloadDeadlock, ResponseLogComponentTest, 
MoveReplicaTest, SolrMetricsIntegrationTest, ReturnFieldsTest, 
HighlighterMaxOffsetTest, TestTlogReplica, SegmentsInfoRequestHandlerTest, 
TestPerFieldSimilarityWithDefaultOverride, HLLUtilTest, RequestHandlersTest, 
TestSystemCollAutoCreate, TestClusterStateMutator, TestShortCircuitedRequests, 
CollectionStateFormat2Test, TestConfigSetProperties, TestWriterPerf, 
SortSpecParsingTest, PreAnalyzedFieldManagedSchemaCloudTest, 
CoreAdminHandlerTest, TestHighlightDedupGrouping, HttpSolrCallGetCoreTest, 
TestCodecSupport, SolrCoreTest, BaseCdcrDistributedZkTest, 
TestObjectReleaseTracker, TestConfigsApi, PrimitiveFieldTypeTest, 
DistanceUnitsTest, TestPHPSerializedResponseWriter, InfixSuggestersTest, 
TestFieldTypeResource, TestIntervalFaceting, TestFileDictionaryLookup, 
TestQuerySenderListener, TestSimpleQParserPlugin, BasicDistributedZkTest, 
NumericFieldsTest, HdfsBasicDistributedZkTest, XmlUpdateRequestHandlerTest, 
AssignTest, TestSurroundQueryParser, SimplePostToolTest, 
RAMDirectoryFactoryTest, TestManagedSchema, TestRandomDVFaceting, 
TestRestManager, TestCoreContainer, DateRangeFieldTest, TestInfoStreamLogging, 
MigrateRouteKeyTest, BinaryUpdateRequestHandlerTest, 
DistributedFacetPivotLongTailTest, TestSolrCLIRunExample, TestCloudPivotFacet, 
LeaderFailoverAfterPartitionTest, TestFunctionQuery, TestUpdate, 
DataDrivenBlockJoinTest, WrapperMergePolicyFactoryTest, TestDocTermOrds, 
BlockJoinFacetSimpleTest, SolrTestCaseJ4Test, CachingDirectoryFactoryTest, 
RequestLoggingTest, BlockDirectoryTest, HardAutoCommitTest, 
TestSlowCompositeReaderWrapper, TestInitQParser, TestIBSimilarityFactory, 
SortByFunctionTest, ConcurrentDeleteAndCreateCollectionTest, 
TestJsonFacetRefinement, CloneFieldUpdateProcessorFactoryTest, SuggesterTest, 
BigEndianAscendingWordDeserializerTest, TestSort, TestStressVersions, 
TestXmlQParser, HdfsWriteToMultipleCollectionsTest, 
TestReversedWildcardFilterFactory, MoveReplicaHDFSTest, 
TestMultiValuedNumericRangeQuery, SyncSliceTest, 
ShufflingReplicaListTransformerTest, DirectUpdateHandlerOptimizeTest, 
TestSQLHandler, HighlighterTest, DeleteStatusTest, 
TestCollectionsAPIViaSolrCloudCluster, TestPullReplica, 
TestCollapseQParserPlugin, OutputWriterTest, SolrGraphiteReporterTest, 
CustomCollectionTest, TestFaceting, TestSchemaManager, SolrIndexSplitterTest, 
AnalyticsMergeStrategyTest, IndexSchemaTest, TestMacroExpander, 
DateMathParserTest, TestEmbeddedSolrServerSchemaAPI, TestJsonRequest, 
RecoveryZkTest, TestFieldCacheWithThreads, ScriptEngineTest, SpatialFilterTest, 
TestRandomFlRTGCloud, TestDelegationWithHadoopAuth, HighlighterConfigTest, 
OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest, 
ZkSolrClientTest, AutoCommitTest, TestRecovery, 
DistributedSpellCheckComponentTest, SimpleFacetsTest, StatsComponentTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestLazyCores, 
SoftAutoCommitTest, QueryParsingTest, PingRequestHandlerTest, 
TestSolrDeletionPolicy2, TestBinaryField, TestSearchPerf, MinimalSchemaTest, 
TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, ResourceLoaderTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, 
ConfigSetsAPITest, ConnectionManagerTest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, 
SSLMigrationTest, ShardSplitTest, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, 
TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, 
TestPrepRecovery, TestReplicaProperties, TestRequestForwarding, 
TestSizeLimitedDistributedMap, TestStressInPlaceUpdates, 
AutoScalingHandlerTest, TestPolicyCloud, TestDynamicLoading, 
TestReplicationHandlerBackup, TestRestoreCore, V2StandaloneTest, 
InfoHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, 
TestApiFramework, TestCollectionAPIs, TestCoreAdminApis, 
DistributedFacetExistsSmallTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedQueryComponentCustomSortTest, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
TestHttpShardHandlerFactory, TestUnifiedSolrHighlighter, 
UninvertDocValuesMergePolicyTest, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyNumericUtils, TestNumericRangeQuery32, TestNumericRangeQuery64, 
TestNumericTokenStream, SolrCoreMetricManagerTest, SolrMetricManagerTest, 
SolrJmxReporterCloudTest, SolrSlf4jReporterTest]
   [junit4] Completed [614/730 (2!)] on J0 in 5.47s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to