Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.6/65/

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:36840_solr, 
127.0.0.1:41687_solr, 127.0.0.1:42320_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",     
      "base_url":"http://127.0.0.1:44023/solr";,           
"node_name":"127.0.0.1:44023_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:44023/solr";,           
"node_name":"127.0.0.1:44023_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41687/solr";,           
"node_name":"127.0.0.1:41687_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:36840_solr, 127.0.0.1:41687_solr, 127.0.0.1:42320_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:44023/solr";,
          "node_name":"127.0.0.1:44023_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:44023/solr";,
          "node_name":"127.0.0.1:44023_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41687/solr";,
          "node_name":"127.0.0.1:41687_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([D34B461AD08F4D71:B95D27CAB87D07BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:229)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting

Error Message:
Error from server at http://127.0.0.1:39107/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 http://127.0.0.1:39107/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([849F026873C04FE6:46283E007080BF9E]: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.impl.CloudSolrClientTest.testRouting(CloudSolrClientTest.java:238)
        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 http://127.0.0.1:39107/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




Build Log:
[...truncated 14372 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/init-core-data-001
   [junit4]   2> 2278600 INFO  
(SUITE-DeleteReplicaTest-seed#[D34B461AD08F4D71]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001
   [junit4]   2> 2278600 INFO  
(SUITE-DeleteReplicaTest-seed#[D34B461AD08F4D71]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2278601 INFO  (Thread-3813) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2278601 INFO  (Thread-3813) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2278605 ERROR (Thread-3813) [    ] 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> 2278701 INFO  
(SUITE-DeleteReplicaTest-seed#[D34B461AD08F4D71]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36765
   [junit4]   2> 2278708 INFO  (zkConnectionManagerCallback-2957-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278715 INFO  (jetty-launcher-2954-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> 2278715 INFO  (jetty-launcher-2954-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> 2278716 INFO  (jetty-launcher-2954-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> 2278716 INFO  (jetty-launcher-2954-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> 2278717 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2278717 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2278718 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2278718 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d64dda2{/solr,null,AVAILABLE}
   [junit4]   2> 2278718 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2278718 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2278719 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2278719 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73f05a1{/solr,null,AVAILABLE}
   [junit4]   2> 2278719 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30525a9f{HTTP/1.1,[http/1.1]}{127.0.0.1:44023}
   [junit4]   2> 2278719 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.e.j.s.Server Started @2278790ms
   [junit4]   2> 2278719 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44023}
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2278720 ERROR (jetty-launcher-2954-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-06T18:49:37.640Z
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a2bf059{/solr,null,AVAILABLE}
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@60a1855a{HTTP/1.1,[http/1.1]}{127.0.0.1:42320}
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.e.j.s.Server Started @2278792ms
   [junit4]   2> 2278720 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42320}
   [junit4]   2> 2278721 ERROR (jetty-launcher-2954-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-06T18:49:37.641Z
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2278721 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5bbd72e1{HTTP/1.1,[http/1.1]}{127.0.0.1:41687}
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.e.j.s.Server Started @2278793ms
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45e3f9da{/solr,null,AVAILABLE}
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41687}
   [junit4]   2> 2278722 ERROR (jetty-launcher-2954-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@42cd8d87{HTTP/1.1,[http/1.1]}{127.0.0.1:36840}
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.e.j.s.Server Started @2278794ms
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36840}
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2278722 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-06T18:49:37.642Z
   [junit4]   2> 2278723 ERROR (jetty-launcher-2954-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2278723 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2278723 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2278723 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2278723 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2278723 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-06T18:49:37.643Z
   [junit4]   2> 2278725 INFO  (zkConnectionManagerCallback-2959-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278725 INFO  (zkConnectionManagerCallback-2963-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278725 INFO  (zkConnectionManagerCallback-2961-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278726 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2278726 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2278726 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2278727 INFO  (zkConnectionManagerCallback-2965-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278731 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2278984 INFO  (jetty-launcher-2954-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36765/solr
   [junit4]   2> 2278987 INFO  (zkConnectionManagerCallback-2969-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2278989 INFO  (zkConnectionManagerCallback-2971-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279022 INFO  (jetty-launcher-2954-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36765/solr
   [junit4]   2> 2279051 INFO  (zkConnectionManagerCallback-2977-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279058 INFO  (zkConnectionManagerCallback-2979-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279060 INFO  (jetty-launcher-2954-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36765/solr
   [junit4]   2> 2279062 INFO  (zkConnectionManagerCallback-2983-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279065 INFO  (zkConnectionManagerCallback-2985-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279078 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36840_solr
   [junit4]   2> 2279080 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer Overseer 
(id=72402113990426632-127.0.0.1:36840_solr-n_0000000000) starting
   [junit4]   2> 2279088 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44023_solr
   [junit4]   2> 2279100 INFO  (zkCallback-2978-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2279100 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2279100 INFO  (zkConnectionManagerCallback-2994-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279102 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2279104 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36765/solr ready
   [junit4]   2> 2279105 INFO  
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36840_solr
   [junit4]   2> 2279109 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2279109 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36840_solr
   [junit4]   2> 2279110 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36840_solr"} current state version: 0
   [junit4]   2> 2279111 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2279115 INFO  (zkCallback-2978-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2279117 INFO  (zkCallback-2993-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2279123 INFO  (jetty-launcher-2954-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36765/solr
   [junit4]   2> 2279131 INFO  (zkConnectionManagerCallback-2998-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279132 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2279136 INFO  (zkConnectionManagerCallback-3003-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279136 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2279139 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2279140 INFO  (zkConnectionManagerCallback-3006-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279140 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36765/solr ready
   [junit4]   2> 2279141 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2279144 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2279144 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42320_solr
   [junit4]   2> 2279145 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42320_solr"} current state version: 0
   [junit4]   2> 2279146 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2279151 INFO  (zkCallback-2978-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2279151 INFO  (zkCallback-2993-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2279161 INFO  (zkCallback-2970-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2279167 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2279170 INFO  (zkCallback-3002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2279180 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2279181 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41687_solr
   [junit4]   2> 2279182 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41687_solr"} current state version: 0
   [junit4]   2> 2279183 INFO  (zkCallback-2993-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279183 INFO  (zkCallback-2970-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279183 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279183 INFO  (zkCallback-3002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279188 INFO  (zkCallback-2978-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279193 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2279195 INFO  (zkConnectionManagerCallback-3014-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279197 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2279198 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36765/solr ready
   [junit4]   2> 2279198 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2279201 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36840.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279201 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44023.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279211 INFO  (zkConnectionManagerCallback-3020-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279213 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2279234 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36765/solr ready
   [junit4]   2> 2279235 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2279242 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44023.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279243 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44023.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279246 INFO  (jetty-launcher-2954-thread-2) 
[n:127.0.0.1:44023_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node2/.
   [junit4]   2> 2279252 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36840.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279252 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36840.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279253 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42320.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279254 INFO  (jetty-launcher-2954-thread-1) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node1/.
   [junit4]   2> 2279271 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41687.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279275 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42320.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279276 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42320.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279278 INFO  (jetty-launcher-2954-thread-4) 
[n:127.0.0.1:42320_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node4/.
   [junit4]   2> 2279285 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41687.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279286 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41687.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2279287 INFO  (jetty-launcher-2954-thread-3) 
[n:127.0.0.1:41687_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node3/.
   [junit4]   2> 2279496 INFO  (zkConnectionManagerCallback-3023-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279500 INFO  (zkConnectionManagerCallback-3028-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2279502 INFO  
(SUITE-DeleteReplicaTest-seed#[D34B461AD08F4D71]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2279503 INFO  
(SUITE-DeleteReplicaTest-seed#[D34B461AD08F4D71]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36765/solr ready
   [junit4]   2> 2279844 INFO  (qtp673592475-13224) [n:127.0.0.1:36840_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2279848 INFO  
(OverseerThreadFactory-4764-thread-1-processing-n:127.0.0.1:36840_solr) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteReplicaOnIndexing
   [junit4]   2> 2279854 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"deleteReplicaOnIndexing",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2279960 INFO  (qtp673592475-13202) [n:127.0.0.1:36840_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=3
   [junit4]   2> 2279963 INFO  (qtp775229951-13198) [n:127.0.0.1:41687_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> 2279964 INFO  (qtp560349456-13206) [n:127.0.0.1:44023_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> 2279966 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_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> 2279972 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42320/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2279972 INFO  
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42320/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2279974 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44023/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2279975 INFO  
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44023/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2280181 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr    
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2280181 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2280182 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2280191 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42320/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42320_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2280191 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44023/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44023_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2281205 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 2281206 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 2281215 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2281215 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2281232 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 2281232 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n1' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 2281232 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 2281233 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n2' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 2281233 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42320.solr.core.deleteReplicaOnIndexing.shard1.replica_n1' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2281233 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_44023.solr.core.deleteReplicaOnIndexing.shard1.replica_n2' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5110bbeb
   [junit4]   2> 2281234 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node4/deleteReplicaOnIndexing_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node4/./deleteReplicaOnIndexing_shard1_replica_n1/data/]
   [junit4]   2> 2281234 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D34B461AD08F4D71-001/tempDir-001/node2/./deleteReplicaOnIndexing_shard1_replica_n2/data/]
   [junit4]   2> 2281309 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2281309 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2281310 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2281310 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2281311 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2281311 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2281312 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2281312 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2281313 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@250cd571[deleteReplicaOnIndexing_shard1_replica_n1] main]
   [junit4]   2> 2281315 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6bfb5881[deleteReplicaOnIndexing_shard1_replica_n2] main]
   [junit4]   2> 2281315 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2281316 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2281316 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2281317 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2281318 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 2281318 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1619129459265241088
   [junit4]   2> 2281318 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 2281318 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1619129459265241088
   [junit4]   2> 2281319 INFO  
(searcherExecutor-4784-thread-1-processing-n:127.0.0.1:42320_solr 
x:deleteReplicaOnIndexing_shard1_replica_n1 c:deleteReplicaOnIndexing s:shard1 
r:core_node3) [n:127.0.0.1:42320_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n1] Registered new searcher 
Searcher@250cd571[deleteReplicaOnIndexing_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2281319 INFO  
(searcherExecutor-4785-thread-1-processing-n:127.0.0.1:44023_solr 
x:deleteReplicaOnIndexing_shard1_replica_n2 c:deleteReplicaOnIndexing s:shard1 
r:core_node4) [n:127.0.0.1:44023_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n2] Registered new searcher 
Searcher@6bfb5881[deleteReplicaOnIndexing_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2281326 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2281327 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 2281328 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 2281335 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing"} current state 
version: 0
   [junit4]   2> 2281335 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 2281335 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 2281335 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas 
to http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/
   [junit4]   2> 2281336 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n2 url=http://127.0.0.1:44023/solr 
START 
replicas=[http://127.0.0.1:42320/solr/deleteReplicaOnIndexing_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 2281336 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n2 url=http://127.0.0.1:44023/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2281347 INFO  (qtp1372515908-13213) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.S.Request 
[deleteReplicaOnIndexing_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 2281348 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2281348 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 2281348 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 2281353 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/ shard1
   [junit4]   2> 2281354 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "base_url":"http://127.0.0.1:44023/solr";,
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2281456 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2281458 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44023/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44023_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2281459 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1277
   [junit4]   2> 2281559 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2282340 DEBUG 
(OverseerStateUpdate-72402113990426632-127.0.0.1:36840_solr-n_0000000000) 
[n:127.0.0.1:36840_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42320/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42320_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2282341 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2159
   [junit4]   2> 2282347 INFO  (qtp673592475-13224) [n:127.0.0.1:36840_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> 2282441 INFO  (zkCallback-2984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2282441 INFO  (zkCallback-2970-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2283352 INFO  (qtp673592475-13224) [n:127.0.0.1:36840_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3507
   [junit4]   2> 2283396 INFO  (qtp560349456-13205) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 2283422 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[0
 (1619129461443133440)]} 0 5
   [junit4]   2> 2283422 INFO  (qtp560349456-13208) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1619129461443133440)]} 0 27
   [junit4]   2> 2283424 INFO  (qtp1372515908-13216) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[40000
 (1619129461417967616)]} 0 26
   [junit4]   2> 2283424 INFO  (qtp1372515908-13215) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[1
 (1619129461472493568)]} 0 0
   [junit4]   2> 2283424 INFO  (qtp560349456-13205) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[40000 
(1619129461417967616)]} 0 53
   [junit4]   2> 2283424 INFO  (qtp560349456-13368) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1619129461472493568)]} 0 1
   [junit4]   2> 2283425 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[40001
 (1619129461474590720)]} 0 0
   [junit4]   2> 2283426 INFO  (qtp560349456-13364) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[40001 
(1619129461474590720)]} 0 0
   [junit4]   2> 2283426 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[2
 (1619129461474590721)]} 0 0
   [junit4]   2> 2283426 INFO  (qtp560349456-13208) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1619129461474590721)]} 0 1
   [junit4]   2> 2283427 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[40002
 (1619129461475639296)]} 0 0
   [junit4]   2> 2283427 INFO  (qtp1372515908-13215) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[3
 (1619129461475639297)]} 0 0
   [junit4]   2> 2283427 INFO  (qtp560349456-13368) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[40002 
(1619129461475639296)]} 0 1
   [junit4]   2> 2283428 INFO  (qtp560349456-13205) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 
(1619129461475639297)]} 0 1
   [junit4]   2> 2283430 INFO  (qtp1372515908-13213) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[90000
 (1619129461446279169)]} 0 0
   [junit4]   2> 2283431 INFO  (qtp1372515908-13215) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[4
 (1619129461477736449)]} 0 1
   [junit4]   2> 2283431 INFO  (qtp1372515908-13216) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[30000
 (1619129461416919040)]} 0 0
   [junit4]   2> 2283431 INFO  (qtp1372515908-13215) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[80000
 (1619129461454667776)]} 0 0
   [junit4]   2> 2283432 INFO  (qtp1372515908-13219) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[70000
 (1619129461446279168)]} 0 0
   [junit4]   2> 2283432 INFO  (qtp560349456-13208) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 
(1619129461477736449)]} 0 3
   [junit4]   2> 2283432 INFO  (qtp560349456-13372) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[80000 
(1619129461454667776)]} 0 25
   [junit4]   2> 2283432 INFO  (qtp560349456-13206) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[70000 
(1619129461446279168)]} 0 34
   [junit4]   2> 2283432 INFO  (qtp560349456-13201) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[30000 
(1619129461416919040)]} 0 62
   [junit4]   2> 2283432 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[40003
 (1619129461477736448)]} 0 3
   [junit4]   2> 2283433 INFO  (qtp560349456-13364) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[40003 
(1619129461477736448)]} 0 4
   [junit4]   2> 2283433 INFO  (qtp1372515908-13390) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[10000
 (1619129461443133441)]} 0 0
   [junit4]   2> 2283434 INFO  (qtp560349456-13204) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[10000 
(1619129461443133441)]} 0 38
   [junit4]   2> 2283434 INFO  (qtp1372515908-13390) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[100000
 (1619129461455716352)]} 0 0
   [junit4]   2> 2283434 INFO  (qtp560349456-13366) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[90000 
(1619129461446279169)]} 0 36
   [junit4]   2> 2283434 INFO  (qtp560349456-13199) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[100000 
(1619129461455716352)]} 0 27
   [junit4]   2> 2283434 INFO  (qtp1372515908-13390) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[50000
 (1619129461434744832)]} 0 0
   [junit4]   2> 2283435 INFO  (qtp560349456-13207) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[50000 
(1619129461434744832)]} 0 48
   [junit4]   2> 2283439 INFO  (qtp1372515908-13421) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[20000
 (1619129461444182016)]} 0 0
   [junit4]   2> 2283440 INFO  (qtp560349456-13360) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[20000 
(1619129461444182016)]} 0 43
   [junit4]   2> 2283441 INFO  (qtp1372515908-13219) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[60000
 (1619129461445230592)]} 0 0
   [junit4]   2> 2283442 INFO  (qtp560349456-13369) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[60000 
(1619129461445230592)]} 0 45
   [junit4]   2> 2283442 INFO  (qtp1372515908-13390) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[130000
 (1619129461485076480)]} 0 6
   [junit4]   2> 2283442 INFO  (qtp1372515908-13212) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[150000
 (1619129461481930752)]} 0 4
   [junit4]   2> 2283443 INFO  (qtp560349456-13207) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[130000 
(1619129461485076480)]} 0 7
   [junit4]   2> 2283443 INFO  (qtp560349456-13370) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[150000 
(1619129461481930752)]} 0 10
   [junit4]   2> 2283443 INFO  (qtp1372515908-13423) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[140000
 (1619129461490319362)]} 0 2
   [junit4]   2> 2283443 INFO  (qtp1372515908-13217) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[110000
 (1619129461480882176)]} 0 4
   [junit4]   2> 2283443 INFO  (qtp560349456-13368) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[110000 
(1619129461480882176)]} 0 12
   [junit4]   2> 2283444 INFO  (qtp1372515908-13218) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[90001
 (1619129461489270784)]} 0 3
   [junit4]   2> 2283444 INFO  (qtp1372515908-13215) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[100001
 (1619129461490319361)]} 0 2
   [junit4]   2> 2283444 INFO  (qtp560349456-13371) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[90001 
(1619129461489270784)]} 0 4
   [junit4]   2> 2283444 INFO  (qtp1372515908-13218) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[250000
 (1619129461486125056)]} 0 0
   [junit4]   2> 2283444 INFO  (qtp560349456-13206) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[250000 
(1619129461486125056)]} 0 8
   [junit4]   2> 2283445 INFO  (qtp1372515908-13397) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[120000
 (1619129461492416513)]} 0 1
   [junit4]   2> 2283446 INFO  (qtp560349456-13364) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[140000 
(1619129461490319362)]} 0 5
   [junit4]   2> 2283446 INFO  (qtp560349456-13205) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[120000 
(1619129461492416513)]} 0 4
   [junit4]   2> 2283446 INFO  (qtp560349456-13204) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[100001 
(1619129461490319361)]} 0 6
   [junit4]   2> 2283447 INFO  (qtp1372515908-13218) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[210000
 (1619129461495562241)]} 0 1
   [junit4]   2> 2283447 INFO  (qtp1372515908-13216) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[160000
 (1619129461491367936)]} 0 6
   [junit4]   2> 2283448 INFO  (qtp1372515908-13397) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[90002
 (1619129461496610817)]} 0 0
   [junit4]   2> 2283448 INFO  (qtp560349456-13201) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[160000 
(1619129461491367936)]} 0 7
   [junit4]   2> 2283448 INFO  (qtp1372515908-13421) [n:127.0.0.1:42320_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44023/solr/deleteReplicaOnIndexing_shard1_replica_n2/&wt=javabin&version=2}{add=[40004
 (1619129461496610816)]} 0 1
   [junit4]   2> 2283448 INFO  (qtp560349456-13208) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[90002 
(1619129461496610817)]} 0 1
   [junit4]   2> 2283448 INFO  (qtp560349456-13380) [n:127.0.0.1:44023_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[40004 
(1619129461496610816)]} 0 2
   [junit4]   2> 22834

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

-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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/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-7.6/lucene/top-level-ivy-settings.xml

resolve:

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

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 59ms :: artifacts dl 7ms
        ---------------------------------------------------------------------
        |                  |            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: 112 minutes 7 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