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/05/03 11:06:31 UTC

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess

Error Message:
 Timeout waiting to see state for collection=testPeersyncFailureReplicationSuccess :DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={   "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:36061_solr",           "base_url":"https://127.0.0.1:36061/solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",           "node_name":"127.0.0.1:40747_solr",           "base_url":"https://127.0.0.1:40747/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:36061_solr, 127.0.0.1:40747_solr] Last available state: DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={   "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:36061_solr",           "base_url":"https://127.0.0.1:36061/solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",           "node_name":"127.0.0.1:40747_solr",           "base_url":"https://127.0.0.1:40747/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: 
Timeout waiting to see state for collection=testPeersyncFailureReplicationSuccess :DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={
  "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:36061_solr",
          "base_url":"https://127.0.0.1:36061/solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
          "node_name":"127.0.0.1:40747_solr",
          "base_url":"https://127.0.0.1:40747/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:36061_solr, 127.0.0.1:40747_solr]
Last available state: DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={
  "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:36061_solr",
          "base_url":"https://127.0.0.1:36061/solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
          "node_name":"127.0.0.1:40747_solr",
          "base_url":"https://127.0.0.1:40747/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([BBC6C2AF8AA31F6D:6F97A1E05B1D280E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:336)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:313)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:240)
	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 14348 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> 426181 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-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-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 426182 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/data-dir-67-001
   [junit4]   2> 426182 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 426182 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 426183 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 426183 INFO  (SUITE-TestCloudSearcherWarming-seed#[BBC6C2AF8AA31F6D]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 426192 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPeersyncFailureReplicationSuccess
   [junit4]   2> 426193 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001
   [junit4]   2> 426193 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 426193 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 426193 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 426194 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 426293 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkTestServer start zk server on port: 39951
   [junit4]   2> 426293 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39951
   [junit4]   2> 426293 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39951
   [junit4]   2> 426293 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39951
   [junit4]   2> 426296 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 426298 INFO  (zkConnectionManagerCallback-3843-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 426298 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 426301 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 426302 INFO  (zkConnectionManagerCallback-3845-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 426302 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 426303 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 426303 INFO  (zkConnectionManagerCallback-3847-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 426304 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 426305 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]-SendThread(127.0.0.1:39951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1001504d2700002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1001504d2700002, 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 0x1001504d2700002, 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> 426408 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 426408 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 426408 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 426409 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 426409 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 426409 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 426409 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2907ddf7{/solr,null,AVAILABLE}
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@27c3ab36{SSL, (ssl, http/1.1)}{127.0.0.1:37985}
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.e.j.s.Server Started @426444ms
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:39951/solr, hostPort=37985}
   [junit4]   2> 426410 ERROR (jetty-launcher-3848-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 426410 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-03T10:12:58.350Z
   [junit4]   2> 426411 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 426412 INFO  (zkConnectionManagerCallback-3850-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 426412 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 426412 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 426416 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 427019 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 427020 WARN  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 427021 WARN  (jetty-launcher-3848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@170d5efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 427021 WARN  (jetty-launcher-3848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@170d5efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 427024 WARN  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 427028 WARN  (jetty-launcher-3848-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@681a08a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 427028 WARN  (jetty-launcher-3848-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@681a08a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 427030 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39951/solr
   [junit4]   2> 427032 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 427033 INFO  (zkConnectionManagerCallback-3861-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 427033 INFO  (jetty-launcher-3848-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 427135 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 427137 INFO  (zkConnectionManagerCallback-3863-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 427137 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 427205 WARN  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_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> 427209 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37985_solr
   [junit4]   2> 427210 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.Overseer Overseer (id=72080704492535813-127.0.0.1:37985_solr-n_0000000000) starting
   [junit4]   2> 427216 INFO  (OverseerStateUpdate-72080704492535813-127.0.0.1:37985_solr-n_0000000000) [n:127.0.0.1:37985_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37985_solr
   [junit4]   2> 427217 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37985_solr
   [junit4]   2> 427221 INFO  (OverseerStateUpdate-72080704492535813-127.0.0.1:37985_solr-n_0000000000) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 427223 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 427223 WARN  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_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> 427237 INFO  (jetty-launcher-3848-thread-1) [n:127.0.0.1:37985_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node1
   [junit4]   2> 427247 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 427248 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 427249 INFO  (zkConnectionManagerCallback-3878-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 427249 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 427250 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 427251 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39951/solr ready
   [junit4]   2> 427298 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 427298 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 427299 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/protwords.txt
   [junit4]   2> 427301 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 427302 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/solrconfig.xml
   [junit4]   2> 427304 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 427306 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 427307 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 427308 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 427310 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 427311 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 427313 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 427314 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 427315 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 427317 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 427318 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 427319 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 427320 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 427322 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 427323 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 427325 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 427326 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 427327 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 427329 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 427330 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 427331 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 427333 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 427340 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 427342 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 427343 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 427345 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 427346 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 427347 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 427348 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 427350 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 427351 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 427352 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 427353 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 427355 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 427356 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 427357 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 427359 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 427361 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 427362 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 427364 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/synonyms.txt
   [junit4]   2> 427365 INFO  (OverseerThreadFactory-3870-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/stopwords.txt
   [junit4]   2> 427472 INFO  (OverseerStateUpdate-72080704492535813-127.0.0.1:37985_solr-n_0000000000) [n:127.0.0.1:37985_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:37985_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:37985/solr",
   [junit4]   2>   "collection":"testPeersyncFailureReplicationSuccess",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 427683 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 427683 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 427698 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 427698 WARN  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 427701 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 427741 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 427772 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n1' using configuration from configset testPeersyncFailureReplicationSuccess.AUTOCREATED, trusted=true
   [junit4]   2> 427779 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node1/testPeersyncFailureReplicationSuccess_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node1/testPeersyncFailureReplicationSuccess_shard1_replica_n1/data/]
   [junit4]   2> 427834 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 427834 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 427835 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 427835 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 427838 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 427838 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 427838 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 427839 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 427839 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 427839 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxQueryFrequency=0.01,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4}
   [junit4]   2> 427840 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 427840 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1698731686394593280
   [junit4]   2> 427842 INFO  (searcherExecutor-3880-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 427842 INFO  (searcherExecutor-3880-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 427842 INFO  (searcherExecutor-3880-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 427846 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testPeersyncFailureReplicationSuccess/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 427846 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testPeersyncFailureReplicationSuccess/leaders/shard1
   [junit4]   2> 427850 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 427850 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 427850 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37985/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/
   [junit4]   2> 427850 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 427851 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:37985/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ has no replicas
   [junit4]   2> 427851 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testPeersyncFailureReplicationSuccess/leaders/shard1/leader after winning as /collections/testPeersyncFailureReplicationSuccess/leader_elect/shard1/election/72080704492535813-core_node2-n_0000000000
   [junit4]   2> 427853 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37985/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ shard1
   [junit4]   2> 427955 INFO  (zkCallback-3862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 427955 INFO  (zkCallback-3862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 427956 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 427959 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=276
   [junit4]   2> 427961 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_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> 428059 INFO  (zkCallback-3862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 428059 INFO  (zkCallback-3862-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 428059 INFO  (zkCallback-3862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 428060 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:37985_solr&wt=javabin&version=2} status=0 QTime=764
   [junit4]   2> 428061 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testPeersyncFailureReplicationSuccess): The collection should have 1 shard and 1 replica
   [junit4]   2> 428066 INFO  (watches-3875-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 428067 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 428068 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 428068 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 428087 INFO  (Thread-2111) [     ] o.a.s.c.SolrCore config update listener called for core testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 428087 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 428088 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrCore core reload testPeersyncFailureReplicationSuccess_shard1_replica_n1
   [junit4]   2> 428090 INFO  (solrHandlerExecutor-3885-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 428095 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 428096 WARN  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 428097 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 428157 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 428201 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 428201 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 428201 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 428204 INFO  (solrHandlerExecutor-3885-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:37985/solr/testPeersyncFailureReplicationSuccess_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 428204 INFO  (solrHandlerExecutor-3885-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 428237 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.c.CoreContainer Reloading SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n1' using configuration from configset testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 428239 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrCore [[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node1/testPeersyncFailureReplicationSuccess_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node1/testPeersyncFailureReplicationSuccess_shard1_replica_n1/data/]
   [junit4]   2> 428278 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 428278 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 428280 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 428281 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 428281 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 428281 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 428281 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 428281 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxQueryFrequency=0.01,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4}
   [junit4]   2> 428282 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 428283 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1698731686859112448
   [junit4]   2> 428284 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 428284 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 428287 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 428289 INFO  (Thread-2111) [n:127.0.0.1:37985_solr     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 428290 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 428290 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 428305 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 428305 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 428305 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 428307 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 221.0ms to set the property overlay to be of version 0 for collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 428307 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/config params={wt=javabin&version=2} status=0 QTime=234
   [junit4]   2> 428307 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr     ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7eca20b9
   [junit4]   2> 428307 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1 tag=SolrCore@7eca20b9
   [junit4]   2> 428307 INFO  (qtp1748583034-7071) [n:127.0.0.1:37985_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testPeersyncFailureReplicationSuccess.shard1.leader tag=SolrCore@7eca20b9
   [junit4]   2> 428313 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testPeersyncFailureReplicationSuccess/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 428313 INFO  (qtp1748583034-7070) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1698731686888472576)]} 0 3
   [junit4]   2> 428443 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 428443 INFO  (searcherExecutor-3888-thread-1-processing-n:127.0.0.1:37985_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 428443 INFO  (qtp1748583034-7067) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=testPeersyncFailureReplicationSuccess:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 129
   [junit4]   2> 428445 INFO  (qtp1748583034-7069) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.S.Request [testPeersyncFailureReplicationSuccess_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=testPeersyncFailureReplicationSuccess:4&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 428455 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 428455 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 428455 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 428462 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 428462 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 428462 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 428462 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c089787{/solr,null,AVAILABLE}
   [junit4]   2> 428463 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14a99da5{SSL, (ssl, http/1.1)}{127.0.0.1:40747}
   [junit4]   2> 428463 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.s.Server Started @428497ms
   [junit4]   2> 428463 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:39951/solr, hostPort=40747}
   [junit4]   2> 428463 ERROR (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 428463 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 428463 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 428464 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 428464 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 428464 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-03T10:13:00.404Z
   [junit4]   2> 428464 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 428465 INFO  (zkConnectionManagerCallback-3894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 428465 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 428466 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 428469 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 429301 INFO  (OverseerCollectionConfigSetProcessor-72080704492535813-127.0.0.1:37985_solr-n_0000000000) [n:127.0.0.1:37985_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> 430690 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 430691 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 430691 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b2b81d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 430691 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b2b81d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 430694 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 430695 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35698670[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 430695 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35698670[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 430696 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39951/solr
   [junit4]   2> 430697 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 430698 INFO  (zkConnectionManagerCallback-3905-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 430698 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 430800 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 430801 INFO  (zkConnectionManagerCallback-3907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 430801 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 430805 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_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> 430805 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 430808 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40747_solr as DOWN
   [junit4]   2> 430809 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 430809 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40747_solr
   [junit4]   2> 430810 INFO  (zkCallback-3862-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 430810 INFO  (zkCallback-3877-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 430810 INFO  (zkCallback-3906-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 430812 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 430812 WARN  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_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> 430826 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:40747_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node2
   [junit4]   2> 430836 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BBC6C2AF8AA31F6D]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 430839 INFO  (OverseerThreadFactory-3870-thread-2-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40747_solr for creating new replica of shard shard1 for collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 430840 INFO  (OverseerThreadFactory-3870-thread-2-processing-n:127.0.0.1:37985_solr) [n:127.0.0.1:37985_solr c:testPeersyncFailureReplicationSuccess s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 430842 INFO  (OverseerStateUpdate-72080704492535813-127.0.0.1:37985_solr-n_0000000000) [n:127.0.0.1:37985_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:40747_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:40747/solr",
   [junit4]   2>   "collection":"testPeersyncFailureReplicationSuccess",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"} 
   [junit4]   2> 430843 INFO  (zkCallback-3877-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 430843 INFO  (zkCallback-3862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 430843 INFO  (zkCallback-3862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 430843 INFO  (zkCallback-3862-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 430843 INFO  (zkCallback-3877-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 430987 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&name=testPeersyncFailureReplicationSuccess_shard1_replica_n3&action=CREATE&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 430999 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 430999 WARN  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 431002 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 431042 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 431074 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n3' using configuration from configset testPeersyncFailureReplicationSuccess.AUTOCREATED, trusted=true
   [junit4]   2> 431075 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.SolrCore [[testPeersyncFailureReplicationSuccess_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node2/testPeersyncFailureReplicationSuccess_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001/tempDir-001/node2/testPeersyncFailureReplicationSuccess_shard1_replica_n3/data/]
   [junit4]   2> 431093 INFO  (zkCallback-3877-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 431093 INFO  (zkCallback-3877-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 431093 INFO  (zkCallback-3862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 431093 INFO  (zkCallback-3862-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 431093 INFO  (zkCallback-3862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testPeersyncFailureReplicationSuccess/state.json] for collection [testPeersyncFailureReplicationSuccess] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 431130 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 431130 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 431130 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 431130 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 431133 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 431134 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testPeersyncFailureReplicationSuccess.AUTOCREATED
   [junit4]   2> 431134 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 431134 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 431134 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 431134 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxQueryFrequency=0.01,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4}
   [junit4]   2> 431135 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 431135 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1698731689849651200
   [junit4]   2> 431137 INFO  (searcherExecutor-3915-thread-1-processing-n:127.0.0.1:40747_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 431137 INFO  (searcherExecutor-3915-thread-1-processing-n:127.0.0.1:40747_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.TestCloudSearcherWarming Sleeping for 5000 on newSearcher: Searcher@105cde23[testPeersyncFailureReplicationSuccess_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}, currentSearcher: null belonging to (newest) core: testPeersyncFailureReplicationSuccess_shard1_replica_n3, id: org.apache.solr.core.SolrCore@4e161bd4
   [junit4]   2> 431142 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testPeersyncFailureReplicationSuccess/terms/shard1 to Terms{values={core_node2=1, core_node4=0}, version=2}
   [junit4]   2> 431142 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testPeersyncFailureReplicationSuccess/leaders/shard1
   [junit4]   2> 431147 INFO  (qtp1601716130-7129) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.c.ZkController Core needs to recover:testPeersyncFailureReplicationSuccess_shard1_replica_n3
   [junit4]   2> 431147 INFO  (updateExecutor-3901-thread-1-processing-n:127.0.0.1:40747_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 431148 INFO  (recoveryExecutor-3903-thread-1-processing-n:127.0.0.1:40747_solr x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4) [n:127.0.0.1:40747_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node4 x:testPeersyncFailureReplicationSuccess_shard1_replica_n3 ] 

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

9675-7447) [n:127.0.0.1:42867_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={name=conf&action=DELETE&wt=javabin&version=2} status=0 QTime=129
   [junit4]   2> 806180 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=169920607
   [junit4]   2> 806183 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42867_solr
   [junit4]   2> 806184 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 806184 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42867_solr as DOWN
   [junit4]   2> 806190 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 806190 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 806190 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 806190 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 806193 INFO  (closeThreadPool-4095-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72080728860393481-127.0.0.1:42867_solr-n_0000000001) closing
   [junit4]   2> 806193 INFO  (OverseerStateUpdate-72080728860393481-127.0.0.1:42867_solr-n_0000000001) [n:127.0.0.1:42867_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42867_solr
   [junit4]   2> 806207 INFO  (OverseerAutoScalingTriggerThread-72080728860393481-127.0.0.1:42867_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 806211 INFO  (closeThreadPool-4095-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72080728860393481-127.0.0.1:42867_solr-n_0000000001) closing
   [junit4]   2> 806311 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.a.s.c.Overseer Overseer (id=72080728860393481-127.0.0.1:42867_solr-n_0000000001) closing
   [junit4]   2> 806312 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e1e27ff{SSL, (ssl, http/1.1)}{127.0.0.1:42867}
   [junit4]   2> 806313 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47cc1e5f{/solr,null,STOPPED}
   [junit4]   2> 806313 INFO  (jetty-closer-4090-thread-1-processing-n:127.0.0.1:38501_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 806313 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:38501_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 806315 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]-SendThread(127.0.0.1:34537)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100150a7ee00000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100150a7ee00000, 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 0x100150a7ee00000, 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> 806417 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]-SendThread(127.0.0.1:34537)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100150a7ee00001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100150a7ee00001, 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 0x100150a7ee00001, 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> 806586 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> 	5	/solr/collections/testRepFactor1LeaderStartup/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2> 	3	/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/testRepFactor1LeaderStartup/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> 	20	/solr/overseer/queue
   [junit4]   2> 	13	/solr/overseer/collection-queue-work
   [junit4]   2> 	11	/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	8	/solr/live_nodes
   [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> 806589 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:38501_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34537
   [junit4]   2> 806589 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:38501_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34537
   [junit4]   2> 806589 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:38501_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34537
   [junit4]   2> 806589 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[BBC6C2AF8AA31F6D]) [n:127.0.0.1:38501_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testRepFactor1LeaderStartup
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_BBC6C2AF8AA31F6D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=325, maxMBSortInHeap=6.546920393293041, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-CA, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=226533784,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTSTTest, SliceStateTest, TestManagedResourceStorage, TestCloudPivotFacet, TestSafeXMLParsing, TestFieldCacheSort, V2CollectionBackupsAPIMappingTest, SolrCoreTest, NumberUtilsTest, TestClassicSimilarityFactory, DistributedVersionInfoTest, JWTIssuerConfigTest, MoveReplicaHDFSFailoverTest, SmileWriterTest, DefaultValueUpdateProcessorTest, TestCaffeineCache, StatelessScriptUpdateProcessorFactoryTest, PathHierarchyTokenizerFactoryTest, HdfsSyncSliceTest, TestFieldTypeCollectionResource, TestPushWriter, TestSolrCloudWithDelegationTokens, TestNRTOpen, TriggerCooldownIntegrationTest, TestRandomRequestDistribution, ExplicitHLLTest, HdfsDirectoryFactoryTest, DistributedSpellCheckComponentTest, TestHdfsUpdateLog, OverseerTest, TestPullReplica, SpellingQueryConverterTest, TestSolrQueryResponse, CreateCollectionCleanupTest, SolrRequestParserTest, AssignTest, TestJsonFacetRefinement, SplitByPrefixTest, TestHttpServletCarrier, DistributedFacetPivotLongTailTest, RulesTest, MBeansHandlerTest, IndexSizeEstimatorTest, TestGeoJSONResponseWriter, TestManagedStopFilterFactory, TestFastOutputStream, ShardRoutingCustomTest, CloudReplicaSourceTest, AnalysisAfterCoreReloadTest, HdfsBasicDistributedZk2Test, TestScoreJoinQPNoScore, ResponseBuilderTest, TestConfLoadPerf, AddSchemaFieldsUpdateProcessorFactoryTest, InfixSuggestersTest, TestLockTree, ClusterStateMockUtilTest, TestCloudJSONFacetJoinDomain, TestSolrDeletionPolicy2, TestExportWriter, TestSQLHandlerNonCloud, ClassificationUpdateProcessorFactoryTest, TestCloudSearcherWarming]
   [junit4] Completed [324/937 (1!)] on J0 in 380.61s, 2 tests, 1 failure <<< FAILURES!

[...truncated 52947 lines...]