You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/03/09 21:00:04 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 489 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/489/

All tests passed

Build Log:
[...truncated 60816 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj411343891
 [ecj-lint] Compiling 874 source files to /tmp/ecj411343891
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/analysis/TokenizerChainTest.java (at line 37)
 [ecj-lint] 	TokenizerChain tokenizerChain = new TokenizerChain(
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tokenizerChain' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java (at line 23)
 [ecj-lint] 	import java.net.URL;
 [ecj-lint] 	       ^^^^^^^^^^^^
 [ecj-lint] The import java.net.URL is never used
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java (at line 39)
 [ecj-lint] 	import org.apache.solr.common.cloud.ZkStateReader;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.cloud.ZkStateReader is never used
 [ecj-lint] ----------
 [ecj-lint] 3 problems (2 errors, 1 warning)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:618: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build.xml:682: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2088: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2121: Compile failed; see the compiler error output for details.

Total time: 85 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-7.x - Build # 491 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/491/

7 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:45958/collection1: Cannot talk to ZooKeeper - Updates are disabled.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45958/collection1: Cannot talk to ZooKeeper - Updates are disabled.
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:77D2E3A7BC2EDE70]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:507)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:684)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:379)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection

Error Message:
Timeout waiting for new leader null Live Nodes: [127.0.0.1:33149_solr, 127.0.0.1:35324_solr, 127.0.0.1:43137_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/14)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node62":{           "core":"collection1_shard1_replica_n61",           "base_url":"http://127.0.0.1:38812/solr",           "node_name":"127.0.0.1:38812_solr",           "state":"down",           "type":"NRT"},         "core_node64":{           "core":"collection1_shard1_replica_n63",           "base_url":"http://127.0.0.1:43137/solr",           "node_name":"127.0.0.1:43137_solr",           "state":"active",           "type":"NRT"},         "core_node66":{           "core":"collection1_shard1_replica_n65",           "base_url":"http://127.0.0.1:35324/solr",           "node_name":"127.0.0.1:35324_solr",           "state":"active",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for new leader
null
Live Nodes: [127.0.0.1:33149_solr, 127.0.0.1:35324_solr, 127.0.0.1:43137_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"collection1_shard1_replica_n61",
          "base_url":"http://127.0.0.1:38812/solr",
          "node_name":"127.0.0.1:38812_solr",
          "state":"down",
          "type":"NRT"},
        "core_node64":{
          "core":"collection1_shard1_replica_n63",
          "base_url":"http://127.0.0.1:43137/solr",
          "node_name":"127.0.0.1:43137_solr",
          "state":"active",
          "type":"NRT"},
        "core_node66":{
          "core":"collection1_shard1_replica_n65",
          "base_url":"http://127.0.0.1:35324/solr",
          "node_name":"127.0.0.1:35324_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:579AC0C7D09287A2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection(LeaderVoteWaitTimeoutTest.java:189)
	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.LeaderVoteWaitTimeoutTest.basicTest

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:D72CB1F5677BEBB]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:347)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:96)
	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.api.collections.ShardSplitTest.testSplitShardWithRule

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:34859

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:34859
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:7E880DCF8F20E8A3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule(ShardSplitTest.java:531)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 51 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EB83826FDDB0647D:D6F9A9C1FEC8CE6A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution(StreamExpressionTest.java:8649)
	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.LIRRollingUpdatesTest.testNewReplicaOldLeader

