Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21117/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

1 tests failed.
FAILED:  
org.apache.solr.cloud.cdcr.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([6AF30FCC6F461442:BEB644958810A7B9]: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.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 11931 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/init-core-data-001
   [junit4]   2> 265131 INFO  
(SUITE-CdcrBootstrapTest-seed#[6AF30FCC6F461442]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 265132 INFO  
(SUITE-CdcrBootstrapTest-seed#[6AF30FCC6F461442]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 265132 INFO  
(SUITE-CdcrBootstrapTest-seed#[6AF30FCC6F461442]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 265133 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 265134 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-target-001
   [junit4]   2> 265134 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 265134 INFO  (Thread-562) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 265134 INFO  (Thread-562) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 265136 ERROR (Thread-562) [    ] 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> 265234 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkTestServer start zk server on port:35599
   [junit4]   2> 265237 INFO  (zkConnectionManagerCallback-338-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265240 INFO  (jetty-launcher-335-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 265240 INFO  (jetty-launcher-335-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e55a0c{/solr,null,AVAILABLE}
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@119cfb1{HTTP/1.1,[http/1.1]}{127.0.0.1:38981}
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.e.j.s.Server Started @266233ms
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38981}
   [junit4]   2> 265242 ERROR (jetty-launcher-335-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 265242 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-21T08:01:35.173Z
   [junit4]   2> 265246 INFO  (zkConnectionManagerCallback-340-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265247 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 265257 INFO  (jetty-launcher-335-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35599/solr
   [junit4]   2> 265258 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265261 INFO  
(zkConnectionManagerCallback-346-thread-1-processing-n:127.0.0.1:38981_solr) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265306 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 265306 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38981_solr
   [junit4]   2> 265306 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.Overseer Overseer 
(id=99211234185445379-127.0.0.1:38981_solr-n_0000000000) starting
   [junit4]   2> 265314 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38981_solr
   [junit4]   2> 265317 INFO  
(zkCallback-345-thread-1-processing-n:127.0.0.1:38981_solr) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 265461 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38981.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265470 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38981.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265470 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38981.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265472 INFO  (jetty-launcher-335-thread-1) 
[n:127.0.0.1:38981_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-target-001/node1/.
   [junit4]   2> 265490 INFO  (zkConnectionManagerCallback-350-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265494 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265495 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:35599/solr
   [junit4]   2> 265496 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001
   [junit4]   2> 265496 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 265496 INFO  (Thread-572) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 265496 INFO  (Thread-572) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 265498 ERROR (Thread-572) [    ] 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> 265596 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkTestServer start zk server on port:44447
   [junit4]   2> 265598 INFO  (zkConnectionManagerCallback-357-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265601 INFO  (jetty-launcher-354-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 265602 INFO  (jetty-launcher-354-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14c585e{/solr,null,AVAILABLE}
   [junit4]   2> 265602 INFO  (jetty-launcher-354-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10e6763{HTTP/1.1,[http/1.1]}{127.0.0.1:43173}
   [junit4]   2> 265602 INFO  (jetty-launcher-354-thread-1) [    ] 
o.e.j.s.Server Started @266593ms
   [junit4]   2> 265602 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43173}
   [junit4]   2> 265603 ERROR (jetty-launcher-354-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 265603 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 265603 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 265603 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 265603 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-21T08:01:35.534Z
   [junit4]   2> 265606 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265607 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 265617 INFO  (jetty-launcher-354-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44447/solr
   [junit4]   2> 265620 INFO  (zkConnectionManagerCallback-363-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265625 INFO  
(zkConnectionManagerCallback-365-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265672 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 265673 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43173_solr
   [junit4]   2> 265673 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.Overseer Overseer 
(id=99211234209169411-127.0.0.1:43173_solr-n_0000000000) starting
   [junit4]   2> 265677 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43173_solr
   [junit4]   2> 265678 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 265812 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43173.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265821 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43173.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265821 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43173.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 265822 INFO  (jetty-launcher-354-thread-1) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/.
   [junit4]   2> 265849 INFO  (zkConnectionManagerCallback-369-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265852 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265855 INFO  (zkConnectionManagerCallback-374-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265859 INFO  (zkConnectionManagerCallback-377-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 265860 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 265860 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:44447/solr ready
   [junit4]   2> 265862 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 265864 INFO  
(OverseerThreadFactory-683-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 265971 INFO  
(OverseerStateUpdate-99211234209169411-127.0.0.1:43173_solr-n_0000000000) 
[n:127.0.0.1:43173_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:43173/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 266173 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 266173 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 266277 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 266278 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 267189 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 267199 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267202 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267202 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267202 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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_43173.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 267202 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267203 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 267279 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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.UpdateLog
   [junit4]   2> 267279 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267280 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267280 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267282 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a1174[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 267283 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267283 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267284 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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 10000ms.
   [junit4]   2> 267285 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@4a1174[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 267285 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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 1587379749221564416
   [junit4]   2> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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:43173/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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:43173/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 267289 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267291 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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:43173/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 267392 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 267392 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 267441 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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> 267443 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_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=1270
   [junit4]   2> 267446 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 267544 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 267544 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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> 267864 INFO  
(OverseerCollectionConfigSetProcessor-99211234209169411-127.0.0.1:43173_solr-n_0000000000)
 [n:127.0.0.1:43173_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> 268446 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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=2583
   [junit4]   2> 268478 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 
(1587379750444204032), source_1 (1587379750449446912), source_2 
(1587379750449446913), source_3 (1587379750449446914), source_4 
(1587379750450495488), source_5 (1587379750450495489), source_6 
(1587379750450495490), source_7 (1587379750450495491), source_8 
(1587379750451544064), source_9 (1587379750451544065), ... (100 adds)]} 0 27
   [junit4]   2> 268480 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379750473564160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 268480 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379750473564160
   [junit4]   2> 268636 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c37e73[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 268637 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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> 268642 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@1c37e73[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 268643 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 163
   [junit4]   2> 268670 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 
(1587379750648676352), source_101 (1587379750651822080), source_102 
(1587379750651822081), source_103 (1587379750652870656), source_104 
(1587379750652870657), source_105 (1587379750652870658), source_106 
(1587379750652870659), source_107 (1587379750652870660), source_108 
(1587379750653919232), source_109 (1587379750653919233), ... (100 adds)]} 0 24
   [junit4]   2> 268672 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379750675939328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 268673 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379750675939328
   [junit4]   2> 268830 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@982a4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 268831 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 268836 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@982a4[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 268837 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 165
   [junit4]   2> 268860 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 
(1587379750851051520), source_201 (1587379750853148672), source_202 
(1587379750853148673), source_203 (1587379750853148674), source_204 
(1587379750854197248), source_205 (1587379750854197249), source_206 
(1587379750854197250), source_207 (1587379750854197251), source_208 
(1587379750854197252), source_209 (1587379750855245824), ... (100 adds)]} 0 21
   [junit4]   2> 268861 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379750874120192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 268861 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379750874120192
   [junit4]   2> 269041 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16c357e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 269043 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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> 269047 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@16c357e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100)))}
   [junit4]   2> 269047 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 186
   [junit4]   2> 269072 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 
(1587379751072301056), source_301 (1587379751075446784), source_302 
(1587379751075446785), source_303 (1587379751075446786), source_304 
(1587379751076495360), source_305 (1587379751076495361), source_306 
(1587379751076495362), source_307 (1587379751076495363), source_308 
(1587379751077543936), source_309 (1587379751077543937), ... (100 adds)]} 0 22
   [junit4]   2> 269074 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379751097466880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 269074 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379751097466880
   [junit4]   2> 269278 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1944ca[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 269280 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 269283 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@1944ca[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100)))}
   [junit4]   2> 269284 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 210
   [junit4]   2> 269305 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 
(1587379751319764992), source_401 (1587379751321862144), source_402 
(1587379751321862145), source_403 (1587379751321862146), source_404 
(1587379751322910720), source_405 (1587379751322910721), source_406 
(1587379751322910722), source_407 (1587379751322910723), source_408 
(1587379751322910724), source_409 (1587379751322910725), ... (100 adds)]} 0 19
   [junit4]   2> 269307 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379751341785088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 269307 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379751341785088
   [junit4]   2> 269519 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38bd81[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 269519 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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> 269521 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@38bd81[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100)))}
   [junit4]   2> 269521 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 214
   [junit4]   2> 269533 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 
(1587379751568277504), source_501 (1587379751569326080), source_502 
(1587379751569326081), source_503 (1587379751569326082), source_504 
(1587379751570374656), source_505 (1587379751570374657), source_506 
(1587379751570374658), source_507 (1587379751570374659), source_508 
(1587379751570374660), source_509 (1587379751570374661), ... (100 adds)]} 0 10
   [junit4]   2> 269534 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379751579811840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 269534 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379751579811840
   [junit4]   2> 269813 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e5ce4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 269814 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 269817 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@7e5ce4[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100)))}
   [junit4]   2> 269817 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 283
   [junit4]   2> 269829 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 
(1587379751878656000), source_601 (1587379751879704576), source_602 
(1587379751879704577), source_603 (1587379751879704578), source_604 
(1587379751880753152), source_605 (1587379751880753153), source_606 
(1587379751880753154), source_607 (1587379751880753155), source_608 
(1587379751880753156), source_609 (1587379751880753157), ... (100 adds)]} 0 10
   [junit4]   2> 269830 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379751890190336,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 269830 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379751890190336
   [junit4]   2> 270098 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1665a28[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 270099 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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> 270103 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@1665a28[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100)))}
   [junit4]   2> 270103 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 273
   [junit4]   2> 270112 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 
(1587379752177500160), source_701 (1587379752179597312), source_702 
(1587379752179597313), source_703 (1587379752179597314), source_704 
(1587379752179597315), source_705 (1587379752179597316), source_706 
(1587379752179597317), source_707 (1587379752179597318), source_708 
(1587379752179597319), source_709 (1587379752179597320), ... (100 adds)]} 0 7
   [junit4]   2> 270113 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379752186937344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 270113 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379752186937344
   [junit4]   2> 272419 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c3d8ae[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 272420 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 272422 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@c3d8ae[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100)))}
   [junit4]   2> 272422 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2309
   [junit4]   2> 272431 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 
