You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/03/02 18:26:03 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-14-rc) - Build # 704 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/704/
Java: 64bit/jdk-14-rc -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/6)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node3":{           "core":"deletereplica_test_shard1_replica_n1",           "base_url":"http://127.0.0.1:64504/solr",           "node_name":"127.0.0.1:64504_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:64500_solr, 127.0.0.1:64504_solr, 127.0.0.1:64501_solr, 127.0.0.1:64502_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node3":{
          "core":"deletereplica_test_shard1_replica_n1",
          "base_url":"http://127.0.0.1:64504/solr",
          "node_name":"127.0.0.1:64504_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:64500_solr, 127.0.0.1:64504_solr, 127.0.0.1:64501_solr, 127.0.0.1:64502_solr]
	at __randomizedtesting.SeedInfo.seed([DF7161121F2CF784:AF91E5A89B635E8F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:981)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:958)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:164)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:832)




Build Log:
[...truncated 14428 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 990288 INFO  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 990288 INFO  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 990288 INFO  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/data-dir-73-001
   [junit4]   2> 990289 WARN  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2502 numCloses=2502
   [junit4]   2> 990289 INFO  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 990290 INFO  (SUITE-DeleteReplicaTest-seed#[DF7161121F2CF784]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 990293 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 990294 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001
   [junit4]   2> 990294 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 990294 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 990295 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 990396 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer start zk server on port:64025
   [junit4]   2> 990396 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64025
   [junit4]   2> 990396 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64025
   [junit4]   2> 990396 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64025
   [junit4]   2> 990405 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990410 INFO  (zkConnectionManagerCallback-5409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990410 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990417 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990422 INFO  (zkConnectionManagerCallback-5411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990422 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990425 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990430 INFO  (zkConnectionManagerCallback-5413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990431 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990541 WARN  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 990541 WARN  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 990541 WARN  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 990541 WARN  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 990541 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 990546 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 990546 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 990546 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 990547 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@307aee4a{/solr,null,AVAILABLE}
   [junit4]   2> 990547 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 990547 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 990548 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 990548 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d7a159a{/solr,null,AVAILABLE}
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f7ab84c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64030}
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-3) [     ] o.e.j.s.Server Started @990711ms
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64030}
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56bc4c3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64031}
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-2) [     ] o.e.j.s.Server Started @990712ms
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64031}
   [junit4]   2> 990549 ERROR (jetty-launcher-5414-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 990549 ERROR (jetty-launcher-5414-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 990549 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-02T17:44:52.633045Z
   [junit4]   2> 990550 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-02T17:44:52.633045Z
   [junit4]   2> 990573 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 990573 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 990573 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990573 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 990574 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990574 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f93450c{/solr,null,AVAILABLE}
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b9d6b9d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64032}
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.e.j.s.Server Started @990738ms
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64032}
   [junit4]   2> 990576 ERROR (jetty-launcher-5414-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-02T17:44:52.659815Z
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 990576 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 990577 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c402138{/solr,null,AVAILABLE}
   [junit4]   2> 990578 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990578 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3086079d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64035}
   [junit4]   2> 990578 INFO  (jetty-launcher-5414-thread-4) [     ] o.e.j.s.Server Started @990741ms
   [junit4]   2> 990578 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64035}
   [junit4]   2> 990579 INFO  (zkConnectionManagerCallback-5418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990579 ERROR (jetty-launcher-5414-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 990579 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-02T17:44:52.662650Z
   [junit4]   2> 990581 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990581 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 990582 INFO  (zkConnectionManagerCallback-5417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990582 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990584 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 990584 INFO  (zkConnectionManagerCallback-5420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990585 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990588 INFO  (zkConnectionManagerCallback-5422-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990588 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990592 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 990593 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 990840 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 990841 WARN  (jetty-launcher-5414-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a42663c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990842 WARN  (jetty-launcher-5414-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a42663c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990851 WARN  (jetty-launcher-5414-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ebacb60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990851 WARN  (jetty-launcher-5414-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ebacb60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990855 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64025/solr
   [junit4]   2> 990863 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 990865 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990866 INFO  (zkConnectionManagerCallback-5431-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990866 INFO  (jetty-launcher-5414-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990866 WARN  (jetty-launcher-5414-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f9f124e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990866 WARN  (jetty-launcher-5414-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f9f124e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990881 WARN  (jetty-launcher-5414-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6dc51f05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990881 WARN  (jetty-launcher-5414-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6dc51f05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 990883 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64025/solr
   [junit4]   2> 990887 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 990896 INFO  (zkConnectionManagerCallback-5437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 990896 INFO  (jetty-launcher-5414-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 990996 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991005 INFO  (zkConnectionManagerCallback-5440-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991007 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991031 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 991033 WARN  (jetty-launcher-5414-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@580e1c3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991033 WARN  (jetty-launcher-5414-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@580e1c3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991036 WARN  (jetty-launcher-5414-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d1bd35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991037 WARN  (jetty-launcher-5414-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d1bd35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991038 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64025/solr
   [junit4]   2> 991043 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991049 INFO  (zkConnectionManagerCallback-5446-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991050 INFO  (jetty-launcher-5414-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991110 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991118 INFO  (zkConnectionManagerCallback-5448-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991118 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991215 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991220 INFO  (zkConnectionManagerCallback-5450-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991221 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 991221 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991236 WARN  (jetty-launcher-5414-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53ca86f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991237 WARN  (jetty-launcher-5414-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53ca86f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991266 WARN  (jetty-launcher-5414-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60816996[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991268 WARN  (jetty-launcher-5414-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60816996[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 991274 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64025/solr
   [junit4]   2> 991285 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991293 INFO  (zkConnectionManagerCallback-5462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991293 INFO  (jetty-launcher-5414-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991433 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 991441 INFO  (zkConnectionManagerCallback-5464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 991441 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 991581 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64035_solr
   [junit4]   2> 991588 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.Overseer Overseer (id=72067793050861582-127.0.0.1:64035_solr-n_0000000000) starting
   [junit4]   2> 991682 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64035_solr
   [junit4]   2> 991683 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64035_solr
   [junit4]   2> 991706 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 991757 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 991757 WARN  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 991795 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 991831 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64035.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 991844 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64035.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 991844 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64035.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 991868 INFO  (jetty-launcher-5414-thread-4) [n:127.0.0.1:64035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node4/.
   [junit4]   2> 992314 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 992371 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64030_solr as DOWN
   [junit4]   2> 992378 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 992378 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64030_solr
   [junit4]   2> 992383 INFO  (zkCallback-5463-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 992384 INFO  (zkCallback-5439-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 992387 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 992387 WARN  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 992423 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 992474 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64030.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992499 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64030.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992499 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64030.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992502 INFO  (jetty-launcher-5414-thread-3) [n:127.0.0.1:64030_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node3/.
   [junit4]   2> 992594 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 992623 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64031_solr as DOWN
   [junit4]   2> 992634 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 992634 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64031_solr
   [junit4]   2> 992645 INFO  (zkCallback-5463-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 992645 INFO  (zkCallback-5439-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 992647 INFO  (zkCallback-5447-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 992661 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 992667 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 992667 WARN  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 992708 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64032_solr as DOWN
   [junit4]   2> 992708 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 992715 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 992716 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64032_solr
   [junit4]   2> 992724 INFO  (zkCallback-5447-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 992724 INFO  (zkCallback-5439-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 992724 INFO  (zkCallback-5463-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 992725 INFO  (zkCallback-5449-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 992739 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 992740 WARN  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 992766 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64031.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992780 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 992785 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64031.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992785 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64031.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992788 INFO  (jetty-launcher-5414-thread-2) [n:127.0.0.1:64031_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node2/.
   [junit4]   2> 992840 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64032.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992891 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64032.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992891 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64032.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 992893 INFO  (jetty-launcher-5414-thread-1) [n:127.0.0.1:64032_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node1/.
   [junit4]   2> 992977 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 992979 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 992983 INFO  (zkConnectionManagerCallback-5479-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 992983 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 992998 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 993007 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64025/solr ready
   [junit4]   2> 993025 INFO  (qtp1968868166-13833) [n:127.0.0.1:64032_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> 993039 INFO  (OverseerThreadFactory-3722-thread-1-processing-n:127.0.0.1:64035_solr) [n:127.0.0.1:64035_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection delLiveColl
   [junit4]   2> 993197 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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:64035/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64035_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 993259 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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:64030/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64030_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 993291 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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:64031/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64031_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 993313 INFO  (OverseerStateUpdate-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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:64032/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64032_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 993526 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993526 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993526 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993526 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993526 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr    x:delLiveColl_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 993579 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 993579 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 993579 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 993579 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 993618 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993618 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993618 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993619 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993622 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993622 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993622 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993622 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993622 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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 configset conf, trusted=true
   [junit4]   2> 993622 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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 configset conf, trusted=true
   [junit4]   2> 993622 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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 configset conf, trusted=true
   [junit4]   2> 993622 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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 configset conf, trusted=true
   [junit4]   2> 993623 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64035.solr.core.delLiveColl.shard1.replica_n1' (registry 'solr.core.delLiveColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 993623 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64030.solr.core.delLiveColl.shard1.replica_n2' (registry 'solr.core.delLiveColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 993623 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64032.solr.core.delLiveColl.shard2.replica_n6' (registry 'solr.core.delLiveColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 993623 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node4/delLiveColl_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node4/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 993623 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node3/delLiveColl_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node3/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 993623 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node1/delLiveColl_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node1/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 993623 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64031.solr.core.delLiveColl.shard2.replica_n4' (registry 'solr.core.delLiveColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6748ad84
   [junit4]   2> 993624 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node2/delLiveColl_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001/tempDir-001/node2/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 993776 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993779 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993791 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 993791 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 993808 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1225c635[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 993811 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993811 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993814 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993814 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 993814 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 993815 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993816 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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> 993816 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a5f98a6[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 993816 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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 1660075215053389824
   [junit4]   2> 993820 INFO  (searcherExecutor-3740-thread-1-processing-n:127.0.0.1:64032_solr x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) [n:127.0.0.1:64032_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@1225c635[delLiveColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 993820 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993822 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993823 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993823 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993823 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993824 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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 1660075215061778432
   [junit4]   2> 993825 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 993825 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 993828 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69bcba05[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 993830 INFO  (searcherExecutor-3739-thread-1-processing-n:127.0.0.1:64035_solr x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) [n:127.0.0.1:64035_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@5a5f98a6[delLiveColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 993834 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993834 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/delLiveColl/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 993835 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/delLiveColl/leaders/shard2
   [junit4]   2> 993836 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993837 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993838 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993840 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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> 993841 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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 1660075215079604224
   [junit4]   2> 993843 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 993843 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 993846 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 993846 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/delLiveColl/leaders/shard1
   [junit4]   2> 993847 INFO  (searcherExecutor-3742-thread-1-processing-n:127.0.0.1:64031_solr x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) [n:127.0.0.1:64031_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@69bcba05[delLiveColl_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 993848 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3761e764[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 993855 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993857 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993858 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993858 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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 1660075215097430016
   [junit4]   2> 993865 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 993866 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9993ms
   [junit4]   2> 993866 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/delLiveColl/leaders/shard2
   [junit4]   2> 993869 INFO  (searcherExecutor-3741-thread-1-processing-n:127.0.0.1:64030_solr x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) [n:127.0.0.1:64030_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@3761e764[delLiveColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 993884 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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=9997ms
   [junit4]   2> 993891 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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> 993891 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/delLiveColl/leaders/shard1
   [junit4]   2> 994380 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 994380 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 994380 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64032/solr/delLiveColl_shard2_replica_n6/
   [junit4]   2> 994382 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 url=http://127.0.0.1:64032/solr START replicas=[http://127.0.0.1:64031/solr/delLiveColl_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 994382 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 url=http://127.0.0.1:64032/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 994386 INFO  (qtp195832774-13829) [n:127.0.0.1:64031_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.S.Request [delLiveColl_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 994387 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 994387 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 994387 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/delLiveColl/leaders/shard2/leader after winning as /collections/delLiveColl/leader_elect/shard2/election/72067793050861580-core_node8-n_0000000000
   [junit4]   2> 994389 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 994389 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 994389 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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:64035/solr/delLiveColl_shard1_replica_n1/
   [junit4]   2> 994393 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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:64035/solr START replicas=[http://127.0.0.1:64030/solr/delLiveColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 994393 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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:64035/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 994395 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64032/solr/delLiveColl_shard2_replica_n6/ shard2
   [junit4]   2> 994396 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_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> 994398 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 994398 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 994398 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/delLiveColl/leaders/shard1/leader after winning as /collections/delLiveColl/leader_elect/shard1/election/72067793050861582-core_node3-n_0000000000
   [junit4]   2> 994416 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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:64035/solr/delLiveColl_shard1_replica_n1/ shard1
   [junit4]   2> 994526 INFO  (zkCallback-5449-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> 994526 INFO  (zkCallback-5463-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> 994529 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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> 994530 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 994536 INFO  (qtp1968868166-13834) [n:127.0.0.1:64032_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=1011
   [junit4]   2> 994536 INFO  (qtp1044512293-13844) [n:127.0.0.1:64035_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=1010
   [junit4]   2> 994643 INFO  (zkCallback-5463-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> 994643 INFO  (zkCallback-5463-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> 994643 INFO  (zkCallback-5449-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> 994643 INFO  (zkCallback-5449-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> 994917 INFO  (qtp195832774-13816) [n:127.0.0.1:64031_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=1391
   [junit4]   2> 994920 INFO  (qtp1908234251-13825) [n:127.0.0.1:64030_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=1394
   [junit4]   2> 994923 INFO  (qtp1968868166-13833) [n:127.0.0.1:64032_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 995024 INFO  (zkCallback-5447-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> 995024 INFO  (zkCallback-5449-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> 995024 INFO  (zkCallback-5449-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> 995024 INFO  (zkCallback-5463-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> 995024 INFO  (zkCallback-5439-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> 995024 INFO  (zkCallback-5463-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> 995025 INFO  (zkCallback-5447-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> 995025 INFO  (zkCallback-5439-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> 995026 INFO  (qtp1968868166-13833) [n:127.0.0.1:64032_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=2001
   [junit4]   2> 995026 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: delLiveColl
   [junit4]   2> 995031 INFO  (qtp1908234251-13826) [n:127.0.0.1:64030_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> 995033 INFO  (qtp1968868166-13838) [n:127.0.0.1:64032_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> 995037 ERROR (OverseerThreadFactory-3722-thread-2-processing-n:127.0.0.1:64035_solr) [n:127.0.0.1:64035_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:228)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:104)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 995038 INFO  (OverseerCollectionConfigSetProcessor-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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> 995040 INFO  (qtp1968868166-13838) [n:127.0.0.1:64032_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=6
   [junit4]   2> 995040 INFO  (OverseerCollectionConfigSetProcessor-72067793050861582-127.0.0.1:64035_solr-n_0000000000) [n:127.0.0.1:64035_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> 995042 INFO  (qtp1968868166-13835) [n:127.0.0.1:64032_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> 995049 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_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> 995049 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41102a75: rootName = solr_64030, 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@5c911777
   [junit4]   2> 995080 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.c.SolrCore [delLiveColl_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@66d805d0
   [junit4]   2> 995080 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delLiveColl.shard1.replica_n2, tag=SolrCore@66d805d0
   [junit4]   2> 995080 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=SolrCore@66d805d0
   [junit4]   2> 995080 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 995083 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_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> 995084 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_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> 995085 INFO  (qtp1908234251-13824) [n:127.0.0.1:64030_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=36
   [junit4]   2> 995189 INFO  (zkCallback-5439-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> 995189 INFO  (zkCallback-5439-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> 995190 INFO  (zkCallback-5447-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> 995190 INFO  (zkCallback-5447-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> 995191 INFO  (zkCallback-5463-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> 995191 INFO  (zkCallback-5463-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> 995191 INFO  (zkCallback-5449-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> 995191 INFO  (zkCallback-5449-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> 995200 INFO  (qtp1968868166-13835) [n:127.0.0.1:64032_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=157
   [junit4]   2> 995201 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.SolrCloudTestCase waitForState (delLiveColl): Expected replica core_node5 to have been removed
   [junit4]   2> 995206 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[DF7161121F2CF784]) [     ] o.a.s.c.DeleteReplicaTest preDeleteWatcherCount=1 vs postDeleteWatcherCount=0
   [junit4]   2> 995317 INFO  (jetty-closer-5484-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1526703661
   [junit4]   2> 995317 INFO  (jetty-closer-5484-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64035_solr
   [junit4]   2> 995317 INFO  (jetty-closer-5484-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1854232443
   [junit4]   2> 995317 INFO  (jetty-closer-5484-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64030_

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

m, tag=null
   [junit4]   2> 1067381 INFO  (jetty-closer-6303-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66bb2c5: rootName = solr_65009, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2f388c01
   [junit4]   2> 1067392 INFO  (jetty-closer-6303-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1067393 INFO  (closeThreadPool-6318-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72067797327151116-127.0.0.1:65007_solr-n_0000000000) closing
   [junit4]   2> 1067393 INFO  (OverseerStateUpdate-72067797327151116-127.0.0.1:65007_solr-n_0000000000) [n:127.0.0.1:65007_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65007_solr
   [junit4]   2> 1067395 INFO  (OverseerAutoScalingTriggerThread-72067797327151116-127.0.0.1:65007_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1067396 INFO  (jetty-closer-6303-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@381f9075: rootName = solr_65009, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3d4c06d6
   [junit4]   2> 1067397 INFO  (jetty-closer-6303-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1067407 INFO  (closeThreadPool-6318-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067797327151116-127.0.0.1:65007_solr-n_0000000000) closing
   [junit4]   2> 1067413 INFO  (zkCallback-6273-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1067421 INFO  (jetty-closer-6303-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@52c14de9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1067427 INFO  (jetty-closer-6303-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29837f5a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067427 INFO  (jetty-closer-6303-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1067511 INFO  (jetty-closer-6303-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067797327151116-127.0.0.1:65007_solr-n_0000000000) closing
   [junit4]   2> 1067513 INFO  (jetty-closer-6303-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2651b820{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1067514 INFO  (jetty-closer-6303-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2fbd3edc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067514 INFO  (jetty-closer-6303-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1067534 INFO  (jetty-closer-6303-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ac1fcf9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:65009}
   [junit4]   2> 1067534 INFO  (jetty-closer-6303-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@58308310{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067535 INFO  (jetty-closer-6303-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1067630 INFO  (jetty-closer-6303-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53939851{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:65006}
   [junit4]   2> 1067631 INFO  (jetty-closer-6303-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8be75b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1067631 INFO  (jetty-closer-6303-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1067633 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1067868 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/raceDeleteReplica_false/terms/shard1
   [junit4]   2> 	8	/solr/collections/raceDeleteReplica_false/state.json
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/raceDeleteReplica_false/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	96	/solr/collections/raceDeleteReplica_false/state.json
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72067797327151117-127.0.0.1:65008_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/raceDeleteReplica_false/leader_elect/shard1/election/72067797327151113-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72067797327151116-127.0.0.1:65007_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	54	/solr/overseer/queue
   [junit4]   2> 	41	/solr/live_nodes
   [junit4]   2> 	17	/solr/collections
   [junit4]   2> 	10	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1067873 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65001
   [junit4]   2> 1067873 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65001
   [junit4]   2> 1067873 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[DF7161121F2CF784]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65001
   [junit4]   2> 1067873 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[DF7161121F2CF784]) [     ] o.a.s.SolrTestCaseJ4 ###Ending raceConditionOnDeleteAndRegisterReplica
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_DF7161121F2CF784-001
   [junit4]   2> Mar 02, 2020 5:46:10 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(Lucene84): {_version_=PostingsFormat(name=LuceneVarGapFixedInterval), _root_=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=625, maxMBSortInHeap=7.581931703256118, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@65fe85b5), locale=asa, timezone=Africa/Asmara
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 (64-bit)/cpus=6,threads=1,free=153603320,total=340787200
   [junit4]   2> NOTE: All tests run in this JVM: [TestStreamBody, BaseCdcrDistributedZkTest, CurrencyFieldTypeTest, JavabinLoaderTest, TestSolrCloudWithKerberosAlt, TestNumericRangeQuery32, TestTlogReplayVsRecovery, TestIndexingPerformance, TestNRTOpen, TestNamedUpdateProcessors, PluginInfoTest, TestDynamicFieldCollectionResource, UpdateParamsTest, TestSolrXml, AssignBackwardCompatibilityTest, TestRawResponseWriter, DocValuesTest, CollectionReloadTest, ExecutePlanActionTest, CloudMLTQParserTest, TestCollectionAPI, BlockJoinFacetRandomTest, CustomHighlightComponentTest, JWTAuthPluginIntegrationTest, AuditLoggerIntegrationTest, SubstringBytesRefFilterTest, TestBlobHandler, TestHttpServletCarrier, DistribJoinFromCollectionTest, TestCloudConsistency, TestRecovery, TestWaitForStateWithJettyShutdowns, TestStressUserVersions, TestConfigsApi, TestElisionMultitermQuery, RollingRestartTest, ZkStateReaderTest, AdminHandlersProxyTest, TestOnReconnectListenerSupport, SolrRequestParserTest, TestDefaultStatsCache, SOLR749Test, CircularListTest, TestNonDefinedSimilarityFactory, TaggingAttributeTest, TestMinHashQParser, BigEndianAscendingWordSerializerTest, AtomicUpdatesTest, TokenizerChainTest, TestSlowCompositeReaderWrapper, TestFieldCache, TestTextField, DistributedIntervalFacetingTest, TestDirectoryFactory, TestSerializedLuceneMatchVersion, TestFieldTypeResource, SignatureUpdateProcessorFactoryTest, LeaderFailureAfterFreshStartTest, TestOrdValues, TestPointFields, DeleteReplicaTest]
   [junit4] Completed [332/901 (1!)] on J0 in 78.54s, 9 tests, 1 error <<< FAILURES!

[...truncated 46690 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/704/consoleText

[repro] Revision: 6f3780e8d53d0693e21e888cbd2b12e6f6fb3ec3

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=deleteReplicaAndVerifyDirectoryCleanup -Dtests.seed=DF7161121F2CF784 -Dtests.slow=true -Dtests.locale=asa -Dtests.timezone=Africa/Asmara -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3445 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.DeleteReplicaTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=DF7161121F2CF784 -Dtests.slow=true -Dtests.locale=asa -Dtests.timezone=Africa/Asmara -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 73 lines...]