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

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:36641_solr, 
127.0.0.1:43703_solr, 127.0.0.1:44119_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",     
      "base_url":"https://127.0.0.1:44271/solr";,           
"node_name":"127.0.0.1:44271_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:44271/solr";,           
"node_name":"127.0.0.1:44271_solr",           "state":"down",           
"type":"NRT"},         "core_node3":{           
"core":"raceDeleteReplica_true_shard1_replica_n1",           
"base_url":"https://127.0.0.1:44119/solr";,           
"node_name":"127.0.0.1:44119_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:36641_solr, 127.0.0.1:43703_solr, 127.0.0.1:44119_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:44271/solr";,
          "node_name":"127.0.0.1:44271_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:44271/solr";,
          "node_name":"127.0.0.1:44271_solr",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:44119/solr";,
          "node_name":"127.0.0.1:44119_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([71671FFFE274B135:1B717E2F8A86FBFF]: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:328)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:223)
        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:36641/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:36641/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([71671FFFE274B135:4DF658ABAD35EC60]: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:161)
        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:
Expected new active leader null Live Nodes: [127.0.0.1:33273_solr, 
127.0.0.1:41343_solr, 127.0.0.1:43359_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",     
      "base_url":"https://127.0.0.1:43443/solr";,           
"node_name":"127.0.0.1:43443_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:43443/solr";,           
"node_name":"127.0.0.1:43443_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"https://127.0.0.1:43359/solr";,           
"node_name":"127.0.0.1:43359_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:33273_solr, 127.0.0.1:41343_solr, 127.0.0.1:43359_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:43443/solr";,
          "node_name":"127.0.0.1:43443_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:43443/solr";,
          "node_name":"127.0.0.1:43443_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:43359/solr";,
          "node_name":"127.0.0.1:43359_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([71671FFFE274B135:1B717E2F8A86FBFF]: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:328)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:223)
        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:33273/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:33273/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([71671FFFE274B135:4DF658ABAD35EC60]: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:161)
        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.update.PeerSyncTest.test

Error Message:
.response[0][id][0]:2!=1

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:2!=1
        at 
__randomizedtesting.SeedInfo.seed([71671FFFE274B135:F93320254C88DCCD]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:930)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:656)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:647)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:104)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.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 12771 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 231818 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/init-core-data-001
   [junit4]   2> 231818 WARN  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 231818 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 231820 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 231821 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001
   [junit4]   2> 231821 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 231821 INFO  (Thread-442) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 231821 INFO  (Thread-442) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 231830 ERROR (Thread-442) [    ] 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> 231921 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40199
   [junit4]   2> 231941 INFO  (zkConnectionManagerCallback-5602-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 231963 INFO  (jetty-launcher-5599-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> 231965 INFO  (jetty-launcher-5599-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> 231991 INFO  (jetty-launcher-5599-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> 231996 INFO  (jetty-launcher-5599-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> 232037 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 232037 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 232037 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 232038 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5cee03{/solr,null,AVAILABLE}
   [junit4]   2> 232049 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 232049 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 232049 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 232057 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f3239a{/solr,null,AVAILABLE}
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@113ee32{SSL,[ssl, 
http/1.1]}{127.0.0.1:43359}
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.e.j.s.Server Started @232141ms
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43359}
   [junit4]   2> 232066 ERROR (jetty-launcher-5599-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 232066 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232067 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232067 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-24T00:06:51.165Z
   [junit4]   2> 232073 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 232073 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 232073 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 232085 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 232085 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 232085 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 232097 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1024ecf{SSL,[ssl, 
http/1.1]}{127.0.0.1:33273}
   [junit4]   2> 232097 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.e.j.s.Server Started @232172ms
   [junit4]   2> 232097 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33273}
   [junit4]   2> 232098 ERROR (jetty-launcher-5599-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34adcd{/solr,null,AVAILABLE}
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232098 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-24T00:06:51.196Z
   [junit4]   2> 232101 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b060ea{/solr,null,AVAILABLE}
   [junit4]   2> 232105 INFO  (zkConnectionManagerCallback-5604-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232105 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@32424d{SSL,[ssl, 
http/1.1]}{127.0.0.1:43443}
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.e.j.s.Server Started @232180ms
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43443}
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232106 ERROR (jetty-launcher-5599-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232106 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-24T00:06:51.204Z
   [junit4]   2> 232117 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1bed300{SSL,[ssl, 
http/1.1]}{127.0.0.1:41343}
   [junit4]   2> 232117 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.e.j.s.Server Started @232192ms
   [junit4]   2> 232117 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41343}
   [junit4]   2> 232118 ERROR (jetty-launcher-5599-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232118 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 232118 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 232118 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232118 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 232118 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-24T00:06:51.216Z
   [junit4]   2> 232124 INFO  (zkConnectionManagerCallback-5608-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232125 INFO  (zkConnectionManagerCallback-5606-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232125 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232125 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232165 INFO  (zkConnectionManagerCallback-5610-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232166 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 232830 INFO  (jetty-launcher-5599-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40199/solr
   [junit4]   2> 232869 INFO  (zkConnectionManagerCallback-5614-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232897 INFO  (zkConnectionManagerCallback-5616-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232943 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43359_solr
   [junit4]   2> 232944 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.Overseer Overseer 
(id=72076099717955590-127.0.0.1:43359_solr-n_0000000000) starting
   [junit4]   2> 232958 INFO  (jetty-launcher-5599-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40199/solr
   [junit4]   2> 232970 INFO  (zkConnectionManagerCallback-5627-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232982 INFO  (zkConnectionManagerCallback-5629-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232982 INFO  (zkConnectionManagerCallback-5624-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 232983 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40199/solr ready
   [junit4]   2> 232995 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43359_solr
   [junit4]   2> 233006 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43359_solr
   [junit4]   2> 233006 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33273_solr
   [junit4]   2> 233014 INFO  (zkCallback-5615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233026 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233034 INFO  (zkCallback-5623-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 233041 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233050 INFO  (jetty-launcher-5599-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40199/solr
   [junit4]   2> 233081 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43359.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233088 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43359.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233088 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43359.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233089 INFO  (jetty-launcher-5599-thread-2) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node2/.
   [junit4]   2> 233105 INFO  (zkConnectionManagerCallback-5641-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233109 INFO  (zkConnectionManagerCallback-5638-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233110 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 233113 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40199/solr ready
   [junit4]   2> 233149 INFO  (zkConnectionManagerCallback-5643-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233152 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 233154 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 233154 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43443_solr
   [junit4]   2> 233161 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233163 INFO  (zkCallback-5623-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 233163 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 233174 INFO  (zkCallback-5637-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 233179 INFO  (zkCallback-5615-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 233180 INFO  (zkCallback-5642-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 233189 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33273.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233197 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33273.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233198 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33273.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233199 INFO  (jetty-launcher-5599-thread-1) 
[n:127.0.0.1:33273_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node1/.
   [junit4]   2> 233199 INFO  (zkConnectionManagerCallback-5651-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233199 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 233200 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40199/solr ready
   [junit4]   2> 233229 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233246 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43443.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233254 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43443.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233254 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43443.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233255 INFO  (jetty-launcher-5599-thread-3) 
[n:127.0.0.1:43443_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node3/.
   [junit4]   2> 233925 INFO  (jetty-launcher-5599-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40199/solr
   [junit4]   2> 233925 INFO  (zkConnectionManagerCallback-5656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233929 INFO  (zkConnectionManagerCallback-5658-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233932 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 233935 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 233935 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41343_solr
   [junit4]   2> 233936 INFO  (zkCallback-5637-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233936 INFO  (zkCallback-5623-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233936 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233936 INFO  (zkCallback-5642-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233936 INFO  (zkCallback-5615-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233944 INFO  (zkCallback-5650-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233944 INFO  (zkCallback-5657-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 233952 INFO  (zkConnectionManagerCallback-5665-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 233953 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 233953 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40199/solr ready
   [junit4]   2> 233954 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 233965 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41343.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233971 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41343.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233971 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41343.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 233972 INFO  (jetty-launcher-5599-thread-4) 
[n:127.0.0.1:41343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node4/.
   [junit4]   2> 234007 INFO  (zkConnectionManagerCallback-5668-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 234013 INFO  (zkConnectionManagerCallback-5673-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 234014 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 234014 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40199/solr ready
   [junit4]   2> 234048 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[71671FFFE274B135]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 234094 INFO  (qtp2567549-11005) [n:127.0.0.1:43359_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 234096 INFO  
(OverseerThreadFactory-1313-thread-1-processing-n:127.0.0.1:43359_solr) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCount
   [junit4]   2> 234206 INFO  (qtp2567549-11012) [n:127.0.0.1:43359_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> 234235 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_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> 234274 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_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> 234314 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_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> 234317 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43443/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 234319 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33273/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 234322 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41343/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 234569 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr    
x:deleteByCount_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 234593 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 234593 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 234593 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 235608 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 235608 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 235650 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 235650 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 235650 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 235652 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 235652 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p2' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 235652 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 235652 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_n1' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 235653 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43443.solr.core.deleteByCount.shard1.replica_n1' (registry 
'solr.core.deleteByCount.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 235653 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33273.solr.core.deleteByCount.shard1.replica_p2' (registry 
'solr.core.deleteByCount.shard1.replica_p2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 235653 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node3/deleteByCount_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node3/./deleteByCount_shard1_replica_n1/data/]
   [junit4]   2> 235653 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node1/deleteByCount_shard1_replica_p2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node1/./deleteByCount_shard1_replica_p2/data/]
   [junit4]   2> 235657 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p4] Schema name=minimal
   [junit4]   2> 235659 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 235659 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 235659 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41343.solr.core.deleteByCount.shard1.replica_p4' (registry 
'solr.core.deleteByCount.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@848eb0
   [junit4]   2> 235659 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node4/deleteByCount_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001/tempDir-001/node4/./deleteByCount_shard1_replica_p4/data/]
   [junit4]   2> 235701 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 235701 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 235702 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f7a9a7[deleteByCount_shard1_replica_p2] main]
   [junit4]   2> 235704 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 235705 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 235705 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 235716 INFO  
(searcherExecutor-1333-thread-1-processing-n:127.0.0.1:33273_solr 
x:deleteByCount_shard1_replica_p2 c:deleteByCount s:shard1 r:core_node5) 
[n:127.0.0.1:33273_solr c:deleteByCount s:shard1 r:core_node5 
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p2] Registered new searcher 
Searcher@f7a9a7[deleteByCount_shard1_replica_p2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235730 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 235730 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 235731 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 235731 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 235736 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@9545bf[deleteByCount_shard1_replica_n1] main]
   [junit4]   2> 235745 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 235745 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 235746 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p2 starting background 
replication from leader
   [junit4]   2> 235747 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1fd4c4a[deleteByCount_shard1_replica_p4] main]
   [junit4]   2> 235747 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 235749 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 235753 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 235753 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 235753 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 235753 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 235753 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 235753 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1617971657940402176
   [junit4]   2> 235755 INFO  
(searcherExecutor-1335-thread-1-processing-n:127.0.0.1:41343_solr 
x:deleteByCount_shard1_replica_p4 c:deleteByCount s:shard1 r:core_node6) 
[n:127.0.0.1:41343_solr c:deleteByCount s:shard1 r:core_node6 
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4] Registered new searcher 
Searcher@1fd4c4a[deleteByCount_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235756 INFO  
(searcherExecutor-1334-thread-1-processing-n:127.0.0.1:43443_solr 
x:deleteByCount_shard1_replica_n1 c:deleteByCount s:shard1 r:core_node3) 
[n:127.0.0.1:43443_solr c:deleteByCount s:shard1 r:core_node3 
x:deleteByCount_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_n1] Registered new searcher 
Searcher@9545bf[deleteByCount_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235760 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p4 starting background 
replication from leader
   [junit4]   2> 235760 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 235762 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCount/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 235765 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 235765 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 235765 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43443/solr/deleteByCount_shard1_replica_n1/
   [junit4]   2> 235765 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 235766 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:43443/solr/deleteByCount_shard1_replica_n1/ has no replicas
   [junit4]   2> 235767 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43443/solr/deleteByCount_shard1_replica_n1/ shard1
   [junit4]   2> 235768 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 235768 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 235768 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 235768 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 235889 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 235906 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_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=deleteByCount_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1337
   [junit4]   2> 235923 INFO  (qtp28354750-11022) [n:127.0.0.1:41343_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=1330
   [junit4]   2> 235931 INFO  (qtp22603418-11007) [n:127.0.0.1:33273_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=1339
   [junit4]   2> 236030 INFO  (indexFetcher-1348-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, 
skipping replication
   [junit4]   2> 236038 INFO  (zkCallback-5657-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236038 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236039 INFO  (qtp2567549-11005) [n:127.0.0.1:43359_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> 236042 INFO  (qtp2567549-11005) [n:127.0.0.1:43359_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=1947
   [junit4]   2> 236045 INFO  (zkCallback-5642-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236053 INFO  (qtp2567549-11002) [n:127.0.0.1:43359_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 236058 INFO  
(OverseerCollectionConfigSetProcessor-72076099717955590-127.0.0.1:43359_solr-n_0000000000)
 [n:127.0.0.1:43359_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 236074 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=null
   [junit4]   2> 236074 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@48cfc7: rootName = 
solr_41343, domain = solr.core.deleteByCount.shard1.replica_p4, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p4 / 
com.codahale.metrics.MetricRegistry@9c6a2
   [junit4]   2> 236088 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p4 stopping background replication from leader
   [junit4]   2> 236089 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a10190
   [junit4]   2> 236089 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=1a10190
   [junit4]   2> 236089 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=1a10190
   [junit4]   2> 236094 INFO  (qtp28354750-11023) [n:127.0.0.1:41343_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p4&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=21
   [junit4]   2> 236195 INFO  (zkCallback-5657-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236195 INFO  (zkCallback-5642-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236195 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236298 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=null
   [junit4]   2> 236298 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@803a65: rootName = 
solr_33273, domain = solr.core.deleteByCount.shard1.replica_p2, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p2 / 
com.codahale.metrics.MetricRegistry@9bf921
   [junit4]   2> 236312 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p2 stopping background replication from leader
   [junit4]   2> 236313 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@785225
   [junit4]   2> 236313 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=785225
   [junit4]   2> 236313 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=785225
   [junit4]   2> 236319 INFO  (qtp22603418-11010) [n:127.0.0.1:33273_solr    
x:deleteByCount_shard1_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=21
   [junit4]   2> 236422 INFO  (zkCallback-5628-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236422 INFO  (zkCallback-5642-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 236428 INFO  (qtp2567549-11002) [n:127.0.0.1:43359_solr 
c:deleteByCount   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
 status=0 QTime=374
   [junit4]   2> 236430 INFO  (qtp2567549-11005) [n:127.0.0.1:43359_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 236434 INFO  
(OverseerCollectionConfigSetProcessor-72076099717955590-127.0.0.1:43359_solr-n_0000000000)
 [n:127.0.0.1:43359_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 236435 ERROR 
(OverseerThreadFactory-1313-thread-3-processing-n:127.0.0.1:43359_solr) 
[n:127.0.0.1:43359_solr c:deleteByCount s:shard1  ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: deleteByCount 
operation: deletereplica failed:org.apache.solr.common.SolrException: There is 
only one replica available in shard/collection: shard1/deleteByCount. Cannot 
delete that.
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.validateReplicaAvailability(DeleteReplicaCmd.java:191)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.pickReplicasTobeDeleted(DeleteReplicaCmd.java:158)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplicaBasedOnCount(DeleteReplicaCmd.java:127)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:78)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 236444 INFO  (qtp2567549-11005) [n:127.0.0.1:43359_solr 
c:deleteByCount   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
 status=400 QTime=14
   [junit4]   2> 236445 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[71671FFFE274B135]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCount
   [junit4]   2> 236488 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[71671FFFE274B135])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 236489 INFO  (qtp2567549-11002) [n:127.0.0.1:43359_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 236492 INFO  
(OverseerThreadFactory-1313-thread-4-processing-n:127.0.0.1:43359_solr) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletereplica_test
   [junit4]   2> 236492 INFO  
(OverseerCollectionConfigSetProcessor-72076099717955590-127.0.0.1:43359_solr-n_0000000000)
 [n:127.0.0.1:43359_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 236701 INFO  (qtp2567549-11127) [n:127.0.0.1:43359_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> 236705 INFO  (qtp28354750-11020) [n:127.0.0.1:41343_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> 236709 INFO  (qtp22603418-11006) [n:127.0.0.1:33273_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> 236716 INFO  (qtp8106466-11017) [n:127.0.0.1:43443_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCount.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=1
   [junit4]   2> 236718 INFO  (qtp8106466-11018) [n:127.0.0.1:43443_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> 236730 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33273/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 236733 INFO  
(OverseerStateUpdate-72076099717955590-127.0.0.1:43359_solr-n_0000000000) 
[n:127.0.0.1:43359_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_te

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

 metric reporters for registry=solr.collection.deleteByCount.shard1.leader, 
tag=17639e6
   [junit4]   2> 173539 INFO  (coreCloseExecutor-327-thread-2) 
[n:127.0.0.1:44119_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=1a0c205
   [junit4]   2> 173539 INFO  (coreCloseExecutor-327-thread-2) 
[n:127.0.0.1:44119_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@1502e32: rootName = 
solr_44119, 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@1e90b05
   [junit4]   2> 173547 INFO  (coreCloseExecutor-328-thread-1) 
[n:127.0.0.1:43703_solr c:delLiveColl s:shard1 r:core_node2 
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=65cf76
   [junit4]   2> 173547 INFO  (coreCloseExecutor-328-thread-2) 
[n:127.0.0.1:43703_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard2.replica_n6, tag=1721e8
   [junit4]   2> 173547 INFO  (coreCloseExecutor-328-thread-2) 
[n:127.0.0.1:43703_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b7ac18: rootName = 
solr_43703, domain = solr.core.delLiveColl.shard2.replica_n6, service url = 
null, agent id = null] for registry solr.core.delLiveColl.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@a94323
   [junit4]   2> 173555 INFO  (coreCloseExecutor-327-thread-2) 
[n:127.0.0.1:44119_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=1a0c205
   [junit4]   2> 173560 INFO  (coreCloseExecutor-326-thread-1) 
[n:127.0.0.1:36641_solr c:deletereplica_test s:shard1 r:core_node2 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=2033ef
   [junit4]   2> 173563 INFO  (coreCloseExecutor-328-thread-2) 
[n:127.0.0.1:43703_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=1721e8
   [junit4]   2> 173572 INFO  (jetty-closer-22-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72076323766861834-127.0.0.1:43703_solr-n_0000000000) closing
   [junit4]   2> 173572 INFO  
(OverseerStateUpdate-72076323766861834-127.0.0.1:43703_solr-n_0000000000) 
[n:127.0.0.1:43703_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43703_solr
   [junit4]   2> 173574 WARN  
(OverseerAutoScalingTriggerThread-72076323766861834-127.0.0.1:43703_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 173580 INFO  (zkCallback-79-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36641_solr
   [junit4]   2> 173580 INFO  (jetty-closer-22-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@187aba4{/solr,null,UNAVAILABLE}
   [junit4]   2> 173580 INFO  (jetty-closer-22-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 173583 INFO  (jetty-closer-22-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d9b204{/solr,null,UNAVAILABLE}
   [junit4]   2> 173583 INFO  (jetty-closer-22-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 173611 INFO  (jetty-closer-22-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1bd4d69{/solr,null,UNAVAILABLE}
   [junit4]   2> 173612 INFO  (jetty-closer-22-thread-3) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 173613 ERROR 
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-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> 173614 INFO  
(SUITE-DeleteReplicaTest-seed#[71671FFFE274B135]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34209 34209
   [junit4]   2> 173645 INFO  (Thread-110) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34209 34209
   [junit4]   2> 173647 WARN  (Thread-110) [    ] 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_true/terms/shard1
   [junit4]   2>        18      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        10      
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        8       /solr/configs/conf
   [junit4]   2>        7       /solr/collections/deleteByCount/terms/shard1
   [junit4]   2>        7       /solr/collections/delLiveColl/terms/shard2
   [junit4]   2>        7       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2>        6       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        5       /solr/collections/delLiveColl/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>        7       /solr/collections/delLiveColl/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/raceDeleteReplica_true/leader_elect/shard1/election/72076323766861832-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72076323766861834-127.0.0.1:43703_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72076323766861832-127.0.0.1:44271_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_71671FFFE274B135-001
   [junit4]   2> Nov 24, 2018 1:06:05 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1943, 
maxMBSortInHeap=6.678776537917971, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1c29b03),
 locale=es-UY, timezone=America/Cordoba
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=52919032,total=192937984
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, PeerSyncTest, 
DeleteReplicaTest]
   [junit4] Completed [5/10 (1!)] on J2 in 137.32s, 7 tests, 1 failure, 1 error 
<<< FAILURES!

[...truncated 44 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: 
There were test failures: 10 suites, 40 tests, 1 error, 1 failure [seed: 
71671FFFE274B135]

Total time: 3 minutes 33 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.update.PeerSyncTest
[repro]   1/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=2da72ad05c5cf05ca81e0fa64abf4b6fef4896a4, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23253
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