(1587379754610196480), source_801 (1587379754611245056), source_802 
(1587379754611245057), source_803 (1587379754611245058), source_804 
(1587379754611245059), source_805 (1587379754611245060), source_806 
(1587379754611245061), source_807 (1587379754611245062), source_808 
(1587379754611245063), source_809 (1587379754612293632), ... (100 adds)]} 0 7
   [junit4]   2> 272432 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379754618585088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 272432 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379754618585088
   [junit4]   2> 272754 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1afd4f8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 272755 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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> 272759 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@1afd4f8[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100)))}
   [junit4]   2> 272759 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 327
   [junit4]   2> 272770 INFO  (qtp11616472-2059) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 
(1587379754962518016), source_901 (1587379754964615168), source_902 
(1587379754964615169), source_903 (1587379754964615170), source_904 
(1587379754964615171), source_905 (1587379754964615172), source_906 
(1587379754964615173), source_907 (1587379754964615174), source_908 
(1587379754964615175), source_909 (1587379754964615176), ... (100 adds)]} 0 9
   [junit4]   2> 272771 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587379754974052352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 272771 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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@1ccfc05 
commitCommandVersion:1587379754974052352
   [junit4]   2> 273113 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f013a2[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 273113 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_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> 273116 INFO  
(searcherExecutor-686-thread-1-processing-n:127.0.0.1:43173_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43173_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@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 273117 INFO  (qtp11616472-2057) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 346
   [junit4]   2> 273117 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 273118 INFO  (qtp11616472-2058) [n:127.0.0.1:43173_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> 273121 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_0(8.0.0):C100))
 docBase=0 ord=0) mavVersion:9223372036854775807
   [junit4]   2> 273121 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_1(8.0.0):C100))
 docBase=100 ord=1) mavVersion:9223372036854775807
   [junit4]   2> 273121 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_2(8.0.0):C100))
 docBase=200 ord=2) mavVersion:9223372036854775807
   [junit4]   2> 273121 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_3(8.0.0):C100))
 docBase=300 ord=3) mavVersion:9223372036854775807
   [junit4]   2> 273121 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_4(8.0.0):C100))
 docBase=400 ord=4) mavVersion:9223372036854775807
   [junit4]   2> 273122 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_5(8.0.0):C100))
 docBase=500 ord=5) mavVersion:9223372036854775807
   [junit4]   2> 273122 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_6(8.0.0):C100))
 docBase=600 ord=6) mavVersion:9223372036854775807
   [junit4]   2> 273122 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_7(8.0.0):C100))
 docBase=700 ord=7) mavVersion:9223372036854775807
   [junit4]   2> 273122 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_8(8.0.0):C100))
 docBase=800 ord=8) mavVersion:9223372036854775807
   [junit4]   2> 273122 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore Caching fingerprint for 
