You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/06/14 15:47:40 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2647 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2647/

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

Error Message:
No registered leader was found after waiting for 1000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/5 )={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node3":{           "core":"deletereplica_test_shard1_replica_n1",           "node_name":"127.0.0.1:41315_solr",           "base_url":"http://127.0.0.1:41315/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:40001_solr, 127.0.0.1:37903_solr, 127.0.0.1:39583_solr, 127.0.0.1:41315_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 1000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/5 )={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node3":{
          "core":"deletereplica_test_shard1_replica_n1",
          "node_name":"127.0.0.1:41315_solr",
          "base_url":"http://127.0.0.1:41315/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:40001_solr, 127.0.0.1:37903_solr, 127.0.0.1:39583_solr, 127.0.0.1:41315_solr]
	at __randomizedtesting.SeedInfo.seed([7FB80F72F5EFDD9E:F588BC871A07495]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:993)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:968)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess

Error Message:
No registered leader was found after waiting for 1000ms , collection: testPeersyncFailureReplicationSuccess slice: shard1 saw state=DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/10 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",           "node_name":"127.0.0.1:33861_solr",           "base_url":"https://127.0.0.1:33861/solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",           "node_name":"127.0.0.1:35139_solr",           "base_url":"https://127.0.0.1:35139/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:35139_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 1000ms , collection: testPeersyncFailureReplicationSuccess slice: shard1 saw state=DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/10 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
          "node_name":"127.0.0.1:33861_solr",
          "base_url":"https://127.0.0.1:33861/solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
          "node_name":"127.0.0.1:35139_solr",
          "base_url":"https://127.0.0.1:35139/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:35139_solr]
	at __randomizedtesting.SeedInfo.seed([7FB80F72F5EFDD9E:ABE96C3D2451EAFD]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:993)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:968)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15068 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1423545 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1423545 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1423546 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/data-dir-123-001
   [junit4]   2> 1423546 WARN  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=119 numCloses=119
   [junit4]   2> 1423546 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1423547 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1423547 INFO  (SUITE-DeleteReplicaTest-seed#[7FB80F72F5EFDD9E]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1423551 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 1423551 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001
   [junit4]   2> 1423551 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1423552 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1423552 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1423553 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1423652 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43409
   [junit4]   2> 1423652 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43409
   [junit4]   2> 1423652 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43409
   [junit4]   2> 1423652 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43409
   [junit4]   2> 1423660 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423721 INFO  (zkConnectionManagerCallback-12276-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423722 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423735 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423737 INFO  (zkConnectionManagerCallback-12278-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423737 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423739 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423740 INFO  (zkConnectionManagerCallback-12280-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423740 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423846 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1423846 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1423846 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_281-b09
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_281-b09
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1423847 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_281-b09
   [junit4]   2> 1423851 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1423851 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1423851 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_281-b09
   [junit4]   2> 1423863 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1423863 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1423863 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1423864 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16c6a320{/solr,null,AVAILABLE}
   [junit4]   2> 1423874 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1423874 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1423874 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1423880 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1423880 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1423880 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1423880 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@131991b7{/solr,null,AVAILABLE}
   [junit4]   2> 1423882 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1423882 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1423882 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d0d3db9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46199}
   [junit4]   2> 1423882 INFO  (jetty-launcher-12281-thread-2) [     ] o.e.j.s.Server Started @1423926ms
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f4b5487{/solr,null,AVAILABLE}
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43409/solr, hostPort=46199}
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1423883 ERROR (jetty-launcher-12281-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-14T15:10:42.360Z
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8e2c3b3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40597}
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-1) [     ] o.e.j.s.Server Started @1423928ms
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43409/solr, hostPort=40597}
   [junit4]   2> 1423883 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@281288bb{/solr,null,AVAILABLE}
   [junit4]   2> 1423884 ERROR (jetty-launcher-12281-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-14T15:10:42.361Z
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a63cc5e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39187}
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.e.j.s.Server Started @1423928ms
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43409/solr, hostPort=39187}
   [junit4]   2> 1423884 ERROR (jetty-launcher-12281-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-14T15:10:42.361Z
   [junit4]   2> 1423884 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f6d5cb4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35175}
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.e.j.s.Server Started @1423930ms
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43409/solr, hostPort=35175}
   [junit4]   2> 1423885 ERROR (jetty-launcher-12281-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-06-14T15:10:42.362Z
   [junit4]   2> 1423885 INFO  (zkConnectionManagerCallback-12283-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423885 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423886 INFO  (zkConnectionManagerCallback-12287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423886 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423886 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1423887 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1423887 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423889 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1423890 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1423892 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1423892 INFO  (zkConnectionManagerCallback-12289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423892 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423893 WARN  (jetty-launcher-12281-thread-3-SendThread(127.0.0.1:43409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x105c2004aa30004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1423893 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1423893 WARN  (jetty-launcher-12281-thread-2-SendThread(127.0.0.1:43409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x105c2004aa30003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1423894 INFO  (zkConnectionManagerCallback-12285-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1423894 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1423894 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1423896 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1423897 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1423897 WARN  (jetty-launcher-12281-thread-1-SendThread(127.0.0.1:43409)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x105c2004aa30006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x105c2004aa30006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1424399 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1424401 WARN  (jetty-launcher-12281-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4026df9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1424401 WARN  (jetty-launcher-12281-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4026df9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1424410 WARN  (jetty-launcher-12281-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e8a5c68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1424410 WARN  (jetty-launcher-12281-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e8a5c68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1424411 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43409/solr
   [junit4]   2> 1424412 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424413 INFO  (zkConnectionManagerCallback-12309-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424413 INFO  (jetty-launcher-12281-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424518 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424518 INFO  (zkConnectionManagerCallback-12311-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1424518 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424566 WARN  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1424569 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39187_solr
   [junit4]   2> 1424570 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.Overseer Overseer (id=73678275429466120-127.0.0.1:39187_solr-n_0000000000) starting
   [junit4]   2> 1424577 INFO  (OverseerStateUpdate-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39187_solr
   [junit4]   2> 1424582 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39187_solr
   [junit4]   2> 1424584 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1424584 WARN  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_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> 1424593 INFO  (zkCallback-12310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1424601 INFO  (jetty-launcher-12281-thread-3) [n:127.0.0.1:39187_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node3
   [junit4]   2> 1425060 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1425065 WARN  (jetty-launcher-12281-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66e66da0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425065 WARN  (jetty-launcher-12281-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66e66da0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425098 WARN  (jetty-launcher-12281-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@373c647d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425099 WARN  (jetty-launcher-12281-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@373c647d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425100 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43409/solr
   [junit4]   2> 1425127 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425153 INFO  (zkConnectionManagerCallback-12329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425153 INFO  (jetty-launcher-12281-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425269 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425285 INFO  (zkConnectionManagerCallback-12331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425285 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425717 WARN  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1425717 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1425719 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46199_solr as DOWN
   [junit4]   2> 1425720 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1425720 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46199_solr
   [junit4]   2> 1425729 INFO  (zkCallback-12310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425730 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1425730 WARN  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_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> 1425753 INFO  (jetty-launcher-12281-thread-2) [n:127.0.0.1:46199_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node2
   [junit4]   2> 1425754 INFO  (zkCallback-12330-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1425754 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1425773 WARN  (jetty-launcher-12281-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fc9a337[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425773 WARN  (jetty-launcher-12281-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fc9a337[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425813 WARN  (jetty-launcher-12281-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52205221[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425813 WARN  (jetty-launcher-12281-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52205221[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425814 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1425815 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43409/solr
   [junit4]   2> 1425825 WARN  (jetty-launcher-12281-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77edbad4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425825 WARN  (jetty-launcher-12281-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77edbad4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425845 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425861 INFO  (zkConnectionManagerCallback-12348-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425861 INFO  (jetty-launcher-12281-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425866 WARN  (jetty-launcher-12281-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a2ab776[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425866 WARN  (jetty-launcher-12281-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a2ab776[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1425867 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43409/solr
   [junit4]   2> 1425873 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425873 INFO  (zkConnectionManagerCallback-12353-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425873 INFO  (jetty-launcher-12281-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425977 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1425977 INFO  (zkConnectionManagerCallback-12355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1425977 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1425980 WARN  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1425981 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1425983 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40597_solr as DOWN
   [junit4]   2> 1425984 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1425984 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40597_solr
   [junit4]   2> 1425984 INFO  (zkCallback-12310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425984 INFO  (zkCallback-12330-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1425985 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1425986 WARN  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_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> 1425997 INFO  (zkCallback-12354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1426000 INFO  (jetty-launcher-12281-thread-1) [n:127.0.0.1:40597_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node1
   [junit4]   2> 1426073 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426076 INFO  (zkConnectionManagerCallback-12363-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426076 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1426080 WARN  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1426081 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1426084 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35175_solr as DOWN
   [junit4]   2> 1426084 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1426084 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35175_solr
   [junit4]   2> 1426086 INFO  (zkCallback-12354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1426086 INFO  (zkCallback-12310-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1426086 INFO  (zkCallback-12330-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1426087 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1426088 WARN  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_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> 1426100 INFO  (jetty-launcher-12281-thread-4) [n:127.0.0.1:35175_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node4
   [junit4]   2> 1426302 INFO  (zkCallback-12362-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1426329 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1426330 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426332 INFO  (zkConnectionManagerCallback-12374-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426333 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1426335 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1426337 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43409/solr ready
   [junit4]   2> 1426362 INFO  (OverseerThreadFactory-12318-thread-1-processing-n:127.0.0.1:39187_solr) [n:127.0.0.1:39187_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection delLiveColl
   [junit4]   2> 1426469 INFO  (OverseerStateUpdate-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:35175_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:35175/solr",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1426471 INFO  (OverseerStateUpdate-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:39187_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39187/solr",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1426473 INFO  (OverseerStateUpdate-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:40597_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40597/solr",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1426475 INFO  (OverseerStateUpdate-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:46199_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:46199/solr",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1426683 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426685 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426686 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr    x:delLiveColl_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1426686 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426687 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426707 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1426707 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1426708 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1426708 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1426709 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426709 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426709 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426709 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426709 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node1/delLiveColl_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node1/delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 1426709 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node4/delLiveColl_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node4/delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 1426711 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1426711 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1426712 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1426712 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1426712 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426712 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426712 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426712 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426713 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node2/delLiveColl_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node2/delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 1426713 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node3/delLiveColl_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_7FB80F72F5EFDD9E-001/tempDir-001/node3/delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 1426759 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426759 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426760 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426760 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426762 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426762 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426762 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1426762 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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 1702555492274929664
   [junit4]   2> 1426764 INFO  (searcherExecutor-12380-thread-1-processing-n:127.0.0.1:46199_solr x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) [n:127.0.0.1:46199_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 autowarm time: 0 ms
   [junit4]   2> 1426768 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426768 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1426769 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426769 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426770 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426770 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426770 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426770 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426771 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426771 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426771 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426772 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426772 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1426772 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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 1702555492285415424
   [junit4]   2> 1426773 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426773 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426774 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1426774 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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 1702555492287512576
   [junit4]   2> 1426775 INFO  (searcherExecutor-12378-thread-1-processing-n:127.0.0.1:40597_solr x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) [n:127.0.0.1:40597_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 autowarm time: 0 ms
   [junit4]   2> 1426776 INFO  (searcherExecutor-12377-thread-1-processing-n:127.0.0.1:35175_solr x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) [n:127.0.0.1:35175_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 autowarm time: 0 ms
   [junit4]   2> 1426776 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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 timeoute in=9998ms
   [junit4]   2> 1426780 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426780 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426781 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1426781 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1426781 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426781 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426781 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1426781 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_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> 1426782 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426782 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426782 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1426782 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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 1702555492295901184
   [junit4]   2> 1426784 INFO  (searcherExecutor-12382-thread-1-processing-n:127.0.0.1:39187_solr x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) [n:127.0.0.1:39187_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 autowarm time: 0 ms
   [junit4]   2> 1426786 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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 timeoute in=9999ms
   [junit4]   2> 1426789 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1426789 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_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> 1427278 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1427278 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1427278 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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:46199/solr/delLiveColl_shard2_replica_n6/
   [junit4]   2> 1427278 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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:46199/solr  START replicas=[http://127.0.0.1:40597/solr/delLiveColl_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1427279 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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:46199/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1427281 INFO  (qtp103103751-21218) [n:127.0.0.1:40597_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=1
   [junit4]   2> 1427281 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1427281 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1427281 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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/73678275429466122-core_node8-n_0000000000
   [junit4]   2> 1427283 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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:46199/solr/delLiveColl_shard2_replica_n6/ shard2
   [junit4]   2> 1427287 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1427287 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1427287 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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:35175/solr/delLiveColl_shard1_replica_n1/
   [junit4]   2> 1427289 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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:35175/solr  START replicas=[http://127.0.0.1:39187/solr/delLiveColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1427290 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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:35175/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1427291 INFO  (qtp1956920506-21229) [n:127.0.0.1:39187_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> 1427291 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1427291 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1427292 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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/73678275429466126-core_node3-n_0000000000
   [junit4]   2> 1427293 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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:35175/solr/delLiveColl_shard1_replica_n1/ shard1
   [junit4]   2> 1427395 INFO  (zkCallback-12330-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> 1427395 INFO  (zkCallback-12362-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> 1427396 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_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> 1427396 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_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> 1427399 INFO  (qtp296399089-21214) [n:127.0.0.1:35175_solr     ] 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=716
   [junit4]   2> 1427399 INFO  (qtp1942670768-21205) [n:127.0.0.1:46199_solr     ] 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=712
   [junit4]   2> 1427499 INFO  (zkCallback-12330-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> 1427499 INFO  (zkCallback-12330-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> 1427499 INFO  (zkCallback-12362-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> 1427499 INFO  (zkCallback-12362-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> 1427792 INFO  (qtp103103751-21219) [n:127.0.0.1:40597_solr     ] 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=1105
   [junit4]   2> 1427797 INFO  (qtp1956920506-21232) [n:127.0.0.1:39187_solr     ] 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=1111
   [junit4]   2> 1427799 INFO  (qtp1956920506-21230) [n:127.0.0.1:39187_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> 1427897 INFO  (zkCallback-12362-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> 1427897 INFO  (zkCallback-12330-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> 1427897 INFO  (zkCallback-12362-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> 1427897 INFO  (zkCallback-12330-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> 1427897 INFO  (zkCallback-12310-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> 1427897 INFO  (zkCallback-12354-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> 1427897 INFO  (zkCallback-12354-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> 1427897 INFO  (zkCallback-12310-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> 1427898 INFO  (qtp1956920506-21230) [n:127.0.0.1:39187_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=1548
   [junit4]   2> 1427898 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: delLiveColl
   [junit4]   2> 1427903 INFO  (qtp103103751-21217) [n:127.0.0.1:40597_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> 1427907 ERROR (OverseerThreadFactory-12318-thread-2-processing-n:127.0.0.1:39187_solr) [n:127.0.0.1:39187_solr c:delLiveColl s:shard2 r:core_node7  ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove replica : delLiveColl/shard2/core_node7 with onlyIfDown='true', but state is 'active'
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:106)
   [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:271)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:524)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1427907 INFO  (OverseerCollectionConfigSetProcessor-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_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> 1427908 INFO  (qtp1956920506-21231) [n:127.0.0.1:39187_solr c:delLiveColl    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 1427912 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr    x:delLiveColl_shard2_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delLiveColl.shard2.replica_n4 tag=null
   [junit4]   2> 1427912 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.c.SolrCore [delLiveColl_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d024480
   [junit4]   2> 1427912 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delLiveColl.shard2.replica_n4 tag=SolrCore@4d024480
   [junit4]   2> 1427912 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delLiveColl.shard2.leader tag=SolrCore@4d024480
   [junit4]   2> 1427912 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1427913 INFO  (OverseerCollectionConfigSetProcessor-73678275429466120-127.0.0.1:39187_solr-n_0000000000) [n:127.0.0.1:39187_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> 1427913 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/delLiveColl/terms/shard2 to Terms{values={core_node8=0}, version=2}
   [junit4]   2> 1427914 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 1427915 INFO  (qtp103103751-21220) [n:127.0.0.1:40597_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=delLiveColl_shard2_replica_n4&deleteMetricsHistory=

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

39_solr-n_0000000001) closing
   [junit4]   2> 1608709 INFO  (jetty-closer-15885-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73678286479491081-127.0.0.1:35139_solr-n_0000000001) closing
   [junit4]   2> 1608710 INFO  (jetty-closer-15885-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@38e4186f{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1608711 INFO  (jetty-closer-15885-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5bfca3ec{/solr,null,STOPPED}
   [junit4]   2> 1608711 INFO  (jetty-closer-15885-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1608716 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1608919 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> 	11	/solr/collections/testPeersyncFailureReplicationSuccess/terms/shard1
   [junit4]   2> 	7	/solr/collections/testPeersyncFailureReplicationSuccess/state.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/testPeersyncFailureReplicationSuccess/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/collections/testPeersyncFailureReplicationSuccess/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/overseer/queue
   [junit4]   2> 	18	/solr/overseer/collection-queue-work
   [junit4]   2> 	11	/solr/collections/testPeersyncFailureReplicationSuccess/state.json
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1608923 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43993
   [junit4]   2> 1608923 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43993
   [junit4]   2> 1608923 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43993
   [junit4]   2> 1608923 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[7FB80F72F5EFDD9E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPeersyncFailureReplicationSuccess
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSearcherWarming -Dtests.method=testPeersyncFailureReplicationSuccess -Dtests.seed=7FB80F72F5EFDD9E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   16.8s J0 | TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1000ms , collection: testPeersyncFailureReplicationSuccess slice: shard1 saw state=DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/10 )={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
   [junit4]    >           "node_name":"127.0.0.1:33861_solr",
   [junit4]    >           "base_url":"https://127.0.0.1:33861/solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"},
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:35139_solr",
   [junit4]    >           "base_url":"https://127.0.0.1:35139/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"2",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:35139_solr]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7FB80F72F5EFDD9E:ABE96C3D2451EAFD]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:993)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:968)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:205)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_7FB80F72F5EFDD9E-001
   [junit4]   2> Jun 14, 2021 3:13:47 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=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=90, maxDocsPerChunk=516, blockShift=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=90, maxDocsPerChunk=516, blockSize=2)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr-Latn-RS, timezone=Israel
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=41510288,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplica, TestCSVResponseWriter, RankFieldTest, MaxSizeAutoCommitTest, ManagedSchemaRoundRobinCloudTest, TestUnifiedSolrHighlighter, TestFieldSortValues, RecoveryZkTest, SliceStateTest, ConcurrentCreateCollectionTest, FullSolrCloudDistribCmdsTest, TestBulkSchemaAPI, ZkControllerTest, TestLuceneMatchVersion, BlobRepositoryCloudTest, TestReloadAndDeleteDocs, TestManagedSchemaThreadSafety, WordBreakSolrSpellCheckerTest, AnalyticsQueryTest, DirectSolrSpellCheckerTest, TestLFUCache, TestSchemaManager, TestLuceneIndexBackCompat, DistributedFacetExistsSmallTest, TestRandomFlRTGCloud, TestSimLargeCluster, LargeFieldTest, ResponseHeaderTest, TestLockTree, DistributedVersionInfoTest, IndexSizeTriggerSizeEstimationTest, BJQFilterAccessibleTest, TestSolrJ, SolrCmdDistributorTest, CacheHeaderTest, DynamicMapsTest, TestFieldCache, TestRecoveryHdfs, ZookeeperStatusHandlerTest, PhrasesIdentificationComponentTest, TestFieldCollectionResource, ChangedSchemaMergeTest, TestCollationFieldDocValues, TestStressCloudBlindAtomicUpdates, HdfsDirectoryTest, ScheduledTriggerTest, TestExactSharedStatsCache, TestNestedUpdateProcessor, SolrGraphiteReporterTest, HighlighterMaxOffsetTest, SpellCheckCollatorWithCollapseTest, AuditLoggerPluginTest, TestSchemaNameResource, ConfigureRecoveryStrategyTest, NodeAddedTriggerIntegrationTest, TestConfigSetImmutable, ChaosMonkeySafeLeaderWithPullReplicasTest, SimpleCollectionCreateDeleteTest, HdfsUnloadDistributedZkTest, CdcrReplicationHandlerTest, TestRawTransformer, TestGraphTermsQParserPlugin, OverriddenZkACLAndCredentialsProvidersTest, SplitShardTest, TestJettySolrRunner, TestBulkSchemaConcurrent, BaseCdcrDistributedZkTest, TriLevelCompositeIdRoutingTest, TestCodecSupport, ReplaceNodeTest, TestCircuitBreaker, UpdateParamsTest, DistributedFacetPivotSmallTest, TestPackages, AdminHandlersProxyTest, MoveReplicaHDFSFailoverTest, TestSkipOverseerOperations, PropertiesRequestHandlerTest, TestStressVersions, TestSerializedLuceneMatchVersion, TestCloudConsistency, TaggingAttributeTest, TestOverriddenPrefixQueryForCustomFieldType, TestDFRSimilarityFactory, TestComplexPhraseLeadingWildcard, WrapperMergePolicyFactoryTest, TestRangeQuery, TestSolrDeletionPolicy1, LukeRequestHandlerTest, TestMacros, JWTAuthPluginIntegrationTest, SortByFunctionTest, DistributedUpdateProcessorTest, TestContainerPlugin, DistribCursorPagingTest, TestAtomicUpdateErrorCases, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, SolrTestCaseJ4Test, TestSimScenario, HDFSCollectionsAPITest, SearchHandlerTest, ZkCollectionPropsCachingTest, TestDistribDocBasedVersion, ExitableDirectoryReaderTest, TestInPlaceUpdatesDistrib, TestApiFramework, TestSweetSpotSimilarityFactory, TestSolr4Spatial2, TestUseDocValuesAsStored, TestPivotHelperCode, MetricUtilsTest, TestMinimalConfig, CircularListTest, TestDynamicLoadingUrl, TermsComponentTest, DeleteReplicaTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, OverseerTest, RoutingToNodesWithPropertiesTest, ShardRoutingTest, TestCloudPseudoReturnFields, TestCloudSearcherWarming]
   [junit4] Completed [555/939 (2!)] on J0 in 21.77s, 2 tests, 1 error <<< FAILURES!

[...truncated 53824 lines...]