Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2939/

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:36417_solr, 
127.0.0.1:38267_solr, 127.0.0.1:41858_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n2",     
      "base_url":"https://127.0.0.1:42101/solr";,           
"node_name":"127.0.0.1:42101_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:42101/solr";,           
"node_name":"127.0.0.1:42101_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n1",           
"base_url":"https://127.0.0.1:41858/solr";,           
"node_name":"127.0.0.1:41858_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:36417_solr, 127.0.0.1:38267_solr, 127.0.0.1:41858_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:42101/solr";,
          "node_name":"127.0.0.1:42101_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:42101/solr";,
          "node_name":"127.0.0.1:42101_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:41858/solr";,
          "node_name":"127.0.0.1:41858_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([DD063BF89C2E1DC:67C6026FE130AB16]: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:36417/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:36417/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([DD063BF89C2E1DC:314124EBC683BC89]: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.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned

Error Message:
Error from server at 
https://127.0.0.1:36458/solr/collection1_shard2_replica_n2: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 
Can not find: /solr/collection1_shard2_replica_n2/update</title> </head> 
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing 
/solr/collection1_shard2_replica_n2/update. Reason: <pre>    Can not find: 
/solr/collection1_shard2_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>  
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at https://127.0.0.1:36458/solr/collection1_shard2_replica_n2: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/collection1_shard2_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/collection1_shard2_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([2DC54412610435A7:D503BD27F21DAD6F]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        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.request.UpdateRequest.commit(UpdateRequest.java:237)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned(CloudSolrClientTest.java:725)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:36458/solr/collection1_shard2_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/collection1_shard2_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/collection1_shard2_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        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.lambda$directUpdate$0(CloudSolrClient.java:528)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


FAILED:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:43301/wr/mb/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:43301/wr/mb/collection1
        at 
__randomizedtesting.SeedInfo.seed([DD063BF89C2E1DC:85845C65273E8C24]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java: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.SolrClient.request(SolrClient.java:1260)
        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:87)
        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)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 50 more




