Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/953/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:62752_solr, 
127.0.0.1:62753_solr, 127.0.0.1:62755_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
   "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:62756/solr";,           
"node_name":"127.0.0.1:62756_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:62756/solr";,           
"node_name":"127.0.0.1:62756_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"https://127.0.0.1:62753/solr";,           
"node_name":"127.0.0.1:62753_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:62752_solr, 127.0.0.1:62753_solr, 127.0.0.1:62755_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
  "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:62756/solr";,
          "node_name":"127.0.0.1:62756_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:62756/solr";,
          "node_name":"127.0.0.1:62756_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:62753/solr";,
          "node_name":"127.0.0.1:62753_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([8F93F746B53A498A:E5859696DDC80340]: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.deleteReplicaByCountForAllShards

Error Message:
Error from server at https://127.0.0.1:62753/solr: Cannot create collection 
deleteByCountNew. 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:62753/solr: Cannot create collection 
deleteByCountNew. 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([8F93F746B53A498A:B302B012FA7B14DF]: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.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
        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:62753/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:62753/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([8F93F746B53A498A:22F3434DA805E1FF]: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:50947_solr, 
127.0.0.1:50948_solr, 127.0.0.1:50949_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_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",     
      "base_url":"https://127.0.0.1:50950/solr";,           
"node_name":"127.0.0.1:50950_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:50950/solr";,           
"node_name":"127.0.0.1:50950_solr",           "state":"down",           
"type":"NRT"},         "core_node3":{           
"core":"raceDeleteReplica_true_shard1_replica_n1",           
"base_url":"https://127.0.0.1:50949/solr";,           
"node_name":"127.0.0.1:50949_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:50947_solr, 127.0.0.1:50948_solr, 127.0.0.1:50949_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_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:50950/solr";,
          "node_name":"127.0.0.1:50950_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:50950/solr";,
          "node_name":"127.0.0.1:50950_solr",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:50949/solr";,
          "node_name":"127.0.0.1:50949_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([8F93F746B53A498A:E5859696DDC80340]: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.deleteReplicaByCountForAllShards

Error Message:
Error from server at https://127.0.0.1:50947/solr: Cannot create collection 
deleteByCountNew. 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:50947/solr: Cannot create collection 
deleteByCountNew. 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([8F93F746B53A498A:B302B012FA7B14DF]: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.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
        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:50947/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:50947/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([8F93F746B53A498A:22F3434DA805E1FF]: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 14061 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/init-core-data-001
   [junit4]   2> 1830125 WARN  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1830125 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1830126 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1830127 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1830127 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001
   [junit4]   2> 1830127 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1830128 INFO  (Thread-3516) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1830128 INFO  (Thread-3516) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1830132 ERROR (Thread-3516) [    ] 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> 1830231 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:50943
   [junit4]   2> 1830242 INFO  (zkConnectionManagerCallback-7296-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830251 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1830253 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1830253 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1830259 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1830261 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1830261 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1830261 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1830262 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ed8835d{/solr,null,AVAILABLE}
   [junit4]   2> 1830264 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1830264 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1830264 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1830264 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d4cd2ab{/solr,null,AVAILABLE}
   [junit4]   2> 1830265 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@20db7413{SSL,[ssl, 
http/1.1]}{127.0.0.1:50948}
   [junit4]   2> 1830265 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.e.j.s.Server Started @1830332ms
   [junit4]   2> 1830265 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50948}
   [junit4]   2> 1830265 ERROR (jetty-launcher-7293-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1830265 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1830266 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1830266 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830266 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830266 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-25T11:45:54.103169Z
   [junit4]   2> 1830268 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1830268 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1830268 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1830268 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5233079c{/solr,null,AVAILABLE}
   [junit4]   2> 1830269 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c6a7569{SSL,[ssl, 
http/1.1]}{127.0.0.1:50949}
   [junit4]   2> 1830269 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.e.j.s.Server Started @1830336ms
   [junit4]   2> 1830269 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50949}
   [junit4]   2> 1830269 ERROR (jetty-launcher-7293-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1830269 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1830270 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1830270 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830270 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830270 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-25T11:45:54.107289Z
   [junit4]   2> 1830272 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1830272 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1830272 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1830273 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@535f350d{/solr,null,AVAILABLE}
   [junit4]   2> 1830274 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@d23f0fc{SSL,[ssl, 
http/1.1]}{127.0.0.1:50947}
   [junit4]   2> 1830274 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.e.j.s.Server Started @1830341ms
   [junit4]   2> 1830274 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50947}
   [junit4]   2> 1830274 ERROR (jetty-launcher-7293-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1830274 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1830277 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@312997be{SSL,[ssl, 
http/1.1]}{127.0.0.1:50950}
   [junit4]   2> 1830277 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.e.j.s.Server Started @1830345ms
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50950}
   [junit4]   2> 1830278 ERROR (jetty-launcher-7293-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830278 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-25T11:45:54.115926Z
   [junit4]   2> 1830282 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1830282 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830282 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830282 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-25T11:45:54.119285Z
   [junit4]   2> 1830285 INFO  (zkConnectionManagerCallback-7298-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830286 INFO  (zkConnectionManagerCallback-7300-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830286 INFO  (zkConnectionManagerCallback-7304-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830286 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830287 INFO  (zkConnectionManagerCallback-7302-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830287 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830287 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830288 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830455 INFO  (jetty-launcher-7293-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50943/solr
   [junit4]   2> 1830457 INFO  (zkConnectionManagerCallback-7308-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830460 INFO  (zkConnectionManagerCallback-7310-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830466 INFO  (jetty-launcher-7293-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50943/solr
   [junit4]   2> 1830469 INFO  (zkConnectionManagerCallback-7314-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830473 INFO  (zkConnectionManagerCallback-7316-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830490 INFO  (jetty-launcher-7293-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50943/solr
   [junit4]   2> 1830493 INFO  (zkConnectionManagerCallback-7324-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830503 INFO  (zkConnectionManagerCallback-7326-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830550 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50948_solr
   [junit4]   2> 1830553 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.Overseer Overseer 
(id=72171813931057162-127.0.0.1:50948_solr-n_0000000000) starting
   [junit4]   2> 1830575 INFO  (zkConnectionManagerCallback-7333-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830578 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:50943/solr ready
   [junit4]   2> 1830579 INFO  
(OverseerStateUpdate-72171813931057162-127.0.0.1:50948_solr-n_0000000000) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:50948_solr
   [junit4]   2> 1830582 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50948_solr
   [junit4]   2> 1830584 INFO  (zkCallback-7332-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1830584 INFO  (zkCallback-7325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1830616 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1830650 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1830657 INFO  (jetty-launcher-7293-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50943/solr
   [junit4]   2> 1830658 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1830658 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50949_solr
   [junit4]   2> 1830660 INFO  (zkCallback-7332-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1830660 INFO  (zkCallback-7325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1830660 INFO  (zkConnectionManagerCallback-7338-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830660 INFO  (zkCallback-7309-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1831128 INFO  (zkConnectionManagerCallback-7340-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831143 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50948.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831157 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1831163 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1831170 INFO  (zkConnectionManagerCallback-7347-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831172 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1831175 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:50943/solr ready
   [junit4]   2> 1831175 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1831175 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50947_solr
   [junit4]   2> 1831175 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1831178 INFO  (zkCallback-7325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831179 INFO  (zkCallback-7332-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831179 INFO  (zkCallback-7339-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831180 INFO  (zkCallback-7346-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831180 INFO  (zkCallback-7315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831181 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50948.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831181 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50948.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831182 INFO  (jetty-launcher-7293-thread-1) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node1/.
   [junit4]   2> 1831191 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50949.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831195 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1831195 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50950_solr
   [junit4]   2> 1831195 INFO  (zkConnectionManagerCallback-7353-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831197 INFO  (zkCallback-7315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1831198 INFO  (zkCallback-7339-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1831198 INFO  (zkCallback-7332-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1831198 INFO  (zkCallback-7346-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1831198 INFO  (zkCallback-7325-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1831198 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1831199 INFO  (zkCallback-7309-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1831200 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:50943/solr ready
   [junit4]   2> 1831200 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1831200 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50949.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831201 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50949.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831202 INFO  (jetty-launcher-7293-thread-4) 
[n:127.0.0.1:50949_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node4/.
   [junit4]   2> 1831220 INFO  (zkConnectionManagerCallback-7359-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831220 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50947.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831221 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1831223 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:50943/solr ready
   [junit4]   2> 1831224 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1831230 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50947.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831231 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50947.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831237 INFO  (jetty-launcher-7293-thread-3) 
[n:127.0.0.1:50947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node3/.
   [junit4]   2> 1831245 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50950.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831258 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50950.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831258 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50950.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1831259 INFO  (jetty-launcher-7293-thread-2) 
[n:127.0.0.1:50950_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node2/.
   [junit4]   2> 1831391 INFO  (zkConnectionManagerCallback-7362-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831395 INFO  (zkConnectionManagerCallback-7367-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831397 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1831399 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50943/solr ready
   [junit4]   2> 1831439 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[8F93F746B53A498A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1831455 INFO  (qtp1255808631-22954) [n:127.0.0.1:50950_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1831459 INFO  
(OverseerThreadFactory-10232-thread-1-processing-n:127.0.0.1:50948_solr) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletereplica_test
   [junit4]   2> 1831585 INFO  (qtp1255808631-22957) [n:127.0.0.1:50950_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> 1831603 INFO  (qtp1863169590-22936) [n:127.0.0.1:50948_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> 1831618 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_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> 1831640 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_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> 1831653 INFO  
(OverseerStateUpdate-72171813931057162-127.0.0.1:50948_solr-n_0000000000) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50949/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1831657 INFO  
(OverseerStateUpdate-72171813931057162-127.0.0.1:50948_solr-n_0000000000) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50947/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1831868 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1831868 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1832889 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.0
   [junit4]   2> 1832889 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.0
   [junit4]   2> 1832898 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1832898 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1832901 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1832901 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1832901 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n1' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1832901 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n2' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1832901 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_50947.solr.core.deletereplica_test.shard1.replica_n2' 
(registry 'solr.core.deletereplica_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1832901 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_50949.solr.core.deletereplica_test.shard1.replica_n1' 
(registry 'solr.core.deletereplica_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49e37a1f
   [junit4]   2> 1832902 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node4/deletereplica_test_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node4/./deletereplica_test_shard1_replica_n1/data/]
   [junit4]   2> 1832902 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node3/deletereplica_test_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001/tempDir-001/node3/./deletereplica_test_shard1_replica_n2/data/]
   [junit4]   2> 1832989 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1832989 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1832991 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1832992 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1832993 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1832993 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1832995 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1832995 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1833001 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71deb5[deletereplica_test_shard1_replica_n2] main]
   [junit4]   2> 1833001 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c6bba66[deletereplica_test_shard1_replica_n1] main]
   [junit4]   2> 1833004 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1833004 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1833004 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1833005 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1833005 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1833005 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1618106234271956992
   [junit4]   2> 1833006 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1833007 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1618106234274054144
   [junit4]   2> 1833007 INFO  
(searcherExecutor-10252-thread-1-processing-n:127.0.0.1:50949_solr 
x:deletereplica_test_shard1_replica_n1 c:deletereplica_test s:shard1 
r:core_node3) [n:127.0.0.1:50949_solr c:deletereplica_test s:shard1 
r:core_node3 x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n1] Registered new searcher 
Searcher@5c6bba66[deletereplica_test_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1833007 INFO  
(searcherExecutor-10253-thread-1-processing-n:127.0.0.1:50947_solr 
x:deletereplica_test_shard1_replica_n2 c:deletereplica_test s:shard1 
r:core_node4) [n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 
r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n2] Registered new searcher 
Searcher@71deb5[deletereplica_test_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1833015 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1833016 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 1833017 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1833025 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1833025 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1833025 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50949/solr/deletereplica_test_shard1_replica_n1/
   [junit4]   2> 1833026 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:50949/solr 
START 
replicas=[https://127.0.0.1:50947/solr/deletereplica_test_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1833026 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:50949/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1833031 INFO  (qtp2028845866-22930) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.S.Request 
[deletereplica_test_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1833032 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 1833032 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1833032 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1833039 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:50949/solr/deletereplica_test_shard1_replica_n1/ shard1
   [junit4]   2> 1833145 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1833149 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_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=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1281
   [junit4]   2> 1833258 INFO  (zkCallback-7309-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1834034 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2166
   [junit4]   2> 1834040 INFO  (qtp1255808631-22954) [n:127.0.0.1:50950_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> 1834134 INFO  (zkCallback-7309-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1834134 INFO  (zkCallback-7315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1835042 INFO  (qtp1255808631-22954) [n:127.0.0.1:50950_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3586
   [junit4]   2> 1835046 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1835047 INFO  (qtp1255808631-22956) [n:127.0.0.1:50950_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1835051 INFO  
(OverseerCollectionConfigSetProcessor-72171813931057162-127.0.0.1:50948_solr-n_0000000000)
 [n:127.0.0.1:50948_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> 1835054 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1, 
tag=null
   [junit4]   2> 1835054 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7195a48c: rootName 
= solr_50949, domain = solr.core.deletereplica_test.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.deletereplica_test.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@d52a77f
   [junit4]   2> 1835066 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@644239f9
   [junit4]   2> 1835066 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1, 
tag=644239f9
   [junit4]   2> 1835066 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=644239f9
   [junit4]   2> 1835069 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node4=0}, version=2}
   [junit4]   2> 1835071 INFO  (qtp1967357091-22947) [n:127.0.0.1:50949_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=17
   [junit4]   2> 1835073 INFO  (zkCallback-7315-thread-2) 
[n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1835182 INFO  (zkCallback-7309-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1835182 INFO  (zkCallback-7315-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1835285 INFO  (qtp1255808631-22956) [n:127.0.0.1:50950_solr 
c:deletereplica_test   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2}
 status=0 QTime=238
   [junit4]   2> 1837056 INFO  
(OverseerCollectionConfigSetProcessor-72171813931057162-127.0.0.1:50948_solr-n_0000000000)
 [n:127.0.0.1:50948_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1837583 INFO  (zkCallback-7315-thread-2) 
[n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50947/solr/deletereplica_test_shard1_replica_n2/
   [junit4]   2> 1837583 INFO  (zkCallback-7315-thread-2) 
[n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1837583 INFO  (zkCallback-7315-thread-2) 
[n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy 
https://127.0.0.1:50947/solr/deletereplica_test_shard1_replica_n2/ has no 
replicas
   [junit4]   2> 1837588 INFO  (zkCallback-7315-thread-2) 
[n:127.0.0.1:50947_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:50947/solr/deletereplica_test_shard1_replica_n2/ shard1
   [junit4]   2> 1837589 INFO  (zkCallback-7315-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1837617 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[8F93F746B53A498A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1837649 INFO  
(TEST-DeleteReplicaTest.deleteReplicaOnIndexing-seed#[8F93F746B53A498A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaOnIndexing
   [junit4]   2> 1837650 INFO  (qtp1255808631-22954) [n:127.0.0.1:50950_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> 1837653 INFO  
(OverseerThreadFactory-10232-thread-3-processing-n:127.0.0.1:50948_solr) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteReplicaOnIndexing
   [junit4]   2> 1837880 INFO  (qtp1255808631-22956) [n:127.0.0.1:50950_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> 1837886 INFO  (qtp1863169590-22938) [n:127.0.0.1:50948_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> 1837891 INFO  (qtp2028845866-22929) [n:127.0.0.1:50947_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deletereplica_test.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1837892 INFO  (qtp2028845866-22927) [n:127.0.0.1:50947_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> 1837896 INFO  (qtp1967357091-22945) [n:127.0.0.1:50949_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> 1837903 INFO  
(OverseerStateUpdate-72171813931057162-127.0.0.1:50948_solr-n_0000000000) 
[n:127.0.0.1:50948_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2

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

ic reporters for registry=solr.core.deleteByCount.shard1.replica_t1, 
tag=5a143822
   [junit4]   2> 222255 INFO  (coreCloseExecutor-397-thread-2) 
[n:127.0.0.1:62752_solr c:deleteByCount s:shard1 r:core_node4 
x:deleteByCount_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3da0b86a: rootName = 
solr_62752, domain = solr.core.deleteByCount.shard1.replica_t1, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@35a8f873
   [junit4]   2> 222264 INFO  (zkCallback-203-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222264 INFO  (zkCallback-232-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222264 INFO  (zkCallback-184-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222264 INFO  (zkCallback-160-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222264 INFO  (zkCallback-191-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222271 INFO  (zkCallback-225-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 222271 INFO  (jetty-closer-145-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 222273 INFO  (coreCloseExecutor-397-thread-2) 
[n:127.0.0.1:62752_solr c:deleteByCount s:shard1 r:core_node4 
x:deleteByCount_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=5a143822
   [junit4]   2> 222274 INFO  (coreCloseExecutor-398-thread-1) 
[n:127.0.0.1:62753_solr c:raceDeleteReplica_true s:shard1 r:core_node4 
x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.c.SolrCore 
[raceDeleteReplica_true_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d46b67
   [junit4]   2> 222274 INFO  (coreCloseExecutor-398-thread-1) 
[n:127.0.0.1:62753_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.core.raceDeleteReplica_true.shard1.replica_n2, tag=7d46b67
   [junit4]   2> 222274 INFO  (coreCloseExecutor-398-thread-1) 
[n:127.0.0.1:62753_solr c:raceDeleteReplica_true s:shard1 r:core_node4 
x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73de06d3: rootName 
= solr_62753, domain = solr.core.raceDeleteReplica_true.shard1.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.raceDeleteReplica_true.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@14920604
   [junit4]   2> 222284 INFO  (jetty-closer-145-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72172009305407500-127.0.0.1:62752_solr-n_0000000000) closing
   [junit4]   2> 222284 INFO  
(OverseerStateUpdate-72172009305407500-127.0.0.1:62752_solr-n_0000000000) 
[n:127.0.0.1:62752_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62752_solr
   [junit4]   2> 222285 WARN  
(OverseerAutoScalingTriggerThread-72172009305407500-127.0.0.1:62752_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 222287 INFO  (coreCloseExecutor-398-thread-1) 
[n:127.0.0.1:62753_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=7d46b67
   [junit4]   2> 222297 INFO  (zkCallback-160-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62755_solr
   [junit4]   2> 222299 INFO  (jetty-closer-145-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6529ad2a{/solr,null,UNAVAILABLE}
   [junit4]   2> 222300 INFO  (jetty-closer-145-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222312 INFO  (jetty-closer-145-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@439e0d8a{/solr,null,UNAVAILABLE}
   [junit4]   2> 222313 INFO  (jetty-closer-145-thread-3) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222388 INFO  (jetty-closer-145-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2896153c{/solr,null,UNAVAILABLE}
   [junit4]   2> 222388 INFO  (jetty-closer-145-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 222397 ERROR 
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-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> 222397 INFO  
(SUITE-DeleteReplicaTest-seed#[8F93F746B53A498A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62746 62746
   [junit4]   2> 222413 INFO  (Thread-348) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62746 62746
   [junit4]   2> 224561 WARN  (Thread-348) [    ] 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_true/terms/shard1
   [junit4]   2>        13      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        11      
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        9       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        7       /solr/configs/conf
   [junit4]   2>        7       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/collections/deleteByCount/terms/shard1
   [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>        6       
/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2>        5       
/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2>        4       /solr/collections/deleteByCount/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2>        3       
/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2>        2       /solr/collections/deletereplica_test/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72172009305407500-127.0.0.1:62752_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72172009305407494-127.0.0.1:62755_solr-n_0000000002
   [junit4]   2>        2       
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72172009305407496-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/deleteFromClusterState_true/leader_elect/shard1/election/72172009305407494-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/deleteFromClusterState_false/leader_elect/shard1/election/72172009305407509-core_node6-n_0000000000
   [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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_8F93F746B53A498A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=ca-ES-VALENCIA, timezone=Navajo
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=166926184,total=323485696
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, 
DeleteReplicaTest]
   [junit4] Completed [4/5 (1!)] on J0 in 132.76s, 7 tests, 1 failure, 2 errors 
<<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1567: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1092: 
There were test failures: 5 suites, 35 tests, 2 errors, 1 failure [seed: 
8F93F746B53A498A]

Total time: 4 minutes 14 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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/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=bcb5e8cb62bf1471f92e40b46272d9b15fd8ec0c, 
workspace=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #952
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to