Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/725/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 
seconds
        at 
__randomizedtesting.SeedInfo.seed([40C8670AD5BDFC5D:BC05FFB32B6A6BA7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:427)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias

Error Message:
Error from server at http://127.0.0.1:42263/solr: Could not fully create 
collection: nemesis

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42263/solr: Could not fully create collection: 
nemesis
        at 
__randomizedtesting.SeedInfo.seed([40C8670AD5BDFC5D:50B520C3205EFCCA]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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.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([7E2D2FB13391E520:AA6864E8D4C756DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:294)
        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 13254 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 1536589 INFO  
(SUITE-CdcrBootstrapTest-seed#[7E2D2FB13391E520]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/init-core-data-001
   [junit4]   2> 1536589 WARN  
(SUITE-CdcrBootstrapTest-seed#[7E2D2FB13391E520]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=881 numCloses=881
   [junit4]   2> 1536589 INFO  
(SUITE-CdcrBootstrapTest-seed#[7E2D2FB13391E520]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1536590 INFO  
(SUITE-CdcrBootstrapTest-seed#[7E2D2FB13391E520]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1536591 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1536591 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-target-001
   [junit4]   2> 1536591 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1536592 INFO  (Thread-4178) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1536592 INFO  (Thread-4178) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1536593 ERROR (Thread-4178) [    ] 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> 1536692 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkTestServer start zk server on port:33409
   [junit4]   2> 1536698 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1536699 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c208b19{/solr,null,AVAILABLE}
   [junit4]   2> 1536701 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@637dc9ed{HTTP/1.1,[http/1.1]}{127.0.0.1:37683}
   [junit4]   2> 1536701 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.e.j.s.Server Started @1537955ms
   [junit4]   2> 1536702 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37683}
   [junit4]   2> 1536702 ERROR (jetty-launcher-4285-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1536702 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1536702 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1536702 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1536702 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-02T12:52:52.571Z
   [junit4]   2> 1536704 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1536713 INFO  (jetty-launcher-4285-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33409/solr
   [junit4]   2> 1536764 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1536764 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37683_solr
   [junit4]   2> 1536764 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.Overseer Overseer 
(id=98934926374404099-127.0.0.1:37683_solr-n_0000000000) starting
   [junit4]   2> 1536768 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37683_solr
   [junit4]   2> 1536770 INFO  
(zkCallback-4292-thread-1-processing-n:127.0.0.1:37683_solr) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1536838 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37683.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1536843 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37683.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1536843 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37683.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1536843 INFO  (jetty-launcher-4285-thread-1) 
[n:127.0.0.1:37683_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-target-001/node1/.
   [junit4]   2> 1536854 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:33409/solr
   [junit4]   2> 1536855 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001
   [junit4]   2> 1536855 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1536855 INFO  (Thread-4188) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1536855 INFO  (Thread-4188) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1536856 ERROR (Thread-4188) [    ] 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> 1536955 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkTestServer start zk server on port:36767
   [junit4]   2> 1536961 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1536962 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31da7cc6{/solr,null,AVAILABLE}
   [junit4]   2> 1536962 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@592426d9{HTTP/1.1,[http/1.1]}{127.0.0.1:36821}
   [junit4]   2> 1536962 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.e.j.s.Server Started @1538216ms
   [junit4]   2> 1536962 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36821}
   [junit4]   2> 1536962 ERROR (jetty-launcher-4298-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1536962 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1536963 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1536963 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1536963 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-02T12:52:52.832Z
   [junit4]   2> 1536963 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1536972 INFO  (jetty-launcher-4298-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36767/solr
   [junit4]   2> 1536997 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1536998 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36821_solr
   [junit4]   2> 1536998 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer 
(id=98934926391640067-127.0.0.1:36821_solr-n_0000000000) starting
   [junit4]   2> 1537000 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36821_solr
   [junit4]   2> 1537001 INFO  
(zkCallback-4305-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1537082 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1537087 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1537087 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1537087 INFO  (jetty-launcher-4298-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/.
   [junit4]   2> 1537109 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1537110 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36767/solr ready
   [junit4]   2> 1537111 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1537112 INFO  
(OverseerThreadFactory-8414-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 1537214 INFO  
(OverseerStateUpdate-98934926391640067-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_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:36821/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1537416 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1537416 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1537518 INFO  
(zkCallback-4305-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1537518 INFO  
(zkCallback-4305-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1538429 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1538436 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538439 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538439 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538439 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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_36821.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1538439 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538440 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 1538505 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1538505 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538506 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538506 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538507 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@403a7bd7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1538508 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538508 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538508 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538509 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@403a7bd7[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1538509 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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 1582958824000585728
   [junit4]   2> 1538511 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538511 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538511 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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:36821/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1538512 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538512 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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:36821/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1538512 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538512 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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:36821/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1538614 INFO  
(zkCallback-4305-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1538614 INFO  
(zkCallback-4305-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1538663 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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> 1538665 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_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=1249
   [junit4]   2> 1538667 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1538766 INFO  
(zkCallback-4305-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1538766 INFO  
(zkCallback-4305-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1539113 INFO  
(OverseerCollectionConfigSetProcessor-98934926391640067-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_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> 1539667 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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=2556
   [junit4]   2> 1539681 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 
(1582958825217982464), source_1 (1582958825219031040), source_2 
(1582958825219031041), source_3 (1582958825219031042), source_4 
(1582958825219031043), source_5 (1582958825219031044), source_6 
(1582958825219031045), source_7 (1582958825219031046), source_8 
(1582958825219031047), source_9 (1582958825219031048), ... (100 adds)]} 0 11
   [junit4]   2> 1539682 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825230565376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1539682 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825230565376
   [junit4]   2> 1539767 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1dab7ab1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1539767 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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> 1539768 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@1dab7ab1[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)))}
   [junit4]   2> 1539768 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 86
   [junit4]   2> 1539771 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 
(1582958825321791488), source_101 (1582958825322840064), source_102 
(1582958825322840065), source_103 (1582958825322840066), source_104 
(1582958825322840067), source_105 (1582958825322840068), source_106 
(1582958825322840069), source_107 (1582958825322840070), source_108 
(1582958825322840071), source_109 (1582958825322840072), ... (100 adds)]} 0 2
   [junit4]   2> 1539772 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825324937216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1539772 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825324937216
   [junit4]   2> 1539861 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30cbacf8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1539862 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1539863 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@30cbacf8[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100)))}
   [junit4]   2> 1539863 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 91
   [junit4]   2> 1539865 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 
(1582958825420357632), source_201 (1582958825421406208), source_202 
(1582958825421406209), source_203 (1582958825421406210), source_204 
(1582958825421406211), source_205 (1582958825421406212), source_206 
(1582958825421406213), source_207 (1582958825421406214), source_208 
(1582958825421406215), source_209 (1582958825421406216), ... (100 adds)]} 0 1
   [junit4]   2> 1539866 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825423503360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1539866 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825423503360
   [junit4]   2> 1539970 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70789362[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1539970 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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> 1539972 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@70789362[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100)))}
   [junit4]   2> 1539972 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 106
   [junit4]   2> 1539976 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 
(1582958825535700992), source_301 (1582958825536749568), source_302 
(1582958825537798144), source_303 (1582958825537798145), source_304 
(1582958825537798146), source_305 (1582958825537798147), source_306 
(1582958825537798148), source_307 (1582958825537798149), source_308 
(1582958825537798150), source_309 (1582958825537798151), ... (100 adds)]} 0 2
   [junit4]   2> 1539977 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825539895296,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1539977 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825539895296
   [junit4]   2> 1540096 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@267c8cc4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1540097 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1540097 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@267c8cc4[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100)))}
   [junit4]   2> 1540097 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 120
   [junit4]   2> 1540100 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 
(1582958825666772992), source_401 (1582958825667821568), source_402 
(1582958825667821569), source_403 (1582958825667821570), source_404 
(1582958825667821571), source_405 (1582958825667821572), source_406 
(1582958825667821573), source_407 (1582958825667821574), source_408 
(1582958825667821575), source_409 (1582958825667821576), ... (100 adds)]} 0 1
   [junit4]   2> 1540100 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825668870177,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1540100 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825668870177
   [junit4]   2> 1540237 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@648037b1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1540246 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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> 1540247 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@648037b1[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100)))}
   [junit4]   2> 1540247 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 146
   [junit4]   2> 1540250 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 
