You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/25 21:12:41 UTC

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-12) - Build # 465 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/465/
Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery2.test

Error Message:
 Timeout waiting to see state for collection=collection1 :DocCollection(collection1//collections/collection1/state.json/17)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"collection1_shard1_replica_n1",           "base_url":"http://127.0.0.1:43889/solr",           "node_name":"127.0.0.1:43889_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:43265/solr",           "node_name":"127.0.0.1:43265_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:43265_solr, 127.0.0.1:43889_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/17)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"collection1_shard1_replica_n1",           "base_url":"http://127.0.0.1:43889/solr",           "node_name":"127.0.0.1:43889_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:43265/solr",           "node_name":"127.0.0.1:43265_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: 
Timeout waiting to see state for collection=collection1 :DocCollection(collection1//collections/collection1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:43889/solr",
          "node_name":"127.0.0.1:43889_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:43265/solr",
          "node_name":"127.0.0.1:43265_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:43265_solr, 127.0.0.1:43889_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:43889/solr",
          "node_name":"127.0.0.1:43889_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:43265/solr",
          "node_name":"127.0.0.1:43265_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([4A30FC9B74CDB1A9:C264C341DA31DC51]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
	at org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13518 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/init-core-data-001
   [junit4]   2> 443281 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001
   [junit4]   2> 443282 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 443282 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 443282 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 443382 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33287
   [junit4]   2> 443382 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33287
   [junit4]   2> 443382 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33287
   [junit4]   2> 443384 INFO  (zkConnectionManagerCallback-2473-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443387 INFO  (zkConnectionManagerCallback-2475-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443388 INFO  (zkConnectionManagerCallback-2477-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443389 WARN  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 443389 WARN  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 443390 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 443409 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 443409 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 443409 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 443413 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 443413 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 443413 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 443413 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78f1901d{/solr,null,AVAILABLE}
   [junit4]   2> 443413 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7190b002{/solr,null,AVAILABLE}
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@75b21cbd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43889}
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e9a6781{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43265}
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.e.j.s.Server Started @443441ms
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43889}
   [junit4]   2> 443415 ERROR (jetty-launcher-2478-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 443415 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-25T20:30:18.649623Z
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.e.j.s.Server Started @443441ms
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43265}
   [junit4]   2> 443416 ERROR (jetty-launcher-2478-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 443416 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-25T20:30:18.650427Z
   [junit4]   2> 443422 INFO  (zkConnectionManagerCallback-2480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443422 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 443422 INFO  (zkConnectionManagerCallback-2482-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443422 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 443518 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 443519 WARN  (jetty-launcher-2478-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@22777389[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443522 WARN  (jetty-launcher-2478-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@36031477[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443523 INFO  (jetty-launcher-2478-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33287/solr
   [junit4]   2> 443525 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 443525 INFO  (zkConnectionManagerCallback-2490-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443529 WARN  (jetty-launcher-2478-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4639aa70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443529 INFO  (zkConnectionManagerCallback-2493-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443532 WARN  (jetty-launcher-2478-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@53870fa4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 443533 INFO  (jetty-launcher-2478-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33287/solr
   [junit4]   2> 443536 INFO  (zkConnectionManagerCallback-2498-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443539 INFO  (zkConnectionManagerCallback-2502-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443543 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43265_solr
   [junit4]   2> 443544 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.c.Overseer Overseer (id=72144072314912776-127.0.0.1:43265_solr-n_0000000000) starting
   [junit4]   2> 443547 INFO  (zkConnectionManagerCallback-2509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443549 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33287/solr ready
   [junit4]   2> 443549 INFO  (OverseerStateUpdate-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [n:127.0.0.1:43265_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43265_solr
   [junit4]   2> 443549 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43265_solr
   [junit4]   2> 443550 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443550 INFO  (zkCallback-2508-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443562 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 443583 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43265.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443593 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43265.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443594 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43265.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443595 INFO  (jetty-launcher-2478-thread-1) [n:127.0.0.1:43265_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node1/.
   [junit4]   2> 443595 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 443599 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43889_solr as DOWN
   [junit4]   2> 443599 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 443599 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43889_solr
   [junit4]   2> 443600 INFO  (zkCallback-2508-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443600 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443614 INFO  (zkCallback-2492-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 443623 INFO  (zkConnectionManagerCallback-2515-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443624 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 443625 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33287/solr ready
   [junit4]   2> 443629 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 443645 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443656 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443656 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 443657 INFO  (jetty-launcher-2478-thread-2) [n:127.0.0.1:43889_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/.
   [junit4]   2> 443686 INFO  (zkConnectionManagerCallback-2521-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 443687 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 443688 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33287/solr ready
   [junit4]   2> 443691 INFO  (qtp1103749802-6418) [n:127.0.0.1:43889_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 443693 INFO  (OverseerThreadFactory-2626-thread-1-processing-n:127.0.0.1:43265_solr) [n:127.0.0.1:43265_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 443796 INFO  (OverseerStateUpdate-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [n:127.0.0.1:43265_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43889/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 443798 INFO  (OverseerStateUpdate-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [n:127.0.0.1:43265_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43265/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 444000 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 444000 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 444000 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr    x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 445021 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 445021 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 445028 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 445028 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 445029 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 445029 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 445030 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43265.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 445032 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 445039 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 445039 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 445040 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 445040 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 445177 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 445177 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 445180 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 445180 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 445181 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 445181 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 445182 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@20c511b7[collection1_shard1_replica_n2] main]
   [junit4]   2> 445183 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 445183 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 445190 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@489f11d4[collection1_shard1_replica_n1] main]
   [junit4]   2> 445213 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 445217 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 445217 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 445217 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 445218 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 445218 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 445218 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631819368184676352
   [junit4]   2> 445218 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631819368184676352
   [junit4]   2> 445227 INFO  (searcherExecutor-2635-thread-1-processing-n:127.0.0.1:43265_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@20c511b7[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 445227 INFO  (searcherExecutor-2636-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@489f11d4[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 445230 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 445230 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 445232 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 445235 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 445235 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 445235 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 445741 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 445741 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 445741 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43889/solr/collection1_shard1_replica_n1/
   [junit4]   2> 445745 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:43889/solr START replicas=[http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 445757 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:43889/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 445761 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 445762 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 445762 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 445762 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72144072314912774-core_node3-n_0000000000
   [junit4]   2> 445797 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43889/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 445903 INFO  (zkCallback-2492-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 445904 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 445905 INFO  (qtp1103749802-6416) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1905
   [junit4]   2> 446005 INFO  (zkCallback-2492-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446021 INFO  (zkCallback-2492-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446243 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2243
   [junit4]   2> 446245 INFO  (qtp1103749802-6418) [n:127.0.0.1:43889_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> 446344 INFO  (zkCallback-2492-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446344 INFO  (zkCallback-2492-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446344 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446344 INFO  (qtp1103749802-6418) [n:127.0.0.1:43889_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2653
   [junit4]   2> 446344 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 446350 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446357 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 446414 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=823441795
   [junit4]   2> 446414 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43889_solr
   [junit4]   2> 446425 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 446425 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43889_solr as DOWN
   [junit4]   2> 446469 INFO  (coreCloseExecutor-2645-thread-1) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d962acf
   [junit4]   2> 446469 INFO  (coreCloseExecutor-2645-thread-1) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=3d962acf
   [junit4]   2> 446469 INFO  (coreCloseExecutor-2645-thread-1) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a5ec524: rootName = solr_43889, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@14efbc47
   [junit4]   2> 446488 INFO  (coreCloseExecutor-2645-thread-1) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=3d962acf
   [junit4]   2> 446524 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 446524 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@779e5b74: rootName = solr_43889, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5d546917
   [junit4]   2> 446532 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 446532 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e38f2e5: rootName = solr_43889, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@755a0837
   [junit4]   2> 446536 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 446536 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75385bcd: rootName = solr_43889, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@56598184
   [junit4]   2> 446536 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 446573 INFO  (zkCallback-2492-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446573 INFO  (zkCallback-2492-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446574 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446585 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 446610 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@75b21cbd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 446611 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78f1901d{/solr,null,UNAVAILABLE}
   [junit4]   2> 446611 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 446613 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 446613 INFO  (zkCallback-2508-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 446613 INFO  (zkCallback-2520-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 446629 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 446740 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 446745 INFO  (zkCallback-2501-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 447699 INFO  (OverseerCollectionConfigSetProcessor-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [n:127.0.0.1:43265_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> 449129 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/
   [junit4]   2> 449129 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 449129 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 449129 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72144072314912776-core_node4-n_0000000001
   [junit4]   2> 449131 INFO  (zkCallback-2501-thread-2) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 449131 INFO  (zkCallback-2501-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 449131 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 449146 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1631819372303482880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 449146 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@898886b commitCommandVersion:1631819372303482880
   [junit4]   2> 449327 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@62bd10f7[collection1_shard1_replica_n2] main]
   [junit4]   2> 449327 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 449328 INFO  (searcherExecutor-2635-thread-1-processing-n:127.0.0.1:43265_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@62bd10f7[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=12+33, source=flush, os.version=4.18.0-17-generic, timestamp=1556224224388}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 449329 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=1}, version=2}
   [junit4]   2> 449329 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{add=[0 (1631819372288802816), 1 (1631819372290899968), 2 (1631819372290899969), 3 (1631819372290899970), 4 (1631819372290899971), 5 (1631819372290899972), 6 (1631819372290899973), 7 (1631819372290899974), 8 (1631819372290899975), 9 (1631819372290899976), ... (100 adds)],commit=} 0 2714
   [junit4]   2> 449329 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 449329 WARN  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 449330 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 43889 try number 1 ...
   [junit4]   2> 449330 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 449404 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 449404 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 449404 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30dbe47d{/solr,null,AVAILABLE}
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3af23d25{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43889}
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.s.Server Started @449441ms
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43889}
   [junit4]   2> 449415 ERROR (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 449415 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-25T20:30:24.649960Z
   [junit4]   2> 449457 INFO  (zkConnectionManagerCallback-2529-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449458 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 449642 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 449662 WARN  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1e6e0ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 449706 WARN  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58adb27a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 449707 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33287/solr
   [junit4]   2> 449763 INFO  (zkConnectionManagerCallback-2536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449793 INFO  (zkConnectionManagerCallback-2538-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449796 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 449798 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43889_solr as DOWN
   [junit4]   2> 449799 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 449799 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43889_solr
   [junit4]   2> 449799 INFO  (zkCallback-2508-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 449799 INFO  (zkCallback-2520-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 449799 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 449805 INFO  (zkCallback-2537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 449832 INFO  (zkConnectionManagerCallback-2545-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 449833 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 449834 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33287/solr ready
   [junit4]   2> 449841 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 449858 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 449872 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 449872 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 449877 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/.
   [junit4]   2> 449877 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [n:127.0.0.1:43889_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 449902 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 449902 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 449918 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 449923 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 449925 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 449941 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 449947 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 449948 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 449948 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 449949 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43889.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58345a91
   [junit4]   2> 449949 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 450069 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 450069 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 450071 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 450071 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 450073 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7affda5e[collection1_shard1_replica_n1] main]
   [junit4]   2> 450074 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 450074 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 450075 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 450075 INFO  (coreLoadExecutor-2655-thread-1-processing-n:127.0.0.1:43889_solr) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631819373277609984
   [junit4]   2> 450078 INFO  (TEST-TestCloudRecovery2.test-seed#[4A30FC9B74CDB1A9]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 450078 INFO  (watches-2518-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 450080 INFO  (searcherExecutor-2656-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@7affda5e[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450102 INFO  (coreZkRegister-2647-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 450103 INFO  (coreZkRegister-2647-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n1
   [junit4]   2> 450118 INFO  (updateExecutor-2532-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 450129 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 450130 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 450131 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 450131 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 450131 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n1]
   [junit4]   2> 450131 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 450131 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n1] as recovering, leader is [http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/] and I am [http://127.0.0.1:43889/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 450132 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1, core_node3_recovering=0, core_node4=1}, version=3}
   [junit4]   2> 450137 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:43265/solr]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:43889_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 450153 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 450153 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:43889_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:43889/solr","node_name":"127.0.0.1:43889_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 450238 INFO  (zkCallback-2520-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450238 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450238 INFO  (zkCallback-2501-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450238 INFO  (zkCallback-2537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450238 INFO  (watches-2518-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 450238 INFO  (watches-2503-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:43889_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:43889/solr","node_name":"127.0.0.1:43889_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 450238 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr    x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:43889_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n2&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=84
   [junit4]   2> 450249 INFO  (zkCallback-2537-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450249 INFO  (zkCallback-2537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450259 INFO  (zkCallback-2537-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 450739 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/] - recoveringAfterStartup=[true]
   [junit4]   2> 450739 WARN  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 450739 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 450739 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 450739 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 450753 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1631819373988544512,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 450753 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 450753 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 450804 INFO  (qtp1086441730-6514) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 450804 INFO  (qtp1086441730-6514) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:43265/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 450805 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 65
   [junit4]   2> 450806 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 450806 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 450806 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 1556224224380
   [junit4]   2> 450806 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 450806 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 450806 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 450810 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 450810 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest index in master: 20
   [junit4]   2> 450814 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 450814 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MMapDirectory@/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190425183026044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2100f2e5
   [junit4]   2> 450814 INFO  (recoveryExecutor-2534-thread-1-processing-n:127.0.0.1:43889_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43889_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher tmpIndexDir_type  : class org.apache.lucene.store.MMapDirectory , MMapDirectory@/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190425183026044 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2100f2e5
   [junit4]   2> 450821 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=2
   [junit4]   2> 450874 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450881 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450887 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450888 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450889 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450891 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450892 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450893 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.blm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450894 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450895 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450896 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450898 INFO  (qtp2055927553-6421) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450899 INFO  (qtp2055927553-6419) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 450900 INFO  (qtp2055927553-6417) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={generation=2&qt=/replic

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

 DOWN
   [junit4]   2> 500468 INFO  (zkCallback-2501-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 500468 INFO  (zkCallback-2501-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 500488 INFO  (coreCloseExecutor-2680-thread-1) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@11fbb81d
   [junit4]   2> 500488 INFO  (coreCloseExecutor-2680-thread-1) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=11fbb81d
   [junit4]   2> 500488 INFO  (coreCloseExecutor-2680-thread-1) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e3ec0f7: rootName = solr_43265, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@3b03ccea
   [junit4]   2> 500496 INFO  (coreCloseExecutor-2680-thread-1) [n:127.0.0.1:43265_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=11fbb81d
   [junit4]   2> 500509 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 500509 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36fdac1e: rootName = solr_43265, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4634ad26
   [junit4]   2> 500515 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 500515 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5a78014e: rootName = solr_43265, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@755a0837
   [junit4]   2> 500518 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 500518 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46f775bc: rootName = solr_43265, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@56598184
   [junit4]   2> 500518 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 500537 INFO  (closeThreadPool-2582-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72144072314912776-127.0.0.1:43265_solr-n_0000000000) closing
   [junit4]   2> 500538 INFO  (OverseerStateUpdate-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [n:127.0.0.1:43265_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43265_solr
   [junit4]   2> 500538 INFO  (OverseerAutoScalingTriggerThread-72144072314912776-127.0.0.1:43265_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 500564 INFO  (jetty-closer-2578-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72144072314912776-127.0.0.1:43265_solr-n_0000000000) closing
   [junit4]   2> 500564 INFO  (closeThreadPool-2582-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72144072314912776-127.0.0.1:43265_solr-n_0000000000) closing
   [junit4]   2> 500566 INFO  (jetty-closer-2578-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e9a6781{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 500566 INFO  (jetty-closer-2578-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7190b002{/solr,null,UNAVAILABLE}
   [junit4]   2> 500566 INFO  (jetty-closer-2578-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 500567 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 500568 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> 	17	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	47	/solr/collections/collection1/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72144072314912776-127.0.0.1:43265_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72144072314912776-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 500570 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33287
   [junit4]   2> 500570 INFO  (SUITE-TestCloudRecovery2-seed#[4A30FC9B74CDB1A9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33287
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery2_4A30FC9B74CDB1A9-001
   [junit4]   2> Apr 25, 2019 8:31:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {num=Lucene50(blocksize=128), _root_=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=2013, maxMBSortInHeap=7.0044687068096625, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7e2ec135), locale=en-NL, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 (64-bit)/cpus=8,threads=1,free=214918952,total=447741952
   [junit4]   2> NOTE: All tests run in this JVM: [TestNamedUpdateProcessors, TestUtils, TestPayloadCheckQParserPlugin, TestSolr4Spatial, ZkSolrClientTest, BasicFunctionalityTest, OverseerStatusTest, VMParamsZkACLAndCredentialsProvidersTest, TestFiltering, TestFuzzyAnalyzedSuggestions, DocumentAnalysisRequestHandlerTest, TestCSVResponseWriter, ConcurrentDeleteAndCreateCollectionTest, DateFieldTest, TestSolrCloudWithDelegationTokens, HdfsDirectoryTest, DistributedSuggestComponentTest, SuggesterFSTTest, LoggingHandlerTest, MetricsHistoryWithAuthIntegrationTest, TestSchemalessBufferedUpdates, DistributedVersionInfoTest, IndexSizeTriggerTest, ChangedSchemaMergeTest, ScriptEngineTest, TestConfigSetImmutable, StatsReloadRaceTest, CircularListTest, TestNumericTokenStream, CloudExitableDirectoryReaderTest, TestUtilizeNode, MinimalSchemaTest, ReindexCollectionTest, QueryResultKeyTest, TestBlendedInfixSuggestions, CoreMergeIndexesAdminHandlerTest, TestLFUCache, TestIndexingPerformance, SolrIndexMetricsTest, ScheduledMaintenanceTriggerTest, CustomTermsComponentTest, TestBM25SimilarityFactory, TestExactSharedStatsCache, AdminHandlersProxyTest, BasicAuthStandaloneTest, TestSchemaVersionResource, VersionInfoTest, TestCSVLoader, TestCodecSupport, CollectionPropsTest, CdcrWithNodesRestartsTest, TestCloudDeleteByQuery, StatsComponentTest, TestManagedSchema, DistributedFacetSimpleRefinementLongTailTest, ResponseBuilderTest, TestHighlightDedupGrouping, TestCloudRecovery2]
   [junit4] Completed [174/855 (1!)] on J1 in 58.35s, 1 test, 1 failure <<< FAILURES!

[...truncated 45488 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/465/consoleText

[repro] Revision: 1cf0439a24c55ee1c00ad0141cafd01a9550d8f8

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 -Dtests.method=test -Dtests.seed=4A30FC9B74CDB1A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-NL -Dtests.timezone=America/Miquelon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

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

[...truncated 3581 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=4A30FC9B74CDB1A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-NL -Dtests.timezone=America/Miquelon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 43 lines...]