Build Log:
[...truncated 14148 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1621061 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/init-core-data-001
   [junit4]   2> 1621061 WARN  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1621061 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1621064 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1621065 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001
   [junit4]   2> 1621065 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1621066 INFO  (Thread-2915) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1621066 INFO  (Thread-2915) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1621068 ERROR (Thread-2915) [    ] 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> 1621166 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45510
   [junit4]   2> 1621168 INFO  (zkConnectionManagerCallback-3826-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621174 INFO  (jetty-launcher-3823-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_191-b12
   [junit4]   2> 1621175 INFO  (jetty-launcher-3823-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_191-b12
   [junit4]   2> 1621176 INFO  (jetty-launcher-3823-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_191-b12
   [junit4]   2> 1621177 INFO  (jetty-launcher-3823-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_191-b12
   [junit4]   2> 1621180 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621180 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621180 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621180 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c690ed5{/solr,null,AVAILABLE}
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@25fe510c{SSL,[ssl, 
http/1.1]}{127.0.0.1:38267}
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.e.j.s.Server Started @1621244ms
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38267}
   [junit4]   2> 1621182 ERROR (jetty-launcher-3823-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621182 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621183 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-08T12:23:47.055Z
   [junit4]   2> 1621183 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1621183 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@182db5a2{/solr,null,AVAILABLE}
   [junit4]   2> 1621184 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621184 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621184 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2963cca{/solr,null,AVAILABLE}
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7bd1778a{SSL,[ssl, 
http/1.1]}{127.0.0.1:41858}
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.e.j.s.Server Started @1621247ms
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41858}
   [junit4]   2> 1621185 ERROR (jetty-launcher-3823-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621185 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1621186 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621186 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621186 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-08T12:23:47.059Z
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b53728d{SSL,[ssl, 
http/1.1]}{127.0.0.1:42101}
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.e.j.s.Server Started @1621250ms
   [junit4]   2> 1621187 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42101}
   [junit4]   2> 1621188 ERROR (jetty-launcher-3823-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621188 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621188 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1621188 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621188 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621188 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-08T12:23:47.061Z
   [junit4]   2> 1621189 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60fe0ac5{/solr,null,AVAILABLE}
   [junit4]   2> 1621189 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d5c6be{SSL,[ssl, 
http/1.1]}{127.0.0.1:36417}
   [junit4]   2> 1621189 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.e.j.s.Server Started @1621252ms
   [junit4]   2> 1621189 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36417}
   [junit4]   2> 1621190 ERROR (jetty-launcher-3823-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621190 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621190 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1621190 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621190 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621190 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-08T12:23:47.063Z
   [junit4]   2> 1621191 INFO  (zkConnectionManagerCallback-3828-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621191 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621192 INFO  (zkConnectionManagerCallback-3832-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621192 INFO  (zkConnectionManagerCallback-3830-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621196 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621197 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621218 INFO  (zkConnectionManagerCallback-3834-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621218 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621412 INFO  (jetty-launcher-3823-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45510/solr
   [junit4]   2> 1621414 INFO  (zkConnectionManagerCallback-3838-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621415 INFO  (jetty-launcher-3823-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45510/solr
   [junit4]   2> 1621417 INFO  (zkConnectionManagerCallback-3842-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621418 INFO  (zkConnectionManagerCallback-3844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621430 INFO  (zkConnectionManagerCallback-3846-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621447 INFO  (jetty-launcher-3823-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45510/solr
   [junit4]   2> 1621449 INFO  (jetty-launcher-3823-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45510/solr
   [junit4]   2> 1621450 INFO  (zkConnectionManagerCallback-3855-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621450 INFO  (zkConnectionManagerCallback-3858-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621453 INFO  (zkConnectionManagerCallback-3860-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621454 INFO  (zkConnectionManagerCallback-3862-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621472 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41858_solr
   [junit4]   2> 1621474 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.Overseer Overseer 
(id=72242052474667019-127.0.0.1:41858_solr-n_0000000000) starting
   [junit4]   2> 1621480 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42101_solr
   [junit4]   2> 1621487 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1621488 INFO  (zkConnectionManagerCallback-3871-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621489 INFO  (zkCallback-3861-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1621490 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1621492 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45510/solr ready
   [junit4]   2> 1621492 INFO  
(OverseerStateUpdate-72242052474667019-127.0.0.1:41858_solr-n_0000000000) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41858_solr
   [junit4]   2> 1621524 INFO  (zkConnectionManagerCallback-3876-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621527 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1621527 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1621527 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41858_solr
   [junit4]   2> 1621529 INFO  (zkCallback-3861-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621534 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621536 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45510/solr ready
   [junit4]   2> 1621536 INFO  (zkCallback-3875-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621536 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621537 INFO  (zkCallback-3870-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621549 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621589 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41858.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621601 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621603 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1621613 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1621613 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36417_solr
   [junit4]   2> 1621615 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1621616 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41858.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621616 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41858.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621617 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621617 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42101.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621618 INFO  (jetty-launcher-3823-thread-3) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node3/.
   [junit4]   2> 1621619 INFO  (jetty-launcher-3823-thread-4) 
[n:127.0.0.1:42101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node4/.
   [junit4]   2> 1621624 INFO  (zkCallback-3861-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1621625 INFO  (zkCallback-3875-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1621625 INFO  (zkCallback-3870-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1621631 INFO  (zkCallback-3843-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1621633 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1621638 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1621638 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38267_solr
   [junit4]   2> 1621639 INFO  (zkCallback-3843-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621642 INFO  (zkCallback-3859-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621642 INFO  (zkCallback-3875-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621646 INFO  (zkCallback-3870-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621646 INFO  (zkCallback-3861-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621661 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1621665 INFO  (zkConnectionManagerCallback-3883-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621669 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1621671 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45510/solr ready
   [junit4]   2> 1621674 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621725 INFO  (zkConnectionManagerCallback-3889-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621726 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1621730 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45510/solr ready
   [junit4]   2> 1621740 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36417.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621755 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621757 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36417.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621757 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36417.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621758 INFO  (jetty-launcher-3823-thread-1) 
[n:127.0.0.1:36417_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node1/.
   [junit4]   2> 1621806 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38267.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621822 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38267.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621823 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38267.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1621824 INFO  (jetty-launcher-3823-thread-2) 
[n:127.0.0.1:38267_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node2/.
   [junit4]   2> 1621947 INFO  (zkConnectionManagerCallback-3892-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621962 INFO  (zkConnectionManagerCallback-3897-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621967 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1621968 INFO  
(SUITE-DeleteReplicaTest-seed#[DD063BF89C2E1DC]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45510/solr ready
   [junit4] IGNOR/A 0.00s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 1622075 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[DD063BF89C2E1DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 1622113 INFO  (qtp170915834-13423) [n:127.0.0.1:42101_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> 1622122 INFO  
(OverseerThreadFactory-5843-thread-1-processing-n:127.0.0.1:41858_solr) 
[n:127.0.0.1:41858_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCount
   [junit4]   2> 1622251 INFO  (qtp170915834-13442) [n:127.0.0.1:42101_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> 1622281 INFO  (qtp1255078701-13455) [n:127.0.0.1:36417_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> 1622300 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_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> 1622358 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_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> 1622369 INFO  
(OverseerStateUpdate-72242052474667019-127.0.0.1:41858_solr-n_0000000000) 
[n:127.0.0.1:41858_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:41858/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622381 INFO  
(OverseerStateUpdate-72242052474667019-127.0.0.1:41858_solr-n_0000000000) 
[n:127.0.0.1:41858_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_p3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38267/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622392 INFO  
(OverseerStateUpdate-72242052474667019-127.0.0.1:41858_solr-n_0000000000) 
[n:127.0.0.1:41858_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_p5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36417/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622608 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr    
x:deleteByCount_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&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> 1622609 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p3&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1622611 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p5&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1623628 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1623628 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1623629 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1623638 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p3] Schema name=minimal
   [junit4]   2> 1623638 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p5] Schema name=minimal
   [junit4]   2> 1623638 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1623642 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623642 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623642 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p5' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1623642 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623642 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 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> 1623642 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p3' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1623642 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36417.solr.core.deleteByCount.shard1.replica_p5' (registry 
'solr.core.deleteByCount.shard1.replica_p5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1623642 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41858.solr.core.deleteByCount.shard1.replica_n1' (registry 
'solr.core.deleteByCount.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1623642 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38267.solr.core.deleteByCount.shard1.replica_p3' (registry 
'solr.core.deleteByCount.shard1.replica_p3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@615067c9
   [junit4]   2> 1623643 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node1/deleteByCount_shard1_replica_p5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node1/./deleteByCount_shard1_replica_p5/data/]
   [junit4]   2> 1623643 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node3/deleteByCount_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node3/./deleteByCount_shard1_replica_n1/data/]
   [junit4]   2> 1623643 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node2/deleteByCount_shard1_replica_p3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_DD063BF89C2E1DC-001/tempDir-001/node2/./deleteByCount_shard1_replica_p3/data/]
   [junit4]   2> 1623729 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623729 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623729 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623729 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623730 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1623730 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1623730 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36f855aa[deleteByCount_shard1_replica_p3] main]
   [junit4]   2> 1623731 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2687f7fc[deleteByCount_shard1_replica_p5] main]
   [junit4]   2> 1623732 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1623732 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1623733 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623733 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623733 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1623733 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623733 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1623734 INFO  
(searcherExecutor-5861-thread-1-processing-n:127.0.0.1:38267_solr 
x:deleteByCount_shard1_replica_p3 c:deleteByCount s:shard1 r:core_node4) 
[n:127.0.0.1:38267_solr c:deleteByCount s:shard1 r:core_node4 
x:deleteByCount_shard1_replica_p3] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p3] Registered new searcher 
Searcher@36f855aa[deleteByCount_shard1_replica_p3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623734 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623734 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3994b078[deleteByCount_shard1_replica_n1] main]
   [junit4]   2> 1623735 INFO  
(searcherExecutor-5859-thread-1-processing-n:127.0.0.1:36417_solr 
x:deleteByCount_shard1_replica_p5 c:deleteByCount s:shard1 r:core_node6) 
[n:127.0.0.1:36417_solr c:deleteByCount s:shard1 r:core_node6 
x:deleteByCount_shard1_replica_p5] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p5] Registered new searcher 
Searcher@2687f7fc[deleteByCount_shard1_replica_p5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623736 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1623736 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1623738 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623738 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1616568469014183936
   [junit4]   2> 1623739 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p3 starting background 
replication from leader
   [junit4]   2> 1623739 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 1623739 INFO  
(searcherExecutor-5860-thread-1-processing-n:127.0.0.1:41858_solr 
x:deleteByCount_shard1_replica_n1 c:deleteByCount s:shard1 r:core_node2) 
[n:127.0.0.1:41858_solr c:deleteByCount s:shard1 r:core_node2 
x:deleteByCount_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_n1] Registered new searcher 
Searcher@3994b078[deleteByCount_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623740 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.c.ZkController deleteByCount_shard1_replica_p5 starting background 
replication from leader
   [junit4]   2> 1623740 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:01
   [junit4]   2> 1623741 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1623741 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623746 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1623746 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623749 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCount/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1623755 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1623755 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1623755 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41858/solr/deleteByCount_shard1_replica_n1/
   [junit4]   2> 1623755 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1623756 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:41858/solr/deleteByCount_shard1_replica_n1/ has no replicas
   [junit4]   2> 1623760 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41858/solr/deleteByCount_shard1_replica_n1/ shard1
   [junit4]   2> 1623863 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1623865 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&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=1257
   [junit4]   2> 1623898 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node2 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1623899 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node2 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1623965 INFO  (zkCallback-3859-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> 1624741 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 1624741 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 1624742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:41858/solr/deleteByCount_shard1_replica_n1/
   [junit4]   2> 1624742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:41858/solr/deleteByCount_shard1_replica_n1/
   [junit4]   2> 1624751 INFO  (qtp1439527157-13449) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCount_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1624751 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1624751 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1624752 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1624752 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1624752 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1624752 INFO  (qtp1439527157-13448) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCount_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1624753 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1624753 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1624753 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1624753 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1624753 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1624753 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1624753 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@708d4173 commitCommandVersion:0
   [junit4]   2> 1624755 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1624755 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3c329d7e commitCommandVersion:0
   [junit4]   2> 1624755 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f01447[deleteByCount_shard1_replica_p3] main]
   [junit4]   2> 1624755 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1624756 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48032aa6[deleteByCount_shard1_replica_p5] main]
   [junit4]   2> 1624757 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1624757 INFO  (qtp894012504-13437) [n:127.0.0.1:38267_solr 
c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_p3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p3&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2148
   [junit4]   2> 1624757 INFO  (qtp1255078701-13456) [n:127.0.0.1:36417_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p5] 
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_p5&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2146
   [junit4]   2> 1624758 INFO  (searcherExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p5] Registered new searcher 
Searcher@48032aa6[deleteByCount_shard1_replica_p5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1624759 INFO  (searcherExecutor-5861-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p3] Registered new searcher 
Searcher@4f01447[deleteByCount_shard1_replica_p3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1624761 INFO  (qtp170915834-13423) [n:127.0.0.1:42101_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> 1624861 INFO  (zkCallback-3859-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> 1624861 INFO  (zkCallback-3843-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> 1624861 INFO  (zkCallback-3845-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> 1625742 INFO  (qtp1439527157-13422) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCount_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1625742 INFO  (qtp1439527157-13450) [n:127.0.0.1:41858_solr 
c:deleteByCount s:shard1 r:core_node2 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCount_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1541679830626
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 1541679830628
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1625742 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3c329d7e commitCommandVersion:0
   [junit4]   2> 1625742 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@708d4173 commitCommandVersion:0
   [junit4]   2> 1625743 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fcd5ac0[deleteByCount_shard1_replica_p5] main]
   [junit4]   2> 1625743 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7923c85e[deleteByCount_shard1_replica_p3] main]
   [junit4]   2> 1625743 INFO  (indexFetcher-5874-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1625743 INFO  (indexFetcher-5875-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1625745 INFO  (searcherExecutor-5861-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p3] Registered new searcher 
Searcher@7923c85e[deleteByCount_shard1_replica_p3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1625745 INFO  (searcherExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p5] Registered new searcher 
Searcher@fcd5ac0[deleteByCount_shard1_replica_p5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1625762 INFO  (qtp170915834-13423) [n:127.0.0.1:42101_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=3649
   [junit4]   2> 1625767 INFO  (qtp170915834-13434) [n:127.0.0.1:42101_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> 1625771 INFO  
(OverseerCollectionConfigSetProcessor-72242052474667019-127.0.0.1:41858_solr-n_0000000000)
 [n:127.0.0.1:41858_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> 1625772 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p5, tag=null
   [junit4]   2> 1625773 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6090ef49: rootName = 
solr_36417, domain = solr.core.deleteByCount.shard1.replica_p5, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p5 / 
com.codahale.metrics.MetricRegistry@4edc4cf6
   [junit4]   2> 1625793 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p5 stopping background replication from leader
   [junit4]   2> 1625794 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5bf01c81
   [junit4]   2> 1625794 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p5, tag=5bf01c81
   [junit4]   2> 1625794 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=5bf01c81
   [junit4]   2> 1625796 INFO  (qtp1255078701-13457) [n:127.0.0.1:36417_solr    
x:deleteByCount_shard1_replica_p5] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p5&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=24
   [junit4]   2> 1625902 INFO  (zkCallback-3843-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> 1625902 INFO  (zkCallback-3845-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> 1625902 INFO  (zkCallback-3859-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> 1626005 INFO  (qtp894012504-13435) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.replica_p3, tag=null
   [junit4]   2> 1626005 INFO  (qtp894012504-13435) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ad4ad32: rootName = 
solr_38267, domain = solr.core.deleteByCount.shard1.replica_p3, service url = 
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p3 / 
com.codahale.metrics.MetricRegistry@1bf4dbc7
   [junit4]   2> 1626025 INFO  (qtp894012504-13435) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.c.ZkController 
deleteByCount_shard1_replica_p3 stopping background replication from leader
   [junit4]   2> 1626026 INFO  (qtp894012504-13435) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5f9357ce
   [junit4]   2> 1626026 INFO  (qtp894012504-13435) [n:127.0.0.1:38267_solr    
x:deleteByCount_shard1_replica_p3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCount.shard1.re

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

ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2067159071
     [copy] Copying 240 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2067159071
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2067159071

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 2ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 107 minutes 2 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to