(1582958825823010816), source_501 (1582958825824059392), source_502 
(1582958825825107968), source_503 (1582958825825107969), source_504 
(1582958825825107970), source_505 (1582958825825107971), source_506 
(1582958825825107972), source_507 (1582958825825107973), source_508 
(1582958825825107974), source_509 (1582958825825107975), ... (100 adds)]} 0 2
   [junit4]   2> 1540251 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958825827205120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1540251 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958825827205120
   [junit4]   2> 1540419 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c071955[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1540419 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1540421 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@5c071955[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100) 
Uninverting(_5(7.2.0):C100)))}
   [junit4]   2> 1540421 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 170
   [junit4]   2> 1540424 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 
(1582958826006511616), source_601 (1582958826007560192), source_602 
(1582958826007560193), source_603 (1582958826007560194), source_604 
(1582958826007560195), source_605 (1582958826007560196), source_606 
(1582958826007560197), source_607 (1582958826007560198), source_608 
(1582958826007560199), source_609 (1582958826007560200), ... (100 adds)]} 0 2
   [junit4]   2> 1540425 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958826009657344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1540425 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958826009657344
   [junit4]   2> 1540604 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ee231bf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1540605 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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> 1540607 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@6ee231bf[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100) 
Uninverting(_5(7.2.0):C100) Uninverting(_6(7.2.0):C100)))}
   [junit4]   2> 1540607 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 182
   [junit4]   2> 1540611 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 
