Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/105/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:40519_solr, 
127.0.0.1:40715_solr, 127.0.0.1:43087_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",     
      "base_url":"https://127.0.0.1:46353/solr";,           
"node_name":"127.0.0.1:46353_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:46353/solr";,           
"node_name":"127.0.0.1:46353_solr",           "state":"down",           
"type":"NRT"},         "core_node3":{           
"core":"raceDeleteReplica_true_shard1_replica_n1",           
"base_url":"https://127.0.0.1:43087/solr";,           
"node_name":"127.0.0.1:43087_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:40519_solr, 127.0.0.1:40715_solr, 127.0.0.1:43087_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:46353/solr";,
          "node_name":"127.0.0.1:46353_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:46353/solr";,
          "node_name":"127.0.0.1:46353_solr",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:43087/solr";,
          "node_name":"127.0.0.1:43087_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([D3D20321977C0BC6:B9C462F1FF8E410C]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14294 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 979426 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/init-core-data-001
   [junit4]   2> 979426 WARN  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 979426 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 979427 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 979427 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001
   [junit4]   2> 979427 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 979427 INFO  (Thread-2359) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 979428 INFO  (Thread-2359) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 979430 ERROR (Thread-2359) [    ] 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> 979528 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33741
   [junit4]   2> 979529 INFO  (zkConnectionManagerCallback-2841-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979532 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 979532 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 979532 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 979532 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 979538 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979538 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979538 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 979538 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@114dce03{/solr,null,AVAILABLE}
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@451a828c{SSL,[ssl, 
http/1.1]}{127.0.0.1:40519}
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.e.j.s.Server Started @979598ms
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40519}
   [junit4]   2> 979541 ERROR (jetty-launcher-2838-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979541 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T07:48:33.126662Z
   [junit4]   2> 979546 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979546 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979546 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 979547 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7339306f{/solr,null,AVAILABLE}
   [junit4]   2> 979554 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75b13238{/solr,null,AVAILABLE}
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@69993193{SSL,[ssl, 
http/1.1]}{127.0.0.1:40715}
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@78905aab{SSL,[ssl, 
http/1.1]}{127.0.0.1:43087}
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.e.j.s.Server Started @979614ms
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.e.j.s.Server Started @979614ms
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43087}
   [junit4]   2> 979557 INFO  (zkConnectionManagerCallback-2843-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40715}
   [junit4]   2> 979557 ERROR (jetty-launcher-2838-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 979557 ERROR (jetty-launcher-2838-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T07:48:33.142643Z
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T07:48:33.142674Z
   [junit4]   2> 979557 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 979558 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9fba14d{/solr,null,AVAILABLE}
   [junit4]   2> 979565 INFO  (zkConnectionManagerCallback-2846-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979565 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26e1378c{SSL,[ssl, 
http/1.1]}{127.0.0.1:46353}
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.e.j.s.Server Started @979623ms
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46353}
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 979566 ERROR (jetty-launcher-2838-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979566 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-16T07:48:33.151471Z
   [junit4]   2> 979573 INFO  (zkConnectionManagerCallback-2847-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979574 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 979578 INFO  (zkConnectionManagerCallback-2849-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979579 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 979617 INFO  (jetty-launcher-2838-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33741/solr
   [junit4]   2> 979622 INFO  (zkConnectionManagerCallback-2853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979624 INFO  (zkConnectionManagerCallback-2855-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979636 INFO  (jetty-launcher-2838-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33741/solr
   [junit4]   2> 979636 INFO  (zkConnectionManagerCallback-2861-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979637 INFO  (zkConnectionManagerCallback-2863-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979641 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40519_solr
   [junit4]   2> 979641 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.Overseer Overseer 
(id=72202486030925832-127.0.0.1:40519_solr-n_0000000000) starting
   [junit4]   2> 979644 INFO  (zkConnectionManagerCallback-2870-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979645 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33741/solr ready
   [junit4]   2> 979645 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40519_solr
   [junit4]   2> 979645 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40519_solr
   [junit4]   2> 979646 INFO  (zkCallback-2869-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 979646 INFO  (zkCallback-2862-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 979653 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 979659 INFO  (jetty-launcher-2838-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33741/solr
   [junit4]   2> 979661 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 979662 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 979662 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40715_solr
   [junit4]   2> 979664 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40519.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979668 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 979668 INFO  (zkCallback-2862-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 979668 INFO  (zkConnectionManagerCallback-2875-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979669 INFO  (zkCallback-2869-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 979669 INFO  (jetty-launcher-2838-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33741/solr
   [junit4]   2> 979670 INFO  (zkConnectionManagerCallback-2879-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979671 INFO  (zkConnectionManagerCallback-2881-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979672 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40519.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979672 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40519.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979672 INFO  (zkConnectionManagerCallback-2883-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979673 INFO  (jetty-launcher-2838-thread-1) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node1/.
   [junit4]   2> 979673 INFO  (zkConnectionManagerCallback-2888-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979674 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 979674 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33741/solr ready
   [junit4]   2> 979674 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 979675 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 979675 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 979676 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 979676 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46353_solr
   [junit4]   2> 979676 INFO  (zkCallback-2862-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979676 INFO  (zkCallback-2880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979677 INFO  (zkCallback-2887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979677 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979677 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979678 INFO  (zkCallback-2869-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 979679 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 979679 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43087_solr
   [junit4]   2> 979680 INFO  (zkCallback-2862-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979680 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979680 INFO  (zkCallback-2869-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979680 INFO  (zkCallback-2880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979680 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979685 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40715.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979686 INFO  (zkCallback-2887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979688 INFO  (zkConnectionManagerCallback-2898-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979688 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 979688 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33741/solr ready
   [junit4]   2> 979691 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 979691 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40715.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979691 INFO  (zkConnectionManagerCallback-2903-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979691 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40715.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979691 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 979692 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33741/solr ready
   [junit4]   2> 979692 INFO  (jetty-launcher-2838-thread-3) 
[n:127.0.0.1:40715_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node3/.
   [junit4]   2> 979692 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 979699 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979703 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43087.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979704 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979704 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979704 INFO  (jetty-launcher-2838-thread-4) 
[n:127.0.0.1:46353_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/.
   [junit4]   2> 979719 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43087.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979719 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43087.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 979720 INFO  (jetty-launcher-2838-thread-2) 
[n:127.0.0.1:43087_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node2/.
   [junit4]   2> 979766 INFO  (zkConnectionManagerCallback-2907-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979768 INFO  (zkConnectionManagerCallback-2912-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979769 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 979770 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33741/solr ready
   [junit4]   2> 979795 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[D3D20321977C0BC6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 979809 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 979810 INFO  
(OverseerThreadFactory-4795-thread-1-processing-n:127.0.0.1:40519_solr) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
delLiveColl
   [junit4]   2> 979916 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 979925 INFO  (qtp1730044503-10860) [n:127.0.0.1:43087_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> 979932 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_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> 979940 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_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> 979944 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40519/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 979944 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40715/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 979945 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43087/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 979946 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46353/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 980154 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 980154 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr    
x:delLiveColl_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 980154 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr    
x:delLiveColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 980154 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 980155 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 981162 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 981163 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 981163 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 981164 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 981610 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 981610 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 981610 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 981610 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 981618 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 981618 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n2' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 981618 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 981618 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 981618 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n1' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 981618 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 981618 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n4' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 981618 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n6' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 981618 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40519.solr.core.delLiveColl.shard1.replica_n1' (registry 
'solr.core.delLiveColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 981618 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.core.delLiveColl.shard2.replica_n6' (registry 
'solr.core.delLiveColl.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 981618 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43087.solr.core.delLiveColl.shard2.replica_n4' (registry 
'solr.core.delLiveColl.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 981619 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node2/delLiveColl_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node2/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 981619 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node1/delLiveColl_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node1/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 981619 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/delLiveColl_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 981619 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40715.solr.core.delLiveColl.shard1.replica_n2' (registry 
'solr.core.delLiveColl.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 981620 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node3/delLiveColl_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node3/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 981645 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 981645 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 981645 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 981645 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 981646 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 981646 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 981646 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 981646 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 981647 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a45a7ae[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 981647 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d60cf75[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 981647 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 981647 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 981648 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 981648 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 981648 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 981648 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 981649 INFO  
(searcherExecutor-4821-thread-1-processing-n:127.0.0.1:46353_solr 
x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) 
[n:127.0.0.1:46353_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n6] Registered new searcher 
Searcher@4a45a7ae[delLiveColl_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 981649 INFO  
(searcherExecutor-4818-thread-1-processing-n:127.0.0.1:40715_solr 
x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) 
[n:127.0.0.1:40715_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n2] Registered new searcher 
Searcher@6d60cf75[delLiveColl_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 981649 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619993837158006784
   [junit4]   2> 981649 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619993837158006784
   [junit4]   2> 981653 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 981653 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 981655 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 981655 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 981656 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 981656 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 981656 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 981656 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 981658 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 981658 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 981658 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 981658 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 981666 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72a7b42a[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 981666 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@368f907[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 981666 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 981666 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 981667 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 981667 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 981667 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 981667 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 981667 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619993837176881152
   [junit4]   2> 981667 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619993837176881152
   [junit4]   2> 981668 INFO  
(searcherExecutor-4819-thread-1-processing-n:127.0.0.1:40519_solr 
x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) 
[n:127.0.0.1:40519_solr c:delLiveColl s:shard1 r:core_node3 
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n1] Registered new searcher 
Searcher@72a7b42a[delLiveColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 981668 INFO  
(searcherExecutor-4820-thread-1-processing-n:127.0.0.1:43087_solr 
x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) 
[n:127.0.0.1:43087_solr c:delLiveColl s:shard2 r:core_node7 
x:delLiveColl_shard2_replica_n4] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n4] Registered new searcher 
Searcher@368f907[delLiveColl_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 981671 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 981671 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 982156 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 982156 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 982156 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 982156 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 982156 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46353/solr/delLiveColl_shard2_replica_n6/
   [junit4]   2> 982156 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40715/solr/delLiveColl_shard1_replica_n2/
   [junit4]   2> 982156 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 
url=https://127.0.0.1:46353/solr START 
replicas=[https://127.0.0.1:43087/solr/delLiveColl_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 982156 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2 
url=https://127.0.0.1:40715/solr START 
replicas=[https://127.0.0.1:40519/solr/delLiveColl_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 982157 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 
url=https://127.0.0.1:46353/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 982157 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2 
url=https://127.0.0.1:40715/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 982159 INFO  (qtp116205408-10980) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.S.Request [delLiveColl_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 982159 INFO  (qtp1730044503-10845) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.S.Request [delLiveColl_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 982160 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 982160 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 982160 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
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> 982160 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_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> 982160 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 982160 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 982161 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46353/solr/delLiveColl_shard2_replica_n6/ shard2
   [junit4]   2> 982162 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40715/solr/delLiveColl_shard1_replica_n2/ shard1
   [junit4]   2> 982263 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 982263 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 982289 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_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=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2134
   [junit4]   2> 982289 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_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=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2134
   [junit4]   2> 982364 INFO  (zkCallback-2880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 982364 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 982733 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_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=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2579
   [junit4]   2> 982733 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_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=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2579
   [junit4]   2> 982735 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_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> 982774 INFO  (zkCallback-2880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 982774 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 982774 INFO  (zkCallback-2862-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 982774 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 983735 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3926
   [junit4]   2> 983738 INFO  (qtp635910860-10866) [n:127.0.0.1:46353_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 983739 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node8&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 983741 INFO  
(OverseerCollectionConfigSetProcessor-72202486030925832-127.0.0.1:40519_solr-n_0000000000)
 [n:127.0.0.1:40519_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> 983741 ERROR 
(OverseerThreadFactory-4795-thread-2-processing-n:127.0.0.1:40519_solr) 
[n:127.0.0.1:40519_solr c:delLiveColl s:shard2 r:core_node8 ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: 
deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove 
replica : delLiveColl/shard2/core_node8 with onlyIfDown='true', but state is 
'active'
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:218)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:95)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 983742 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node8&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2}
 status=400 QTime=3
   [junit4]   2> 983744 INFO  (qtp635910860-10866) [n:127.0.0.1:46353_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node8&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 983745 INFO  
(OverseerCollectionConfigSetProcessor-72202486030925832-127.0.0.1:40519_solr-n_0000000000)
 [n:127.0.0.1:40519_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> 983746 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard2.replica_n6, tag=null
   [junit4]   2> 983746 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@32a72cc7: rootName = 
solr_46353, domain = solr.core.delLiveColl.shard2.replica_n6, service url = 
null, agent id = null] for registry solr.core.delLiveColl.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@2c8eafac
   [junit4]   2> 983759 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7dfa54f1
   [junit4]   2> 983759 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard2.replica_n6, tag=7dfa54f1
   [junit4]   2> 983759 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=7dfa54f1
   [junit4]   2> 983762 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0}, 
version=2}
   [junit4]   2> 983763 INFO  (qtp635910860-10981) [n:127.0.0.1:46353_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=delLiveColl_shard2_replica_n6&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=16
   [junit4]   2> 983763 INFO  (zkCallback-2882-thread-2) 
[n:127.0.0.1:43087_solr c:delLiveColl s:shard2 r:core_node7 
x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 983864 INFO  (zkCallback-2854-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 983864 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 983864 INFO  (zkCallback-2880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 983864 INFO  (zkCallback-2862-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 983964 INFO  (qtp635910860-10866) [n:127.0.0.1:46353_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node8&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=220
   [junit4]   2> 983966 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[D3D20321977C0BC6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
   [junit4]   2> 983985 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[D3D20321977C0BC6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 983986 INFO  (qtp635910860-10867) [n:127.0.0.1:46353_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> 983987 INFO  
(OverseerThreadFactory-4795-thread-4-processing-n:127.0.0.1:40519_solr) 
[n:127.0.0.1:40519_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCountNew
   [junit4]   2> 983987 INFO  
(OverseerCollectionConfigSetProcessor-72202486030925832-127.0.0.1:40519_solr-n_0000000000)
 [n:127.0.0.1:40519_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 984194 INFO  (qtp635910860-10970) [n:127.0.0.1:46353_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> 984197 INFO  (qtp1730044503-10857) [n:127.0.0.1:43087_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 984198 INFO  (qtp1730044503-10861) [n:127.0.0.1:43087_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> 984202 INFO  (qtp1536288891-10851) [n:127.0.0.1:40715_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 984203 INFO  (qtp1536288891-10853) [n:127.0.0.1:40715_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> 984209 INFO  (qtp116205408-10840) [n:127.0.0.1:40519_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=2
   [junit4]   2> 984211 INFO  (qtp116205408-10839) [n:127.0.0.1:40519_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> 984214 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_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:46353/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984215 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_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:46353/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984216 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_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:40519/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984217 INFO  
(OverseerStateUpdate-72202486030925832-127.0.0.1:40519_solr-n_0000000000) 
[n:127.0.0.1:40519_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:40715/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984418 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 984418 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 984418 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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> 984420 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985426 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985426 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 985426 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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> 985426 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985431 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 985431 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985431 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985432 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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> 985432 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985432 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985433 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 985433 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985433 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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> 985433 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985433 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.core.deleteByCountNew.shard1.replica_n1' (registry 
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 985433 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/deleteByCountNew_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 985443 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46353.solr.core.deleteByCountNew.shard1.replica_n2' (registry 
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 985443 INFO  (qtp635910860-10868) [n:127.0.0.1:46353_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 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/deleteByCountNew_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node4/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 985444 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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> 985444 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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> 985444 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40519.solr.core.deleteByCountNew.shard2.replica_n4' (registry 
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 985444 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_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 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node1/deleteByCountNew_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node1/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 985445 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40715.solr.core.deleteByCountNew.shard2.replica_n6' (registry 
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f2eacca
   [junit4]   2> 985445 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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 
[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node3/deleteByCountNew_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001/tempDir-001/node3/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 985482 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985482 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_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> 985483 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985483 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_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> 985483 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 985484 INFO  (qtp1536288891-10855) [n:127.0.0.1:40715_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 985483 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 985484 INFO  (qtp635910860-10846) [n:127.0.0.1:46353_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 985484 INFO  (qtp116205408-10841) [n:127.0.0.1:40519_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using

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

Indexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.deleteReplicaOnIndexing.shard1.leader, tag=4152b6c5
   [junit4]   2> 150098 INFO  (coreCloseExecutor-191-thread-3) 
[n:127.0.0.1:43409_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1, 
tag=3629f919
   [junit4]   2> 150098 INFO  (coreCloseExecutor-191-thread-3) 
[n:127.0.0.1:43409_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75ab5dda: rootName 
= solr_43409, domain = solr.core.deletereplica_test.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.deletereplica_test.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@89b3753
   [junit4]   2> 150098 INFO  (coreCloseExecutor-189-thread-3) 
[n:127.0.0.1:35545_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
Committing on IndexWriter close.
   [junit4]   2> 150098 INFO  (coreCloseExecutor-189-thread-3) 
[n:127.0.0.1:35545_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@114c4e78 
commitCommandVersion:0
   [junit4]   2> 150101 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2d3e5815{/solr,null,UNAVAILABLE}
   [junit4]   2> 150102 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 150108 INFO  (coreCloseExecutor-191-thread-3) 
[n:127.0.0.1:43409_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=3629f919
   [junit4]   2> 150108 INFO  (coreCloseExecutor-191-thread-1) 
[n:127.0.0.1:43409_solr c:delLiveColl s:shard2 r:core_node7 
x:delLiveColl_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=1a32e58f
   [junit4]   2> 150109 INFO  (coreCloseExecutor-191-thread-2) 
[n:127.0.0.1:43409_solr c:deleteByCount s:shard1 r:core_node5 
x:deleteByCount_shard1_replica_t2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=446af594
   [junit4]   2> 150111 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=72202616058281992-127.0.0.1:43409_solr-n_0000000002) closing
   [junit4]   2> 150111 INFO  
(OverseerStateUpdate-72202616058281992-127.0.0.1:43409_solr-n_0000000002) 
[n:127.0.0.1:43409_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43409_solr
   [junit4]   2> 150112 WARN  
(OverseerAutoScalingTriggerThread-72202616058281992-127.0.0.1:43409_solr-n_0000000002)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 150117 INFO  (zkCallback-21-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35545_solr
   [junit4]   2> 150119 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7834aabd{/solr,null,UNAVAILABLE}
   [junit4]   2> 150119 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 150163 INFO  (jetty-closer-2-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@31f701c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 150163 INFO  (jetty-closer-2-thread-3) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 150165 ERROR 
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 150174 INFO  
(SUITE-DeleteReplicaTest-seed#[D3D20321977C0BC6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45479 45479
   [junit4]   2> 150202 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:45479 45479
   [junit4]   2> 150203 WARN  (Thread-0) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        14      
/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2>        13      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        10      /solr/collections/deleteByCount/terms/shard1
   [junit4]   2>        8       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        8       
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        8       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2>        7       /solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2>        6       /solr/collections/delLiveColl/terms/shard2
   [junit4]   2>        6       /solr/configs/conf
   [junit4]   2>        5       /solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2>        5       /solr/collections/delLiveColl/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        7       /solr/collections/deleteByCountNew/state.json
   [junit4]   2>        5       /solr/collections/delLiveColl/state.json
   [junit4]   2>        5       
/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2>        4       /solr/collections/deleteByCount/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2>        3       
/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72202616058281995-127.0.0.1:45875_solr-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72202616058281995-core_node2-n_0000000000
   [junit4]   2>        2       /solr/collections/deletereplica_test/state.json
   [junit4]   2>        2       
/solr/collections/deleteFromClusterState_true/leader_elect/shard1/election/72202616058282005-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_D3D20321977C0BC6-001
   [junit4]   2> Dec 16, 2018 8:24:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1761, 
maxMBSortInHeap=7.72200263345696, sim=RandomSimilarity(queryNorm=false): {}, 
locale=fr-BL, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 4.15.0-39-generic amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=8,threads=1,free=273495776,total=504365056
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest]
   [junit4] Completed [3/5 (1!)] on J2 in 149.52s, 7 tests, 1 failure <<< 
FAILURES!

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

Total time: 2 minutes 50 seconds

[repro] Setting last failure code to 256

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

Reply via email to