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

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

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1901>
        at 
__randomizedtesting.SeedInfo.seed([1960521F5633FD5:D5D34E7812358C2E]: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)


FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([1960521F5633FD5:54C6EDB3599AF025]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:842)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration

Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes: 
[127.0.0.1:50374_solr] Last available state: 
DocCollection(testIntegration//collections/testIntegration/state.json/6)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"testIntegration_shard1_replica_n1",           
"base_url":"http://127.0.0.1:50374/solr";,           
"node_name":"127.0.0.1:50374_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"testIntegration_shard1_replica_n2",           
"base_url":"http://127.0.0.1:50375/solr";,           
"node_name":"127.0.0.1:50375_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 
again
null
Live Nodes: [127.0.0.1:50374_solr]
Last available state: 
DocCollection(testIntegration//collections/testIntegration/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testIntegration_shard1_replica_n1",
          "base_url":"http://127.0.0.1:50374/solr";,
          "node_name":"127.0.0.1:50374_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"testIntegration_shard1_replica_n2",
          "base_url":"http://127.0.0.1:50375/solr";,
          "node_name":"127.0.0.1:50375_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([1960521F5633FD5:B1F70B0DD05C9EF0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
        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 13140 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/init-core-data-001
   [junit4]   2> 2273758 WARN  
(SUITE-CdcrBootstrapTest-seed#[1960521F5633FD5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2273758 INFO  
(SUITE-CdcrBootstrapTest-seed#[1960521F5633FD5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2273764 INFO  
(SUITE-CdcrBootstrapTest-seed#[1960521F5633FD5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2273764 INFO  
(SUITE-CdcrBootstrapTest-seed#[1960521F5633FD5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2273772 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 2273772 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-target-001
   [junit4]   2> 2273772 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2273773 INFO  (Thread-4136) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2273773 INFO  (Thread-4136) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2273781 ERROR (Thread-4136) [    ] 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> 2273883 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50193
   [junit4]   2> 2273923 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2273925 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a79677e{/solr,null,AVAILABLE}
   [junit4]   2> 2273925 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2b902a79{HTTP/1.1,[http/1.1]}{127.0.0.1:50195}
   [junit4]   2> 2273925 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.e.j.s.Server Started @2277677ms
   [junit4]   2> 2273927 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50195}
   [junit4]   2> 2273928 ERROR (jetty-launcher-3628-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2273928 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 2273928 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2273928 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2273928 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-29T17:03:01.665Z
   [junit4]   2> 2273930 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2273958 INFO  (jetty-launcher-3628-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50193/solr
   [junit4]   2> 2274098 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2274099 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50195_solr
   [junit4]   2> 2274100 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.Overseer Overseer 
(id=98913260766101507-127.0.0.1:50195_solr-n_0000000000) starting
   [junit4]   2> 2274110 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50195_solr
   [junit4]   2> 2274117 INFO  
(OverseerStateUpdate-98913260766101507-127.0.0.1:50195_solr-n_0000000000) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2274191 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50195.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274194 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50195.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274194 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50195.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274194 INFO  (jetty-launcher-3628-thread-1) 
[n:127.0.0.1:50195_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-target-001/node1/.
   [junit4]   2> 2274219 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:50193/solr
   [junit4]   2> 2274220 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001
   [junit4]   2> 2274220 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2274220 INFO  (Thread-4146) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2274220 INFO  (Thread-4146) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2274224 ERROR (Thread-4146) [    ] 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> 2274321 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50201
   [junit4]   2> 2274363 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2274366 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f8e2113{/solr,null,AVAILABLE}
   [junit4]   2> 2274366 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b736ac3{HTTP/1.1,[http/1.1]}{127.0.0.1:50203}
   [junit4]   2> 2274366 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.e.j.s.Server Started @2278118ms
   [junit4]   2> 2274370 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50203}
   [junit4]   2> 2274370 ERROR (jetty-launcher-3641-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2274370 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 2274371 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2274371 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2274371 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-29T17:03:02.108Z
   [junit4]   2> 2274376 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2274388 INFO  (jetty-launcher-3641-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50201/solr
   [junit4]   2> 2274523 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2274524 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50203_solr
   [junit4]   2> 2274525 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.Overseer Overseer 
(id=98913260795199491-127.0.0.1:50203_solr-n_0000000000) starting
   [junit4]   2> 2274534 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50203_solr
   [junit4]   2> 2274536 INFO  
(OverseerStateUpdate-98913260795199491-127.0.0.1:50203_solr-n_0000000000) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2274627 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50203.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274632 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50203.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274632 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50203.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2274633 INFO  (jetty-launcher-3641-thread-1) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/.
   [junit4]   2> 2274668 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2274670 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:50201/solr ready
   [junit4]   2> 2274671 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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> 2274673 INFO  
(OverseerThreadFactory-10285-thread-1-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 2274799 INFO  
(OverseerStateUpdate-98913260795199491-127.0.0.1:50203_solr-n_0000000000) 
[n:127.0.0.1:50203_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:50203/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2275022 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2275023 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2275134 INFO  
(zkCallback-3648-thread-1-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2275134 INFO  
(zkCallback-3648-thread-2-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2276043 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276047 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276050 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276050 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276051 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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_50203.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2276051 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276051 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 2276116 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276116 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276117 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276117 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276119 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ac4ee8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2276120 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276121 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276121 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276121 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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 1582612174715486208
   [junit4]   2> 2276122 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@1ac4ee8[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2276127 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276127 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276127 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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:50203/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2276127 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276127 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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:50203/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 2276128 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276132 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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:50203/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2276247 INFO  
(zkCallback-3648-thread-2-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2276247 INFO  
(zkCallback-3648-thread-3-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2276297 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2276298 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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=1276
   [junit4]   2> 2276303 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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> 2276410 INFO  
(zkCallback-3648-thread-3-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2276410 INFO  
(zkCallback-3648-thread-2-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_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> 2276683 INFO  
(OverseerCollectionConfigSetProcessor-98913260795199491-127.0.0.1:50203_solr-n_0000000000)
 [n:127.0.0.1:50203_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> 2277310 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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=2638
   [junit4]   2> 2277321 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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 
(1582612175966437376), source_1 (1582612175969583104), source_2 
(1582612175969583105), source_3 (1582612175969583106), source_4 
(1582612175970631680), source_5 (1582612175970631681), source_6 
(1582612175970631682), source_7 (1582612175970631683), source_8 
(1582612175970631684), source_9 (1582612175970631685), ... (100 adds)]} 0 7
   [junit4]   2> 2277323 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612175975874560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277323 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612175975874560
   [junit4]   2> 2277349 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69648b1e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277350 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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> 2277351 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@69648b1e[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)))}
   [junit4]   2> 2277351 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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 28
   [junit4]   2> 2277357 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_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 
(1582612176006283264), source_101 (1582612176010477568), source_102 
(1582612176010477569), source_103 (1582612176010477570), source_104 
(1582612176010477571), source_105 (1582612176010477572), source_106 
(1582612176010477573), source_107 (1582612176010477574), source_108 
(1582612176010477575), source_109 (1582612176010477576), ... (100 adds)]} 0 5
   [junit4]   2> 2277358 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176012574720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277358 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176012574720
   [junit4]   2> 2277368 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2815f0f0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277369 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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> 2277370 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@2815f0f0[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C100)
 Uninverting(_1(7.2.0):C100)))}
   [junit4]   2> 2277370 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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 11
   [junit4]   2> 2277373 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_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 
(1582612176026206208), source_201 (1582612176027254784), source_202 
(1582612176027254785), source_203 (1582612176027254786), source_204 
(1582612176027254787), source_205 (1582612176027254788), source_206 
(1582612176027254789), source_207 (1582612176027254790), source_208 
(1582612176027254791), source_209 (1582612176027254792), ... (100 adds)]} 0 2
   [junit4]   2> 2277374 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176029351936,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277374 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176029351936
   [junit4]   2> 2277384 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27014172[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277385 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2277385 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@27014172[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> 2277385 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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 11
   [junit4]   2> 2277402 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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 
(1582612176055566336), source_301 (1582612176056614912), source_302 
(1582612176057663488), source_303 (1582612176057663489), source_304 
(1582612176057663490), source_305 (1582612176057663491), source_306 
(1582612176057663492), source_307 (1582612176057663493), source_308 
(1582612176057663494), source_309 (1582612176057663495), ... (100 adds)]} 0 16
   [junit4]   2> 2277403 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176059760640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277403 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176059760640
   [junit4]   2> 2277413 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7bc658ac[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277413 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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> 2277414 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@7bc658ac[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> 2277414 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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 11
   [junit4]   2> 2277418 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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 
(1582612176072343552), source_401 (1582612176074440704), source_402 
(1582612176074440705), source_403 (1582612176074440706), source_404 
(1582612176074440707), source_405 (1582612176074440708), source_406 
(1582612176074440709), source_407 (1582612176074440710), source_408 
(1582612176074440711), source_409 (1582612176074440712), ... (100 adds)]} 0 3
   [junit4]   2> 2277419 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176076537856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277419 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176076537856
   [junit4]   2> 2277428 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@215ba566[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277429 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_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> 2277430 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@215ba566[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> 2277430 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_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 10
   [junit4]   2> 2277433 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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 
(1582612176089120768), source_501 (1582612176090169344), source_502 
(1582612176090169345), source_503 (1582612176090169346), source_504 
(1582612176090169347), source_505 (1582612176090169348), source_506 
(1582612176090169349), source_507 (1582612176090169350), source_508 
(1582612176090169351), source_509 (1582612176090169352), ... (100 adds)]} 0 2
   [junit4]   2> 2277434 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176092266496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277434 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176092266496
   [junit4]   2> 2277445 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44d8681d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277445 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_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> 2277446 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@44d8681d[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> 2277446 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_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 12
   [junit4]   2> 2277451 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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 
(1582612176105897984), source_601 (1582612176109043712), source_602 
(1582612176109043713), source_603 (1582612176109043714), source_604 
(1582612176109043715), source_605 (1582612176109043716), source_606 
(1582612176109043717), source_607 (1582612176109043718), source_608 
(1582612176109043719), source_609 (1582612176109043720), ... (100 adds)]} 0 3
   [junit4]   2> 2277452 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176111140864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277452 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176111140864
   [junit4]   2> 2277463 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60738ce8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277464 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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> 2277464 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@60738ce8[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> 2277465 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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 13
   [junit4]   2> 2277468 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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 
(1582612176124772352), source_701 (1582612176125820928), source_702 
(1582612176125820929), source_703 (1582612176125820930), source_704 
(1582612176125820931), source_705 (1582612176125820932), source_706 
(1582612176125820933), source_707 (1582612176125820934), source_708 
(1582612176125820935), source_709 (1582612176125820936), ... (100 adds)]} 0 2
   [junit4]   2> 2277468 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176127918089,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277468 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176127918089
   [junit4]   2> 2277478 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3bc8dd7d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277478 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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> 2277479 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@3bc8dd7d[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> 2277479 INFO  (qtp132987633-21945) [n:127.0.0.1:50203_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 10
   [junit4]   2> 2277482 INFO  (qtp132987633-21946) [n:127.0.0.1:50203_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 
(1582612176140500992), source_801 (1582612176141549568), source_802 
(1582612176141549569), source_803 (1582612176141549570), source_804 
(1582612176141549571), source_805 (1582612176141549572), source_806 
(1582612176141549573), source_807 (1582612176141549574), source_808 
(1582612176141549575), source_809 (1582612176141549576), ... (100 adds)]} 0 2
   [junit4]   2> 2277483 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176143646720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277483 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176143646720
   [junit4]   2> 2277493 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5007de2a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277493 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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> 2277494 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@5007de2a[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> 2277494 INFO  (qtp132987633-21939) [n:127.0.0.1:50203_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 11
   [junit4]   2> 2277497 INFO  (qtp132987633-21942) [n:127.0.0.1:50203_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 
(1582612176156229632), source_901 (1582612176157278208), source_902 
(1582612176157278209), source_903 (1582612176157278210), source_904 
(1582612176157278211), source_905 (1582612176157278212), source_906 
(1582612176157278213), source_907 (1582612176157278214), source_908 
(1582612176157278215), source_909 (1582612176157278216), ... (100 adds)]} 0 2
   [junit4]   2> 2277498 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1582612176159375360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2277498 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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@5ae8b61b 
commitCommandVersion:1582612176159375360
   [junit4]   2> 2277508 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67d1eece[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2277509 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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> 2277509 INFO  
(searcherExecutor-10288-thread-1-processing-n:127.0.0.1:50203_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50203_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@67d1eece[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> 2277509 INFO  (qtp132987633-21943) [n:127.0.0.1:50203_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 11
   [junit4]   2> 2277510 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.CdcrBootstrapTest Adding numDocs=1000
   [junit4]   2> 2277510 INFO  (qtp132987633-21941) [n:127.0.0.1:50203_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> 2277511 INFO  (qtp132987633-21944) [n:127.0.0.1:50203_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> 2277521 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1b736ac3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2277523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=247072435
   [junit4]   2> 2277523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2277523 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68ab7fab: rootName = 
solr_50203, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6746d1d2
   [junit4]   2> 2277528 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2277528 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b6a6b0a: rootName = 
solr_50203, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@2faedfce
   [junit4]   2> 2277531 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2277531 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4370131e: rootName = 
solr_50203, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@22f21cae
   [junit4]   2> 2277533 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50203_solr
   [junit4]   2> 2277533 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 2277534 INFO  (zkCallback-3656-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2277534 INFO  (coreCloseExecutor-10293-thread-1) 
[n:127.0.0.1:50203_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@44da4c02
   [junit4]   2> 2277534 INFO  (coreCloseExecutor-10293-thread-1) 
[n:127.0.0.1:50203_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=1155156994
   [junit4]   2> 2277534 INFO  (coreCloseExecutor-10293-thread-1) 
[n:127.0.0.1:50203_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@4dad41d9: rootName = 
solr_50203, 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@428ec86b
   [junit4]   2> 2277534 INFO  
(zkCallback-3648-thread-2-processing-n:127.0.0.1:50203_solr) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2277539 INFO  (coreCloseExecutor-10293-thread-1) 
[n:127.0.0.1:50203_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=1155156994
   [junit4]   2> 2277544 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.Overseer Overseer 
(id=98913260795199491-127.0.0.1:50203_solr-n_0000000000) closing
   [junit4]   2> 2277544 INFO  
(OverseerStateUpdate-98913260795199491-127.0.0.1:50203_solr-n_0000000000) 
[n:127.0.0.1:50203_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:50203_solr
   [junit4]   2> 2277544 WARN  
(OverseerAutoScalingTriggerThread-98913260795199491-127.0.0.1:50203_solr-n_0000000000)
 [n:127.0.0.1:50203_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2277550 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5f8e2113{/solr,null,UNAVAILABLE}
   [junit4]   2> 2277553 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2277554 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1de4f746{/solr,null,AVAILABLE}
   [junit4]   2> 2277556 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@472c3185{HTTP/1.1,[http/1.1]}{127.0.0.1:50214}
   [junit4]   2> 2277556 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.e.j.s.Server Started @2281307ms
   [junit4]   2> 2277558 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50214}
   [junit4]   2> 2277558 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2277558 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 2277558 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2277558 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2277559 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-29T17:03:05.296Z
   [junit4]   2> 2277561 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2277570 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50201/solr
   [junit4]   2> 2277586 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2277587 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50214_solr
   [junit4]   2> 2277589 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.Overseer Overseer 
(id=98913260795199499-127.0.0.1:50214_solr-n_0000000001) starting
   [junit4]   2> 2277597 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50214_solr
   [junit4]   2> 2277599 INFO  
(OverseerStateUpdate-98913260795199499-127.0.0.1:50214_solr-n_0000000001) 
[n:127.0.0.1:50214_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2277599 INFO  (zkCallback-3656-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2277656 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50214.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2277663 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50214.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2277663 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50214.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2277665 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/.
   [junit4]   2> 2277665 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [n:127.0.0.1:50214_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[cdcr-source_shard1_replica_n1]
   [junit4]   2> 2277666 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2277677 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2277680 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2277682 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2277684 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2277685 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.s.ManagedIndexSchema Created and persisted 
managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 2277688 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2277795 INFO  
(zkCallback-3662-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2277795 INFO  
(zkCallback-3662-thread-2-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278710 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278719 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278722 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278722 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278722 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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_50214.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5dabd4f6
   [junit4]   2> 2278722 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278723 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_1960521F5633FD5-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 2278865 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278865 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278870 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278870 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278907 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45738bc0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2278909 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278909 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278909 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278910 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278910 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278919 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278926 INFO  
(coreLoadExecutor-10304-thread-1-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2278964 WARN  (cdcr-update-log-synchronizer-10310-thread-1) 
[n:127.0.0.1:50214_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:50214/solr/cdcr-source_shard1_replica_n1: 
SolrCore is loading
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [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> 2278966 INFO  
(searcherExecutor-10305-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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@45738bc0[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.2.0):C1000)))}
   [junit4]   2> 2278968 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[1960521F5633FD5])
 [    ] 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> 2278970 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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> 2278970 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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> 2278971 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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:50214/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2278971 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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> 2278971 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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:50214/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 2278971 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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> 2278972 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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:50214/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2278973 INFO  
(zkCallback-3662-thread-2-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 2278973 INFO  
(coreZkRegister-10295-thread-1-processing-n:127.0.0.1:50214_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:50214_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> 2279084 INFO  
(zkCallback-3662-thread-2-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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> 2279084 INFO  
(zkCallback-3662-thread-3-processing-n:127.0.0.1:50214_solr) 
[n:127.0.0.1:50214_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 recov

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

.request(LBHttpSolrClient.java:460)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:99)
   [junit4]   2>        ... 9 more
   [junit4]   2> 2975342 WARN  
(OverseerThreadFactory-7642-thread-1-processing-n:127.0.0.1:50374_solr) 
[n:127.0.0.1:50374_solr    ] o.a.s.c.MoveReplicaCmd Timed out waiting for 
leader's replica to recover, collection=testExecute shard=shard1 on 
node=127.0.0.1:50374_solr
   [junit4]   2> 2975356 INFO  
(OverseerThreadFactory-7642-thread-1-processing-n:127.0.0.1:50374_solr) 
[n:127.0.0.1:50374_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2975361 WARN  
(OverseerAutoScalingTriggerThread-98913265489870854-127.0.0.1:50374_solr-n_0000000001)
 [n:127.0.0.1:50374_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2975363 DEBUG (jetty-closer-5304-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2975365 ERROR 
(AutoscalingActionExecutor-7641-thread-1-processing-n:127.0.0.1:50374_solr) 
[n:127.0.0.1:50374_solr    ] o.a.s.c.a.ScheduledTriggers Unexpected exception 
while waiting for pending task with requestid: 
node_lost_trigger/14f2195378ba6940Tdjz45rxyx310dc3wq3dpm26o0/0 to finish
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at java.lang.Thread.sleep(Thread.java:340)
   [junit4]   2>        at 
java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:155)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [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> 2975371 INFO  (jetty-closer-5304-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f9c919a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2975377 ERROR 
(SUITE-ExecutePlanActionTest-seed#[1960521F5633FD5]-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> 2975379 INFO  
(SUITE-ExecutePlanActionTest-seed#[1960521F5633FD5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:50372 50372
   [junit4]   2> 2976569 INFO  (Thread-3705) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50372 50372
   [junit4]   2> 2976936 WARN  (Thread-3705) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/collections/testExecute/state.json
   [junit4]   2>        17      /solr/collections/testIntegration/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/testExecute/leader_elect/shard1/election/98913265489870853-core_node4-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_trigger
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_1960521F5633FD5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=624, maxMBSortInHeap=5.263285679130152, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ko-KR, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=165975904,total=462946304
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrConfigHandlerCloud, 
SpellCheckCollatorTest, TestOmitPositions, TestLFUCache, 
TestSolrCloudWithKerberosAlt, TestComplexPhraseQParserPlugin, 
TestLegacyFieldReuse, ConfigSetsAPITest, AutoScalingHandlerTest, 
DefaultValueUpdateProcessorTest, TestJoin, TestManagedResource, 
MultiThreadedOCPTest, OverseerRolesTest, WordBreakSolrSpellCheckerTest, 
SpatialHeatmapFacetsTest, ConvertedLegacyTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestRawResponseWriter, 
ShowFileRequestHandlerTest, SuggesterFSTTest, TestCloudRecovery, 
TimeZoneUtilsTest, ClusterStateTest, ReplicaListTransformerTest, 
MergeStrategyTest, TestRequestForwarding, ExitableDirectoryReaderTest, 
UninvertDocValuesMergePolicyTest, TestDynamicLoading, 
DistributedQueryComponentOptimizationTest, NumericFieldsTest, 
TestSchemaVersionResource, TestUninvertingReader, 
DistributedFacetPivotLargeTest, TestScoreJoinQPNoScore, 
LeaderInitiatedRecoveryOnShardRestartTest, JvmMetricsTest, NodeLostTriggerTest, 
HighlighterTest, AddReplicaTest, TestLockTree, TestSolr4Spatial2, 
CdcrVersionReplicationTest, SparseHLLTest, TestUniqueKeyFieldResource, 
TestRetrieveFieldsOptimizer, TestAuthenticationFramework, SuggesterWFSTTest, 
CleanupOldIndexTest, TestTestInjection, BasicDistributedZkTest, 
TestCollationFieldDocValues, TestFieldCacheWithThreads, 
CloneFieldUpdateProcessorFactoryTest, RecoveryZkTest, ZkStateWriterTest, 
TestPseudoReturnFields, TestRestManager, TestLegacyTerms, 
HdfsChaosMonkeySafeLeaderTest, TestNumericRangeQuery32, 
TestSimpleQParserPlugin, V2StandaloneTest, TestRealTimeGet, 
TestCloudNestedDocsSort, TestReversedWildcardFilterFactory, 
SolrCoreMetricManagerTest, TestStressRecovery, TestShardHandlerFactory, 
ChaosMonkeyNothingIsSafeTest, TestLMDirichletSimilarityFactory, 
QueryParsingTest, TestReqParamsAPI, TestCollectionAPIs, OutputWriterTest, 
DistribJoinFromCollectionTest, TestSQLHandler, SolrShardReporterTest, 
SignatureUpdateProcessorFactoryTest, TestCSVResponseWriter, 
TestNumericTokenStream, DateRangeFieldTest, TriggerIntegrationTest, 
DistributedSpellCheckComponentTest, HdfsBasicDistributedZkTest, 
TestXIncludeConfig, NotRequiredUniqueKeyTest, TestInPlaceUpdatesDistrib, 
DisMaxRequestHandlerTest, ResponseLogComponentTest, SpellCheckComponentTest, 
AtomicUpdatesTest, TestRuleBasedAuthorizationPlugin, SliceStateTest, 
ShardRoutingTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSweetSpotSimilarityFactory, SolrCloudExampleTest, ClusterStateUpdateTest, 
TestMacros, TestFieldCacheSortRandom, TestFieldCacheReopen, 
TolerantUpdateProcessorTest, TestRTimerTree, TestSolrCloudWithHadoopAuthPlugin, 
TestRebalanceLeaders, TestReplicationHandler, TestFileDictionaryLookup, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomFlRTGCloud, 
SolrGangliaReporterTest, HttpSolrCallGetCoreTest, 
UniqFieldsUpdateProcessorFactoryTest, TestCoreDiscovery, 
ConjunctionSolrSpellCheckerTest, BlockDirectoryTest, TestMultiWordSynonyms, 
SolrTestCaseJ4Test, TestSSLRandomization, BadCopyFieldTest, 
AutoAddReplicasIntegrationTest, TestSolrCloudSnapshots, TestUtils, 
DataDrivenBlockJoinTest, TestUnifiedSolrHighlighter, TestConfigOverlay, 
RecoveryAfterSoftCommitTest, NoCacheHeaderTest, DeleteShardTest, 
DistributedFacetPivotWhiteBoxTest, TestEmbeddedSolrServerAdminHandler, 
DistributedVersionInfoTest, SpatialFilterTest, TestMaxTokenLenTokenizer, 
HdfsNNFailoverTest, VMParamsZkACLAndCredentialsProvidersTest, 
BlockJoinFacetDistribTest, TestPerFieldSimilarityWithDefaultOverride, 
BlockJoinFacetSimpleTest, TestLRUStatsCache, SolrMetricReporterTest, 
ForceLeaderTest, PreAnalyzedUpdateProcessorTest, TestClusterStateMutator, 
HdfsRecoveryZkTest, CollectionReloadTest, StatsComponentTest, 
TestMinMaxOnMultiValuedField, TestSolr4Spatial, 
TestStressCloudBlindAtomicUpdates, TestInitQParser, TestFiltering, 
SortByFunctionTest, TestFieldTypeResource, SolrIndexMetricsTest, 
AssignBackwardCompatibilityTest, TestEmbeddedSolrServerSchemaAPI, 
MissingSegmentRecoveryTest, ZkCLITest, TestUseDocValuesAsStored, 
CoreAdminCreateDiscoverTest, TestRandomDVFaceting, TestUpdate, 
AnalyticsMergeStrategyTest, TestSolrCoreProperties, ResourceLoaderTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CachingDirectoryFactoryTest, 
TestDefaultStatsCache, ExecutePlanActionTest]
   [junit4] Completed [523/745 (3!)] on J0 in 631.82s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to