searcher:Searcher@f013a2[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))} 
leafReaderContext:LeafReaderContext(FilterLeafReader(Uninverting(_9(8.0.0):C100))
 docBase=900 ord=9) mavVersion:9223372036854775807
   [junit4]   2> 273123 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 
result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=1587379754973003776, maxInHash=1587379754973003776, 
versionsHash=3433077038272043022, numVersions=1000, numDocs=1000, maxDoc=100}
   [junit4]   2> 273123 INFO  (qtp11616472-2053) [n:127.0.0.1:43173_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=/get 
params={qt=/get&_stateVer_=cdcr-source:4&fingerprint=true&getVersions=1000&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 273125 INFO  (zkConnectionManagerCallback-379-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273130 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@10e6763{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 273130 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=4612290
   [junit4]   2> 273130 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 273130 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f6405: rootName = 
solr_43173, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1bbd3c9
   [junit4]   2> 273152 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 273152 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6bac24: rootName = 
solr_43173, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1dee444
   [junit4]   2> 273158 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 273158 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ca2831: rootName = 
solr_43173, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1b757f8
   [junit4]   2> 273159 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43173_solr
   [junit4]   2> 273160 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 273160 INFO  (zkCallback-376-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 273160 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 273161 INFO  (coreCloseExecutor-691-thread-1) 
[n:127.0.0.1:43173_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@9fb0e2
   [junit4]   2> 273161 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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: [0])
   [junit4]   2> 273161 INFO  (coreCloseExecutor-691-thread-1) 
[n:127.0.0.1:43173_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-source.shard1.replica_n1, tag=10465506
   [junit4]   2> 273161 INFO  
(zkCallback-364-thread-3-processing-n:127.0.0.1:43173_solr) 
[n:127.0.0.1:43173_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: [0])
   [junit4]   2> 273161 INFO  (coreCloseExecutor-691-thread-1) 
[n:127.0.0.1:43173_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c1b42: rootName = 
solr_43173, domain = solr.core.cdcr-source.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-source.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@9e99e
   [junit4]   2> 273178 INFO  (coreCloseExecutor-691-thread-1) 
[n:127.0.0.1:43173_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-source.shard1.leader, tag=10465506
   [junit4]   2> 273182 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.Overseer Overseer 
(id=99211234209169411-127.0.0.1:43173_solr-n_0000000000) closing
   [junit4]   2> 273182 INFO  
(OverseerStateUpdate-99211234209169411-127.0.0.1:43173_solr-n_0000000000) 
[n:127.0.0.1:43173_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43173_solr
   [junit4]   2> 273182 WARN  
(OverseerAutoScalingTriggerThread-99211234209169411-127.0.0.1:43173_solr-n_0000000000)
 [n:127.0.0.1:43173_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 273184 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@14c585e{/solr,null,UNAVAILABLE}
   [junit4]   2> 273185 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 273185 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a8ab0{/solr,null,AVAILABLE}
   [junit4]   2> 273186 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@14fda1a{HTTP/1.1,[http/1.1]}{127.0.0.1:40325}
   [junit4]   2> 273186 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.e.j.s.Server Started @274177ms
   [junit4]   2> 273186 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40325}
   [junit4]   2> 273186 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 273187 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 273187 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 273187 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 273187 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-21T08:01:43.118Z
   [junit4]   2> 273188 INFO  (zkConnectionManagerCallback-381-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273189 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 273200 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44447/solr
   [junit4]   2> 273202 INFO  (zkConnectionManagerCallback-385-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273208 INFO  
(zkConnectionManagerCallback-387-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273215 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 273215 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40325_solr
   [junit4]   2> 273216 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.Overseer Overseer 
(id=99211234209169419-127.0.0.1:40325_solr-n_0000000001) starting
   [junit4]   2> 273221 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40325_solr
   [junit4]   2> 273222 INFO  (zkCallback-376-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 273222 INFO  
(zkCallback-386-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 273382 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 273395 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 273395 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40325.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 273403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/.
   [junit4]   2> 273403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [n:127.0.0.1:40325_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[cdcr-source_shard1_replica_n1]
   [junit4]   2> 273404 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 273419 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 273432 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] 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> 273440 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 273444 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 273452 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.s.ManagedIndexSchema Created and persisted 
managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 273454 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] 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> 273458 INFO  
(zkCallback-386-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 273458 INFO  
(zkCallback-386-thread-2-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274474 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 274492 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274495 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274496 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274496 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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_40325.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c93c68
   [junit4]   2> 274496 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274496 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 274552 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274552 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274555 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274555 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274570 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7edb58[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 274571 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274572 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274573 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274575 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274575 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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 10000ms.
   [junit4]   2> 274580 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274583 INFO  
(coreLoadExecutor-702-thread-1-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274595 WARN  (cdcr-update-log-synchronizer-708-thread-1) 
[n:127.0.0.1:40325_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrUpdateLogSynchronizer Caught 
unexpected exception
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40325/solr/cdcr-source_shard1_replica_n1: 
SolrCore is loading
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 274595 INFO  
(searcherExecutor-703-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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@7edb58[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 274599 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: cdcr-source failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:down live:true
   [junit4]   2> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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:40325/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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:40325/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 274600 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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> 274601 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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:40325/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 274601 INFO  
(zkCallback-386-thread-2-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 274601 INFO  
(coreZkRegister-693-thread-1-processing-n:127.0.0.1:40325_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:40325_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> 274704 INFO  
(zkCallback-386-thread-3-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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> 274704 INFO  
(zkCallback-386-thread-2-processing-n:127.0.0.1:40325_solr) 
[n:127.0.0.1:40325_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]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 275600 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
cdcr-source
   [junit4]   2> 275600 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [cdcr-source] failed 
due to (510) org.apache.solr.common.SolrException: Could not find a healthy 
node to handle the reque

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

nit4]   2>      at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 462016 WARN  (Thread-629) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-source/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 462116 INFO  (jetty-closer-455-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@78d239{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 462117 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21172583
   [junit4]   2> 462117 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 462117 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c201: rootName = 
solr_43367, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1dc596a
   [junit4]   2> 462137 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 462137 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@151ef7c: rootName = 
solr_43367, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1dee444
   [junit4]   2> 462147 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 462147 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@98fd96: rootName = 
solr_43367, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1b757f8
   [junit4]   2> 462149 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43367_solr
   [junit4]   2> 462150 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 462151 INFO  (coreCloseExecutor-813-thread-1) 
[n:127.0.0.1:43367_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@99efc8
   [junit4]   2> 462151 INFO  (coreCloseExecutor-813-thread-1) 
[n:127.0.0.1:43367_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=10088392
   [junit4]   2> 462151 INFO  
(zkCallback-464-thread-5-processing-n:127.0.0.1:43367_solr) 
[n:127.0.0.1:43367_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 462151 INFO  (coreCloseExecutor-813-thread-1) 
[n:127.0.0.1:43367_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8d7275: rootName = 
solr_43367, domain = solr.core.cdcr-target.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@e035b5
   [junit4]   2> 462153 INFO  
(zkCallback-464-thread-5-processing-n:127.0.0.1:43367_solr) 
[n:127.0.0.1:43367_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: [0])
   [junit4]   2> 462155 INFO  
(zkCallback-464-thread-4-processing-n:127.0.0.1:43367_solr) 
[n:127.0.0.1:43367_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: [0])
   [junit4]   2> 462166 INFO  (coreCloseExecutor-813-thread-1) 
[n:127.0.0.1:43367_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=10088392
   [junit4]   2> 462166 INFO  (coreCloseExecutor-813-thread-1) 
[n:127.0.0.1:43367_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 462168 INFO  (jetty-closer-455-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99211237813911555-127.0.0.1:43367_solr-n_0000000000) closing
   [junit4]   2> 462168 INFO  
(OverseerStateUpdate-99211237813911555-127.0.0.1:43367_solr-n_0000000000) 
[n:127.0.0.1:43367_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43367_solr
   [junit4]   2> 462169 WARN  
(OverseerAutoScalingTriggerThread-99211237813911555-127.0.0.1:43367_solr-n_0000000000)
 [n:127.0.0.1:43367_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 462170 INFO  (jetty-closer-455-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1138ff6{/solr,null,UNAVAILABLE}
   [junit4]   2> 462170 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[6AF30FCC6F461442])
 [    ] 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> 462171 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[6AF30FCC6F461442])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35523 35523
   [junit4]   2> 467594 INFO  (Thread-619) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35523 35523
   [junit4]   2> 467595 WARN  (Thread-619) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 467595 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[6AF30FCC6F461442])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster 
-Dtests.seed=6AF30FCC6F461442 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=be -Dtests.timezone=America/Argentina/ComodRivadavia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  147s J2 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<2000> but was:<1901>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6AF30FCC6F461442:BEB644958810A7B9]:0)
   [junit4]    >        at 
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_6AF30FCC6F461442-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{xyz=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
xyz=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=1585, maxMBSortInHeap=6.888043233740653, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f28eb3),
 locale=be, timezone=America/Argentina/ComodRivadavia
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=285830384,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SortSpecParsingTest, 
PKIAuthenticationIntegrationTest, TestSolrDeletionPolicy2, 
TestSubQueryTransformerDistrib, TestFiltering, TestSolrCoreProperties, 
RequestLoggingTest, TestCloudRecovery, TestTrie, TestClassicSimilarityFactory, 
TestCharFilters, TestValueSourceCache, UninvertDocValuesMergePolicyTest, 
TestLegacyFieldCache, HdfsAutoAddReplicasIntegrationTest, 
TestSchemaNameResource, LeaderFailureAfterFreshStartTest, ClusterStateTest, 
CdcrBootstrapTest]
   [junit4] Completed [88/764 (1!)] on J2 in 202.48s, 3 tests, 1 failure <<< 
FAILURES!

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

Reply via email to