Error Message:
Replica core_node44 is not put as DOWN null Live Nodes: [127.0.0.1:34158_solr, 127.0.0.1:39790_solr, 127.0.0.1:40769_solr] Last available state: DocCollection(testNewReplicaOldLeader//collections/testNewReplicaOldLeader/state.json/6)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node42":{           "core":"testNewReplicaOldLeader_shard1_replica_n41",           "base_url":"https://127.0.0.1:34158/solr",           "node_name":"127.0.0.1:34158_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node44":{           "core":"testNewReplicaOldLeader_shard1_replica_n43",           "base_url":"https://127.0.0.1:39790/solr",           "node_name":"127.0.0.1:39790_solr",           "state":"recovering",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Replica core_node44 is not put as DOWN
null
Live Nodes: [127.0.0.1:34158_solr, 127.0.0.1:39790_solr, 127.0.0.1:40769_solr]
Last available state: DocCollection(testNewReplicaOldLeader//collections/testNewReplicaOldLeader/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node42":{
          "core":"testNewReplicaOldLeader_shard1_replica_n41",
          "base_url":"https://127.0.0.1:34158/solr",
          "node_name":"127.0.0.1:34158_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node44":{
          "core":"testNewReplicaOldLeader_shard1_replica_n43",
          "base_url":"https://127.0.0.1:39790/solr",
          "node_name":"127.0.0.1:39790_solr",
          "state":"recovering",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:42D076A3F20CCD56]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.LIRRollingUpdatesTest.testNewReplicaOldLeader(LIRRollingUpdatesTest.java:129)
	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.LIRRollingUpdatesTest.testNewLeaderOldReplica

Error Message:
Error from server at https://127.0.0.1:40769/solr: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40769/solr: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([FF86DC7D12D2B388:B19D7B7AB3D8A447]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderOldReplica(LIRRollingUpdatesTest.java:175)
	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 12904 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 1638045 INFO  (SUITE-ShardSplitTest-seed#[FF86DC7D12D2B388]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/init-core-data-001
   [junit4]   2> 1638046 WARN  (SUITE-ShardSplitTest-seed#[FF86DC7D12D2B388]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1638046 INFO  (SUITE-ShardSplitTest-seed#[FF86DC7D12D2B388]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1638064 INFO  (SUITE-ShardSplitTest-seed#[FF86DC7D12D2B388]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1638064 INFO  (SUITE-ShardSplitTest-seed#[FF86DC7D12D2B388]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitWithChaosMonkey
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.02s J0 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 1638156 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1638176 INFO  (Thread-863) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1638176 INFO  (Thread-863) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1638210 ERROR (Thread-863) [    ] 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> 1638286 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.ZkTestServer start zk server on port:43965
   [junit4]   2> 1638324 INFO  (zkConnectionManagerCallback-1317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1638432 INFO  (zkConnectionManagerCallback-1319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1638472 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1638480 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1638505 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1638506 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1638507 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1638508 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1638522 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1638522 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1638523 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1638524 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1638542 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1638544 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1639690 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1639733 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1639733 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1639733 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1639734 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8e78746{/,null,AVAILABLE}
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@59d0496{HTTP/1.1,[http/1.1]}{127.0.0.1:46639}
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server Started @1650300ms
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=46639, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/control-001/cores}
   [junit4]   2> 1639735 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1639735 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T19:48:15.262Z
   [junit4]   2> 1639750 INFO  (zkConnectionManagerCallback-1321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1639768 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1639768 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/control-001/solr.xml
   [junit4]   2> 1639772 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1639772 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1640004 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1640071 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43965/solr
   [junit4]   2> 1640097 INFO  (zkConnectionManagerCallback-1325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640154 INFO  (zkConnectionManagerCallback-1327-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640542 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1640542 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46639_
   [junit4]   2> 1640543 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.Overseer Overseer (id=72257393291231236-127.0.0.1:46639_-n_0000000000) starting
   [junit4]   2> 1640629 INFO  (zkConnectionManagerCallback-1332-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640719 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43965/solr ready
   [junit4]   2> 1640791 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46639_
   [junit4]   2> 1640881 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1640905 INFO  (zkCallback-1326-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1641070 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1641118 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1641118 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1641120 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:46639_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/control-001/cores
   [junit4]   2> 1641270 INFO  (zkConnectionManagerCallback-1336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641287 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1641288 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43965/solr ready
   [junit4]   2> 1641303 INFO  (qtp1264552372-4757) [n:127.0.0.1:46639_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46639_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1641343 INFO  (OverseerThreadFactory-1843-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1641515 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1641515 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1641798 INFO  (zkCallback-1326-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1642811 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1642862 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1643327 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1643576 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1643609 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1643609 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1643609 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1643613 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=74.1630859375, floorSegmentMB=0.65625, forceMergeDeletesPctAllowed=7.210674233843655, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17489338154167128
   [junit4]   2> 1643721 WARN  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1644013 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1644013 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1644014 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1644014 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1644048 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.6162109375, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=5.514801511089051, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1644049 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66be076f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1644050 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1644051 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1644051 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1644053 INFO  (searcherExecutor-1846-thread-1-processing-n:127.0.0.1:46639_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@66be076f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1644068 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594581371684126720
   [junit4]   2> 1644085 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46639/control_collection_shard1_replica_n1/
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:46639/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1644087 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1644106 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46639/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1644178 INFO  (zkCallback-1326-thread-2-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1644214 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1644216 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2701
   [junit4]   2> 1644252 INFO  (qtp1264552372-4757) [n:127.0.0.1:46639_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1644401 INFO  (zkCallback-1326-thread-2-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1645254 INFO  (qtp1264552372-4757) [n:127.0.0.1:46639_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46639_&wt=javabin&version=2} status=0 QTime=3950
   [junit4]   2> 1645347 INFO  (zkConnectionManagerCallback-1340-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645348 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1645349 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43965/solr ready
   [junit4]   2> 1645349 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1645350 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1645384 INFO  (OverseerCollectionConfigSetProcessor-72257393291231236-127.0.0.1:46639_-n_0000000000) [n:127.0.0.1:46639_    ] 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> 1645386 INFO  (OverseerThreadFactory-1843-thread-2-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1645409 WARN  (OverseerThreadFactory-1843-thread-2-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1645714 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1645729 INFO  (qtp1264552372-4761) [n:127.0.0.1:46639_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=379
   [junit4]   2> 1646486 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001 of type TLOG
   [junit4]   2> 1646486 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1646557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1646557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1646557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1646558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bab3393{/,null,AVAILABLE}
   [junit4]   2> 1646558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b6fbf3d{HTTP/1.1,[http/1.1]}{127.0.0.1:40444}
   [junit4]   2> 1646558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server Started @1657124ms
   [junit4]   2> 1646558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=40444, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001/cores}
   [junit4]   2> 1646559 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1646559 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1646559 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1646559 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1646559 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T19:48:22.086Z
   [junit4]   2> 1646622 INFO  (zkConnectionManagerCallback-1342-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646638 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1646638 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001/solr.xml
   [junit4]   2> 1646642 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1646642 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1646655 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1646695 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43965/solr
   [junit4]   2> 1646736 INFO  (zkConnectionManagerCallback-1346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646805 INFO  (zkConnectionManagerCallback-1348-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646830 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1646832 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1646874 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40444_
   [junit4]   2> 1646898 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1646902 INFO  (zkCallback-1339-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1646910 INFO  (zkCallback-1326-thread-1-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1647053 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1647336 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1647387 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1647387 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1647389 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001/cores
   [junit4]   2> 1647422 INFO  (zkConnectionManagerCallback-1353-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647455 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1647456 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [n:127.0.0.1:40444_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43965/solr ready
   [junit4]   2> 1647456 INFO  (OverseerCollectionConfigSetProcessor-72257393291231236-127.0.0.1:46639_-n_0000000000) [n:127.0.0.1:46639_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1647654 INFO  (qtp997001134-4809) [n:127.0.0.1:40444_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40444_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1647696 INFO  (OverseerThreadFactory-1843-thread-3-processing-n:127.0.0.1:46639_) [n:127.0.0.1:46639_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40444_ for creating new replica
   [junit4]   2> 1647749 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1647749 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1647806 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1648953 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1648992 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 1649369 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1649455 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 1649456 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347e733
   [junit4]   2> 1649456 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1649456 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 1649475 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=74.1630859375, floorSegmentMB=0.65625, forceMergeDeletesPctAllowed=7.210674233843655, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17489338154167128
   [junit4]   2> 1649514 WARN  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1649780 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1649780 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1649781 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1649781 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1649782 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.6162109375, floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=5.514801511089051, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1649783 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cea64c1[collection1_shard2_replica_t41] main]
   [junit4]   2> 1649833 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1649833 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1649834 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1649834 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594581377730215936
   [junit4]   2> 1649948 INFO  (searcherExecutor-1857-thread-1-processing-n:127.0.0.1:40444_ x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@4cea64c1[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650001 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkShardTerms Successful update terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 1650003 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1650019 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1650019 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40444/collection1_shard2_replica_t41/
   [junit4]   2> 1650019 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1650019 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:40444/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 1650019 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1650020 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 1650056 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40444/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 1650109 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1650161 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1650164 INFO  (qtp997001134-4813) [n:127.0.0.1:40444_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2415
   [junit4]   2> 1650184 INFO  (qtp997001134-4809) [n:127.0.0.1:40444_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40444_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=2530
   [junit4]   2> 1650291 INFO  (zkCallback-1347-thread-1-processing-n:127.0.0.1:40444_) [n:127.0.0.1:40444_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1650705 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-2-001 of type TLOG
   [junit4]   2> 1650706 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1650710 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1650710 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1650710 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1650710 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70851c86{/,null,AVAILABLE}
   [junit4]   2> 1650711 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28e2c09{HTTP/1.1,[http/1.1]}{127.0.0.1:35331}
   [junit4]   2> 1650711 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.e.j.s.Server Started @1661276ms
   [junit4]   2> 1650711 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35331, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_FF86DC7D12D2B388-001/shard-2-001/cores}
   [junit4]   2> 1650711 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1650730 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1650730 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1650730 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650730 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T19:48:26.257Z
   [junit4]   2> 1650742 INFO  (zkConnectionManagerCallback-1355-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1650770 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[FF86DC7D12D2B388]) [    ] o.a.s.s.SolrDispatchFilter

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

[n:127.0.0.1:34271_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 459428 INFO  (jetty-closer-799-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42d62712{/solr,null,UNAVAILABLE}
   [junit4]   2> 459428 INFO  (jetty-closer-799-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 459429 INFO  (jetty-closer-799-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5db7d56e{/solr,null,UNAVAILABLE}
   [junit4]   2> 459430 INFO  (jetty-closer-799-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 460364 WARN  (zkCallback-830-thread-3-processing-n:127.0.0.1:37273_solr) [n:127.0.0.1:37273_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 460365 INFO  (jetty-closer-799-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23ec75aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 460365 INFO  (jetty-closer-799-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 460367 ERROR (SUITE-StreamExpressionTest-seed#[EB83826FDDB0647D]-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> 460367 INFO  (SUITE-StreamExpressionTest-seed#[EB83826FDDB0647D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34498 34498
   [junit4]   2> 460470 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34498 34498
   [junit4]   2> 460471 WARN  (Thread-57) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/aliases.json
   [junit4]   2> 	106	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	13	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/collections/parallelDestinationCollection1/terms/shard2
   [junit4]   2> 	9	/solr/collections/parallelDestinationCollection1/terms/shard1
   [junit4]   2> 	8	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	7	/solr/configs/ml
   [junit4]   2> 	7	/solr/collections/parallelDestinationCollection/terms/shard1
   [junit4]   2> 	7	/solr/collections/parallelDestinationCollection/terms/shard2
   [junit4]   2> 	6	/solr/collections/parallelDestinationCollection1/collectionprops.json
   [junit4]   2> 	4	/solr/collections/destination1/terms/shard1
   [junit4]   2> 	4	/solr/collections/mainCorpus1/terms/shard1
   [junit4]   2> 	4	/solr/collections/mainCorpus1/terms/shard2
   [junit4]   2> 	4	/solr/collections/modelCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/modelCollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/parallelDestinationCollection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/destination/terms/shard2
   [junit4]   2> 	4	/solr/collections/destination/terms/shard1
   [junit4]   2> 	4	/solr/collections/checkpointCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/checkpointCollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/mainCorpus/terms/shard2
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/uknownCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/uknownCollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/workQueue/terms/shard2
   [junit4]   2> 	4	/solr/collections/workQueue/terms/shard1
   [junit4]   2> 	3	/solr/collections/workQueue1/terms/shard2
   [junit4]   2> 	3	/solr/collections/workQueue1/terms/shard1
   [junit4]   2> 	3	/solr/collections/destination1/terms/shard2
   [junit4]   2> 	3	/solr/collections/mainCorpus/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/checkpointCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/modelCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/uknownCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/clusterstate.json
   [junit4]   2> 	38	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	32	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	24	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	17	/solr/collections/collection1/state.json
   [junit4]   2> 	14	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	14	/solr/collections/destination1/state.json
   [junit4]   2> 	12	/solr/collections/destination/state.json
   [junit4]   2> 	12	/solr/collections/workQueue1/state.json
   [junit4]   2> 	12	/solr/collections/workQueue/state.json
   [junit4]   2> 	12	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	12	/solr/collections/modelCollection/state.json
   [junit4]   2> 	12	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	12	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72257619228426249-127.0.0.1:34271_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/live_nodes
   [junit4]   2> 	105	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_EB83826FDDB0647D-001
   [junit4]   2> Mar 10, 2018 8:51:26 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name_s=PostingsFormat(name=Memory), expr_s=FST50, terms_ss=Lucene50(blocksize=128), field_s=PostingsFormat(name=Memory), join2_s=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), a1_s=Lucene50(blocksize=128), a2_s=PostingsFormat(name=Memory), level1_s=FST50, body_t=PostingsFormat(name=Memory), s_multi=PostingsFormat(name=Memory), col_s=Lucene50(blocksize=128), a_ss=PostingsFormat(name=Memory), level2_s=PostingsFormat(name=Memory), a_s=PostingsFormat(name=Memory), tv_text=PostingsFormat(name=Memory), term_s=Lucene50(blocksize=128), a_t=PostingsFormat(name=Memory), text_s=FST50, id=FST50, text=PostingsFormat(name=Memory), featureSet_s=Lucene50(blocksize=128), checkpoint_ss=PostingsFormat(name=Memory), test_t=PostingsFormat(name=Memory), ident_s=Lucene50(blocksize=128), whitetok=PostingsFormat(name=Memory), side_s=PostingsFormat(name=Memory)}, docValues:{name_s=DocValuesFormat(name=Asserting), expr_s=DocValuesFormat(name=Memory), iteration_i=DocValuesFormat(name=Memory), terms_ss=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Lucene70), join2_s=DocValuesFormat(name=Lucene70), multiDefault=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70), falseNegative_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Asserting), join1_i=DocValuesFormat(name=Memory), a_i=DocValuesFormat(name=Memory), join3_i=DocValuesFormat(name=Asserting), test_i=DocValuesFormat(name=Lucene70), falsePositive_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Memory), s_multi=DocValuesFormat(name=Asserting), col_s=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Lucene70), level2_s=DocValuesFormat(name=Lucene70), a_s=DocValuesFormat(name=Asserting), score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Lucene70), text_s=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Memory), featureSet_s=DocValuesFormat(name=Lucene70), trueNegative_i=DocValuesFormat(name=Asserting), index_i=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Memory), out_i=DocValuesFormat(name=Lucene70), checkpoint_ss=DocValuesFormat(name=Asserting), ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70), truePositive_i=DocValuesFormat(name=Memory), side_s=DocValuesFormat(name=Asserting), miles_i=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1410, maxMBSortInHeap=6.423809930334032, sim=RandomSimilarity(queryNorm=true): {}, locale=it, timezone=Africa/Asmara
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=195845400,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: [NaturalLogEvaluatorTest, GraphExpressionTest, LessThanEvaluatorTest, TestClusteringResponse, FieldAnalysisResponseTest, ArcSineEvaluatorTest, CubedRootEvaluatorTest, ContentStreamTest, SolrSchemalessExampleTest, JdbcTest, TestConfigSetAdminRequest, StreamExpressionTest]
   [junit4] Completed [137/146 (1!)] on J0 in 346.29s, 156 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 48639 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 490 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/490/

2 tests failed.
FAILED:  org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderOldReplica

Error Message:
Replica core_node44 is not put as DOWN null Live Nodes: [127.0.0.1:34149_solr, 127.0.0.1:38538_solr, 127.0.0.1:41410_solr] Last available state: DocCollection(testNewLeaderOldReplica//collections/testNewLeaderOldReplica/state.json/6)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node42":{           "core":"testNewLeaderOldReplica_shard1_replica_n41",           "base_url":"https://127.0.0.1:41410/solr",           "node_name":"127.0.0.1:41410_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node44":{           "core":"testNewLeaderOldReplica_shard1_replica_n43",           "base_url":"https://127.0.0.1:38538/solr",           "node_name":"127.0.0.1:38538_solr",           "state":"recovering",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Replica core_node44 is not put as DOWN
null
Live Nodes: [127.0.0.1:34149_solr, 127.0.0.1:38538_solr, 127.0.0.1:41410_solr]
Last available state: DocCollection(testNewLeaderOldReplica//collections/testNewLeaderOldReplica/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node42":{
          "core":"testNewLeaderOldReplica_shard1_replica_n41",
          "base_url":"https://127.0.0.1:41410/solr",
          "node_name":"127.0.0.1:41410_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node44":{
          "core":"testNewLeaderOldReplica_shard1_replica_n43",
          "base_url":"https://127.0.0.1:38538/solr",
          "node_name":"127.0.0.1:38538_solr",
          "state":"recovering",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([474A2D4774DFD938:9518A40D5D5CEF7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderOldReplica(LIRRollingUpdatesTest.java:201)
	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.LIRRollingUpdatesTest.testNewReplicaOldLeader

Error Message:
Error from server at https://127.0.0.1:34149/solr: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34149/solr: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([474A2D4774DFD938:FA1C87999401A7E6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LIRRollingUpdatesTest.testNewReplicaOldLeader(LIRRollingUpdatesTest.java:112)
	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 13399 lines...]
   [junit4] Suite: org.apache.solr.cloud.LIRRollingUpdatesTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/init-core-data-001
   [junit4]   2> 2407637 WARN  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2407638 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2407639 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2407640 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2407640 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001
   [junit4]   2> 2407693 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2407709 INFO  (Thread-6333) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2407709 INFO  (Thread-6333) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2407711 ERROR (Thread-6333) [    ] 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> 2407815 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34001
   [junit4]   2> 2407817 INFO  (zkConnectionManagerCallback-2650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2407854 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2407860 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2407888 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2407888 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2407888 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2407889 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2407913 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7e7d3a{/solr,null,AVAILABLE}
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46e2f825{SSL,[ssl, http/1.1]}{127.0.0.1:34493}
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-2) [    ] o.e.j.s.Server Started @2418464ms
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34493}
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2407927 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2407928 ERROR (jetty-launcher-2647-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@700780bc{/solr,null,AVAILABLE}
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:38.813Z
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a2afc72{SSL,[ssl, http/1.1]}{127.0.0.1:35312}
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-3) [    ] o.e.j.s.Server Started @2418465ms
   [junit4]   2> 2407928 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35312}
   [junit4]   2> 2407928 ERROR (jetty-launcher-2647-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2407929 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2407929 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2407929 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2407929 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:38.814Z
   [junit4]   2> 2407971 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2407972 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2407972 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2407972 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76b5de35{/solr,null,AVAILABLE}
   [junit4]   2> 2407972 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a26f8f1{SSL,[ssl, http/1.1]}{127.0.0.1:39301}
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.e.j.s.Server Started @2418510ms
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39301}
   [junit4]   2> 2407973 ERROR (jetty-launcher-2647-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2407973 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:38.858Z
   [junit4]   2> 2408016 INFO  (zkConnectionManagerCallback-2654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408016 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2408051 INFO  (zkConnectionManagerCallback-2652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408052 INFO  (jetty-launcher-2647-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2408059 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2408087 INFO  (zkConnectionManagerCallback-2656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408113 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2408140 INFO  (zkConnectionManagerCallback-2660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408270 INFO  (zkConnectionManagerCallback-2662-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408323 INFO  (jetty-launcher-2647-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2408396 INFO  (zkConnectionManagerCallback-2666-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408526 INFO  (jetty-launcher-2647-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2408544 INFO  (zkConnectionManagerCallback-2671-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408602 INFO  (zkConnectionManagerCallback-2673-thread-1-processing-n:127.0.0.1:39301_solr) [n:127.0.0.1:39301_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408615 INFO  (zkConnectionManagerCallback-2675-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408723 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2408724 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39301_solr
   [junit4]   2> 2408738 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.c.Overseer Overseer (id=72255877107417096-127.0.0.1:39301_solr-n_0000000000) starting
   [junit4]   2> 2408775 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2408776 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34493_solr
   [junit4]   2> 2408832 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39301_solr
   [junit4]   2> 2408984 INFO  (OverseerStateUpdate-72255877107417096-127.0.0.1:39301_solr-n_0000000000) [n:127.0.0.1:39301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2409069 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2409523 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39301.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409596 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39301.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409596 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39301.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409598 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409670 INFO  (jetty-launcher-2647-thread-1) [n:127.0.0.1:39301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/.
   [junit4]   2> 2409751 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409768 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34493.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2409769 INFO  (jetty-launcher-2647-thread-2) [n:127.0.0.1:34493_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node2/.
   [junit4]   2> 2410077 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2410079 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2410098 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35312_solr
   [junit4]   2> 2410099 INFO  (zkCallback-2672-thread-2-processing-n:127.0.0.1:39301_solr) [n:127.0.0.1:39301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410099 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410150 INFO  (zkCallback-2661-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410298 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2410333 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2410334 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2410335 INFO  (jetty-launcher-2647-thread-3) [n:127.0.0.1:35312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node3/.
   [junit4]   2> 2410474 INFO  (zkConnectionManagerCallback-2682-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2410477 INFO  (zkConnectionManagerCallback-2686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2410478 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2410487 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34001/solr ready
   [junit4]   2> 2410490 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a26f8f1{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2410490 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=963182817
   [junit4]   2> 2410491 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2410491 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7006d8db: rootName = solr_39301, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2fa1bc1d
   [junit4]   2> 2410496 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2410496 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@317a689f: rootName = solr_39301, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@59db6e77
   [junit4]   2> 2410524 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2410524 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7598cc9d: rootName = solr_39301, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7898cecf
   [junit4]   2> 2410525 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39301_solr
   [junit4]   2> 2410526 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2410527 INFO  (zkCallback-2672-thread-2-processing-n:127.0.0.1:39301_solr) [n:127.0.0.1:39301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2410527 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2410531 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2410531 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2410531 INFO  (zkCallback-2661-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2410531 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.Overseer Overseer (id=72255877107417096-127.0.0.1:39301_solr-n_0000000000) closing
   [junit4]   2> 2410531 INFO  (OverseerStateUpdate-72255877107417096-127.0.0.1:39301_solr-n_0000000000) [n:127.0.0.1:39301_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39301_solr
   [junit4]   2> 2410534 WARN  (OverseerAutoScalingTriggerThread-72255877107417096-127.0.0.1:39301_solr-n_0000000000) [n:127.0.0.1:39301_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2410555 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34493_solr
   [junit4]   2> 2410556 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.Overseer Overseer (id=72255877107417097-127.0.0.1:34493_solr-n_0000000001) starting
   [junit4]   2> 2410600 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76b5de35{/solr,null,UNAVAILABLE}
   [junit4]   2> 2410620 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2410627 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2410660 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2410660 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2410660 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2410677 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28666131{/solr,null,AVAILABLE}
   [junit4]   2> 2410678 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78501d81{SSL,[ssl, http/1.1]}{127.0.0.1:40220}
   [junit4]   2> 2410678 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server Started @2421215ms
   [junit4]   2> 2410678 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41410}
   [junit4]   2> 2410678 ERROR (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2410684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2410684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2410684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2410684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:41.569Z
   [junit4]   2> 2410685 INFO  (zkConnectionManagerCallback-2688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2410686 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2410726 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2410727 INFO  (zkConnectionManagerCallback-2692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2410742 INFO  (zkConnectionManagerCallback-2694-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2410759 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2410761 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2410779 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41410_solr
   [junit4]   2> 2410811 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410811 INFO  (zkCallback-2661-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410827 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2410892 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2411126 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41410.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2411163 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41410.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2411163 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41410.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2411181 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:41410_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/.
   [junit4]   2> 2411327 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: https://127.0.0.1:40220/solr. Proxy: https://127.0.0.1:41410/solr
   [junit4]   2> 2411357 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@46e2f825{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2411357 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1007599753
   [junit4]   2> 2411361 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2411361 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e050115: rootName = solr_34493, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7d91d8eb
   [junit4]   2> 2411399 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2411399 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f192735: rootName = solr_34493, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@59db6e77
   [junit4]   2> 2411557 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2411557 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2fd696a: rootName = solr_34493, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7898cecf
   [junit4]   2> 2411620 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34493_solr
   [junit4]   2> 2411636 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2411651 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2411652 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2411655 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2411656 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.Overseer Overseer (id=72255877107417097-127.0.0.1:34493_solr-n_0000000001) closing
   [junit4]   2> 2411672 INFO  (OverseerStateUpdate-72255877107417097-127.0.0.1:34493_solr-n_0000000001) [n:127.0.0.1:34493_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34493_solr
   [junit4]   2> 2411672 WARN  (OverseerAutoScalingTriggerThread-72255877107417097-127.0.0.1:34493_solr-n_0000000001) [n:127.0.0.1:34493_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2411688 INFO  (zkCallback-2661-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2411696 INFO  (zkCallback-2674-thread-1-processing-n:127.0.0.1:34493_solr) [n:127.0.0.1:34493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2411673 WARN  (ScheduledTrigger-5557-thread-1) [n:127.0.0.1:34493_solr    ] o.a.s.c.a.TriggerBase Exception updating trigger state '/autoscaling/triggerState/.auto_add_replicas'
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1409)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1328)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:352)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:352)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.setData(ZkDistribStateManager.java:146)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.saveState(TriggerBase.java:205)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.run(ScheduledTriggers.java:579)
   [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> 2411879 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100b4565fec0009, likely client has closed socket
   [junit4]   2> 2411913 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7e7d3a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2411913 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2411928 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2411928 INFO  (zkCallback-2661-thread-2-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35312_solr
   [junit4]   2> 2411970 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2411970 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2411970 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2411970 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35903bc5{/solr,null,AVAILABLE}
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@694e31d3{SSL,[ssl, http/1.1]}{127.0.0.1:40530}
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server Started @2422508ms
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38538}
   [junit4]   2> 2411971 ERROR (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2411971 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2411972 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:42.857Z
   [junit4]   2> 2412006 INFO  (zkConnectionManagerCallback-2698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412006 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2412037 INFO  (zkCallback-2661-thread-2-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.Overseer Overseer (id=72255877107417093-127.0.0.1:35312_solr-n_0000000002) starting
   [junit4]   2> 2412087 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2412174 INFO  (zkConnectionManagerCallback-2702-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412321 INFO  (zkConnectionManagerCallback-2704-thread-1-processing-n:127.0.0.1:38538_solr) [n:127.0.0.1:38538_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412349 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2412351 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2412352 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38538_solr
   [junit4]   2> 2412353 INFO  (zkCallback-2661-thread-1-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412533 INFO  (zkCallback-2703-thread-1-processing-n:127.0.0.1:38538_solr) [n:127.0.0.1:38538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412537 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412541 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412656 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38538.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2412684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38538.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2412684 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38538.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2412685 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:38538_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node2/.
   [junit4]   2> 2412795 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: https://127.0.0.1:40530/solr. Proxy: https://127.0.0.1:38538/solr
   [junit4]   2> 2412862 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a2afc72{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2412907 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=646693417
   [junit4]   2> 2412907 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2412907 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ccd88fe: rootName = solr_35312, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1cd9879b
   [junit4]   2> 2412912 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2412912 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75407908: rootName = solr_35312, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@59db6e77
   [junit4]   2> 2412936 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2412936 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e32b371: rootName = solr_35312, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7898cecf
   [junit4]   2> 2412938 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35312_solr
   [junit4]   2> 2412938 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2412939 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2412939 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.Overseer Overseer (id=72255877107417093-127.0.0.1:35312_solr-n_0000000002) closing
   [junit4]   2> 2412950 WARN  (OverseerAutoScalingTriggerThread-72255877107417093-127.0.0.1:35312_solr-n_0000000002) [n:127.0.0.1:35312_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2412955 INFO  (OverseerStateUpdate-72255877107417093-127.0.0.1:35312_solr-n_0000000002) [n:127.0.0.1:35312_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35312_solr
   [junit4]   2> 2412955 INFO  (zkCallback-2661-thread-2-processing-n:127.0.0.1:35312_solr) [n:127.0.0.1:35312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2412956 INFO  (zkCallback-2703-thread-1-processing-n:127.0.0.1:38538_solr) [n:127.0.0.1:38538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2412956 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2412959 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2413051 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41410_solr
   [junit4]   2> 2413051 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@700780bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 2413052 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2413053 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.Overseer Overseer (id=72255877107417102-127.0.0.1:41410_solr-n_0000000003) starting
   [junit4]   2> 2413062 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2413079 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2413079 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2413079 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2413079 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6076ddd3{/solr,null,AVAILABLE}
   [junit4]   2> 2413080 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73596e47{SSL,[ssl, http/1.1]}{127.0.0.1:34213}
   [junit4]   2> 2413080 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.e.j.s.Server Started @2423617ms
   [junit4]   2> 2413080 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34149}
   [junit4]   2> 2413080 ERROR (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2413102 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2413102 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2413102 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2413102 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T13:22:43.987Z
   [junit4]   2> 2413122 INFO  (zkConnectionManagerCallback-2708-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413158 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2413230 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34001/solr
   [junit4]   2> 2413242 INFO  (zkConnectionManagerCallback-2712-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413267 INFO  (zkConnectionManagerCallback-2714-thread-1-processing-n:127.0.0.1:34149_solr) [n:127.0.0.1:34149_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413284 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2413339 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2413340 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34149_solr
   [junit4]   2> 2413362 INFO  (zkCallback-2703-thread-1-processing-n:127.0.0.1:38538_solr) [n:127.0.0.1:38538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2413362 INFO  (zkCallback-2685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2413370 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2413467 INFO  (zkCallback-2713-thread-1-processing-n:127.0.0.1:34149_solr) [n:127.0.0.1:34149_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2413554 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34149.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2413591 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34149.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2413591 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34149.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2413592 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [n:127.0.0.1:34149_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node3/.
   [junit4]   2> 2413706 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: https://127.0.0.1:34213/solr. Proxy: https://127.0.0.1:34149/solr
   [junit4]   2> 2413750 INFO  (TEST-LIRRollingUpdatesTest.testNewLeaderAndMixedReplicas-seed#[474A2D4774DFD938]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNewLeaderAndMixedReplicas
   [junit4]   2> 2413750 INFO  (SocketProxy-Acceptor-34149) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34038,localport=34149], receiveBufferSize:531000
   [junit4]   2> 2413751 INFO  (SocketProxy-Acceptor-34149) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34213,localport=59906], receiveBufferSize=530904
   [junit4]   2> 2413846 INFO  (qtp454812332-16165) [n:127.0.0.1:34149_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&name=testMixedReplicas-false&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2413848 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMixedReplicas-false
   [junit4]   2> 2413849 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMixedReplicas-false.AUTOCREATED/protwords.txt
   [junit4]   2> 2413850 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMixedReplicas-false.AUTOCREATED/managed-schema
   [junit4]   2> 2413852 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMixedReplicas-false.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2413853 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMixedReplicas-false.AUTOCREATED/synonyms.txt
   [junit4]   2> 2413855 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMixedReplicas-false.AUTOCREATED/stopwords.txt
   [junit4]   2> 2413856 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testMixedReplicas-false.AUTOCREATED/params.json
   [junit4]   2> 2413865 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2413867 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2413868 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2413869 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2413870 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2413872 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2413881 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2413883 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2413884 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2413894 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2413895 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2413897 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2413898 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2413899 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2413901 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2413911 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2413912 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2413914 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2413915 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2413917 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2413926 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2413928 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2413929 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2413939 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2413940 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2413941 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2413943 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2413944 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2413945 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2413955 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2413956 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2413957 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2413959 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2413960 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2413962 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2413971 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2413973 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2413974 INFO  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMixedReplicas-false.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2413976 WARN  (OverseerThreadFactory-5581-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (testMixedReplicas-false) without cores.
   [junit4]   2> 2414090 INFO  (qtp454812332-16165) [n:127.0.0.1:34149_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> 2414090 INFO  (qtp454812332-16165) [n:127.0.0.1:34149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=2&name=testMixedReplicas-false&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2} status=0 QTime=243
   [junit4]   2> 2414091 INFO  (SocketProxy-Acceptor-38538) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51108,localport=38538], receiveBufferSize:531000
   [junit4]   2> 2414091 INFO  (SocketProxy-Acceptor-38538) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40530,localport=34386], receiveBufferSize=530904
   [junit4]   2> 2414163 INFO  (qtp845865557-16131) [n:127.0.0.1:38538_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41410_solr&action=ADDREPLICA&collection=testMixedReplicas-false&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2414165 INFO  (OverseerCollectionConfigSetProcessor-72255877107417102-127.0.0.1:41410_solr-n_0000000003) [n:127.0.0.1:41410_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> 2414166 INFO  (OverseerThreadFactory-5581-thread-2-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41410_solr for creating new replica
   [junit4]   2> 2414169 INFO  (OverseerStateUpdate-72255877107417102-127.0.0.1:41410_solr-n_0000000003) [n:127.0.0.1:41410_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testMixedReplicas-false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMixedReplicas-false_shard1_replica_n41",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41410/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41410_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2414382 INFO  (SocketProxy-Acceptor-41410) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=39876,localport=41410], receiveBufferSize:531000
   [junit4]   2> 2414383 INFO  (SocketProxy-Acceptor-41410) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40220,localport=41818], receiveBufferSize=530904
   [junit4]   2> 2414490 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node42&collection.configName=testMixedReplicas-false.AUTOCREATED&name=testMixedReplicas-false_shard1_replica_n41&action=CREATE&collection=testMixedReplicas-false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2414491 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2414538 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2414538 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2414557 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/extraction/lib
   [junit4]   2> 2414558 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist
   [junit4]   2> 2414558 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/clustering/lib
   [junit4]   2> 2414571 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist
   [junit4]   2> 2414571 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/langid/lib
   [junit4]   2> 2414571 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist
   [junit4]   2> 2414572 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../contrib/velocity/lib
   [junit4]   2> 2414572 WARN  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41/../../../../dist
   [junit4]   2> 2414595 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2414664 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMixedReplicas-false/state.json] for collection [testMixedReplicas-false] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2414680 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41410_solr) [n:127.0.0.1:41410_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMixedReplicas-false/state.json] for collection [testMixedReplicas-false] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2414824 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.s.IndexSchema [testMixedReplicas-false_shard1_replica_n41] Schema name=default-config
   [junit4]   2> 2415542 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2415662 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'testMixedReplicas-false_shard1_replica_n41' using configuration from collection testMixedReplicas-false, trusted=true
   [junit4]   2> 2415675 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41410.solr.core.testMixedReplicas-false.shard1.replica_n41' (registry 'solr.core.testMixedReplicas-false.shard1.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5afe37e7
   [junit4]   2> 2415676 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2415676 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.c.SolrCore [[testMixedReplicas-false_shard1_replica_n41] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/testMixedReplicas-false_shard1_replica_n41], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001/tempDir-001/node1/./testMixedReplicas-false_shard1_replica_n41/data/]
   [junit4]   2> 2415740 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2416011 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2416011 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2416020 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2416020 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2416022 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f395d5e[testMixedReplicas-false_shard1_replica_n41] main]
   [junit4]   2> 2416023 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testMixedReplicas-false.AUTOCREATED
   [junit4]   2> 2416023 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testMixedReplicas-false.AUTOCREATED
   [junit4]   2> 2416023 INFO  (qtp1233420284-16103) [n:127.0.0.1:41410_solr c:testMixedReplicas-false s:shard1 r:core_node42 x:testMixedReplicas-false_shard1_replica_n41] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testMixedReplicas-false.AUTOCREATED/managed-schema
   [junit4]   2> 241602

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

core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 2559242 INFO  (recoveryExecutor-2739-thread-1-processing-n:127.0.0.1:38538_solr x:testNewLeaderOldReplica_shard1_replica_n43 s:shard1 c:testNewLeaderOldReplica r:core_node44) [n:127.0.0.1:38538_solr c:testNewLeaderOldReplica s:shard1 r:core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.c.SolrCore [testNewLeaderOldReplica_shard1_replica_n43]  CLOSING SolrCore org.apache.solr.core.SolrCore@543250d4
   [junit4]   2> 2559242 INFO  (recoveryExecutor-2739-thread-1-processing-n:127.0.0.1:38538_solr x:testNewLeaderOldReplica_shard1_replica_n43 s:shard1 c:testNewLeaderOldReplica r:core_node44) [n:127.0.0.1:38538_solr c:testNewLeaderOldReplica s:shard1 r:core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNewLeaderOldReplica.shard1.replica_n43, tag=1412583636
   [junit4]   2> 2559242 INFO  (recoveryExecutor-2739-thread-1-processing-n:127.0.0.1:38538_solr x:testNewLeaderOldReplica_shard1_replica_n43 s:shard1 c:testNewLeaderOldReplica r:core_node44) [n:127.0.0.1:38538_solr c:testNewLeaderOldReplica s:shard1 r:core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5753f71d: rootName = solr_38538, domain = solr.core.testNewLeaderOldReplica.shard1.replica_n43, service url = null, agent id = null] for registry solr.core.testNewLeaderOldReplica.shard1.replica_n43 / com.codahale.metrics.MetricRegistry@6f0bfb5c
   [junit4]   2> 2559250 INFO  (recoveryExecutor-2739-thread-1-processing-n:127.0.0.1:38538_solr x:testNewLeaderOldReplica_shard1_replica_n43 s:shard1 c:testNewLeaderOldReplica r:core_node44) [n:127.0.0.1:38538_solr c:testNewLeaderOldReplica s:shard1 r:core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNewLeaderOldReplica.shard1.leader, tag=1412583636
   [junit4]   2> 2559251 WARN  (recoveryExecutor-2739-thread-1-processing-n:127.0.0.1:38538_solr x:testNewLeaderOldReplica_shard1_replica_n43 s:shard1 c:testNewLeaderOldReplica r:core_node44) [n:127.0.0.1:38538_solr c:testNewLeaderOldReplica s:shard1 r:core_node44 x:testNewLeaderOldReplica_shard1_replica_n43] o.a.s.c.RecoveryStrategy Stopping recovery for core=[testNewLeaderOldReplica_shard1_replica_n43] coreNodeName=[core_node44]
   [junit4]   2> 2559253 INFO  (jetty-closer-2648-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@328ed237{/solr,null,UNAVAILABLE}
   [junit4]   2> 2559253 INFO  (jetty-closer-2648-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2559254 ERROR (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-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> 2559254 INFO  (SUITE-LIRRollingUpdatesTest-seed#[474A2D4774DFD938]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34001 34001
   [junit4]   2> 2559357 INFO  (Thread-6333) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34001 34001
   [junit4]   2> 2559358 WARN  (Thread-6333) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/collections/testMixedReplicas-false/terms/shard1
   [junit4]   2> 	29	/solr/collections/testMixedReplicas-true/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/testNewLeaderOldReplica/terms/shard1
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	4	/solr/configs/testMixedReplicas-true.AUTOCREATED
   [junit4]   2> 	4	/solr/configs/testMixedReplicas-false.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/testMixedReplicas-false.AUTOCREATED
   [junit4]   2> 	4	/solr/collections/testMixedReplicas-false/collectionprops.json
   [junit4]   2> 	4	/solr/configs/testMixedReplicas-true.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/collections/testMixedReplicas-true/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testNewLeaderOldReplica/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testNewLeaderOldReplica.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testNewLeaderOldReplica.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/collections/testMixedReplicas-false/state.json
   [junit4]   2> 	57	/solr/collections/testMixedReplicas-true/state.json
   [junit4]   2> 	12	/solr/collections/testNewLeaderOldReplica/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72255877107417102-127.0.0.1:41410_solr-n_0000000003
   [junit4]   2> 	2	/solr/collections/testMixedReplicas-true/leader_elect/shard1/election/72255877107417102-core_node42-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72255877107417108-127.0.0.1:34149_solr-n_0000000005
   [junit4]   2> 	2	/solr/collections/testMixedReplicas-false/leader_elect/shard1/election/72255877107417102-core_node42-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LIRRollingUpdatesTest_474A2D4774DFD938-001
   [junit4]   2> Mar 10, 2018 1:25:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=442, maxMBSortInHeap=5.85637269481123, sim=RandomSimilarity(queryNorm=true): {}, locale=es-AR, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=280807792,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, CheckHdfsIndexTest, TestExecutePlanAction, TestDistributedMissingSort, TestFiltering, LeaderFailureAfterFreshStartTest, TestJettySolrRunner, TestManagedSchema, TestManagedResourceStorage, RecoveryZkTest, ClassificationUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, TestManagedSynonymGraphFilterFactory, MinimalSchemaTest, CollectionPropsTest, CacheHeaderTest, TestCoreContainer, TestCloudDeleteByQuery, TestSolrCloudWithKerberosAlt, TestNonDefinedSimilarityFactory, ClusterStateUpdateTest, TestImplicitCoreProperties, CollectionsAPIDistributedZkTest, TestRawResponseWriter, DirectSolrSpellCheckerTest, TestSortByMinMaxFunction, TestBackupRepositoryFactory, TestBadConfig, TestPullReplica, UniqFieldsUpdateProcessorFactoryTest, V2StandaloneTest, PingRequestHandlerTest, TestDelegationWithHadoopAuth, TestInPlaceUpdatesStandalone, BufferStoreTest, RollingRestartTest, DistributedSpellCheckComponentTest, SharedFSAutoReplicaFailoverTest, TestRandomRequestDistribution, TermVectorComponentTest, TestSimDistributedQueue, TestStreamBody, SolrJmxReporterCloudTest, PreAnalyzedFieldTest, DistribDocExpirationUpdateProcessorTest, TestLazyCores, DistributedVersionInfoTest, TestXmlQParserPlugin, HdfsChaosMonkeyNothingIsSafeTest, TestBlendedInfixSuggestions, TestHttpShardHandlerFactory, TestDefaultStatsCache, TestFieldCacheWithThreads, RegexBoostProcessorTest, PeerSyncWithIndexFingerprintCachingTest, CreateCollectionCleanupTest, TestRecoveryHdfs, HdfsRecoverLeaseTest, SuggestComponentTest, TestDeleteCollectionOnDownNodes, PreAnalyzedFieldManagedSchemaCloudTest, SolrCoreMetricManagerTest, ClusterStateTest, CustomHighlightComponentTest, HdfsSyncSliceTest, ReplaceNodeTest, TolerantUpdateProcessorTest, UtilsToolTest, CircularListTest, TestSolrCoreParser, ResponseBuilderTest, TestNumericTerms64, TestSchemaSimilarityResource, JavabinLoaderTest, IndexSchemaRuntimeFieldTest, CursorMarkTest, RecoveryAfterSoftCommitTest, TestSlowCompositeReaderWrapper, TlogReplayBufferedWhileIndexingTest, TestLMJelinekMercerSimilarityFactory, CoreAdminRequestStatusTest, LeaderElectionTest, SearchHandlerTest, TestAtomicUpdateErrorCases, ConvertedLegacyTest, TemplateUpdateProcessorTest, ConcurrentCreateRoutedAliasTest, ShowFileRequestHandlerTest, TestSSLRandomization, NotRequiredUniqueKeyTest, DocValuesTest, HdfsCollectionsAPIDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, TestAnalyzedSuggestions, TestExceedMaxTermLength, DistanceFunctionTest, OverseerCollectionConfigSetProcessorTest, SpellPossibilityIteratorTest, HttpPartitionOnCommitTest, HDFSCollectionsAPITest, TestRealTimeGet, TestCloudPivotFacet, SystemLogListenerTest, TestStressReorder, TestMiniSolrCloudClusterSSL, TestTolerantUpdateProcessorCloud, TestTolerantSearch, TestConfigReload, ShufflingReplicaListTransformerTest, DeleteLastCustomShardedReplicaTest, DisMaxRequestHandlerTest, TestFieldCollectionResource, TimeZoneUtilsTest, TestSimpleQParserPlugin, CdcrBidirectionalTest, DistributedFacetExistsSmallTest, TestCollectionAPIs, SuggesterTSTTest, TestHighFrequencyDictionaryFactory, TestDocTermOrds, SpatialFilterTest, TestCopyFieldCollectionResource, TestQuerySenderListener, TestMultiWordSynonyms, LIRRollingUpdatesTest]
   [junit4] Completed [382/782 (1!)] on J2 in 152.88s, 4 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 51030 lines...]