(1582958826201546752), source_701 (1582958826202595328), source_702 
(1582958826202595329), source_703 (1582958826202595330), source_704 
(1582958826202595331), source_705 (1582958826202595332), source_706 
(1582958826202595333), source_707 (1582958826202595334), source_708 
(1582958826202595335), source_709 (1582958826202595336), ... (100 adds)]} 0 3
   [junit4]   2> 1540611 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958826204692485,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1540611 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958826204692485
   [junit4]   2> 1540816 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cde6068[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1540816 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1540818 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@2cde6068[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100) 
Uninverting(_5(7.2.0):C100) Uninverting(_6(7.2.0):C100) 
Uninverting(_7(7.2.0):C100)))}
   [junit4]   2> 1540818 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 207
   [junit4]   2> 1540823 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 
(1582958826423844864), source_801 (1582958826424893440), source_802 
(1582958826424893441), source_803 (1582958826424893442), source_804 
(1582958826424893443), source_805 (1582958826424893444), source_806 
(1582958826424893445), source_807 (1582958826424893446), source_808 
(1582958826424893447), source_809 (1582958826424893448), ... (100 adds)]} 0 3
   [junit4]   2> 1540824 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958826428039168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1540824 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958826428039168
   [junit4]   2> 1541041 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e86f3db[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1541041 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_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> 1541042 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@7e86f3db[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100) 
Uninverting(_5(7.2.0):C100) Uninverting(_6(7.2.0):C100) 
Uninverting(_7(7.2.0):C100) Uninverting(_8(7.2.0):C100)))}
   [junit4]   2> 1541042 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 217
   [junit4]   2> 1541044 INFO  (qtp398429276-23369) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 
