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

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

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


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

Error Message:
Error from server at https://127.0.0.1:33549/solr: Cannot create collection 
delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently 
live or live and part of your createNodeSet is 3. This allows a maximum of 3 to 
be created. Value of numShards is 2, value of nrtReplicas is 2, value of 
tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be 
created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33549/solr: Cannot create collection 
delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently 
live or live and part of your createNodeSet is 3. This allows a maximum of 3 to 
be created. Value of numShards is 2, value of nrtReplicas is 2, value of 
tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be 
created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([D9ED0A603143CC98:748DBE6B2C7C64ED]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:75)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13965 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_D9ED0A603143CC98-001/init-core-data-001
   [junit4]   2> 905907 WARN  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 905908 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 905910 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 905910 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 905911 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-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_D9ED0A603143CC98-001/tempDir-001
   [junit4]   2> 905911 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 905911 INFO  (Thread-2444) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 905911 INFO  (Thread-2444) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 905920 ERROR (Thread-2444) [    ] 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> 906011 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41593
   [junit4]   2> 906020 INFO  (zkConnectionManagerCallback-2605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906039 INFO  (jetty-launcher-2602-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> 906040 INFO  (jetty-launcher-2602-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> 906040 INFO  (jetty-launcher-2602-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> 906040 INFO  (jetty-launcher-2602-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> 906041 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906041 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906042 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 906042 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@422e2651{/solr,null,AVAILABLE}
   [junit4]   2> 906042 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906042 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906042 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53177538{/solr,null,AVAILABLE}
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@30223c76{SSL,[ssl, 
http/1.1]}{127.0.0.1:33549}
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.e.j.s.Server Started @906111ms
   [junit4]   2> 906043 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33549}
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@64e0c88{SSL,[ssl, 
http/1.1]}{127.0.0.1:40874}
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.e.j.s.Server Started @906111ms
   [junit4]   2> 906044 ERROR (jetty-launcher-2602-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40874}
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T16:42:28.664Z
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906044 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 906045 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4fb06d72{/solr,null,AVAILABLE}
   [junit4]   2> 906045 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@55b9b901{SSL,[ssl, 
http/1.1]}{127.0.0.1:37374}
   [junit4]   2> 906045 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.e.j.s.Server Started @906113ms
   [junit4]   2> 906045 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37374}
   [junit4]   2> 906046 ERROR (jetty-launcher-2602-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T16:42:28.666Z
   [junit4]   2> 906046 INFO  (zkConnectionManagerCallback-2607-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906046 ERROR (jetty-launcher-2602-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906046 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 906047 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906047 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906047 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T16:42:28.667Z
   [junit4]   2> 906050 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906050 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5cf6fbe1{/solr,null,AVAILABLE}
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@41a6dbe4{SSL,[ssl, 
http/1.1]}{127.0.0.1:33644}
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.e.j.s.Server Started @906119ms
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33644}
   [junit4]   2> 906051 ERROR (jetty-launcher-2602-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906051 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906052 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T16:42:28.671Z
   [junit4]   2> 906057 INFO  (zkConnectionManagerCallback-2609-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906058 INFO  (zkConnectionManagerCallback-2611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906058 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906058 INFO  (zkConnectionManagerCallback-2613-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906062 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906062 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906073 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1016c61f41e0004, likely client has closed socket
   [junit4]   2> 906137 INFO  (jetty-launcher-2602-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41593/solr
   [junit4]   2> 906138 INFO  (zkConnectionManagerCallback-2617-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906140 INFO  (zkConnectionManagerCallback-2619-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906153 INFO  (jetty-launcher-2602-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41593/solr
   [junit4]   2> 906154 INFO  (zkConnectionManagerCallback-2625-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906156 INFO  (zkConnectionManagerCallback-2627-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906218 INFO  (jetty-launcher-2602-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41593/solr
   [junit4]   2> 906221 INFO  (zkConnectionManagerCallback-2633-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906224 INFO  (zkConnectionManagerCallback-2635-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906244 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33644_solr
   [junit4]   2> 906246 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.Overseer Overseer 
(id=72458236977872906-127.0.0.1:33644_solr-n_0000000000) starting
   [junit4]   2> 906253 INFO  (jetty-launcher-2602-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41593/solr
   [junit4]   2> 906254 INFO  (zkConnectionManagerCallback-2641-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906257 INFO  (zkConnectionManagerCallback-2646-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906258 INFO  (zkConnectionManagerCallback-2648-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906260 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41593/solr ready
   [junit4]   2> 906262 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33644_solr
   [junit4]   2> 906262 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33644_solr
   [junit4]   2> 906263 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 906270 INFO  (zkCallback-2645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 906285 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 906290 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 906291 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 906295 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 906295 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37374_solr
   [junit4]   2> 906296 INFO  (zkCallback-2645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906296 INFO  (zkCallback-2634-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906298 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 906298 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40874_solr
   [junit4]   2> 906298 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 906299 INFO  (zkCallback-2645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906299 INFO  (zkCallback-2634-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906305 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 906305 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33549_solr
   [junit4]   2> 906306 INFO  (zkCallback-2634-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906306 INFO  (zkCallback-2645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906308 INFO  (zkCallback-2647-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906311 INFO  (zkCallback-2618-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 906314 INFO  (zkCallback-2647-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 906327 INFO  (zkCallback-2626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 906335 INFO  (zkConnectionManagerCallback-2666-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906336 INFO  (zkConnectionManagerCallback-2664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906336 INFO  (zkConnectionManagerCallback-2665-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906336 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33644.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906337 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 906337 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 906337 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 906338 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41593/solr ready
   [junit4]   2> 906339 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 906342 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41593/solr ready
   [junit4]   2> 906357 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 906358 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41593/solr ready
   [junit4]   2> 906359 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 906364 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33644.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906364 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33644.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906365 INFO  (jetty-launcher-2602-thread-3) 
[n:127.0.0.1:33644_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_D9ED0A603143CC98-001/tempDir-001/node4/.
   [junit4]   2> 906380 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906387 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33549.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906397 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37374.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906422 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906422 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906424 INFO  (jetty-launcher-2602-thread-2) 
[n:127.0.0.1:40874_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_D9ED0A603143CC98-001/tempDir-001/node2/.
   [junit4]   2> 906424 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33549.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906424 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33549.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906426 INFO  (jetty-launcher-2602-thread-4) 
[n:127.0.0.1:33549_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_D9ED0A603143CC98-001/tempDir-001/node3/.
   [junit4]   2> 906435 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37374.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906435 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37374.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 906437 INFO  (jetty-launcher-2602-thread-1) 
[n:127.0.0.1:37374_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_D9ED0A603143CC98-001/tempDir-001/node1/.
   [junit4]   2> 906595 INFO  (zkConnectionManagerCallback-2671-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906610 INFO  (zkConnectionManagerCallback-2676-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906612 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 906613 INFO  
(SUITE-DeleteReplicaTest-seed#[D9ED0A603143CC98]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41593/solr ready
   [junit4]   2> 907081 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[D9ED0A603143CC98])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 907111 INFO  (qtp350191754-10878) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 907122 INFO  
(OverseerThreadFactory-4386-thread-1-processing-n:127.0.0.1:33644_solr) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCountNew
   [junit4]   2> 907260 INFO  (qtp350191754-10873) [n:127.0.0.1:40874_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> 907298 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_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> 907327 INFO  (qtp841816863-10849) [n:127.0.0.1:33549_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> 907356 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_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> 907363 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37374/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907365 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33549/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907369 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33644/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907372 INFO  
(OverseerStateUpdate-72458236977872906-127.0.0.1:33644_solr-n_0000000000) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907596 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 907596 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 907598 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 907598 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 907598 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 908618 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 908636 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 908636 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 908637 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 908647 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 908648 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 908649 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 908652 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 908652 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 908652 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 908652 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33549.solr.core.deleteByCountNew.shard1.replica_n2' (registry 
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 908653 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrCore [[deleteByCountNew_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_D9ED0A603143CC98-001/tempDir-001/node3/deleteByCountNew_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node3/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 908652 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 908654 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33644.solr.core.deleteByCountNew.shard2.replica_n4' (registry 
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 908655 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n4] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node4/deleteByCountNew_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node4/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 908658 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 908658 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 908659 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37374.solr.core.deleteByCountNew.shard1.replica_n1' (registry 
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 908659 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCountNew_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_D9ED0A603143CC98-001/tempDir-001/node1/deleteByCountNew_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node1/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 908664 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 908666 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 908666 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n6' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 908667 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.core.deleteByCountNew.shard2.replica_n6' (registry 
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 908667 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n6] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node2/deleteByCountNew_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node2/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 908760 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 908760 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 908761 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 908761 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 908761 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 908762 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 908762 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908762 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908763 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908763 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908764 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 908764 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 908764 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d40f460[deleteByCountNew_shard2_replica_n4] main]
   [junit4]   2> 908766 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 908766 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5038f7a9[deleteByCountNew_shard1_replica_n2] main]
   [junit4]   2> 908766 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 908767 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 908767 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 908767 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 908768 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908768 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908768 INFO  
(searcherExecutor-4404-thread-1-processing-n:127.0.0.1:33644_solr 
x:deleteByCountNew_shard2_replica_n4 c:deleteByCountNew s:shard2 r:core_node7) 
[n:127.0.0.1:33644_solr c:deleteByCountNew s:shard2 r:core_node7 
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n4] Registered new searcher 
Searcher@6d40f460[deleteByCountNew_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 908768 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 908768 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1620027429500223488
   [junit4]   2> 908768 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1620027429500223488
   [junit4]   2> 908769 INFO  
(searcherExecutor-4403-thread-1-processing-n:127.0.0.1:33549_solr 
x:deleteByCountNew_shard1_replica_n2 c:deleteByCountNew s:shard1 r:core_node5) 
[n:127.0.0.1:33549_solr c:deleteByCountNew s:shard1 r:core_node5 
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n2] Registered new searcher 
Searcher@5038f7a9[deleteByCountNew_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 908771 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908771 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908771 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e2cd97b[deleteByCountNew_shard2_replica_n6] main]
   [junit4]   2> 908782 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 908782 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13493528[deleteByCountNew_shard1_replica_n1] main]
   [junit4]   2> 908783 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 908784 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 908784 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 908784 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0}, 
version=0}
   [junit4]   2> 908785 INFO  
(searcherExecutor-4406-thread-1-processing-n:127.0.0.1:40874_solr 
x:deleteByCountNew_shard2_replica_n6 c:deleteByCountNew s:shard2 r:core_node8) 
[n:127.0.0.1:40874_solr c:deleteByCountNew s:shard2 r:core_node8 
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6] Registered new searcher 
Searcher@2e2cd97b[deleteByCountNew_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 908785 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 908785 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1620027429518049280
   [junit4]   2> 908786 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 908790 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 908792 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 908793 INFO  
(searcherExecutor-4405-thread-1-processing-n:127.0.0.1:37374_solr 
x:deleteByCountNew_shard1_replica_n1 c:deleteByCountNew s:shard1 r:core_node3) 
[n:127.0.0.1:37374_solr c:deleteByCountNew s:shard1 r:core_node3 
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n1] Registered new searcher 
Searcher@13493528[deleteByCountNew_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 908793 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1620027429526437888
   [junit4]   2> 908794 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 908795 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 908799 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 909291 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 909291 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 909291 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33644/solr/deleteByCountNew_shard2_replica_n4/
   [junit4]   2> 909292 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=https://127.0.0.1:33644/solr START 
replicas=[https://127.0.0.1:40874/solr/deleteByCountNew_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 909292 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=https://127.0.0.1:33644/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 909297 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.S.Request [deleteByCountNew_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 909298 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 909298 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
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> 909298 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 909298 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 909298 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 909298 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33549/solr/deleteByCountNew_shard1_replica_n2/
   [junit4]   2> 909299 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 
url=https://127.0.0.1:33549/solr START 
replicas=[https://127.0.0.1:37374/solr/deleteByCountNew_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 909300 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 
url=https://127.0.0.1:33549/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 909314 INFO  (qtp658187201-10877) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCountNew_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> 909314 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 909314 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_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> 909314 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 909315 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33644/solr/deleteByCountNew_shard2_replica_n4/ shard2
   [junit4]   2> 909319 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33549/solr/deleteByCountNew_shard1_replica_n2/ shard1
   [junit4]   2> 909421 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 909424 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1828
   [junit4]   2> 909469 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 909471 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1873
   [junit4]   2> 909573 INFO  (zkCallback-2626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 909573 INFO  (zkCallback-2634-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 909802 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2209
   [junit4]   2> 909805 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_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=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2207
   [junit4]   2> 909816 INFO  (qtp350191754-10878) [n:127.0.0.1:40874_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> 909906 INFO  (zkCallback-2634-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 909906 INFO  (zkCallback-2618-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 909906 INFO  (zkCallback-2647-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 909906 INFO  (zkCallback-2626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 910816 INFO  (qtp350191754-10878) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3704
   [junit4]   2> 910818 INFO  (qtp350191754-10873) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2 
and sendToOCPQueue=true
   [junit4]   2> 910821 INFO  
(OverseerCollectionConfigSetProcessor-72458236977872906-127.0.0.1:33644_solr-n_0000000000)
 [n:127.0.0.1:33644_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 910823 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, tag=null
   [junit4]   2> 910823 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34cc23d2: rootName 
= solr_37374, domain = solr.core.deleteByCountNew.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.deleteByCountNew.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@1feb6976
   [junit4]   2> 910844 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@177a8410
   [junit4]   2> 910844 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, 
tag=177a8410
   [junit4]   2> 910844 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard1.leader, 
tag=177a8410
   [junit4]   2> 910851 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard1 to 
Terms{values={core_node5=0}, version=2}
   [junit4]   2> 910851 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 910852 INFO  (qtp658187201-10870) [n:127.0.0.1:37374_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=29
   [junit4]   2> 910953 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, tag=null
   [junit4]   2> 910953 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40e812cb: rootName 
= solr_40874, domain = solr.core.deleteByCountNew.shard2.replica_n6, service 
url = null, agent id = null] for registry 
solr.core.deleteByCountNew.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@5c019c8b
   [junit4]   2> 910954 INFO  (zkCallback-2634-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 910954 INFO  (zkCallback-2618-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 910954 INFO  (zkCallback-2626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 910954 INFO  (zkCallback-2647-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 910979 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@608d2608
   [junit4]   2> 910979 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, 
tag=608d2608
   [junit4]   2> 910979 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard2.leader, 
tag=608d2608
   [junit4]   2> 910982 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard2 to 
Terms{values={core_node7=0}, version=2}
   [junit4]   2> 910983 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 910984 INFO  (qtp350191754-10871) [n:127.0.0.1:40874_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard2_replica_n6&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=31
   [junit4]   2> 911086 INFO  (zkCallback-2634-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 911086 INFO  (zkCallback-2626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 911089 INFO  (qtp350191754-10873) [n:127.0.0.1:40874_solr 
c:deleteByCountNew   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2}
 status=0 QTime=270
   [junit4]   2> 911090 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[D9ED0A603143CC98])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCountForAllShards
   [junit4]   2> 911540 INFO  
(TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[D9ED0A603143CC98])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting raceConditionOnDeleteAndRegisterReplica
   [junit4]   2> 911541 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 911543 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 911545 INFO  (qtp350191754-10873) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=raceDeleteReplica_true&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 911548 INFO  
(OverseerThreadFactory-4386-thread-3-processing-n:127.0.0.1:33644_solr) 
[n:127.0.0.1:33644_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
raceDeleteReplica_true
   [junit4]   2> 911548 INFO  
(OverseerCollectionConfigSetProcessor-72458236977872906-127.0.0.1:33644_solr-n_0000000000)
 [n:127.0.0.1:33644_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 911760 INFO  (qtp350191754-10855) [n:127.0.0.1:40874_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> 911766 INFO  (qtp1531514013-10863) [n:127.0.0.1:33644_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 911768 INFO  (qtp1531514013-10874) [n:127.0.0.1:33644_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> 911770 INFO  (qtp841816863-10852) [n:127.0.0.1:33549_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 911772 INFO  (qtp841816863-10865) [n:127.0.0.1:33549_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=1
   [junit4]   2> 911774 INFO  (qtp658187201-10869) [n:127.0.0.1:37374_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> 911779 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr    
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n1&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 911783 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr    
x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n2&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 912797 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 912799 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 912807 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n2] Schema 
name=minimal
   [junit4]   2> 912808 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n1] Schema 
name=minimal
   [junit4]   2> 912810 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 912810 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 
'raceDeleteReplica_true_shard1_replica_n2' using configuration from collection 
raceDeleteReplica_true, trusted=true
   [junit4]   2> 912810 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 912810 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'raceDeleteReplica_true_shard1_replica_n1' using configuration from collection 
raceDeleteReplica_true, trusted=true
   [junit4]   2> 912811 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.core.raceDeleteReplica_true.shard1.replica_n2' (registry 
'solr.core.raceDeleteReplica_true.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 912811 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37374.solr.core.raceDeleteReplica_true.shard1.replica_n1' (registry 
'solr.core.raceDeleteReplica_true.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4911cb9f
   [junit4]   2> 912811 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.SolrCore [[raceDeleteReplica_true_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_D9ED0A603143CC98-001/tempDir-001/node2/raceDeleteReplica_true_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node2/./raceDeleteReplica_true_shard1_replica_n2/data/]
   [junit4]   2> 912811 INFO  (qtp658187201-10875) [n:127.0.0.1:37374_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.SolrCore [[raceDeleteReplica_true_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_D9ED0A603143CC98-001/tempDir-001/node1/raceDeleteReplica_true_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D9ED0A603143CC98-001/tempDir-001/node1/./raceDeleteReplica_true_shard1_replica_n1/data/]
   [junit4]   2> 912925 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 912925 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 912928 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 912928 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 912930 INFO  (qtp350191754-10880) [n:127.0.0.1:40874_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_

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

heck:
[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/null1075144772
     [copy] Copying 241 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/null1075144772
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.6/solr/null1075144772

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 34ms :: artifacts dl 2ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 98 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