You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/12/09 16:28:18 UTC

[JENKINS-EA] Lucene-Solr-7.6-Linux (64bit/jdk-12-ea+12) - Build # 81 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/81/
Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:33277_solr, 127.0.0.1:38867_solr, 127.0.0.1:41485_solr] Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",           "base_url":"http://127.0.0.1:46773/solr",           "node_name":"127.0.0.1:46773_solr",           "state":"down",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"raceDeleteReplica_true_shard1_replica_n5",           "base_url":"http://127.0.0.1:46773/solr",           "node_name":"127.0.0.1:46773_solr",           "state":"down",           "type":"NRT"},         "core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",           "base_url":"http://127.0.0.1:38867/solr",           "node_name":"127.0.0.1:38867_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:33277_solr, 127.0.0.1:38867_solr, 127.0.0.1:41485_solr]
Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:46773/solr",
          "node_name":"127.0.0.1:46773_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:46773/solr",
          "node_name":"127.0.0.1:46773_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:38867/solr",
          "node_name":"127.0.0.1:38867_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([51F795E3549E9BD8:3BE1F4333C6CD112]: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:566)
	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:835)




Build Log:
[...truncated 12818 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 301809 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/init-core-data-001
   [junit4]   2> 301809 WARN  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 301810 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 301810 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 301810 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001
   [junit4]   2> 301810 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 301810 INFO  (Thread-728) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 301810 INFO  (Thread-728) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 301813 ERROR (Thread-728) [    ] 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> 301910 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38081
   [junit4]   2> 301912 INFO  (zkConnectionManagerCallback-663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301915 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 301915 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 301915 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 301915 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 12-ea+12
   [junit4]   2> 301916 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301916 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301916 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 301916 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a4468eb{/solr,null,AVAILABLE}
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e47210b{/solr,null,AVAILABLE}
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 301917 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28a40106{HTTP/1.1,[http/1.1]}{127.0.0.1:41485}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f1b23f4{HTTP/1.1,[http/1.1]}{127.0.0.1:33277}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.e.j.s.Server Started @301958ms
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.e.j.s.Server Started @301958ms
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33277}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41485}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cb1388f{/solr,null,AVAILABLE}
   [junit4]   2> 301918 ERROR (jetty-launcher-660-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301918 ERROR (jetty-launcher-660-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e3e8241{HTTP/1.1,[http/1.1]}{127.0.0.1:38867}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.e.j.s.Server Started @301958ms
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-09T15:43:42.814404Z
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-09T15:43:42.814414Z
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38867}
   [junit4]   2> 301918 ERROR (jetty-launcher-660-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-09T15:43:42.814724Z
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4096abe2{/solr,null,AVAILABLE}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67b818f0{HTTP/1.1,[http/1.1]}{127.0.0.1:46773}
   [junit4]   2> 301918 INFO  (jetty-launcher-660-thread-3) [    ] o.e.j.s.Server Started @301959ms
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46773}
   [junit4]   2> 301919 ERROR (jetty-launcher-660-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.6.0
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 301919 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-09T15:43:42.815279Z
   [junit4]   2> 301920 INFO  (zkConnectionManagerCallback-667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301920 INFO  (zkConnectionManagerCallback-666-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301920 INFO  (zkConnectionManagerCallback-669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301920 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301920 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301920 INFO  (zkConnectionManagerCallback-671-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301920 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301921 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 301923 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100616dcdc40004, likely client has closed socket
   [junit4]   2> 301987 INFO  (jetty-launcher-660-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38081/solr
   [junit4]   2> 301987 INFO  (zkConnectionManagerCallback-675-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301992 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302016 INFO  (jetty-launcher-660-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38081/solr
   [junit4]   2> 302017 INFO  (zkConnectionManagerCallback-683-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302019 INFO  (zkConnectionManagerCallback-685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302026 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41485_solr
   [junit4]   2> 302027 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.Overseer Overseer (id=72164718269431816-127.0.0.1:41485_solr-n_0000000000) starting
   [junit4]   2> 302028 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46773_solr
   [junit4]   2> 302028 INFO  (jetty-launcher-660-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38081/solr
   [junit4]   2> 302034 INFO  (zkConnectionManagerCallback-691-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302034 INFO  (zkCallback-676-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 302034 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 302035 INFO  (zkConnectionManagerCallback-696-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302035 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 302036 INFO  (zkConnectionManagerCallback-699-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302036 INFO  (jetty-launcher-660-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38081/solr
   [junit4]   2> 302036 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38081/solr ready
   [junit4]   2> 302039 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 302040 INFO  (zkConnectionManagerCallback-705-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302040 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41485_solr
   [junit4]   2> 302041 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 302041 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38867_solr
   [junit4]   2> 302041 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 302043 INFO  (zkCallback-676-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 302045 INFO  (zkConnectionManagerCallback-707-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302046 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 302047 INFO  (zkCallback-698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 302047 INFO  (zkCallback-695-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 302047 INFO  (zkConnectionManagerCallback-711-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302048 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38081/solr ready
   [junit4]   2> 302049 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 302049 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41485_solr
   [junit4]   2> 302050 INFO  (zkCallback-695-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 302050 INFO  (zkCallback-698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 302050 INFO  (zkCallback-676-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 302050 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 302051 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 302067 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 302068 INFO  (zkCallback-706-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 302069 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 302069 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33277_solr
   [junit4]   2> 302069 INFO  (zkCallback-698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302069 INFO  (zkCallback-695-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302069 INFO  (zkCallback-676-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302069 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302071 INFO  (zkConnectionManagerCallback-719-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302072 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 302072 INFO  (zkCallback-706-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302073 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38081/solr ready
   [junit4]   2> 302078 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302079 INFO  (zkCallback-710-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 302079 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 302079 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 302079 INFO  (zkConnectionManagerCallback-726-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302080 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 302081 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38081/solr ready
   [junit4]   2> 302083 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302083 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302085 INFO  (jetty-launcher-660-thread-3) [n:127.0.0.1:46773_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/.
   [junit4]   2> 302087 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 302090 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302090 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41485.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302095 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302095 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41485.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302095 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302096 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41485.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302096 INFO  (jetty-launcher-660-thread-2) [n:127.0.0.1:38867_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node2/.
   [junit4]   2> 302096 INFO  (jetty-launcher-660-thread-1) [n:127.0.0.1:41485_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node1/.
   [junit4]   2> 302097 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33277.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302103 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33277.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302103 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33277.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 302104 INFO  (jetty-launcher-660-thread-4) [n:127.0.0.1:33277_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node4/.
   [junit4]   2> 302175 INFO  (zkConnectionManagerCallback-729-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302178 INFO  (zkConnectionManagerCallback-734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302179 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 302179 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38081/solr ready
   [junit4]   2> 302193 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[51F795E3549E9BD8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 302195 INFO  (qtp1783889503-2961) [n:127.0.0.1:33277_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> 302196 INFO  (OverseerThreadFactory-1484-thread-1-processing-n:127.0.0.1:41485_solr) [n:127.0.0.1:41485_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection delLiveColl
   [junit4]   2> 302300 INFO  (qtp1783889503-2945) [n:127.0.0.1:33277_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> 302302 INFO  (qtp226716108-2970) [n:127.0.0.1:38867_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> 302305 INFO  (qtp106937600-2971) [n:127.0.0.1:46773_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> 302307 INFO  (qtp1427436669-2963) [n:127.0.0.1:41485_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> 302310 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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":"http://127.0.0.1:41485/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 302311 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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":"http://127.0.0.1:46773/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 302312 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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":"http://127.0.0.1:38867/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 302313 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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":"http://127.0.0.1:33277/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 302517 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 302517 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 302517 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 302517 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 302517 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 303524 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303524 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303525 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303537 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303541 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303541 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303541 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303542 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303542 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303542 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303542 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303542 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303543 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303543 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303543 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303543 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303543 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33277.solr.core.delLiveColl.shard2.replica_n6' (registry 'solr.core.delLiveColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 303543 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.core.delLiveColl.shard2.replica_n4' (registry 'solr.core.delLiveColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 303543 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.core.delLiveColl.shard1.replica_n2' (registry 'solr.core.delLiveColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 303543 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41485.solr.core.delLiveColl.shard1.replica_n1' (registry 'solr.core.delLiveColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 303543 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node4/delLiveColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node4/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 303543 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/delLiveColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 303543 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node1/delLiveColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node1/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 303543 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node2/delLiveColl_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node2/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 303585 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303585 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303586 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303586 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303588 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@51bb6513[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 303588 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303588 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303589 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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> 303589 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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 1619389552509583360
   [junit4]   2> 303589 INFO  (searcherExecutor-1500-thread-1-processing-n:127.0.0.1:41485_solr x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) [n:127.0.0.1:41485_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@51bb6513[delLiveColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303592 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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}, version=0}
   [junit4]   2> 303594 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 303595 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303595 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303596 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303596 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303597 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@31a6fc6b[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 303598 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303598 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303598 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303598 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303599 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 303599 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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 1619389552520069120
   [junit4]   2> 303599 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303599 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303599 INFO  (searcherExecutor-1501-thread-1-processing-n:127.0.0.1:38867_solr x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) [n:127.0.0.1:38867_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@31a6fc6b[delLiveColl_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303599 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303600 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303600 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ffe9f60[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 303601 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303601 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303601 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303601 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303601 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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> 303601 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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 1619389552522166272
   [junit4]   2> 303602 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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}, version=0}
   [junit4]   2> 303602 INFO  (searcherExecutor-1503-thread-1-processing-n:127.0.0.1:33277_solr x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) [n:127.0.0.1:33277_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@3ffe9f60[delLiveColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303602 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@75aa0553[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 303603 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303603 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303604 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 303604 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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> 303604 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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_node7=0, core_node8=0}, version=1}
   [junit4]   2> 303604 INFO  (searcherExecutor-1502-thread-1-processing-n:127.0.0.1:46773_solr x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) [n:127.0.0.1:46773_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@75aa0553[delLiveColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303605 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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 1619389552526360576
   [junit4]   2> 303607 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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_node3=0, core_node5=0}, version=1}
   [junit4]   2> 304095 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 304095 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 304095 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41485/solr/delLiveColl_shard1_replica_n1/
   [junit4]   2> 304096 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 url=http://127.0.0.1:41485/solr START replicas=[http://127.0.0.1:46773/solr/delLiveColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 304096 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 url=http://127.0.0.1:41485/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 304097 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] o.a.s.c.S.Request [delLiveColl_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 304097 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 304097 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 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> 304097 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 304099 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41485/solr/delLiveColl_shard1_replica_n1/ shard1
   [junit4]   2> 304105 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 304105 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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> 304105 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38867/solr/delLiveColl_shard2_replica_n4/
   [junit4]   2> 304105 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 url=http://127.0.0.1:38867/solr START replicas=[http://127.0.0.1:33277/solr/delLiveColl_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 304105 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 url=http://127.0.0.1:38867/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 304107 INFO  (qtp1783889503-2940) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.c.S.Request [delLiveColl_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 304107 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 304107 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 304107 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 304109 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38867/solr/delLiveColl_shard2_replica_n4/ shard2
   [junit4]   2> 304211 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 304213 INFO  (qtp226716108-2947) [n:127.0.0.1:38867_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=1695
   [junit4]   2> 304252 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 304253 INFO  (qtp1427436669-2948) [n:127.0.0.1:41485_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=1736
   [junit4]   2> 304354 INFO  (zkCallback-684-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> 304354 INFO  (zkCallback-698-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> 304608 INFO  (qtp1783889503-2949) [n:127.0.0.1:33277_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=2090
   [junit4]   2> 304610 INFO  (qtp106937600-2950) [n:127.0.0.1:46773_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=2093
   [junit4]   2> 304613 INFO  (qtp1783889503-2961) [n:127.0.0.1:33277_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> 304711 INFO  (zkCallback-698-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> 304711 INFO  (zkCallback-676-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> 304711 INFO  (zkCallback-684-thread-2) [    ] 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> 304711 INFO  (zkCallback-710-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> 305613 INFO  (qtp1783889503-2961) [n:127.0.0.1:33277_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=3418
   [junit4]   2> 305615 INFO  (qtp106937600-2956) [n:127.0.0.1:46773_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> 305616 INFO  (qtp1783889503-2943) [n:127.0.0.1:33277_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node5&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 305618 INFO  (OverseerCollectionConfigSetProcessor-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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> 305618 ERROR (OverseerThreadFactory-1484-thread-2-processing-n:127.0.0.1:41485_solr) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node5 ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove replica : delLiveColl/shard1/core_node5 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:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 305620 INFO  (qtp1783889503-2943) [n:127.0.0.1:33277_solr c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node5&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 305621 INFO  (qtp1783889503-3098) [n:127.0.0.1:33277_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node5&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 305622 INFO  (OverseerCollectionConfigSetProcessor-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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> 305622 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delLiveColl.shard1.replica_n2, tag=null
   [junit4]   2> 305623 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72f5f413: rootName = solr_46773, domain = solr.core.delLiveColl.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.delLiveColl.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@6a1883e7
   [junit4]   2> 305631 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.c.SolrCore [delLiveColl_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4805f0d8
   [junit4]   2> 305631 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delLiveColl.shard1.replica_n2, tag=4805f0d8
   [junit4]   2> 305631 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=4805f0d8
   [junit4]   2> 305634 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/delLiveColl/terms/shard1 to Terms{values={core_node3=0}, version=2}
   [junit4]   2> 305635 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 305635 INFO  (qtp106937600-2969) [n:127.0.0.1:46773_solr    x:delLiveColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=delLiveColl_shard1_replica_n2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=12
   [junit4]   2> 305736 INFO  (zkCallback-710-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> 305736 INFO  (zkCallback-676-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> 305736 INFO  (zkCallback-684-thread-2) [    ] 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> 305736 INFO  (zkCallback-698-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> 305837 INFO  (qtp1783889503-3098) [n:127.0.0.1:33277_solr c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node5&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=216
   [junit4]   2> 305839 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[51F795E3549E9BD8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
   [junit4]   2> 305864 INFO  (TEST-DeleteReplicaTest.deleteReplicaOnIndexing-seed#[51F795E3549E9BD8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaOnIndexing
   [junit4]   2> 305864 INFO  (qtp1783889503-2955) [n:127.0.0.1:33277_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 305866 INFO  (OverseerThreadFactory-1484-thread-4-processing-n:127.0.0.1:41485_solr) [n:127.0.0.1:41485_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteReplicaOnIndexing
   [junit4]   2> 305866 INFO  (OverseerCollectionConfigSetProcessor-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_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> 306072 INFO  (qtp1783889503-2957) [n:127.0.0.1:33277_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.delLiveColl.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 306073 INFO  (qtp1783889503-2940) [n:127.0.0.1:33277_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> 306074 INFO  (qtp226716108-2941) [n:127.0.0.1:38867_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> 306075 INFO  (qtp226716108-2970) [n:127.0.0.1:38867_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> 306076 INFO  (qtp106937600-2971) [n:127.0.0.1:46773_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> 306078 INFO  (qtp1427436669-2946) [n:127.0.0.1:41485_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=0
   [junit4]   2> 306079 INFO  (qtp1427436669-2963) [n:127.0.0.1:41485_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> 306082 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46773/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 306082 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46773/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 306284 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr    x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 306284 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr    x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 307291 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 307291 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 307295 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema [deleteReplicaOnIndexing_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 307295 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema [deleteReplicaOnIndexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 307297 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 307297 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 307297 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'deleteReplicaOnIndexing_shard1_replica_n1' using configuration from collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 307297 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'deleteReplicaOnIndexing_shard1_replica_n2' using configuration from collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 307298 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.core.deleteReplicaOnIndexing.shard1.replica_n1' (registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 307298 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46773.solr.core.deleteReplicaOnIndexing.shard1.replica_n2' (registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10651e37
   [junit4]   2> 307298 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore [[deleteReplicaOnIndexing_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/./deleteReplicaOnIndexing_shard1_replica_n1/data/]
   [junit4]   2> 307298 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore [[deleteReplicaOnIndexing_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001/tempDir-001/node3/./deleteReplicaOnIndexing_shard1_replica_n2/data/]
   [junit4]   2> 307360 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 307360 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 307360 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 307360 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 307360 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 307361 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 307361 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 307361 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 307361 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a725976[deleteReplicaOnIndexing_shard1_replica_n1] main]
   [junit4]   2> 307361 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d2e65d8[deleteReplicaOnIndexing_shard1_replica_n2] main]
   [junit4]   2> 307362 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 307362 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 307362 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 307362 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 307363 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 307363 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 307363 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1619389556466909184
   [junit4]   2> 307363 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1619389556466909184
   [junit4]   2> 307363 INFO  (searcherExecutor-1521-thread-1-processing-n:127.0.0.1:46773_solr x:deleteReplicaOnIndexing_shard1_replica_n2 c:deleteReplicaOnIndexing s:shard1 r:core_node4) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore [deleteReplicaOnIndexing_shard1_replica_n2] Registered new searcher Searcher@1d2e65d8[deleteReplicaOnIndexing_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 307363 INFO  (searcherExecutor-1520-thread-1-processing-n:127.0.0.1:46773_solr x:deleteReplicaOnIndexing_shard1_replica_n1 c:deleteReplicaOnIndexing s:shard1 r:core_node3) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore [deleteReplicaOnIndexing_shard1_replica_n1] Registered new searcher Searcher@a725976[deleteReplicaOnIndexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 307366 INFO  (qtp106937600-2939) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 307366 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 307366 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 307368 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 307368 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 307368 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46773/solr/deleteReplicaOnIndexing_shard1_replica_n2/
   [junit4]   2> 307368 INFO  (qtp106937600-2944) [n:127.0.0.1:46773_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=deleteReplicaOnIndexing_shard1_replica_n2 url=http://127.0.0.1:46773/solr START replicas=[http://127.0.0.1:46773/solr/deleteReplicaOnIndexing_shard1_r

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

dahale.metrics.MetricRegistry@3c5a44eb
   [junit4]   2> 424322 INFO  (coreCloseExecutor-1615-thread-2) [n:127.0.0.1:38867_solr c:raceDeleteReplica_true s:shard1 r:core_node4 x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.c.SolrCore [raceDeleteReplica_true_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fca8e2
   [junit4]   2> 424326 INFO  (coreCloseExecutor-1615-thread-1) [n:127.0.0.1:38867_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=6bd2cc4c
   [junit4]   2> 424326 INFO  (coreCloseExecutor-1615-thread-2) [n:127.0.0.1:38867_solr c:raceDeleteReplica_true s:shard1 r:core_node4 x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.raceDeleteReplica_true.shard1.replica_n2, tag=4fca8e2
   [junit4]   2> 424326 INFO  (coreCloseExecutor-1615-thread-2) [n:127.0.0.1:38867_solr c:raceDeleteReplica_true s:shard1 r:core_node4 x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70f5e6d0: rootName = solr_38867, domain = solr.core.raceDeleteReplica_true.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.raceDeleteReplica_true.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@2193ec80
   [junit4]   2> 424327 INFO  (coreCloseExecutor-1614-thread-1) [n:127.0.0.1:33277_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard2.leader, tag=51dc34e8
   [junit4]   2> 424327 INFO  (coreCloseExecutor-1614-thread-2) [n:127.0.0.1:33277_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard2.leader, tag=588faf86
   [junit4]   2> 424327 INFO  (coreCloseExecutor-1614-thread-3) [n:127.0.0.1:33277_solr c:deleteByCount s:shard1 r:core_node4 x:deleteByCount_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=144eb3fa
   [junit4]   2> 424329 INFO  (coreCloseExecutor-1613-thread-1) [n:127.0.0.1:41485_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=46761e39
   [junit4]   2> 424329 INFO  (coreCloseExecutor-1613-thread-3) [n:127.0.0.1:41485_solr c:deletereplica_test s:shard1 r:core_node4 x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, tag=4ccb8c7c
   [junit4]   2> 424329 INFO  (coreCloseExecutor-1613-thread-2) [n:127.0.0.1:41485_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard1.leader, tag=461c8598
   [junit4]   2> 424331 INFO  (jetty-closer-661-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72164718269431816-127.0.0.1:41485_solr-n_0000000000) closing
   [junit4]   2> 424331 INFO  (OverseerStateUpdate-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [n:127.0.0.1:41485_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41485_solr
   [junit4]   2> 424334 INFO  (jetty-closer-661-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a4468eb{/solr,null,UNAVAILABLE}
   [junit4]   2> 424334 INFO  (jetty-closer-661-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 424335 WARN  (zkCallback-684-thread-2) [    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 424335 WARN  (OverseerAutoScalingTriggerThread-72164718269431816-127.0.0.1:41485_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 424339 INFO  (jetty-closer-661-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e47210b{/solr,null,UNAVAILABLE}
   [junit4]   2> 424339 INFO  (zkCallback-741-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38867_solr
   [junit4]   2> 424339 INFO  (jetty-closer-661-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 424354 INFO  (coreCloseExecutor-1615-thread-2) [n:127.0.0.1:38867_solr c:raceDeleteReplica_true s:shard1 r:core_node4 x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.raceDeleteReplica_true.shard1.leader, tag=4fca8e2
   [junit4]   2> 424356 INFO  (jetty-closer-661-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31ca7ac2{/solr,null,UNAVAILABLE}
   [junit4]   2> 424356 INFO  (jetty-closer-661-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 424356 ERROR (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-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> 424357 INFO  (SUITE-DeleteReplicaTest-seed#[51F795E3549E9BD8]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38081 38081
   [junit4]   2> 424464 INFO  (Thread-728) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38081 38081
   [junit4]   2> 424464 WARN  (Thread-728) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/collections/deleteByCount/terms/shard1
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	10	/solr/collections/delLiveColl/terms/shard2
   [junit4]   2> 	9	/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/collections/delLiveColl/terms/shard1
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2> 	7	/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2> 	6	/solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2> 	6	/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2> 	5	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	5	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCount/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72164718269431816-127.0.0.1:41485_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72164718269431814-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72164718269431814-127.0.0.1:46773_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 	2	/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_51F795E3549E9BD8-001
   [junit4]   2> Dec 09, 2018 3:45:45 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=nds-DE, timezone=America/Curacao
   [junit4]   2> NOTE: Linux 4.15.0-39-generic amd64/Oracle Corporation 12-ea (64-bit)/cpus=8,threads=1,free=189365848,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomRequestDistribution, SolrCmdDistributorTest, SpatialHeatmapFacetsTest, CleanupOldIndexTest, TestWithCollection, TestExtendedDismaxParser, TestInPlaceUpdatesStandalone, TestPullReplica, DebugComponentTest, ZkCLITest, TestDynamicURP, TestChildDocTransformerHierarchy, V2ApiIntegrationTest, DeleteReplicaTest]
   [junit4] Completed [65/836 (1!)] on J2 in 123.18s, 7 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 45346 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.6-Linux/81/consoleText

[repro] Revision: 719cde97f84640faa1e3525690d262946571245f

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=raceConditionOnDeleteAndRegisterReplica -Dtests.seed=51F795E3549E9BD8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nds-DE -Dtests.timezone=America/Curacao -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       DeleteReplicaTest
[repro] ant compile-test

[...truncated 3585 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.DeleteReplicaTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=51F795E3549E9BD8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nds-DE -Dtests.timezone=America/Curacao -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 106 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 0

[...truncated 40 lines...]