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

3 tests failed.
FAILED:  
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
Could not find collection : deleteshard_test

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
deleteshard_test
        at 
__randomizedtesting.SeedInfo.seed([26D3ABD8588B29CC:86C9E083FCFB62C0]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:113)
        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)


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

Error Message:
Collection not found: c8n_1x3_lf

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: c8n_1x3_lf
        at 
__randomizedtesting.SeedInfo.seed([26D3ABD8588B29CC:AE879402F6774434]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:842)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:594)
        at 
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:580)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:67)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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)


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([26D3ABD8588B29CC:F296E081BFDD9A37]: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 11652 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 329914 INFO  
(SUITE-CdcrBootstrapTest-seed#[26D3ABD8588B29CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/init-core-data-001
   [junit4]   2> 329915 WARN  
(SUITE-CdcrBootstrapTest-seed#[26D3ABD8588B29CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 329915 INFO  
(SUITE-CdcrBootstrapTest-seed#[26D3ABD8588B29CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 329918 INFO  
(SUITE-CdcrBootstrapTest-seed#[26D3ABD8588B29CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 329919 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 329920 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-target-001
   [junit4]   2> 329920 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 329920 INFO  (Thread-466) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 329920 INFO  (Thread-466) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 329923 ERROR (Thread-466) [    ] 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> 330023 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:58285
   [junit4]   2> 330058 INFO  (jetty-launcher-347-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 330061 INFO  (jetty-launcher-347-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ecdbbf3{/solr,null,AVAILABLE}
   [junit4]   2> 330068 INFO  (jetty-launcher-347-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6585d333{HTTP/1.1,[http/1.1]}{127.0.0.1:58287}
   [junit4]   2> 330068 INFO  (jetty-launcher-347-thread-1) [    ] 
o.e.j.s.Server Started @334658ms
   [junit4]   2> 330068 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58287}
   [junit4]   2> 330069 ERROR (jetty-launcher-347-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 330069 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 330069 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 330069 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 330069 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T11:56:21.395Z
   [junit4]   2> 330075 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 330093 INFO  (jetty-launcher-347-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58285/solr
   [junit4]   2> 330311 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 330312 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58287_solr
   [junit4]   2> 330314 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.Overseer Overseer 
(id=98968677990268931-127.0.0.1:58287_solr-n_0000000000) starting
   [junit4]   2> 330324 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58287_solr
   [junit4]   2> 330329 INFO  
(OverseerStateUpdate-98968677990268931-127.0.0.1:58287_solr-n_0000000000) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 330411 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58287.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330417 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58287.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330417 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58287.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330418 INFO  (jetty-launcher-347-thread-1) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-target-001/node1/.
   [junit4]   1> Target zkHost = 127.0.0.1:58285/solr
   [junit4]   2> 330453 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-source-001
   [junit4]   2> 330453 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 330454 INFO  (Thread-476) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 330454 INFO  (Thread-476) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 330457 ERROR (Thread-476) [    ] 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> 330564 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:58295
   [junit4]   2> 330583 INFO  (jetty-launcher-360-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 330584 INFO  (jetty-launcher-360-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a0d6358{/solr,null,AVAILABLE}
   [junit4]   2> 330584 INFO  (jetty-launcher-360-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3d737446{HTTP/1.1,[http/1.1]}{127.0.0.1:58297}
   [junit4]   2> 330584 INFO  (jetty-launcher-360-thread-1) [    ] 
o.e.j.s.Server Started @335174ms
   [junit4]   2> 330584 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58297}
   [junit4]   2> 330585 ERROR (jetty-launcher-360-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 330585 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 330586 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 330586 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 330586 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T11:56:21.912Z
   [junit4]   2> 330589 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 330598 INFO  (jetty-launcher-360-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58295/solr
   [junit4]   2> 330767 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 330768 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58297_solr
   [junit4]   2> 330770 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.Overseer Overseer 
(id=98968678025199619-127.0.0.1:58297_solr-n_0000000000) starting
   [junit4]   2> 330782 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58297_solr
   [junit4]   2> 330784 INFO  
(OverseerStateUpdate-98968678025199619-127.0.0.1:58297_solr-n_0000000000) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 330857 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58297.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330863 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58297.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330863 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58297.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 330865 INFO  (jetty-launcher-360-thread-1) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-source-001/node1/.
   [junit4]   2> 330918 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 330920 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58295/solr 
ready
   [junit4]   2> 330923 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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> 330926 INFO  
(OverseerThreadFactory-797-thread-1-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 331048 INFO  
(OverseerStateUpdate-98968678025199619-127.0.0.1:58297_solr-n_0000000000) 
[n:127.0.0.1:58297_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:58297/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 331259 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 331259 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 331378 INFO  
(zkCallback-367-thread-1-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 331378 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 332287 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332291 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 332293 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332302 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332303 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 332306 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 332306 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332307 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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_58297.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 332318 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332318 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 332449 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332449 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332450 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332450 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332452 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74f2a772[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 332454 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332455 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332455 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332455 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332456 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332466 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332474 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332513 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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 1583498850561163264
   [junit4]   2> 332514 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@74f2a772[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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:58297/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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:58297/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 332521 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332526 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 332530 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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:58297/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 332643 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 332643 INFO  
(zkCallback-367-thread-3-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 332702 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 332705 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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=1446
   [junit4]   2> 332709 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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> 332812 INFO  
(zkCallback-367-thread-3-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 332812 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_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> 332932 INFO  
(OverseerCollectionConfigSetProcessor-98968678025199619-127.0.0.1:58297_solr-n_0000000000)
 [n:127.0.0.1:58297_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> 333712 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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=2789
   [junit4]   2> 333729 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 333730 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498851837280256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333730 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498851837280256
   [junit4]   2> 333767 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c650864[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333767 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_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> 333768 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@c650864[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 333768 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=39
   [junit4]   2> 333775 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 333776 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498851885514752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333777 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498851885514752
   [junit4]   2> 333799 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@24ff754a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333799 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_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> 333801 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@24ff754a[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 333801 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=24
   [junit4]   2> 333806 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 333807 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498851918020608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333807 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498851918020608
   [junit4]   2> 333835 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@20321260[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333835 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 333836 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@20321260[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> 333837 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=30
   [junit4]   2> 333841 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333842 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498851954720768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333842 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498851954720768
   [junit4]   2> 333859 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c4d40dd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333859 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_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> 333861 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@4c4d40dd[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> 333861 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 333865 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333866 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498851979886592,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333866 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498851979886592
   [junit4]   2> 333884 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ba36527[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333884 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_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> 333885 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@6ba36527[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> 333885 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 333889 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333890 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498852005052416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333890 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498852005052416
   [junit4]   2> 333908 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@513788d7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333908 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_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> 333909 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@513788d7[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> 333909 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 333913 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333914 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498852030218240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333914 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498852030218240
   [junit4]   2> 333930 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@742e6c66[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333931 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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> 333932 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@742e6c66[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> 333932 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   2> 333936 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333946 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498852063772672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333946 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498852063772672
   [junit4]   2> 333965 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5814bd9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333966 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_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> 333966 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@5814bd9[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> 333967 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=20
   [junit4]   2> 333971 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333971 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498852089987074,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333971 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498852089987074
   [junit4]   2> 333989 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c016c17[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 333989 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_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> 333990 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@7c016c17[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> 333990 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 333994 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 333995 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498852115152896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 333995 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498852115152896
   [junit4]   2> 334028 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b956965[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 334029 INFO  
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_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@2b956965[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> 334030 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_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> 334030 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 334030 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 334031 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_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> 334059 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 334061 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58285/solr 
ready
   [junit4]   2> 334062 INFO  (qtp953483044-2090) [n:127.0.0.1:58287_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 334066 INFO  
(OverseerThreadFactory-787-thread-1-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 334189 INFO  
(OverseerStateUpdate-98968677990268931-127.0.0.1:58287_solr-n_0000000000) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58287/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 334396 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 334397 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 334514 INFO  
(zkCallback-354-thread-1-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 334514 INFO  
(zkCallback-354-thread-2-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 335427 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 335445 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 335449 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 335452 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 335453 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 335458 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to 
/configs/cdcr-target/schema.xml.bak
   [junit4]   2> 335458 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using 
configuration from collection cdcr-target, trusted=true
   [junit4]   2> 335459 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58287.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cf91814
   [junit4]   2> 335459 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 335459 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_26D3ABD8588B29CC-001/cdcr-target-001/node1/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 335536 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 335536 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 335538 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 335538 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 335539 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ba6f40d[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 335545 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-target
   [junit4]   2> 335545 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 335545 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-target/managed-schema
   [junit4]   2> 335546 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 335547 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 335552 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 335554 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 335555 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583498853750931456
   [junit4]   2> 335556 INFO  
(searcherExecutor-806-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-target_shard1_replica_n1] Registered new searcher 
Searcher@7ba6f40d[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 335563 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 335564 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 335564 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58287/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 335564 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 335564 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:58287/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 335564 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 335569 INFO  
(zkCallback-354-thread-3-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-target:shard1
   [junit4]   2> 335572 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58287/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 335684 INFO  
(zkCallback-354-thread-3-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 335684 INFO  
(zkCallback-354-thread-2-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 335743 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 335746 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1350
   [junit4]   2> 335750 INFO  (qtp953483044-2090) [n:127.0.0.1:58287_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> 335850 INFO  
(zkCallback-354-thread-2-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 335850 INFO  
(zkCallback-354-thread-3-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 336080 INFO  
(OverseerCollectionConfigSetProcessor-98968677990268931-127.0.0.1:58287_solr-n_0000000000)
 [n:127.0.0.1:58287_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> 336757 INFO  (qtp953483044-2090) [n:127.0.0.1:58287_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2695
   [junit4]   2> 336773 INFO  
(zkCallback-354-thread-3-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process 
state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 336773 INFO  (qtp953483044-2092) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} 
status=0 QTime=7
   [junit4]   2> 336774 INFO  
(zkCallback-354-thread-3-processing-n:127.0.0.1:58287_solr) 
[n:127.0.0.1:58287_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 336782 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 336786 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58285/solr ready
   [junit4]   2> 336800 INFO  (qtp953483044-2088) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 336800 INFO  (qtp953483044-2088) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 336801 INFO  (qtp953483044-2094) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2}
 status=0 QTime=12
   [junit4]   2> 336802 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 336802 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 336816 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 336820 INFO  
(cdcr-bootstrap-status-380-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to 
bootstrap target collection: cdcr-target shard: shard1 leader: 
http://127.0.0.1:58287/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 336820 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process 
state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 336824 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=49
   [junit4]   2> 336824 INFO  
(zkCallback-367-thread-2-processing-n:127.0.0.1:58297_solr) 
[n:127.0.0.1:58297_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR 
process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 336826 INFO  (qtp953483044-2091) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&masterUrl=http://127.0.0.1:58297/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 336829 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} 
status=0 QTime=3
   [junit4]   2> 336830 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 336831 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[26D3ABD8588B29CC]) 
[    ] o.a.s.c.c.CdcrBootstrapTest Cdcr queue response: 
{responseHeader={status=0,QTime=3},queues={127.0.0.1:58285/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=48659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 336832 INFO  (qtp953483044-2092) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 336832 INFO  
(cdcr-bootstrap-status-380-thread-1-processing-n:127.0.0.1:58297_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:58297_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 336832 INFO  (qtp953483044-2092) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 336832 INFO  (qtp953483044-2092) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 336833 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583498855091011584,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 336833 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_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@1e99324e 
commitCommandVersion:1583498855091011584
   [junit4]   2> 336833 INFO  (qtp953483044-2095) [n:127.0.0.1:58287_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 336846 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38104d82[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 336846 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_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> 336846 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}
 status=0 QTime=13
   [junit4]   2> 336848 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 336848 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 336848 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1510142188159
   [junit4]   2> 336848 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 336848 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 336848 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 336852 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=3
   [junit4]   2> 336853 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 24
   [junit4]   2> 336855 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter 
is ready to be used.
   [junit4]   2> 336856 INFO  
(recoveryExecutor-352-thread-1-processing-n:127.0.0.1:58287_solr 
x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) 
[n:127.0.0.1:58287_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to MockDirectoryWrapper(RAMDirectory@57e4e669 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@237aebc7)
   [junit4]   2> 336856 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336857 INFO  (qtp1119146097-2138) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336859 INFO  (qtp1119146097-2139) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336860 INFO  (qtp1119146097-2135) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336861 INFO  (qtp1119146097-2132) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336862 INFO  (qtp1119146097-2136) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336863 INFO  (qtp1119146097-2134) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336865 INFO  (qtp1119146097-2137) [n:127.0.0.1:58297_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336866 INFO  (qtp11191

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

8588B29CC]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: 
http://127.0.0.1:52571/ayz, target: http://127.0.0.1:52572/ayz
   [junit4]   2> 2980013 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[26D3ABD8588B29CC]) [    ] 
o.a.s.c.SocketProxy Closing 68 connections to: http://127.0.0.1:52544/ayz, 
target: http://127.0.0.1:52545/ayz
   [junit4]   2> 2980013 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[26D3ABD8588B29CC]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:52564/ayz, 
target: http://127.0.0.1:52565/ayz
   [junit4]   2> 2980014 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[26D3ABD8588B29CC]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:52530/ayz, 
target: http://127.0.0.1:52531/ayz
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=26D3ABD8588B29CC -Dtests.slow=true -Dtests.locale=he 
-Dtests.timezone=America/Curacao -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   78.8s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Collection 
not found: c8n_1x3_lf
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([26D3ABD8588B29CC:AE879402F6774434]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:842)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:594)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:580)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:67)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_26D3ABD8588B29CC-001
   [junit4]   2> Nov 08, 2017 12:40:31 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1306, maxMBSortInHeap=7.497165036009198, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@557d96c3),
 locale=he, timezone=America/Curacao
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=131820488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [MergeStrategyTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, 
UnloadDistributedZkTest, TestManagedSchemaThreadSafety, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestLockTree, SuggesterTest, 
ShardSplitTest, ReturnFieldsTest, AsyncCallRequestStatusResponseTest, 
TestDistributedStatsComponentCardinality, TestReversedWildcardFilterFactory, 
MoveReplicaHDFSTest, DirectUpdateHandlerTest, TestChildDocTransformer, 
TestDocTermOrds, DistributedSpellCheckComponentTest, TriggerIntegrationTest, 
ConjunctionSolrSpellCheckerTest, TestJsonRequest, TestFieldResource, 
StatsComponentTest, HighlighterTest, SliceStateTest, TestLFUCache, 
TestRTimerTree, TimeZoneUtilsTest, DistributedQueryElevationComponentTest, 
NumericFieldsTest, SolrCmdDistributorTest, BadIndexSchemaTest, 
WordBreakSolrSpellCheckerTest, DisMaxRequestHandlerTest, 
TestTolerantUpdateProcessorCloud, DistributedFacetPivotLongTailTest, 
DistributedDebugComponentTest, PrimitiveFieldTypeTest, TestSolrXml, 
TestOverriddenPrefixQueryForCustomFieldType, SolrInfoBeanTest, 
TestApiFramework, HttpPartitionTest, TestPHPSerializedResponseWriter, 
CdcrReplicationDistributedZkTest, AnalysisErrorHandlingTest, ScriptEngineTest, 
RegexBytesRefFilterTest, SolrTestCaseJ4Test, 
BigEndianAscendingWordSerializerTest, TestSolrCoreProperties, 
HdfsUnloadDistributedZkTest, ChangedSchemaMergeTest, ZkStateReaderTest, 
ShowFileRequestHandlerTest, ZkCLITest, RAMDirectoryFactoryTest, 
DistribCursorPagingTest, CursorPagingTest, SimpleCollectionCreateDeleteTest, 
SolrCloudReportersTest, DeleteInactiveReplicaTest, RestartWhileUpdatingTest, 
TestRuleBasedAuthorizationPlugin, TestFieldSortValues, 
AssignBackwardCompatibilityTest, TlogReplayBufferedWhileIndexingTest, 
DefaultValueUpdateProcessorTest, TestStressUserVersions, 
ShufflingReplicaListTransformerTest, UpdateLogTest, 
TestEmbeddedSolrServerSchemaAPI, TestLegacyField, InfixSuggestersTest, 
CircularListTest, TestPerFieldSimilarityWithDefaultOverride, 
TestPhraseSuggestions, DirectSolrConnectionTest, TestSolrDeletionPolicy2, 
SuggesterWFSTTest, TestSkipOverseerOperations, SolrIndexMetricsTest, 
TestAtomicUpdateErrorCases, TestSlowCompositeReaderWrapper, 
TestJavabinTupleStreamParser, TestMinMaxOnMultiValuedField, 
TestFuzzyAnalyzedSuggestions, TestSolrFieldCacheBean, TestOmitPositions, 
TestReloadDeadlock, TestCloudManagedSchema, TestBackupRepositoryFactory, 
DistanceFunctionTest, OverseerTest, TestStreamBody, 
TestRetrieveFieldsOptimizer, TestAnalyzeInfixSuggestions, 
TestGraphTermsQParserPlugin, TestRecovery, CoreAdminRequestStatusTest, 
TestOnReconnectListenerSupport, V2ApiIntegrationTest, TestRandomDVFaceting, 
FieldAnalysisRequestHandlerTest, TolerantUpdateProcessorTest, 
TestUseDocValuesAsStored, HttpTriggerListenerTest, TestUpdate, 
TestFieldCacheReopen, TestUninvertingReader, DistributedFacetPivotSmallTest, 
TestIndexingPerformance, OutputWriterTest, TestMultiWordSynonyms, 
TestHighlightDedupGrouping, TestMultiValuedNumericRangeQuery, 
TestFieldTypeResource, TestRandomFlRTGCloud, 
ClassificationUpdateProcessorIntegrationTest, SegmentsInfoRequestHandlerTest, 
TestQuerySenderListener, HLLSerializationTest, ConfigSetsAPITest, 
HttpSolrCallGetCoreTest, ReplaceNodeTest, TestRandomCollapseQParserPlugin, 
MultiThreadedOCPTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DateRangeFieldTest, TestTrackingShardHandlerFactory, 
TestSolrConfigHandlerConcurrent, TestUtils, HighlighterConfigTest, 
TestGeoJSONResponseWriter, PropertiesRequestHandlerTest, TestCryptoKeys, 
TestSurroundQueryParser, SpatialRPTFieldTypeTest, TestRestoreCore, 
TestSimpleQParserPlugin, ExplicitHLLTest, DirectUpdateHandlerOptimizeTest, 
RequestHandlersTest, SignatureUpdateProcessorFactoryTest, ForceLeaderTest, 
RecoveryZkTest, TestDistribDocBasedVersion, TestInitQParser, 
IndexBasedSpellCheckerTest, BlockJoinFacetSimpleTest, AtomicUpdatesTest, 
TestSolrCloudWithHadoopAuthPlugin, TestJmxIntegration, RegexBoostProcessorTest, 
TestNumericRangeQuery64, WrapperMergePolicyFactoryTest, 
DataDrivenBlockJoinTest, RequiredFieldsTest, ResourceLoaderTest, 
UniqFieldsUpdateProcessorFactoryTest, TestSQLHandlerNonCloud, 
TestSchemaManager, URLClassifyProcessorTest, TestInitParams, OverseerRolesTest, 
TestConfigSets, TestRawResponseWriter, MultiTermTest, AlternateDirectoryTest, 
TestCollectionsAPIViaSolrCloudCluster, TestSSLRandomization, 
TestCSVResponseWriter, TestExclusionRuleCollectionAccess, 
TestFileDictionaryLookup, TestReRankQParserPlugin, 
DistributedQueryComponentCustomSortTest, DirectoryFactoryTest, 
CloneFieldUpdateProcessorFactoryTest, AutoScalingHandlerTest, 
CleanupOldIndexTest, TestManagedSchema, DistributedVersionInfoTest, 
BasicDistributedZkTest, SyncSliceTest, ShardRoutingTest, 
TestReplicationHandler, ZkSolrClientTest, TestHashPartitioner, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestReload, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, 
PeerSyncTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, CoreAdminHandlerTest, 
NoCacheHeaderTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
SortByFunctionTest, XsltUpdateRequestHandlerTest, TestQueryUtils, 
TestWriterPerf, TermsComponentTest, SolrPluginUtilsTest, MBeansHandlerTest, 
TestMergePolicyConfig, TestDocSet, TestBinaryField, MinimalSchemaTest, 
TestConfig, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, 
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, 
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, 
PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, 
TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, 
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
TestTolerantSearch, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, 
AddReplicaTest, AliasIntegrationTest, AssignTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionReloadTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteNodeTest, 
DeleteShardTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [526/749 (3!)] on J0 in 79.10s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to