(1582958826657677312), source_901 (1582958826657677313), source_902 
(1582958826657677314), source_903 (1582958826657677315), source_904 
(1582958826657677316), source_905 (1582958826657677317), source_906 
(1582958826657677318), source_907 (1582958826657677319), source_908 
(1582958826657677320), source_909 (1582958826657677321), ... (100 adds)]} 0 1
   [junit4]   2> 1541044 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582958826658725941,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1541044 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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@7d3429f6 
commitCommandVersion:1582958826658725941
   [junit4]   2> 1541286 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75cd25da[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1541287 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_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> 1541288 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:36821_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:36821_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@75cd25da[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100) Uninverting(_2(7.2.0):C100) 
Uninverting(_3(7.2.0):C100) Uninverting(_4(7.2.0):C100) 
Uninverting(_5(7.2.0):C100) Uninverting(_6(7.2.0):C100) 
Uninverting(_7(7.2.0):C100) Uninverting(_8(7.2.0):C100) 
Uninverting(_9(7.2.0):C100)))}
   [junit4]   2> 1541288 INFO  (qtp398429276-23367) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 243
   [junit4]   2> 1541288 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 1541289 INFO  (qtp398429276-23368) [n:127.0.0.1:36821_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> 1541290 INFO  (qtp398429276-23363) [n:127.0.0.1:36821_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&_stateVer_=cdcr-source:4&getVersions=1000&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1541293 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@592426d9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1541293 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=645701027
   [junit4]   2> 1541294 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1541294 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4cd718f3: rootName = 
solr_36821, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6e5d83fe
   [junit4]   2> 1541298 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1541298 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5fa2a446: rootName = 
solr_36821, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@12af081b
   [junit4]   2> 1541301 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1541302 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@175d782a: rootName = 
solr_36821, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@78d2a986
   [junit4]   2> 1541302 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36821_solr
   [junit4]   2> 1541303 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1541303 INFO  
(zkCallback-4305-thread-3-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1541303 INFO  
(zkCallback-4305-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1541303 INFO  
(zkCallback-4305-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_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> 1541303 INFO  (zkCallback-4313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1541303 INFO  (coreCloseExecutor-8422-thread-1) 
[n:127.0.0.1:36821_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ec70ecc
   [junit4]   2> 1541303 INFO  (coreCloseExecutor-8422-thread-1) 
[n:127.0.0.1:36821_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-source.shard1.replica_n1, tag=1858539212
   [junit4]   2> 1541303 INFO  (coreCloseExecutor-8422-thread-1) 
[n:127.0.0.1:36821_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@774004d3: rootName = 
solr_36821, domain = solr.core.cdcr-source.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-source.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7f44c204
   [junit4]   2> 1541308 INFO  (coreCloseExecutor-8422-thread-1) 
[n:127.0.0.1:36821_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-source.shard1.leader, tag=1858539212
   [junit4]   2> 1541399 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.Overseer Overseer 
(id=98934926391640067-127.0.0.1:36821_solr-n_0000000000) closing
   [junit4]   2> 1541399 INFO  
(OverseerStateUpdate-98934926391640067-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36821_solr
   [junit4]   2> 1541399 WARN  
(OverseerAutoScalingTriggerThread-98934926391640067-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1541402 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@31da7cc6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1541402 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1541403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@150b1629{/solr,null,AVAILABLE}
   [junit4]   2> 1541403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@190825c{HTTP/1.1,[http/1.1]}{127.0.0.1:43077}
   [junit4]   2> 1541403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.e.j.s.Server Started @1542657ms
   [junit4]   2> 1541403 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43077}
   [junit4]   2> 1541403 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1541404 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 1541404 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1541404 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1541404 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-02T12:52:57.273Z
   [junit4]   2> 1541405 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1541410 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36767/solr
   [junit4]   2> 1541415 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1541415 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43077_solr
   [junit4]   2> 1541415 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.Overseer Overseer 
(id=98934926391640075-127.0.0.1:43077_solr-n_0000000001) starting
   [junit4]   2> 1541418 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43077_solr
   [junit4]   2> 1541423 INFO  (zkCallback-4313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1541423 INFO  
(OverseerStateUpdate-98934926391640075-127.0.0.1:43077_solr-n_0000000001) 
[n:127.0.0.1:43077_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1541473 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43077.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1541480 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43077.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1541480 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43077.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1541485 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/.
   [junit4]   2> 1541485 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [n:127.0.0.1:43077_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[cdcr-source_shard1_replica_n1]
   [junit4]   2> 1541485 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1541491 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1541509 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.s.ManagedIndexSchemaFactory The schema is 
configured as managed, but managed schema resource managed-schema not found - 
loading non-managed schema schema.xml instead
   [junit4]   2> 1541511 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1541514 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1541514 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.s.ManagedIndexSchema Created and persisted 
managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 1541516 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading 
to managed schema in ZooKeeper, renamed the non-managed schema 
/configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 1541518 INFO  
(zkCallback-4319-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1541519 INFO  
(zkCallback-4319-thread-2-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542522 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.2.0
   [junit4]   2> 1542525 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542526 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542526 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542526 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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_43077.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@454a67c6
   [junit4]   2> 1542527 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542527 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_7E2D2FB13391E520-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 1542565 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542565 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542567 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542567 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542575 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e5450af[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1542576 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542576 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542576 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542576 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542577 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542579 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542582 INFO  
(coreLoadExecutor-8433-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542595 WARN  (cdcr-update-log-synchronizer-8439-thread-1) 
[n:127.0.0.1:43077_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrUpdateLogSynchronizer Caught 
unexpected exception
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43077/solr/cdcr-source_shard1_replica_n1: 
SolrCore is loading
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1542596 INFO  
(searcherExecutor-8434-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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@7e5450af[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.2.0):C1000)))}
   [junit4]   2> 1542598 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: cdcr-source failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:down live:true
   [junit4]   2> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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:43077/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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:43077/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1542599 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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> 1542600 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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:43077/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1542600 INFO  
(zkCallback-4319-thread-2-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 1542600 INFO  
(coreZkRegister-8424-thread-1-processing-n:127.0.0.1:43077_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43077_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> 1542702 INFO  
(zkCallback-4319-thread-1-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_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> 1542702 INFO  
(zkCallback-4319-thread-2-processing-n:127.0.0.1:43077_solr) 
[n:127.0.0.1:43077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1543599 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[7E2D2FB13391E520])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
cdcr-source
   [junit4]   2> 1543600 ERROR (TEST-Cd

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

6] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=2068156641
   [junit4]   2> 1300840 INFO  (coreCloseExecutor-752-thread-6) 
[n:127.0.0.1:42263_solr c:localShardsTestColl s:shard1 r:core_node7 
x:localShardsTestColl_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=1216071028
   [junit4]   2> 1300840 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15f7cdaf0db0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1300841 INFO  (coreCloseExecutor-752-thread-8) 
[n:127.0.0.1:42263_solr c:localShardsTestColl s:shard2 r:core_node13 
x:localShardsTestColl_shard2_replica_n10] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=725402417
   [junit4]   2> 1300849 INFO  (jetty-closer-113-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98934996611039241-127.0.0.1:42263_solr-n_0000000000) closing
   [junit4]   2> 1300849 INFO  
(OverseerStateUpdate-98934996611039241-127.0.0.1:42263_solr-n_0000000000) 
[n:127.0.0.1:42263_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42263_solr
   [junit4]   2> 1300849 WARN  
(OverseerAutoScalingTriggerThread-98934996611039241-127.0.0.1:42263_solr-n_0000000000)
 [n:127.0.0.1:42263_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1303259 WARN  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.c.SyncStrategy Closed, skipping 
sync up.
   [junit4]   2> 1303259 WARN  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1303259 INFO  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1303259 INFO  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1303259 INFO  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.c.SolrCore 
[localShardsTestColl_shard2_replica_n8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d20b717
   [junit4]   2> 1303259 INFO  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.c.SolrCore [foo_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1cd35d8b
   [junit4]   2> 1303260 INFO  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n8, 
tag=1562425111
   [junit4]   2> 1303260 INFO  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.foo.shard1.replica_n1, tag=483614091
   [junit4]   2> 1303260 INFO  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55270ae9: rootName 
= solr_46361, domain = solr.core.localShardsTestColl.shard2.replica_n8, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard2.replica_n8 / 
com.codahale.metrics.MetricRegistry@5f309736
   [junit4]   2> 1303260 INFO  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@45bf1b0b: rootName = 
solr_42263, domain = solr.core.foo.shard1.replica_n1, service url = null, agent 
id = null] for registry solr.core.foo.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@acc4c8d
   [junit4]   2> 1303266 INFO  
(zkCallback-127-thread-4-processing-n:127.0.0.1:46361_solr) 
[n:127.0.0.1:46361_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=1562425111
   [junit4]   2> 1303268 INFO  (jetty-closer-113-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45080b6a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1303270 INFO  
(zkCallback-129-thread-8-processing-n:127.0.0.1:42263_solr) 
[n:127.0.0.1:42263_solr c:foo s:shard1 r:core_node3 x:foo_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=483614091
   [junit4]   2> 1303271 INFO  (jetty-closer-113-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@189c687a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1303272 ERROR 
(SUITE-CloudSolrClientTest-seed#[40C8670AD5BDFC5D]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1303272 INFO  
(SUITE-CloudSolrClientTest-seed#[40C8670AD5BDFC5D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41111 41111
   [junit4]   2> 1316312 INFO  (Thread-308) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41111 41111
   [junit4]   2> 1316313 WARN  (Thread-308) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        18      /solr/collections/foo/state.json
   [junit4]   2>        13      
/solr/collections/stale_state_test_col/state.json
   [junit4]   2>        10      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/2nd_collection/state.json
   [junit4]   2>        10      /solr/collections/multicollection2/state.json
   [junit4]   2>        10      /solr/collections/multicollection1/state.json
   [junit4]   2>        9       /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        5       /solr/collections/overwrite/state.json
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard3/election/98934996611039241-core_node18-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_40C8670AD5BDFC5D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
title_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Memory), text=Lucene50(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Memory), 
title_s=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=17, 
maxMBSortInHeap=5.614150105504594, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-IQ, timezone=America/Porto_Acre
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=171507568,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[DocumentAnalysisResponseTest, TangentEvaluatorTest, 
StreamExpressionToExplanationTest, SineEvaluatorTest, TestCoreAdmin, 
LessThanEqualToEvaluatorTest, HyperbolicSineEvaluatorTest, TestJavaBinCodec, 
NormalizeEvaluatorTest, ExclusiveOrEvaluatorTest, HttpSolrClientBuilderTest, 
CommonParamsTest, NoOpResponseParserTest, AddEvaluatorTest, 
ModifiableSolrParamsTest, DivideEvaluatorTest, NamedListTest, 
SelectWithEvaluatorsTest, RegressionEvaluatorTest, TestBatchUpdate, 
TestSolrJErrorHandling, SolrParamTest, ArcCosineEvaluatorTest, 
CoalesceEvaluatorTest, SolrExampleBinaryTest, SolrExampleJettyTest, 
LargeVolumeBinaryJettyTest, JettyWebappTest, LargeVolumeJettyTest, 
TestEmbeddedSolrServer, TestHash, SolrDocumentTest, TestUpdateRequestCodec, 
FacetFieldTest, TestLBHttpSolrClient, CloudSolrClientBuilderTest, 
CloudSolrClientTest]
   [junit4] Completed [146/146 (1!)] on J2 in 1263.33s, 16 tests, 1 failure, 1 
error <<< FAILURES!

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

Reply via email to