Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/55/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseG1GC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:34663_solr, 
127.0.0.1:42833_solr, 127.0.0.1:45237_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
   "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:46505/solr";,           
"node_name":"127.0.0.1:46505_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:46505/solr";,           
"node_name":"127.0.0.1:46505_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"https://127.0.0.1:45237/solr";,           
"node_name":"127.0.0.1:45237_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:34663_solr, 127.0.0.1:42833_solr, 127.0.0.1:45237_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
  "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:46505/solr";,
          "node_name":"127.0.0.1:46505_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:46505/solr";,
          "node_name":"127.0.0.1:46505_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:45237/solr";,
          "node_name":"127.0.0.1:45237_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([6B222EABA735195:6CA4433AD2811B5F]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at https://127.0.0.1:45237/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:45237/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([6B222EABA735195:ABD296E1A74CF9E0]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at https://127.0.0.1:45237/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:45237/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([6B222EABA735195:3A2365BEF5320CC0]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at https://127.0.0.1:35187/solr: Could not fully remove 
collection: raceDeleteReplica_false

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:35187/solr: Could not fully remove collection: 
raceDeleteReplica_false
        at 
__randomizedtesting.SeedInfo.seed([6B222EABA735195:6CA4433AD2811B5F]: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.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:342)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:230)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14102 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/init-core-data-001
   [junit4]   2> 1400873 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001
   [junit4]   2> 1400873 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1400873 INFO  (Thread-4088) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1400873 INFO  (Thread-4088) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1400874 ERROR (Thread-4088) [    ] 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> 1400973 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39519
   [junit4]   2> 1400975 INFO  (zkConnectionManagerCallback-3832-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400978 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1400978 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1400978 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1400978 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1400983 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13a640e{/solr,null,AVAILABLE}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d79fd8{/solr,null,AVAILABLE}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c00001{/solr,null,AVAILABLE}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1d74502{SSL,[ssl, 
http/1.1]}{127.0.0.1:38051}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.Server Started @1401024ms
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38051}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1a50e8{SSL,[ssl, 
http/1.1]}{127.0.0.1:35187}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@122c562{SSL,[ssl, 
http/1.1]}{127.0.0.1:37307}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.Server Started @1401025ms
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.Server Started @1401025ms
   [junit4]   2> 1400984 ERROR (jetty-launcher-3829-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35187}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37307}
   [junit4]   2> 1400984 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1400985 ERROR (jetty-launcher-3829-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1400985 ERROR (jetty-launcher-3829-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-03T08:27:43.957Z
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-03T08:27:43.957Z
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-03T08:27:43.957Z
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1400985 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5aed04{/solr,null,AVAILABLE}
   [junit4]   2> 1400986 INFO  (zkConnectionManagerCallback-3838-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@40196d{SSL,[ssl, 
http/1.1]}{127.0.0.1:36611}
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.Server Started @1401026ms
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36611}
   [junit4]   2> 1400986 ERROR (jetty-launcher-3829-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-03T08:27:43.958Z
   [junit4]   2> 1400986 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400986 INFO  (zkConnectionManagerCallback-3834-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400987 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400991 INFO  (zkConnectionManagerCallback-3840-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400991 INFO  (zkConnectionManagerCallback-3836-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400991 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400991 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1401324 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39519/solr
   [junit4]   2> 1401339 INFO  (zkConnectionManagerCallback-3844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401360 INFO  (zkConnectionManagerCallback-3846-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401401 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35187_solr
   [junit4]   2> 1401401 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer Overseer 
(id=72129030059851782-127.0.0.1:35187_solr-n_0000000000) starting
   [junit4]   2> 1401413 INFO  (zkConnectionManagerCallback-3853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401414 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39519/solr ready
   [junit4]   2> 1401415 INFO  
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:35187_solr
   [junit4]   2> 1401415 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35187_solr
   [junit4]   2> 1401423 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401435 INFO  (zkCallback-3852-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401456 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39519/solr
   [junit4]   2> 1401468 INFO  (zkConnectionManagerCallback-3858-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401479 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1401485 INFO  (zkConnectionManagerCallback-3860-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401489 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1401491 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1401491 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38051_solr
   [junit4]   2> 1401492 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38051_solr"} current state version: 0
   [junit4]   2> 1401495 INFO  (zkCallback-3852-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1401495 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1401502 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35187.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401508 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35187.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401508 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35187.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401509 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node4/.
   [junit4]   2> 1401511 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1401539 INFO  (zkConnectionManagerCallback-3867-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401540 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1401540 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39519/solr ready
   [junit4]   2> 1401555 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1401568 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38051.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401575 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38051.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401575 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38051.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1401576 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:38051_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node1/.
   [junit4]   2> 1402227 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39519/solr
   [junit4]   2> 1402228 INFO  (zkConnectionManagerCallback-3872-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402229 INFO  (zkConnectionManagerCallback-3874-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402231 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1402233 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1402233 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36611_solr
   [junit4]   2> 1402233 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36611_solr"} current state version: 0
   [junit4]   2> 1402233 INFO  (zkCallback-3852-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402233 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402234 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402237 INFO  (zkCallback-3866-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402237 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402248 INFO  (zkConnectionManagerCallback-3881-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402248 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1402249 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39519/solr ready
   [junit4]   2> 1402249 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1402263 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36611.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402271 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36611.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402271 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36611.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402272 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node2/.
   [junit4]   2> 1402361 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39519/solr
   [junit4]   2> 1402362 INFO  (zkConnectionManagerCallback-3886-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402363 INFO  (zkConnectionManagerCallback-3888-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402365 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1402367 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1402367 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37307_solr
   [junit4]   2> 1402367 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37307_solr"} current state version: 0
   [junit4]   2> 1402368 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3852-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3866-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402368 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402379 INFO  (zkConnectionManagerCallback-3895-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402380 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1402380 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39519/solr ready
   [junit4]   2> 1402380 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1402391 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37307.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402396 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37307.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402396 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37307.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1402397 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:37307_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node3/.
   [junit4]   2> 1402422 INFO  (zkConnectionManagerCallback-3898-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402424 INFO  (zkConnectionManagerCallback-3903-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1402425 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1402425 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39519/solr ready
   [junit4]   2> 1402484 INFO  (qtp16887634-15826) [n:127.0.0.1:36611_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> 1402485 INFO  
(OverseerThreadFactory-6583-thread-1-processing-n:127.0.0.1:35187_solr) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteReplicaOnIndexing
   [junit4]   2> 1402487 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"deleteReplicaOnIndexing",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1402590 INFO  (qtp16887634-15835) [n:127.0.0.1:36611_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> 1402627 INFO  (qtp13545908-15823) [n:127.0.0.1:35187_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> 1402664 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_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> 1402704 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_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> 1402706 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [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>   "base_url":"https://127.0.0.1:37307/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402706 INFO  
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_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>   "base_url":"https://127.0.0.1:37307/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402707 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38051/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402707 INFO  
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38051/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402910 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr    
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402910 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402912 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37307/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37307_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1402912 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38051/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38051_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1403919 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 1403919 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 1403925 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1403925 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1403927 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1403927 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n1' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1403927 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1403927 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n2' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1403927 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37307.solr.core.deleteReplicaOnIndexing.shard1.replica_n1' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1403927 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node3/./deleteReplicaOnIndexing_shard1_replica_n1/data/]
   [junit4]   2> 1403927 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38051.solr.core.deleteReplicaOnIndexing.shard1.replica_n2' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a799d
   [junit4]   2> 1403927 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node1/deleteReplicaOnIndexing_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001/tempDir-001/node1/./deleteReplicaOnIndexing_shard1_replica_n2/data/]
   [junit4]   2> 1403993 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1403993 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1403993 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1403993 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1403994 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1403994 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1403994 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1403994 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1403995 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49d0f7[deleteReplicaOnIndexing_shard1_replica_n1] main]
   [junit4]   2> 1403995 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a91af2[deleteReplicaOnIndexing_shard1_replica_n2] main]
   [junit4]   2> 1403996 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1403996 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1403996 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1403996 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1403997 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1403997 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1403998 INFO  
(searcherExecutor-6606-thread-1-processing-n:127.0.0.1:37307_solr 
x:deleteReplicaOnIndexing_shard1_replica_n1 c:deleteReplicaOnIndexing s:shard1 
r:core_node3) [n:127.0.0.1:37307_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n1] Registered new searcher 
Searcher@49d0f7[deleteReplicaOnIndexing_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1403998 INFO  
(searcherExecutor-6607-thread-1-processing-n:127.0.0.1:38051_solr 
x:deleteReplicaOnIndexing_shard1_replica_n2 c:deleteReplicaOnIndexing s:shard1 
r:core_node4) [n:127.0.0.1:38051_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n2] Registered new searcher 
Searcher@1a91af2[deleteReplicaOnIndexing_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1403998 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1618818542568734720
   [junit4]   2> 1403998 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1618818542568734720
   [junit4]   2> 1404001 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1404001 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1404002 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1404003 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1404003 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 1404003 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/
   [junit4]   2> 1404003 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing"} current state 
version: 0
   [junit4]   2> 1404004 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n2 url=https://127.0.0.1:38051/solr 
START 
replicas=[https://127.0.0.1:37307/solr/deleteReplicaOnIndexing_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 1404004 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n2 url=https://127.0.0.1:38051/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1404006 INFO  (qtp1702414-15944) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.S.Request 
[deleteReplicaOnIndexing_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1404006 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1404006 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1404006 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1404008 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/ shard1
   [junit4]   2> 1404008 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "base_url":"https://127.0.0.1:38051/solr";,
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1404109 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1404110 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38051/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38051_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1404131 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_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=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1221
   [junit4]   2> 1404210 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1405004 DEBUG 
(OverseerStateUpdate-72129030059851782-127.0.0.1:35187_solr-n_0000000000) 
[n:127.0.0.1:35187_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37307/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37307_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1405030 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_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=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2120
   [junit4]   2> 1405031 INFO  (qtp16887634-15826) [n:127.0.0.1:36611_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> 1405105 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1405105 INFO  (zkCallback-3887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1406032 INFO  (qtp16887634-15826) [n:127.0.0.1:36611_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3547
   [junit4]   2> 1406054 INFO  (qtp15129176-15943) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1406054 INFO  (qtp15129176-15990) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1406064 INFO  (qtp1702414-15805) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[50000
 (1618818544715169792)]} 0 8
   [junit4]   2> 1406065 INFO  (qtp15129176-15943) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[50000 
(1618818544715169792)]} 0 20
   [junit4]   2> 1406065 INFO  (qtp1702414-15813) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[100000
 (1618818544719364098)]} 0 0
   [junit4]   2> 1406065 INFO  (qtp15129176-15990) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[100000 
(1618818544719364098)]} 0 15
   [junit4]   2> 1406065 INFO  (qtp1702414-15828) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[80000
 (1618818544721461249)]} 0 0
   [junit4]   2> 1406065 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[110000
 (1618818544723558401)]} 0 0
   [junit4]   2> 1406066 INFO  (qtp15129176-15967) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[80000 
(1618818544721461249)]} 0 14
   [junit4]   2> 1406066 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[140000
 (1618818544719364096)]} 0 0
   [junit4]   2> 1406066 INFO  (qtp15129176-15810) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[140000 
(1618818544719364096)]} 0 17
   [junit4]   2> 1406066 INFO  (qtp1702414-15944) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[30000
 (1618818544709926912)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp15129176-15804) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[30000 
(1618818544709926912)]} 0 27
   [junit4]   2> 1406067 INFO  (qtp1702414-15828) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[170000
 (1618818544723558402)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp1702414-15805) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[10000
 (1618818544709926913)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp15129176-15803) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[170000 
(1618818544723558402)]} 0 13
   [junit4]   2> 1406067 INFO  (qtp15129176-15814) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[10000 
(1618818544709926913)]} 0 27
   [junit4]   2> 1406067 INFO  (qtp1702414-15824) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[120000
 (1618818544727752704)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp1702414-15944) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[20000
 (1618818544713072640)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp15129176-16007) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[120000 
(1618818544727752704)]} 0 10
   [junit4]   2> 1406067 INFO  (qtp15129176-15966) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[20000 
(1618818544713072640)]} 0 24
   [junit4]   2> 1406067 INFO  (qtp1702414-15813) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[150000
 (1618818544720412672)]} 0 0
   [junit4]   2> 1406067 INFO  (qtp1702414-15828) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[180000
 (1618818544727752705)]} 0 0
   [junit4]   2> 1406068 INFO  (qtp15129176-15802) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[150000 
(1618818544720412672)]} 0 17
   [junit4]   2> 1406068 INFO  (qtp15129176-15999) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[180000 
(1618818544727752705)]} 0 10
   [junit4]   2> 1406068 INFO  (qtp15129176-16000) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[110000 
(1618818544723558401)]} 0 16
   [junit4]   2> 1406068 INFO  (qtp1702414-16020) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[260000
 (1618818544739287041)]} 0 0
   [junit4]   2> 1406068 INFO  (qtp15129176-15803) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[260000 
(1618818544739287041)]} 0 0
   [junit4]   2> 1406069 INFO  (qtp1702414-16020) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[160000
 (1618818544721461250)]} 0 0
   [junit4]   2> 1406069 INFO  (qtp15129176-15969) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[160000 
(1618818544721461250)]} 0 18
   [junit4]   2> 1406069 INFO  (qtp1702414-16020) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[190000
 (1618818544727752706)]} 0 0
   [junit4]   2> 1406069 INFO  (qtp15129176-16001) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[190000 
(1618818544727752706)]} 0 12
   [junit4]   2> 1406069 INFO  (qtp1702414-15828) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[220000
 (1618818544740335618)]} 0 0
   [junit4]   2> 1406070 INFO  (qtp15129176-15990) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[220000 
(1618818544740335618)]} 0 0
   [junit4]   2> 1406070 INFO  (qtp1702414-15813) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[20001
 (1618818544741384193)]} 0 0
   [junit4]   2> 1406071 INFO  (qtp15129176-15943) [n:127.0.0.1:38051_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[20001 
(1618818544741384193)]} 0 0
   [junit4]   2> 1406071 INFO  (qtp1702414-15830) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[60000
 (1618818544719364097)]} 0 0
   [junit4]   2> 1406071 INFO  (qtp1702414-15813) [n:127.0.0.1:37307_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38051/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[170001
 (1618818544741384195)]} 0 0
   [junit4]   2> 1406071 INFO  (qtp1702414-15805) [n

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

ting... (live nodes size: [0])
   [junit4]   2> 150888 INFO  (zkCallback-25-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 150888 INFO  (zkCallback-82-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: [0])
   [junit4]   2> 150891 INFO  (coreCloseExecutor-144-thread-1) 
[n:127.0.0.1:39667_solr c:deleteByCount s:shard1 r:core_node2 
x:deleteByCount_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=11e43b1
   [junit4]   2> 150894 INFO  (coreCloseExecutor-145-thread-1) 
[n:127.0.0.1:32929_solr c:raceDeleteReplica_true s:shard1 r:core_node3 
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.raceDeleteReplica_true.shard1.replica_n1, tag=1a21247
   [junit4]   2> 150894 INFO  (coreCloseExecutor-145-thread-1) 
[n:127.0.0.1:32929_solr c:raceDeleteReplica_true s:shard1 r:core_node3 
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1349662: rootName = 
solr_32929, domain = solr.core.raceDeleteReplica_true.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.raceDeleteReplica_true.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@171e896
   [junit4]   2> 150903 INFO  (coreCloseExecutor-145-thread-2) 
[n:127.0.0.1:32929_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=4c2797
   [junit4]   2> 150903 INFO  (coreCloseExecutor-145-thread-1) 
[n:127.0.0.1:32929_solr c:raceDeleteReplica_true s:shard1 r:core_node3 
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.raceDeleteReplica_true.shard1.leader, tag=1a21247
   [junit4]   2> 150943 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=72129185615249416-127.0.0.1:39667_solr-n_0000000002) closing
   [junit4]   2> 150943 INFO  
(OverseerStateUpdate-72129185615249416-127.0.0.1:39667_solr-n_0000000002) 
[n:127.0.0.1:39667_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39667_solr
   [junit4]   2> 150943 WARN  
(OverseerAutoScalingTriggerThread-72129185615249416-127.0.0.1:39667_solr-n_0000000002)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 150953 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100411cb689000e, likely client has closed socket
   [junit4]   2> 150955 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100411cb6890008, likely client has closed socket
   [junit4]   2> 150958 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15adb09{/solr,null,UNAVAILABLE}
   [junit4]   2> 150958 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@60a290{/solr,null,UNAVAILABLE}
   [junit4]   2> 150958 INFO  (zkCallback-25-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40601_solr
   [junit4]   2> 150969 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 150969 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 151106 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100411cb6890009, likely client has closed socket
   [junit4]   2> 151106 INFO  (jetty-closer-2-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7fac21{/solr,null,UNAVAILABLE}
   [junit4]   2> 151106 INFO  (jetty-closer-2-thread-4) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 151115 ERROR 
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-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> 151116 INFO  
(SUITE-DeleteReplicaTest-seed#[6B222EABA735195]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34707 34707
   [junit4]   2> 151258 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:34707 34707
   [junit4]   2> 151259 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        18      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        17      
/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2>        14      /solr/collections/deleteByCount/terms/shard1
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        8       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        8       
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        8       /solr/configs/conf
   [junit4]   2>        8       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        8       
/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2>        4       /solr/collections/deleteByCount/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2>        3       
/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2>        2       /solr/collections/deletereplica_test/state.json
   [junit4]   2>        2       
/solr/collections/deleteByCount/leader_elect/shard1/election/72129185615249416-core_node2-n_0000000000
   [junit4]   2>        2       
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72129185615249420-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72129185615249420-127.0.0.1:42257_solr-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_6B222EABA735195-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1415, 
maxMBSortInHeap=5.712214719794748, sim=RandomSimilarity(queryNorm=false): {}, 
locale=de, timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=22060976,total=105906176
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest]
   [junit4] Completed [3/5 (2!)] on J0 in 150.03s, 7 tests, 1 failure, 2 errors 
<<< FAILURES!

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

Total time: 3 minutes 52 seconds

[repro] Setting last failure code to 256

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

Reply via email to