You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/12/19 07:21:42 UTC

[JENKINS] Lucene-Solr-7.6-Linux (64bit/jdk-10.0.1) - Build # 118 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/118/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:35213_solr, 127.0.0.1:38721_solr, 127.0.0.1:43807_solr] Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",           "base_url":"https://127.0.0.1:46857/solr",           "node_name":"127.0.0.1:46857_solr",           "state":"down",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"raceDeleteReplica_true_shard1_replica_n5",           "base_url":"https://127.0.0.1:46857/solr",           "node_name":"127.0.0.1:46857_solr",           "state":"down",           "type":"NRT"},         "core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",           "base_url":"https://127.0.0.1:43807/solr",           "node_name":"127.0.0.1:43807_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:35213_solr, 127.0.0.1:38721_solr, 127.0.0.1:43807_solr]
Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:46857/solr",
          "node_name":"127.0.0.1:46857_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:46857/solr",
          "node_name":"127.0.0.1:46857_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:43807/solr",
          "node_name":"127.0.0.1:43807_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([8F3B9DFAC1CA0EF7:E52DFC2AA938443D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:229)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Error from server at https://127.0.0.1:38721/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:38721/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([8F3B9DFAC1CA0EF7:225B29F1DCF5A682]: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:1107)
	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.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:32825_solr, 127.0.0.1:36679_solr, 127.0.0.1:39881_solr] Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",           "base_url":"https://127.0.0.1:45193/solr",           "node_name":"127.0.0.1:45193_solr",           "state":"down",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"raceDeleteReplica_true_shard1_replica_n5",           "base_url":"https://127.0.0.1:45193/solr",           "node_name":"127.0.0.1:45193_solr",           "state":"down",           "type":"NRT"},         "core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",           "base_url":"https://127.0.0.1:36679/solr",           "node_name":"127.0.0.1:36679_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:32825_solr, 127.0.0.1:36679_solr, 127.0.0.1:39881_solr]
Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:45193/solr",
          "node_name":"127.0.0.1:45193_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:45193/solr",
          "node_name":"127.0.0.1:45193_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:36679/solr",
          "node_name":"127.0.0.1:36679_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([8F3B9DFAC1CA0EF7:E52DFC2AA938443D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:229)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Error from server at https://127.0.0.1:39881/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39881/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([8F3B9DFAC1CA0EF7:225B29F1DCF5A682]: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:1107)
	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.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14398 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1007926 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/init-core-data-001
   [junit4]   2> 1007926 WARN  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1007926 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1007926 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1007927 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001
   [junit4]   2> 1007927 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1007927 INFO  (Thread-4212) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1007927 INFO  (Thread-4212) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1007929 ERROR (Thread-4212) [    ] 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> 1008027 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43253
   [junit4]   2> 1008029 INFO  (zkConnectionManagerCallback-3231-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008032 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1008032 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1008032 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1008032 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@757d374b{/solr,null,AVAILABLE}
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7499184b{/solr,null,AVAILABLE}
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1008033 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@feba221{/solr,null,AVAILABLE}
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b85e5bf{/solr,null,AVAILABLE}
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a5b9b92{SSL,[ssl, http/1.1]}{127.0.0.1:39881}
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dc01758{SSL,[ssl, http/1.1]}{127.0.0.1:32825}
   [junit4]   2> 1008034 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10915e13{SSL,[ssl, http/1.1]}{127.0.0.1:45193}
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.e.j.s.Server Started @1008054ms
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73d6aad5{SSL,[ssl, http/1.1]}{127.0.0.1:36679}
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.e.j.s.Server Started @1008054ms
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.e.j.s.Server Started @1008054ms
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.e.j.s.Server Started @1008054ms
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36679}
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39881}
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45193}
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32825}
   [junit4]   2> 1008035 ERROR (jetty-launcher-3228-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1008035 ERROR (jetty-launcher-3228-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1008035 ERROR (jetty-launcher-3228-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1008035 ERROR (jetty-launcher-3228-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T06:45:30.952934Z
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T06:45:30.952950Z
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008035 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008036 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T06:45:30.952999Z
   [junit4]   2> 1008036 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T06:45:30.953009Z
   [junit4]   2> 1008036 INFO  (zkConnectionManagerCallback-3239-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008037 INFO  (zkConnectionManagerCallback-3236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008037 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008037 INFO  (zkConnectionManagerCallback-3238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008037 INFO  (zkConnectionManagerCallback-3237-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008037 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008037 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008037 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008040 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 0x100084c29e60003, likely client has closed socket
   [junit4]   2> 1008040 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 0x100084c29e60001, likely client has closed socket
   [junit4]   2> 1008133 INFO  (jetty-launcher-3228-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43253/solr
   [junit4]   2> 1008134 INFO  (zkConnectionManagerCallback-3243-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008136 INFO  (zkConnectionManagerCallback-3245-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008138 INFO  (jetty-launcher-3228-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43253/solr
   [junit4]   2> 1008138 INFO  (zkConnectionManagerCallback-3249-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008140 INFO  (zkConnectionManagerCallback-3251-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008174 INFO  (jetty-launcher-3228-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43253/solr
   [junit4]   2> 1008175 INFO  (zkConnectionManagerCallback-3259-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008175 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45193_solr
   [junit4]   2> 1008176 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32825_solr
   [junit4]   2> 1008176 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.Overseer Overseer (id=72066717251403784-127.0.0.1:45193_solr-n_0000000000) starting
   [junit4]   2> 1008176 INFO  (zkConnectionManagerCallback-3261-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008176 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1008178 INFO  (zkCallback-3250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1008179 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1008181 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1008181 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39881_solr
   [junit4]   2> 1008181 INFO  (zkCallback-3250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1008181 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1008186 INFO  (zkCallback-3260-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1008194 INFO  (zkConnectionManagerCallback-3268-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008194 INFO  (zkConnectionManagerCallback-3273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008194 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1008195 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1008195 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43253/solr ready
   [junit4]   2> 1008195 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43253/solr ready
   [junit4]   2> 1008202 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1008202 INFO  (OverseerStateUpdate-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45193_solr
   [junit4]   2> 1008206 INFO  (zkConnectionManagerCallback-3278-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008207 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1008207 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43253/solr ready
   [junit4]   2> 1008211 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008216 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008216 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008217 INFO  (jetty-launcher-3228-thread-2) [n:127.0.0.1:32825_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node2/.
   [junit4]   2> 1008218 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1008218 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1008218 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45193_solr
   [junit4]   2> 1008226 INFO  (zkCallback-3250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008226 INFO  (zkCallback-3260-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008226 INFO  (zkCallback-3277-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008229 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008229 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39881.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008230 INFO  (zkCallback-3267-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008231 INFO  (zkCallback-3272-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1008231 DEBUG (OverseerAutoScalingTriggerThread-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39881_solr, 127.0.0.1:32825_solr, 127.0.0.1:45193_solr]
   [junit4]   2> 1008234 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1008235 DEBUG (ScheduledTrigger-6318-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1008235 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39881.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008235 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39881.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008236 INFO  (jetty-launcher-3228-thread-3) [n:127.0.0.1:39881_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node3/.
   [junit4]   2> 1008239 INFO  (jetty-launcher-3228-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43253/solr
   [junit4]   2> 1008244 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45193.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008247 INFO  (zkConnectionManagerCallback-3285-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008248 INFO  (zkConnectionManagerCallback-3287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008251 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1008251 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45193.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008251 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45193.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008252 INFO  (jetty-launcher-3228-thread-1) [n:127.0.0.1:45193_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node1/.
   [junit4]   2> 1008253 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1008253 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36679_solr
   [junit4]   2> 1008254 INFO  (zkCallback-3250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3260-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3272-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3277-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3267-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008254 INFO  (zkCallback-3286-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1008261 INFO  (zkConnectionManagerCallback-3294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008262 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1008262 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43253/solr ready
   [junit4]   2> 1008267 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1008294 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36679.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008303 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36679.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008303 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36679.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1008304 INFO  (jetty-launcher-3228-thread-4) [n:127.0.0.1:36679_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node4/.
   [junit4]   2> 1008326 INFO  (zkConnectionManagerCallback-3297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008328 INFO  (zkConnectionManagerCallback-3302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1008329 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1008329 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43253/solr ready
   [junit4]   2> 1008351 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[8F3B9DFAC1CA0EF7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 1008360 INFO  (qtp1095534303-14942) [n:127.0.0.1:39881_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1008362 INFO  (OverseerThreadFactory-6323-thread-1-processing-n:127.0.0.1:45193_solr) [n:127.0.0.1:45193_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteByCountNew
   [junit4]   2> 1008474 INFO  (qtp1095534303-14946) [n:127.0.0.1:39881_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1008492 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1008504 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1008520 INFO  (qtp441567918-14943) [n:127.0.0.1:45193_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1008522 INFO  (OverseerStateUpdate-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45193/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1008524 INFO  (OverseerStateUpdate-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:32825/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1008526 INFO  (OverseerStateUpdate-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36679/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1008529 INFO  (OverseerStateUpdate-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39881/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1008741 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1008741 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1008741 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr    x:deleteByCountNew_shard2_replica_n7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n7&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1008741 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr    x:deleteByCountNew_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1008741 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr    x:deleteByCountNew_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1009236 DEBUG (ScheduledTrigger-6318-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1009747 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1009747 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1009747 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1009749 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1009752 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 1009752 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1009763 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1009763 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009764 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009764 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4' using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1009764 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n7' using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1009764 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39881.solr.core.deleteByCountNew.shard2.replica_n7' (registry 'solr.core.deleteByCountNew.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1009764 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36679.solr.core.deleteByCountNew.shard2.replica_n4' (registry 'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1009764 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009764 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1' using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1009764 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node3/deleteByCountNew_shard2_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node3/./deleteByCountNew_shard2_replica_n7/data/]
   [junit4]   2> 1009764 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node4/deleteByCountNew_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node4/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 1009764 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1009764 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45193.solr.core.deleteByCountNew.shard1.replica_n1' (registry 'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1009764 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node1/deleteByCountNew_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node1/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 1009765 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009765 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2' using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1009765 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.core.deleteByCountNew.shard1.replica_n2' (registry 'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@663be2c7
   [junit4]   2> 1009765 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node2/deleteByCountNew_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001/tempDir-001/node2/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 1009791 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1009791 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1009791 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1009791 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1009792 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009792 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009792 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009792 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009793 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@191c71fa[deleteByCountNew_shard1_replica_n1] main]
   [junit4]   2> 1009793 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@78ade52[deleteByCountNew_shard1_replica_n2] main]
   [junit4]   2> 1009793 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1009793 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1009794 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009794 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009794 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1009794 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1009794 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620261661794369536
   [junit4]   2> 1009794 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620261661794369536
   [junit4]   2> 1009795 INFO  (searcherExecutor-6340-thread-1-processing-n:127.0.0.1:45193_solr x:deleteByCountNew_shard1_replica_n1 c:deleteByCountNew s:shard1 r:core_node3) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore [deleteByCountNew_shard1_replica_n1] Registered new searcher Searcher@191c71fa[deleteByCountNew_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009795 INFO  (searcherExecutor-6341-thread-1-processing-n:127.0.0.1:32825_solr x:deleteByCountNew_shard1_replica_n2 c:deleteByCountNew s:shard1 r:core_node5) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore [deleteByCountNew_shard1_replica_n2] Registered new searcher Searcher@78ade52[deleteByCountNew_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009798 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1009798 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1009798 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1009800 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1009800 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1009800 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:32825/solr/deleteByCountNew_shard1_replica_n2/
   [junit4]   2> 1009800 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 url=https://127.0.0.1:32825/solr START replicas=[https://127.0.0.1:45193/solr/deleteByCountNew_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1009800 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 url=https://127.0.0.1:32825/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1009802 INFO  (qtp441567918-14943) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.S.Request [deleteByCountNew_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009802 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1009802 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1009802 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1009804 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:32825/solr/deleteByCountNew_shard1_replica_n2/ shard1
   [junit4]   2> 1009804 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1009804 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1009804 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1009804 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1009805 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009805 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009806 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009806 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009807 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b5f4d52[deleteByCountNew_shard2_replica_n7] main]
   [junit4]   2> 1009807 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@631d68a7[deleteByCountNew_shard2_replica_n4] main]
   [junit4]   2> 1009808 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1009808 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1009808 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009808 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009809 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1009809 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1009809 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620261661810098176
   [junit4]   2> 1009809 INFO  (searcherExecutor-6338-thread-1-processing-n:127.0.0.1:36679_solr x:deleteByCountNew_shard2_replica_n4 c:deleteByCountNew s:shard2 r:core_node6) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica_n4] Registered new searcher Searcher@631d68a7[deleteByCountNew_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009809 INFO  (searcherExecutor-6339-thread-1-processing-n:127.0.0.1:39881_solr x:deleteByCountNew_shard2_replica_n7 c:deleteByCountNew s:shard2 r:core_node8) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica_n7] Registered new searcher Searcher@1b5f4d52[deleteByCountNew_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009809 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620261661810098176
   [junit4]   2> 1009811 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1009812 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1009812 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 1009813 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1009813 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1009813 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39881/solr/deleteByCountNew_shard2_replica_n7/
   [junit4]   2> 1009813 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n7 url=https://127.0.0.1:39881/solr START replicas=[https://127.0.0.1:36679/solr/deleteByCountNew_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1009814 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n7 url=https://127.0.0.1:39881/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1009816 INFO  (qtp267729250-14937) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.S.Request [deleteByCountNew_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009816 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1009816 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1009816 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1009818 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39881/solr/deleteByCountNew_shard2_replica_n7/ shard2
   [junit4]   2> 1009920 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1009921 INFO  (qtp1095534303-15051) [n:127.0.0.1:39881_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n7&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1179
   [junit4]   2> 1009956 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1009958 INFO  (qtp468274793-14930) [n:127.0.0.1:32825_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1216
   [junit4]   2> 1010058 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010058 INFO  (zkCallback-3260-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010236 DEBUG (ScheduledTrigger-6318-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1010801 INFO  (qtp441567918-14947) [n:127.0.0.1:45193_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2060
   [junit4]   2> 1010916 INFO  (zkCallback-3260-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010916 INFO  (zkCallback-3286-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010916 INFO  (zkCallback-3244-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010916 INFO  (zkCallback-3250-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1011148 INFO  (qtp267729250-14931) [n:127.0.0.1:36679_solr c:deleteByCountNew s:shard2 r:core_node6 x:deleteByCountNew_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2407
   [junit4]   2> 1011150 INFO  (qtp1095534303-14942) [n:127.0.0.1:39881_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> 1011150 INFO  (qtp1095534303-14942) [n:127.0.0.1:39881_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2790
   [junit4]   2> 1011151 INFO  (qtp1095534303-14944) [n:127.0.0.1:39881_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1011152 INFO  (OverseerCollectionConfigSetProcessor-72066717251403784-127.0.0.1:45193_solr-n_0000000000) [n:127.0.0.1:45193_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> 1011153 INFO  (qtp267729250-15062) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard2.replica_n4, tag=null
   [junit4]   2> 1011153 INFO  (qtp267729250-15062) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@561bdb72: rootName = solr_36679, domain = solr.core.deleteByCountNew.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.deleteByCountNew.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@3ed66420
   [junit4]   2> 1011162 INFO  (qtp267729250-15062) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@390fa113
   [junit4]   2> 1011162 INFO  (qtp267729250-15062) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard2.replica_n4, tag=390fa113
   [junit4]   2> 1011162 INFO  (qtp267729250-15062) [n:127.0.0.1:36679_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard2.leader, tag=390fa113
   [junit4]   2> 1011165

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

.0.0.1:35213_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e3ca57c: rootName = solr_35213, domain = solr.core.deleteReplicaOnIndexing.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.deleteReplicaOnIndexing.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@177ff2a1
   [junit4]   2> 212879 INFO  (coreCloseExecutor-421-thread-2) [n:127.0.0.1:38721_solr c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=174d369
   [junit4]   2> 212879 INFO  (coreCloseExecutor-421-thread-1) [n:127.0.0.1:38721_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard2.leader, tag=6ee28b70
   [junit4]   2> 212885 INFO  (coreCloseExecutor-420-thread-1) [n:127.0.0.1:43807_solr c:raceDeleteReplica_true s:shard1 r:core_node4 x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.raceDeleteReplica_true.shard1.leader, tag=1b2aeb9f
   [junit4]   2> 212885 INFO  (coreCloseExecutor-420-thread-2) [n:127.0.0.1:43807_solr c:deletereplica_test s:shard1 r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, tag=3245820f
   [junit4]   2> 212886 INFO  (coreCloseExecutor-422-thread-1) [n:127.0.0.1:35213_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard1.leader, tag=2b5a3b59
   [junit4]   2> 212886 INFO  (coreCloseExecutor-422-thread-2) [n:127.0.0.1:35213_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteReplicaOnIndexing.shard1.leader, tag=505a0450
   [junit4]   2> 212886 INFO  (coreCloseExecutor-422-thread-2) [n:127.0.0.1:35213_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 212886 INFO  (coreCloseExecutor-422-thread-2) [n:127.0.0.1:35213_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d8799d1 commitCommandVersion:0
   [junit4]   2> 212897 WARN  (zkCallback-174-thread-1) [    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 212899 INFO  (jetty-closer-145-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a823127{/solr,null,UNAVAILABLE}
   [junit4]   2> 212903 INFO  (jetty-closer-145-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 212910 INFO  (jetty-closer-145-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a09b6b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 212910 INFO  (jetty-closer-145-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 212945 INFO  (jetty-closer-145-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72066846370299913-127.0.0.1:35213_solr-n_0000000001) closing
   [junit4]   2> 212945 INFO  (OverseerStateUpdate-72066846370299913-127.0.0.1:35213_solr-n_0000000001) [n:127.0.0.1:35213_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35213_solr
   [junit4]   2> 212947 WARN  (OverseerAutoScalingTriggerThread-72066846370299913-127.0.0.1:35213_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 212949 INFO  (jetty-closer-145-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@22bcf511{/solr,null,UNAVAILABLE}
   [junit4]   2> 212949 INFO  (jetty-closer-145-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 212951 ERROR (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-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> 212952 INFO  (SUITE-DeleteReplicaTest-seed#[8F3B9DFAC1CA0EF7]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45363 45363
   [junit4]   2> 213156 INFO  (Thread-286) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45363 45363
   [junit4]   2> 213157 WARN  (Thread-286) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2> 	13	/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2> 	7	/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2> 	6	/solr/collections/deleteByCount/terms/shard1
   [junit4]   2> 	5	/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2> 	5	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	5	/solr/collections/deleteByCount/state.json
   [junit4]   2> 	5	/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2> 	4	/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2> 	4	/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72066846370299913-127.0.0.1:35213_solr-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72066846370299910-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_8F3B9DFAC1CA0EF7-001
   [junit4]   2> Dec 19, 2018 7:20:33 AM 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): {id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1245, maxMBSortInHeap=6.941231655275626, sim=RandomSimilarity(queryNorm=false): {}, locale=qu-PE, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Linux 4.15.0-42-generic amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=264731096,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, DeleteReplicaTest]
   [junit4] Completed [5/5 (1!)] on J0 in 132.81s, 7 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 35 tests, 1 error, 1 failure [seed: 8F3B9DFAC1CA0EF7]

Total time: 3 minutes 36 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e1d5761f7b976aa4ab83969f9a699597c0855b3e, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.6-Linux
[WARNINGS] Computing warning deltas based on reference build #117
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-7.6-Linux (64bit/jdk-11) - Build # 120 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/120/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC

11 tests failed.
FAILED:  org.apache.solr.TestTolerantSearch.testGetFieldsPhaseError

Error Message:
Error from server at https://127.0.0.1:35361/solr/collection1: java.lang.NullPointerException  at org.apache.solr.handler.component.MoreLikeThisComponent.handleResponses(MoreLikeThisComponent.java:162)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:426)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:531)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)  at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)  at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)  at java.base/java.lang.Thread.run(Thread.java:834) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35361/solr/collection1: java.lang.NullPointerException
	at org.apache.solr.handler.component.MoreLikeThisComponent.handleResponses(MoreLikeThisComponent.java:162)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:426)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:531)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
	at java.base/java.lang.Thread.run(Thread.java:834)

	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:1CBF6F50D6BE58C1]: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.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:998)
	at org.apache.solr.TestTolerantSearch.testGetFieldsPhaseError(TestTolerantSearch.java:141)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:35165_solr, 127.0.0.1:35275_solr, 127.0.0.1:38931_solr] Last available state: DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "core":"raceDeleteReplica_false_shard1_replica_n2",           "base_url":"https://127.0.0.1:43815/solr",           "node_name":"127.0.0.1:43815_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node6":{           "core":"raceDeleteReplica_false_shard1_replica_n5",           "base_url":"https://127.0.0.1:43815/solr",           "node_name":"127.0.0.1:43815_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:35165_solr, 127.0.0.1:35275_solr, 127.0.0.1:38931_solr]
Last available state: DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"raceDeleteReplica_false_shard1_replica_n2",
          "base_url":"https://127.0.0.1:43815/solr",
          "node_name":"127.0.0.1:43815_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_false_shard1_replica_n5",
          "base_url":"https://127.0.0.1:43815/solr",
          "node_name":"127.0.0.1:43815_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:C2D480A4DF4A41C0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:230)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Error from server at https://127.0.0.1:38931/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:38931/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:5A2557FAA87A37F]: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:1107)
	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.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
Expected a single shard with three replicas null Live Nodes: [127.0.0.1:38839_solr, 127.0.0.1:40195_solr, 127.0.0.1:43473_solr, 127.0.0.1:46481_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected a single shard with three replicas
null
Live Nodes: [127.0.0.1:38839_solr, 127.0.0.1:40195_solr, 127.0.0.1:43473_solr, 127.0.0.1:46481_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:C467250000AE3E7E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
Expected a single shard with three replicas null Live Nodes: [127.0.0.1:38765_solr, 127.0.0.1:39371_solr, 127.0.0.1:43185_solr, 127.0.0.1:45917_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected a single shard with three replicas
null
Live Nodes: [127.0.0.1:38765_solr, 127.0.0.1:39371_solr, 127.0.0.1:43185_solr, 127.0.0.1:45917_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:C467250000AE3E7E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
Expected a single shard with three replicas null Live Nodes: [127.0.0.1:34527_solr, 127.0.0.1:38829_solr, 127.0.0.1:39207_solr, 127.0.0.1:43183_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected a single shard with three replicas
null
Live Nodes: [127.0.0.1:34527_solr, 127.0.0.1:38829_solr, 127.0.0.1:39207_solr, 127.0.0.1:43183_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:C467250000AE3E7E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
Expected a single shard with three replicas null Live Nodes: [127.0.0.1:35147_solr, 127.0.0.1:35849_solr, 127.0.0.1:41919_solr, 127.0.0.1:44221_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected a single shard with three replicas
null
Live Nodes: [127.0.0.1:35147_solr, 127.0.0.1:35849_solr, 127.0.0.1:41919_solr, 127.0.0.1:44221_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:C467250000AE3E7E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser

Error Message:
Error from server at https://127.0.0.1:37931/solr/mlt-collection: Error from server at https://127.0.0.1:37931/solr/mlt-collection_shard2_replica_n2: Error completing MLT request. Could not fetch document with id [17]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:37931/solr/mlt-collection: Error from server at https://127.0.0.1:37931/solr/mlt-collection_shard2_replica_n2: Error completing MLT request. Could not fetch document with id [17]
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:9B72A88FC53B15B0]: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:1107)
	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.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser(CloudMLTQParserTest.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser

Error Message:
Error from server at https://127.0.0.1:42447/solr/mlt-collection: Error from server at https://127.0.0.1:40447/solr/mlt-collection_shard2_replica_n2: Error completing MLT request. Could not fetch document with id [17]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42447/solr/mlt-collection: Error from server at https://127.0.0.1:40447/solr/mlt-collection_shard2_replica_n2: Error completing MLT request. Could not fetch document with id [17]
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:9B72A88FC53B15B0]: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:1107)
	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.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser(CloudMLTQParserTest.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser

Error Message:
Error from server at https://127.0.0.1:38437/solr/mlt-collection: Error from server at https://127.0.0.1:38437/solr/mlt-collection_shard2_replica_n3: Error completing MLT request. Could not fetch document with id [17]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:38437/solr/mlt-collection: Error from server at https://127.0.0.1:38437/solr/mlt-collection_shard2_replica_n3: Error completing MLT request. Could not fetch document with id [17]
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:9B72A88FC53B15B0]: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:1107)
	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.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser(CloudMLTQParserTest.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser

Error Message:
Error from server at https://127.0.0.1:35221/solr/mlt-collection: Error from server at https://127.0.0.1:35221/solr/mlt-collection_shard1_replica_n1: Error completing MLT request. Could not fetch document with id [17]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35221/solr/mlt-collection: Error from server at https://127.0.0.1:35221/solr/mlt-collection_shard1_replica_n1: Error completing MLT request. Could not fetch document with id [17]
	at __randomizedtesting.SeedInfo.seed([A8C2E174B7B80B0A:9B72A88FC53B15B0]: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:1107)
	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.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.testMLTQParser(CloudMLTQParserTest.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13411 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 268750 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/init-core-data-001
   [junit4]   2> 268751 WARN  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 268751 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 268751 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 268752 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/tempDir-001
   [junit4]   2> 268752 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 268752 INFO  (Thread-959) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 268752 INFO  (Thread-959) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 268753 ERROR (Thread-959) [    ] 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> 268852 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33425
   [junit4]   2> 268854 INFO  (zkConnectionManagerCallback-1034-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268857 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 268857 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 268857 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 268857 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 268857 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2093a6ce{/solr,null,AVAILABLE}
   [junit4]   2> 268858 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ca96521{/solr,null,AVAILABLE}
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@387fe4f9{SSL,[ssl, http/1.1]}{127.0.0.1:۳۵۱۴۷}
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39dd59a2{SSL,[ssl, http/1.1]}{127.0.0.1:۴۱۹۱۹}
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.Server Started @۲۶۸۸۸۸ms
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.e.j.s.Server Started @۲۶۸۸۸۸ms
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41919}
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35147}
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 268860 ERROR (jetty-launcher-1031-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 268860 ERROR (jetty-launcher-1031-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T14:22:15.568842Z
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 268860 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T14:22:15.568932Z
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@627a5190{/solr,null,AVAILABLE}
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c8376b{/solr,null,AVAILABLE}
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b2bf905{SSL,[ssl, http/1.1]}{127.0.0.1:۳۵۸۴۹}
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.e.j.s.Server Started @۲۶۸۸۸۹ms
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35849}
   [junit4]   2> 268861 ERROR (jetty-launcher-1031-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53c0feee{SSL,[ssl, http/1.1]}{127.0.0.1:۴۴۲۲۱}
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.e.j.s.Server Started @۲۶۸۸۹۰ms
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44221}
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T14:22:15.569750Z
   [junit4]   2> 268861 ERROR (jetty-launcher-1031-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 268861 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T14:22:15.569948Z
   [junit4]   2> 268864 INFO  (zkConnectionManagerCallback-1036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268864 INFO  (zkConnectionManagerCallback-1038-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268864 INFO  (zkConnectionManagerCallback-1042-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268864 INFO  (zkConnectionManagerCallback-1040-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268864 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 268867 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 268867 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 268867 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 268881 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 0x10009ee532d0002, likely client has closed socket
   [junit4]   2> 268917 INFO  (jetty-launcher-1031-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33425/solr
   [junit4]   2> 268923 INFO  (zkConnectionManagerCallback-1046-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268931 INFO  (zkConnectionManagerCallback-1048-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268956 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33425/solr
   [junit4]   2> 268960 INFO  (zkConnectionManagerCallback-1054-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268963 INFO  (zkConnectionManagerCallback-1056-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268969 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41919_solr
   [junit4]   2> 268970 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.Overseer Overseer (id=72068513240252424-127.0.0.1:41919_solr-n_0000000000) starting
   [junit4]   2> 268981 INFO  (zkConnectionManagerCallback-1063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268983 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33425/solr ready
   [junit4]   2> 268983 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35147_solr
   [junit4]   2> 268991 INFO  (OverseerStateUpdate-72068513240252424-127.0.0.1:41919_solr-n_0000000000) [n:127.0.0.1:41919_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41919_solr
   [junit4]   2> 269008 INFO  (zkCallback-1062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269008 INFO  (zkCallback-1047-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269008 INFO  (OverseerStateUpdate-72068513240252424-127.0.0.1:41919_solr-n_0000000000) [n:127.0.0.1:41919_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269016 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 269016 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41919_solr
   [junit4]   2> 269017 INFO  (zkCallback-1062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 269017 INFO  (zkCallback-1047-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 269017 INFO  (zkCallback-1055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 269019 INFO  (zkConnectionManagerCallback-1068-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269023 DEBUG (OverseerAutoScalingTriggerThread-72068513240252424-127.0.0.1:41919_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:35147_solr, 127.0.0.1:41919_solr]
   [junit4]   2> 269023 DEBUG (ScheduledTrigger-1874-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 269023 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 269024 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33425/solr ready
   [junit4]   2> 269039 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 269047 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 269053 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35147.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269060 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35147.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269060 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41919.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269060 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35147.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269061 INFO  (jetty-launcher-1031-thread-2) [n:127.0.0.1:35147_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/tempDir-001/node2/.
   [junit4]   2> 269065 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41919.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269065 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41919.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269066 INFO  (jetty-launcher-1031-thread-1) [n:127.0.0.1:41919_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/tempDir-001/node1/.
   [junit4]   2> 269094 INFO  (jetty-launcher-1031-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33425/solr
   [junit4]   2> 269098 INFO  (zkConnectionManagerCallback-1074-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269100 INFO  (zkConnectionManagerCallback-1076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269102 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 269104 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 269104 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44221_solr
   [junit4]   2> 269104 INFO  (zkCallback-1062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 269104 INFO  (zkCallback-1047-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 269104 INFO  (zkCallback-1055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 269108 INFO  (zkCallback-1075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 269108 INFO  (zkCallback-1067-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 269115 INFO  (zkConnectionManagerCallback-1083-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269116 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 269116 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33425/solr ready
   [junit4]   2> 269119 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 269126 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44221.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269128 INFO  (jetty-launcher-1031-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33425/solr
   [junit4]   2> 269130 INFO  (zkConnectionManagerCallback-1088-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269132 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44221.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269132 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44221.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269132 INFO  (jetty-launcher-1031-thread-3) [n:127.0.0.1:44221_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/tempDir-001/node3/.
   [junit4]   2> 269133 INFO  (zkConnectionManagerCallback-1090-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269136 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 269138 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 269138 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35849_solr
   [junit4]   2> 269139 INFO  (zkCallback-1047-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269139 INFO  (zkCallback-1062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269139 INFO  (zkCallback-1055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269139 INFO  (zkCallback-1075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269139 INFO  (zkCallback-1067-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269144 INFO  (zkCallback-1089-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269144 INFO  (zkCallback-1082-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 269154 INFO  (zkConnectionManagerCallback-1097-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269156 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 269157 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33425/solr ready
   [junit4]   2> 269157 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 269174 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35849.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269181 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35849.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269181 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35849.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fef8fb
   [junit4]   2> 269182 INFO  (jetty-launcher-1031-thread-4) [n:127.0.0.1:35849_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-001/tempDir-001/node4/.
   [junit4]   2> 269215 INFO  (zkConnectionManagerCallback-1100-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269218 INFO  (zkConnectionManagerCallback-1105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269218 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 269219 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33425/solr ready
   [junit4]   2> 269237 INFO  (TEST-DeleteReplicaTest.deleteReplicaOnIndexing-seed#[A8C2E174B7B80B0A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaOnIndexing
   [junit4]   2> 269250 INFO  (qtp32005791-4513) [n:127.0.0.1:35147_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 269251 INFO  (OverseerThreadFactory-1877-thread-1-processing-n:127.0.0.1:41919_solr) [n:127.0.0.1:41919_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteR

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

86 INFO  (coreCloseExecutor-481-thread-1) [n:127.0.0.1:34527_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 436887 INFO  (coreCloseExecutor-481-thread-1) [n:127.0.0.1:34527_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@78115f3 commitCommandVersion:0
   [junit4]   2> 436889 INFO  (coreCloseExecutor-484-thread-1) [n:127.0.0.1:43183_solr c:deletereplica_test s:shard1 r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, tag=41afa1d5
   [junit4]   2> 436889 INFO  (coreCloseExecutor-484-thread-2) [n:127.0.0.1:43183_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=627ed9d2
   [junit4]   2> 436890 INFO  (coreCloseExecutor-483-thread-1) [n:127.0.0.1:39207_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard2.leader, tag=4999e9ce
   [junit4]   2> 436890 INFO  (coreCloseExecutor-483-thread-2) [n:127.0.0.1:39207_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard1.leader, tag=348480c9
   [junit4]   2> 436898 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 0x1000a16e091000a, likely client has closed socket
   [junit4]   2> 436899 INFO  (jetty-closer-128-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e051b7c{/solr,null,UNAVAILABLE}
   [junit4]   2> 436899 INFO  (jetty-closer-128-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 436900 INFO  (jetty-closer-128-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72068687411085318-127.0.0.1:43183_solr-n_0000000001) closing
   [junit4]   2> 436900 INFO  (OverseerStateUpdate-72068687411085318-127.0.0.1:43183_solr-n_0000000001) [n:127.0.0.1:43183_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43183_solr
   [junit4]   2> 436900 WARN  (OverseerAutoScalingTriggerThread-72068687411085318-127.0.0.1:43183_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 436901 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 0x1000a16e091000b, likely client has closed socket
   [junit4]   2> 436902 INFO  (zkCallback-185-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34527_solr
   [junit4]   2> 436904 INFO  (jetty-closer-128-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@15e0038f{/solr,null,UNAVAILABLE}
   [junit4]   2> 436904 INFO  (jetty-closer-128-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 437082 INFO  (jetty-closer-128-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e7ce029{/solr,null,UNAVAILABLE}
   [junit4]   2> 437082 INFO  (jetty-closer-128-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 437084 ERROR (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-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> 437085 INFO  (SUITE-DeleteReplicaTest-seed#[A8C2E174B7B80B0A]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33015 33015
   [junit4]   2> 437190 INFO  (Thread-291) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33015 33015
   [junit4]   2> 437190 WARN  (Thread-291) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2> 	19	/solr/collections/raceDeleteReplica_false/terms/shard1
   [junit4]   2> 	17	/solr/aliases.json
   [junit4]   2> 	17	/solr/configs/conf
   [junit4]   2> 	14	/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2> 	13	/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2> 	12	/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2> 	8	/solr/collections/deleteByCount/terms/shard1
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2> 	7	/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2> 	5	/solr/collections/delLiveColl/terms/shard2
   [junit4]   2> 	4	/solr/collections/delLiveColl/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/raceDeleteReplica_false/state.json
   [junit4]   2> 	17	/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2> 	17	/solr/clusterprops.json
   [junit4]   2> 	17	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72068687411085327-127.0.0.1:34527_solr-n_0000000003
   [junit4]   2> 	4	/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2> 	3	/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2> 	3	/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2> 	2	/solr/collections/deleteFromClusterState_false/leader_elect/shard1/election/72068687411085327-core_node6-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72068687411085318-127.0.0.1:43183_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 	2	/solr/collections/deleteByCount/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	17	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_A8C2E174B7B80B0A-002
   [junit4]   2> Dec 19, 2018 3:10:49 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): {_version_=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1560, maxMBSortInHeap=5.092323971986453, sim=RandomSimilarity(queryNorm=true): {}, locale=lg, timezone=America/Anguilla
   [junit4]   2> NOTE: Linux 4.15.0-42-generic amd64/Oracle Corporation 11 (64-bit)/cpus=8,threads=1,free=226367696,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, DeleteReplicaTest]
   [junit4] Completed [15/15 (7!)] on J1 in 256.82s, 7 tests, 1 failure <<< FAILURES!

[...truncated 18 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/lucene/common-build.xml:1092: There were test failures: 15 suites, 90 tests, 4 errors, 4 failures [seed: A8C2E174B7B80B0A]

Total time: 7 minutes 19 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.TestTolerantSearch
[repro]   3/5 failed: org.apache.solr.search.mlt.CloudMLTQParserTest
[repro]   4/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e1d5761f7b976aa4ab83969f9a699597c0855b3e, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.6-Linux
[WARNINGS] Computing warning deltas based on reference build #119
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-7.6-Linux (64bit/jdk-9.0.4) - Build # 119 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/119/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([125D51767BEE9155:3E90B91C26785A3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14669 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.NodeLostTriggerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/init-core-data-001
   [junit4]   2> 1852079 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001
   [junit4]   2> 1852079 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1852079 INFO  (Thread-5636) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1852079 INFO  (Thread-5636) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1852080 ERROR (Thread-5636) [    ] 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> 1852179 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35725
   [junit4]   2> 1852180 INFO  (zkConnectionManagerCallback-5339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852182 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1852182 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1852183 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1852184 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1852185 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9877bfe{/solr,null,AVAILABLE}
   [junit4]   2> 1852185 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1852185 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1852185 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1852185 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bd52d0d{/solr,null,AVAILABLE}
   [junit4]   2> 1852186 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e9678c3{HTTP/1.1,[http/1.1]}{127.0.0.1:43683}
   [junit4]   2> 1852186 INFO  (jetty-launcher-5336-thread-1) [    ] o.e.j.s.Server Started @1852221ms
   [junit4]   2> 1852186 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43683}
   [junit4]   2> 1852187 ERROR (jetty-launcher-5336-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852187 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1852187 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1852187 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852187 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852187 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:03.909188Z
   [junit4]   2> 1852189 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fee92ae{/solr,null,AVAILABLE}
   [junit4]   2> 1852189 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60fd2bd6{HTTP/1.1,[http/1.1]}{127.0.0.1:44847}
   [junit4]   2> 1852189 INFO  (jetty-launcher-5336-thread-5) [    ] o.e.j.s.Server Started @1852224ms
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44847}
   [junit4]   2> 1852190 ERROR (jetty-launcher-5336-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:03.912267Z
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1852190 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@619a6f26{HTTP/1.1,[http/1.1]}{127.0.0.1:35527}
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.e.j.s.Server Started @1852226ms
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35527}
   [junit4]   2> 1852191 ERROR (jetty-launcher-5336-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1852191 INFO  (zkConnectionManagerCallback-5343-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:03.913752Z
   [junit4]   2> 1852191 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1852197 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c9442bb{/solr,null,AVAILABLE}
   [junit4]   2> 1852205 INFO  (zkConnectionManagerCallback-5341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852205 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@428b41a1{HTTP/1.1,[http/1.1]}{127.0.0.1:37599}
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27338a66{/solr,null,AVAILABLE}
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-3) [    ] o.e.j.s.Server Started @1852240ms
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37599}
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5897eaf6{HTTP/1.1,[http/1.1]}{127.0.0.1:40681}
   [junit4]   2> 1852206 ERROR (jetty-launcher-5336-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-4) [    ] o.e.j.s.Server Started @1852241ms
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1852206 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40681}
   [junit4]   2> 1852207 ERROR (jetty-launcher-5336-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852207 INFO  (zkConnectionManagerCallback-5345-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:03.929430Z
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852207 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:03.929498Z
   [junit4]   2> 1852208 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1852213 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1852237 INFO  (zkConnectionManagerCallback-5349-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852237 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1852244 INFO  (zkConnectionManagerCallback-5348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852244 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1852318 INFO  (jetty-launcher-5336-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1852331 INFO  (jetty-launcher-5336-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1852331 INFO  (zkConnectionManagerCallback-5353-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852332 INFO  (zkConnectionManagerCallback-5357-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852333 INFO  (zkConnectionManagerCallback-5359-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852349 INFO  (zkConnectionManagerCallback-5361-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852354 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43683_solr
   [junit4]   2> 1852357 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.Overseer Overseer (id=72067710315593737-127.0.0.1:43683_solr-n_0000000000) starting
   [junit4]   2> 1852367 INFO  (jetty-launcher-5336-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1852368 INFO  (zkConnectionManagerCallback-5369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852369 INFO  (jetty-launcher-5336-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1852382 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35527_solr
   [junit4]   2> 1852385 INFO  (zkConnectionManagerCallback-5373-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852388 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1852390 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852390 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40681_solr
   [junit4]   2> 1852393 INFO  (zkConnectionManagerCallback-5375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852393 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1852397 INFO  (zkConnectionManagerCallback-5380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852398 INFO  (jetty-launcher-5336-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1852401 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1852402 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1852402 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852405 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1852417 INFO  (zkConnectionManagerCallback-5391-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852417 INFO  (OverseerStateUpdate-72067710315593737-127.0.0.1:43683_solr-n_0000000000) [n:127.0.0.1:43683_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43683_solr
   [junit4]   2> 1852418 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852418 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43683_solr
   [junit4]   2> 1852421 INFO  (zkConnectionManagerCallback-5388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852422 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1852422 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852425 INFO  (zkConnectionManagerCallback-5398-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852425 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1852426 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1852426 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852429 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1852429 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1852433 INFO  (zkConnectionManagerCallback-5393-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852433 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1852436 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1852437 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1852440 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852440 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37599_solr
   [junit4]   2> 1852441 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1852441 INFO  (zkCallback-5360-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1852445 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1852447 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35527.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852454 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35527.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852454 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35527.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852455 INFO  (zkConnectionManagerCallback-5403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852455 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1852455 INFO  (jetty-launcher-5336-thread-2) [n:127.0.0.1:35527_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node2/.
   [junit4]   2> 1852457 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1852459 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852459 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44847_solr
   [junit4]   2> 1852460 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1852460 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1852460 INFO  (zkCallback-5397-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1852460 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1852460 INFO  (zkCallback-5392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1852461 INFO  (zkCallback-5402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1852461 INFO  (zkConnectionManagerCallback-5410-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852461 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1852462 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1852462 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852465 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1852465 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1852469 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1852471 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43683.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852476 INFO  (zkConnectionManagerCallback-5418-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852478 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1852478 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852480 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1852481 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43683.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852481 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43683.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852499 INFO  (jetty-launcher-5336-thread-1) [n:127.0.0.1:43683_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node1/.
   [junit4]   2> 1852501 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852502 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37599.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852509 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44847.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852509 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852509 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852510 INFO  (jetty-launcher-5336-thread-4) [n:127.0.0.1:40681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node4/.
   [junit4]   2> 1852510 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37599.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852510 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37599.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852511 INFO  (jetty-launcher-5336-thread-3) [n:127.0.0.1:37599_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node3/.
   [junit4]   2> 1852514 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44847.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852514 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44847.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1852515 INFO  (jetty-launcher-5336-thread-5) [n:127.0.0.1:44847_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node5/.
   [junit4]   2> 1852627 INFO  (zkConnectionManagerCallback-5421-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852629 INFO  (zkConnectionManagerCallback-5426-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1852630 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1852630 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1852657 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@428b41a1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1852657 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1961152953
   [junit4]   2> 1852657 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1852657 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d138018: rootName = solr_37599, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7d05756a
   [junit4]   2> 1852662 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1852662 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6100062: rootName = solr_37599, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1852665 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1852665 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c3b1776: rootName = solr_37599, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1852666 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37599_solr
   [junit4]   2> 1852667 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1852667 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5417-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5397-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852667 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852668 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1852670 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c9442bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852670 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1852671 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@60fd2bd6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1852671 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1242472234
   [junit4]   2> 1852671 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1852671 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34933ff8: rootName = solr_44847, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2dabc95d
   [junit4]   2> 1852679 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1852679 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@136364c: rootName = solr_44847, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1852684 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1852684 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ed879ba: rootName = solr_44847, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1852685 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44847_solr
   [junit4]   2> 1852686 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1852686 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852686 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852686 INFO  (zkCallback-5402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852686 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852686 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852687 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852687 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852687 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 0x100093361230014, likely client has closed socket
   [junit4]   2> 1852687 INFO  (zkCallback-5397-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852686 INFO  (zkCallback-5417-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1852690 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6bd52d0d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852690 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1857694 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5897eaf6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1857694 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=563615050
   [junit4]   2> 1857695 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1857695 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@409bb43c: rootName = solr_40681, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@17c08024
   [junit4]   2> 1857703 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1857703 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@742293d2: rootName = solr_40681, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1857709 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1857709 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38d6fbb4: rootName = solr_40681, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1857710 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40681_solr
   [junit4]   2> 1857711 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (zkCallback-5397-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857711 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1857711 INFO  (zkCallback-5372-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1857713 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27338a66{/solr,null,UNAVAILABLE}
   [junit4]   2> 1857714 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1857715 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1857715 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1857715 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1857715 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1857715 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bd3197b{/solr,null,AVAILABLE}
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51f785d7{HTTP/1.1,[http/1.1]}{127.0.0.1:40681}
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server Started @1857751ms
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40681}
   [junit4]   2> 1857716 ERROR (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1857716 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:09.438630Z
   [junit4]   2> 1857717 INFO  (zkConnectionManagerCallback-5428-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857718 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1857812 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1857813 INFO  (zkConnectionManagerCallback-5432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857815 INFO  (zkConnectionManagerCallback-5434-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857817 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1857819 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1857819 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40681_solr
   [junit4]   2> 1857819 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857819 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857819 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857819 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857819 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857819 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1857841 INFO  (zkConnectionManagerCallback-5441-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857842 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1857842 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1857842 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1857858 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1857869 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1857870 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40681.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1857871 INFO  (TEST-NodeLostTriggerTest.testTrigger-seed#[125D51767BEE9155]) [n:127.0.0.1:40681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node4/.
   [junit4]   2> 1862931 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1863009 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1863009 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1863009 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ff8fda2{/solr,null,AVAILABLE}
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67a894e3{HTTP/1.1,[http/1.1]}{127.0.0.1:43501}
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server Started @1863045ms
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43501}
   [junit4]   2> 1863010 ERROR (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1863010 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:14.732798Z
   [junit4]   2> 1863011 INFO  (zkConnectionManagerCallback-5444-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863012 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1863066 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1863067 INFO  (zkConnectionManagerCallback-5448-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863068 INFO  (zkConnectionManagerCallback-5450-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863071 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1863073 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1863073 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43501_solr
   [junit4]   2> 1863073 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863073 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863073 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863073 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863073 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863074 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863074 INFO  (zkCallback-5449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863074 INFO  (zkCallback-5440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863085 INFO  (zkConnectionManagerCallback-5457-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863085 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1863086 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1863086 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1863095 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43501.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863101 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43501.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863101 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43501.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863102 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node6/.
   [junit4]   2> 1863130 INFO  (zkConnectionManagerCallback-5460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863130 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@67a894e3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1863132 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=215663696
   [junit4]   2> 1863132 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1863132 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@452ff4cc: rootName = solr_43501, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3ce39598
   [junit4]   2> 1863140 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1863140 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5811ad3d: rootName = solr_43501, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1863144 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1863144 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6807934: rootName = solr_43501, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1863145 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43501_solr
   [junit4]   2> 1863145 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1863146 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863146 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863146 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863146 INFO  (zkCallback-5449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863146 INFO  (zkCallback-5456-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863146 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863147 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ff8fda2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1863147 INFO  (TEST-NodeLostTriggerTest.testListenerAcceptance-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1863147 INFO  (zkConnectionManagerCallback-5462-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863149 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863149 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863149 INFO  (zkCallback-5440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=NodeLostTriggerTest -Dtests.method=testListenerAcceptance -Dtests.seed=125D51767BEE9155 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=SystemV/YST9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.24s J2 | NodeLostTriggerTest.testListenerAcceptance <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([125D51767BEE9155:3E90B91C26785A3]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance(NodeLostTriggerTest.java:265)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1863164 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cb443c{/solr,null,AVAILABLE}
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4c82ccac{HTTP/1.1,[http/1.1]}{127.0.0.1:40501}
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.Server Started @1863200ms
   [junit4]   2> 1863165 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40501}
   [junit4]   2> 1863166 ERROR (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1863166 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1863166 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 1863166 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1863166 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1863166 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-19T10:58:14.888181Z
   [junit4]   2> 1863173 INFO  (zkConnectionManagerCallback-5464-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863173 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1863285 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35725/solr
   [junit4]   2> 1863286 INFO  (zkConnectionManagerCallback-5468-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863288 INFO  (zkConnectionManagerCallback-5470-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863291 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1863293 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1863293 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40501_solr
   [junit4]   2> 1863294 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863294 INFO  (zkCallback-5469-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863306 INFO  (zkConnectionManagerCallback-5477-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1863306 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1863307 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35725/solr ready
   [junit4]   2> 1863307 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1863321 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40501.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863330 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40501.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863331 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40501.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59838696
   [junit4]   2> 1863332 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001/tempDir-001/node7/.
   [junit4]   2> 1863376 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c82ccac{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1863377 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1818065910
   [junit4]   2> 1863377 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1863377 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28e97561: rootName = solr_40501, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6729662
   [junit4]   2> 1863385 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1863385 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5bc09d9d: rootName = solr_40501, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1863390 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1863390 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e3a4ad2: rootName = solr_40501, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1863390 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40501_solr
   [junit4]   2> 1863391 INFO  (zkCallback-5425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1863391 INFO  (zkCallback-5469-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863391 INFO  (zkCallback-5476-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863392 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5cb443c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1863392 INFO  (TEST-NodeLostTriggerTest.testRestoreState-seed#[125D51767BEE9155]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1863392 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1863392 INFO  (zkCallback-5440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@619a6f26{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@51f785d7{HTTP/1.1,[http/1.1]}{127.0.0.1:40681}
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e9678c3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=330071315
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1882469327
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=990142648
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7033d8c4: rootName = solr_40681, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@42069401
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@168ccddc: rootName = solr_43683, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@510655ae
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1868410 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4945806d: rootName = solr_35527, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a7e1152
   [junit4]   2> 1868428 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1868428 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@547ab1e: rootName = solr_35527, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1868428 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1868428 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@281e7b2a: rootName = solr_40681, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1868430 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1868430 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10bc2d15: rootName = solr_43683, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6f7acff7
   [junit4]   2> 1868431 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1868431 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54f91d77: rootName = solr_40681, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1868431 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1868431 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3919c43c: rootName = solr_35527, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1868431 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40681_solr
   [junit4]   2> 1868432 INFO  (jetty-closer-5337-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1868433 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868433 INFO  (zkCallback-5433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868433 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868433 INFO  (zkCallback-5440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868433 INFO  (zkCallback-5358-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868433 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35527_solr
   [junit4]   2> 1868434 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1868434 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1868434 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8aa7a39: rootName = solr_43683, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@32fe3647
   [junit4]   2> 1868437 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 0x10009336123001a, likely client has closed socket
   [junit4]   2> 1868438 INFO  (jetty-closer-5337-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bd3197b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1868438 INFO  (jetty-closer-5337-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1868438 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1868438 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1868438 INFO  (jetty-closer-5337-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1868439 INFO  (zkCallback-5387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1868439 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1868439 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 0x10009336123000f, likely client has closed socket
   [junit4]   2> 1868439 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43683_solr
   [junit4]   2> 1868440 INFO  (zkCallback-5379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1868440 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1868440 INFO  (zkCallback-5360-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1868440 INFO  (jetty-closer-5337-thread-3) [    ] o.a.s.c.Overseer Overseer (id=72067710315593737-127.0.0.1:43683_solr-n_0000000000) closing
   [junit4]   2> 1868440 INFO  (OverseerStateUpdate-72067710315593737-127.0.0.1:43683_solr-n_0000000000) [n:127.0.0.1:43683_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43683_solr
   [junit4]   2> 1868440 WARN  (OverseerAutoScalingTriggerThread-72067710315593737-127.0.0.1:43683_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1868442 INFO  (jetty-closer-5337-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9877bfe{/solr,null,UNAVAILABLE}
   [junit4]   2> 1868442 INFO  (jetty-closer-5337-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1868443 INFO  (jetty-closer-5337-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6fee92ae{/solr,null,UNAVAILABLE}
   [junit4]   2> 1868443 INFO  (jetty-closer-5337-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1868445 ERROR (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-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> 1868445 INFO  (SUITE-NodeLostTriggerTest-seed#[125D51767BEE9155]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35725 35725
   [junit4]   2> 1868503 INFO  (Thread-5636) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35725 35725
   [junit4]   2> 1868503 WARN  (Thread-5636) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/aliases.json
   [junit4]   2> 	17	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72067710315593736-127.0.0.1:35527_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72067710315593753-127.0.0.1:40681_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72067710315593739-127.0.0.1:40681_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	17	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeLostTriggerTest_125D51767BEE9155-001
   [junit4]   2> Dec 19, 2018 10:58:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 8 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=408, maxMBSortInHeap=5.5872621983068536, sim=RandomSimilarity(queryNorm=true): {}, locale=hr-HR, timezone=SystemV/YST9
   [junit4]   2> NOTE: Linux 4.15.0-42-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=205628856,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest, ExplicitHLLTest, TestSimpleTrackingShardHandler, TestDynamicURP, PeerSyncTest, TestSearchPerf, TestLMDirichletSimilarityFactory, TestExclusionRuleCollectionAccess, SimpleCollectionCreateDeleteTest, TestHalfAndHalfDocValues, TestTolerantUpdateProcessorCloud, TestLegacyNumericRangeQueryBuilder, TestMiniSolrCloudClusterSSL, TestInPlaceUpdatesStandalone, TestCloudSchemaless, ChangedSchemaMergeTest, LoggingHandlerTest, TestFieldCacheWithThreads, SuggesterWFSTTest, MultiThreadedOCPTest, TestPostingsSolrHighlighter, AnalyticsMergeStrategyTest, RegexBytesRefFilterTest, BlockCacheTest, TestFilteredDocIdSet, ResponseLogComponentTest, TestReplicationHandler, ReturnFieldsTest, TestConfigSetImmutable, TestJsonFacetsWithNestedObjects, DateMathParserTest, UtilsToolTest, HttpPartitionTest, ExternalFileFieldSortTest, TestSolrDeletionPolicy2, TestRecoveryHdfs, ZkCLITest, TestSafeXMLParsing, TestSolrCloudWithHadoopAuthPlugin, TestCollectionAPIs, SimplePostToolTest, SpellingQueryConverterTest, TestCoreContainer, TestStressLucene, TaggingAttributeTest, TestPartialUpdateDeduplication, TestNumericTerms64, TestFieldCacheSort, ClusterStateUpdateTest, TestRandomCollapseQParserPlugin, TermsComponentTest, TestJsonFacetRefinement, TestPullReplica, HDFSCollectionsAPITest, SolrCmdDistributorTest, SearchHandlerTest, TestManagedStopFilterFactory, DeleteReplicaTest, RollingRestartTest, TestRandomRequestDistribution, TestSolrConfigHandlerCloud, TestRequestStatusCollectionAPI, DistributedIntervalFacetingTest, TestDocumentBuilder, TestSimDistribStateManager, TestWordDelimiterFilterFactory, TestDynamicFieldCollectionResource, ByteBuffersDirectoryFactoryTest, NodeMarkersRegistrationTest, TestComplexPhraseLeadingWildcard, HLLUtilTest, SolrIndexSplitterTest, ImplicitSnitchTest, TestExportWriter, HdfsUnloadDistributedZkTest, TriLevelCompositeIdRoutingTest, SuggestComponentTest, TestRestoreCore, TestJoin, SolrCoreMetricManagerTest, TestEmbeddedSolrServerAdminHandler, TestQueryTypes, TestGraphTermsQParserPlugin, DirectUpdateHandlerTest, RandomizedTaggerTest, TestSimTriggerIntegration, ConnectionManagerTest, TriggerCooldownIntegrationTest, AnalysisErrorHandlingTest, PingRequestHandlerTest, AutoScalingHandlerTest, SolrCoreTest, TestDocTermOrdsUninvertLimit, TestReRankQParserPlugin, NodeAddedTriggerTest, SpellCheckCollatorTest, TestScoreJoinQPScore, HdfsChaosMonkeyNothingIsSafeTest, TestRemoteStreaming, BlockJoinFacetRandomTest, ScriptEngineTest, TestCustomSort, TestTrieFacet, TestFuzzyAnalyzedSuggestions, CoreAdminCreateDiscoverTest, CdcrRequestHandlerTest, TestConfigReload, StatelessScriptUpdateProcessorFactoryTest, TestXmlQParserPlugin, TestJettySolrRunner, HdfsAutoAddReplicasIntegrationTest, TestTrie, BasicZkTest, StatsReloadRaceTest, ManagedSchemaRoundRobinCloudTest, TestMaxTokenLenTokenizer, TestInitQParser, TestClusterProperties, DistributedTermsComponentTest, DistributedFacetPivotSmallAdvancedTest, TestRetrieveFieldsOptimizer, TestSha256AuthenticationProvider, LeaderVoteWaitTimeoutTest, BigEndianAscendingWordDeserializerTest, TestAuthorizationFramework, TestLeaderElectionZkExpiry, SolrCloudReportersTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrTestCaseJ4Test, TestPayloadCheckQParserPlugin, TestSchemaNameResource, TestSizeLimitedDistributedMap, JSONWriterTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, BasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderTest, CloudExitableDirectoryReaderTest, ClusterStateTest, CollectionPropsTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MoveReplicaHDFSTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, TestConfigSetsAPI, TestSegmentSorting, TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, ZkFailoverTest, TestHdfsCloudBackupRestore, ComputePlanActionTest, NodeLostTriggerTest]
   [junit4] Completed [536/836 (1!)] on J2 in 16.94s, 4 tests, 1 failure <<< FAILURES!

[...truncated 43474 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/119/consoleText

[repro] Revision: e1d5761f7b976aa4ab83969f9a699597c0855b3e

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=NodeLostTriggerTest -Dtests.method=testListenerAcceptance -Dtests.seed=125D51767BEE9155 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=SystemV/YST9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       NodeLostTriggerTest
[repro] ant compile-test

[...truncated 3585 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.NodeLostTriggerTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=125D51767BEE9155 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=SystemV/YST9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 91 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.NodeLostTriggerTest
[repro] Exiting with code 0

[...truncated 40 lines...]