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/28 06:55:59 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12) - Build # 23997 - Still unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23997/
Java: 64bit/jdk-12 -XX:-UseCompressedOops -XX:+UseParallelGC

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/14)={   "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:42939/solr",           "node_name":"127.0.0.1:42939_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:42637/solr",           "node_name":"127.0.0.1:42637_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:42637_solr, 127.0.0.1:42939_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/14)={   "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:42939/solr",           "node_name":"127.0.0.1:42939_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:42637/solr",           "node_name":"127.0.0.1:42637_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "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/14)={
  "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:42939/solr",
          "node_name":"127.0.0.1:42939_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:42637/solr",
          "node_name":"127.0.0.1:42637_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:42637_solr, 127.0.0.1:42939_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/14)={
  "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:42939/solr",
          "node_name":"127.0.0.1:42939_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:42637/solr",
          "node_name":"127.0.0.1:42637_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([D7D0562621C4E2F5:5F8469FC8F388F0D]: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 14223 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1383032 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/init-core-data-001
   [junit4]   2> 1383033 WARN  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
   [junit4]   2> 1383033 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1383033 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1383034 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001
   [junit4]   2> 1383034 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1383034 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1383034 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1383134 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44177
   [junit4]   2> 1383134 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44177
   [junit4]   2> 1383134 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44177
   [junit4]   2> 1383136 INFO  (zkConnectionManagerCallback-7882-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383137 INFO  (zkConnectionManagerCallback-7884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383138 INFO  (zkConnectionManagerCallback-7886-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383139 WARN  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-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> 1383140 WARN  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1383140 INFO  (jetty-launcher-7887-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> 1383141 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@485c6ff8{/solr,null,AVAILABLE}
   [junit4]   2> 1383141 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1aa46eac{/solr,null,AVAILABLE}
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@298e7598{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42939}
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.e.j.s.Server Started @1383178ms
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42939}
   [junit4]   2> 1383143 ERROR (jetty-launcher-7887-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1383143 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T06:28:04.023993Z
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a799c4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42637}
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.e.j.s.Server Started @1383179ms
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42637}
   [junit4]   2> 1383144 ERROR (jetty-launcher-7887-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1383144 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T06:28:04.024628Z
   [junit4]   2> 1383145 INFO  (zkConnectionManagerCallback-7889-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383145 INFO  (zkConnectionManagerCallback-7891-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383145 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1383145 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1383149 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005b16c62f0004, likely client has closed socket
   [junit4]   2> 1383270 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1383270 WARN  (jetty-launcher-7887-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@adbff9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1383273 WARN  (jetty-launcher-7887-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d97f3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1383274 INFO  (jetty-launcher-7887-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44177/solr
   [junit4]   2> 1383275 INFO  (zkConnectionManagerCallback-7899-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383276 INFO  (zkConnectionManagerCallback-7901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383282 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1383283 WARN  (jetty-launcher-7887-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7e4a3d30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1383285 WARN  (jetty-launcher-7887-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6fe9a882[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1383286 INFO  (jetty-launcher-7887-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44177/solr
   [junit4]   2> 1383286 INFO  (zkConnectionManagerCallback-7909-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383288 INFO  (zkConnectionManagerCallback-7911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383298 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42939_solr
   [junit4]   2> 1383299 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.c.Overseer Overseer (id=72157747410305032-127.0.0.1:42939_solr-n_0000000000) starting
   [junit4]   2> 1383302 INFO  (zkConnectionManagerCallback-7918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383306 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44177/solr ready
   [junit4]   2> 1383307 INFO  (OverseerStateUpdate-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [n:127.0.0.1:42939_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42939_solr
   [junit4]   2> 1383307 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42939_solr
   [junit4]   2> 1383308 INFO  (zkCallback-7917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1383308 INFO  (zkCallback-7910-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1383319 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1383321 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1383324 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42637_solr as DOWN
   [junit4]   2> 1383327 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1383327 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42637_solr
   [junit4]   2> 1383328 INFO  (zkCallback-7910-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1383328 INFO  (zkCallback-7917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1383337 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42939.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383340 INFO  (zkCallback-7900-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1383341 INFO  (zkConnectionManagerCallback-7924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383342 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1383342 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44177/solr ready
   [junit4]   2> 1383343 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1383345 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42939.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383345 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42939.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383346 INFO  (jetty-launcher-7887-thread-1) [n:127.0.0.1:42939_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node1/.
   [junit4]   2> 1383354 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383361 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383361 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1383362 INFO  (jetty-launcher-7887-thread-2) [n:127.0.0.1:42637_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/.
   [junit4]   2> 1383385 INFO  (zkConnectionManagerCallback-7930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1383386 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1383386 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44177/solr ready
   [junit4]   2> 1383389 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_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> 1383390 INFO  (OverseerThreadFactory-7543-thread-1-processing-n:127.0.0.1:42939_solr) [n:127.0.0.1:42939_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1383493 INFO  (OverseerStateUpdate-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [n:127.0.0.1:42939_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:42939/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1383494 INFO  (OverseerStateUpdate-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [n:127.0.0.1:42939_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:42637/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1383696 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1383696 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1383696 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr    x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1384701 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1384701 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1384712 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384713 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384713 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384713 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384714 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384714 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384714 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42939.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1384714 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1384714 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1384714 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1384932 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384932 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384934 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1384934 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1384935 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@41652939[collection1_shard1_replica_n1] main]
   [junit4]   2> 1384936 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384936 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384938 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1384938 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1384939 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@417ff11f[collection1_shard1_replica_n2] main]
   [junit4]   2> 1384939 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384939 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384940 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384940 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384940 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384940 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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 1632038169681592320
   [junit4]   2> 1384940 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384940 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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 1632038169681592320
   [junit4]   2> 1384942 INFO  (searcherExecutor-7552-thread-1-processing-n:127.0.0.1:42939_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:42939_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@41652939[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1384942 INFO  (searcherExecutor-7553-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_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@417ff11f[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1384944 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384944 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384944 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384944 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384944 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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> 1384946 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384946 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384946 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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:42939/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1384946 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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:42939/solr START replicas=[http://127.0.0.1:42637/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1384946 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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:42939/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1384947 INFO  (qtp329319746-22764) [n:127.0.0.1:42637_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=0
   [junit4]   2> 1384947 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384947 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1384947 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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/72157747410305032-core_node3-n_0000000000
   [junit4]   2> 1384948 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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:42939/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1385048 INFO  (zkCallback-7910-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> 1385049 INFO  (zkCallback-7910-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> 1385049 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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> 1385050 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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=1354
   [junit4]   2> 1385150 INFO  (zkCallback-7910-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> 1385150 INFO  (zkCallback-7910-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> 1385150 INFO  (zkCallback-7910-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> 1385947 INFO  (qtp329319746-22766) [n:127.0.0.1:42637_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=2250
   [junit4]   2> 1385949 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_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> 1386047 INFO  (zkCallback-7910-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> 1386047 INFO  (zkCallback-7900-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> 1386047 INFO  (zkCallback-7900-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> 1386047 INFO  (zkCallback-7910-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> 1386047 INFO  (zkCallback-7910-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> 1386047 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_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=2658
   [junit4]   2> 1386047 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1386047 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1386062 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1386063 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=833718564
   [junit4]   2> 1386063 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42637_solr
   [junit4]   2> 1386063 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1386063 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:42637_solr as DOWN
   [junit4]   2> 1386064 INFO  (coreCloseExecutor-7562-thread-1) [n:127.0.0.1:42637_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@70a0a782
   [junit4]   2> 1386064 INFO  (coreCloseExecutor-7562-thread-1) [n:127.0.0.1:42637_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=70a0a782
   [junit4]   2> 1386064 INFO  (coreCloseExecutor-7562-thread-1) [n:127.0.0.1:42637_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@3f32e7a3: rootName = solr_42637, 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@64f5ad31
   [junit4]   2> 1386070 INFO  (coreCloseExecutor-7562-thread-1) [n:127.0.0.1:42637_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=70a0a782
   [junit4]   2> 1386072 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1386072 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73d1b709: rootName = solr_42637, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7c341a60
   [junit4]   2> 1386078 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1386078 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2870633e: rootName = solr_42637, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6b4df474
   [junit4]   2> 1386081 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1386081 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@399c7d6c: rootName = solr_42637, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@ad1e871
   [junit4]   2> 1386081 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1386084 INFO  (zkCallback-7917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1386084 INFO  (zkCallback-7910-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1386084 INFO  (zkCallback-7929-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1386084 INFO  (zkCallback-7923-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1386088 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@a799c4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1386088 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@485c6ff8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1386088 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1386094 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632038170891649024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1386094 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5412771a commitCommandVersion:1632038170891649024
   [junit4]   2> 1386170 INFO  (zkCallback-7910-thread-4) [    ] 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> 1386170 INFO  (zkCallback-7910-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> 1386170 INFO  (zkCallback-7910-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> 1386914 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@713296b1[collection1_shard1_replica_n1] main]
   [junit4]   2> 1386915 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1386915 INFO  (searcherExecutor-7552-thread-1-processing-n:127.0.0.1:42939_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:42939_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@713296b1[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C100:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556432886978, java.version=12, java.vm.version=12+33}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1386916 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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_node4=0}, version=2}
   [junit4]   2> 1386916 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_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={commit=true&wt=javabin&version=2}{add=[0 (1632038170887454720), 1 (1632038170888503296), 2 (1632038170888503297), 3 (1632038170888503298), 4 (1632038170888503299), 5 (1632038170888503300), 6 (1632038170888503301), 7 (1632038170888503302), 8 (1632038170888503303), 9 (1632038170888503304), ... (100 adds)],commit=} 0 826
   [junit4]   2> 1386916 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1386916 WARN  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1386916 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 42637 try number 1 ...
   [junit4]   2> 1386916 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77b73b86{/solr,null,AVAILABLE}
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3169e333{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42637}
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.s.Server Started @1386952ms
   [junit4]   2> 1386917 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42637}
   [junit4]   2> 1386918 ERROR (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1386918 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1386918 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1386918 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386918 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1386918 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T06:28:07.798136Z
   [junit4]   2> 1386919 INFO  (zkConnectionManagerCallback-7938-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386919 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1386992 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1386993 WARN  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@9f7fc0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1386996 WARN  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@10a583d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1386997 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44177/solr
   [junit4]   2> 1386997 INFO  (zkConnectionManagerCallback-7945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386999 INFO  (zkConnectionManagerCallback-7947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387001 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1387003 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42637_solr as DOWN
   [junit4]   2> 1387003 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1387003 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42637_solr
   [junit4]   2> 1387004 INFO  (zkCallback-7929-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1387004 INFO  (zkCallback-7917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1387004 INFO  (zkCallback-7910-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1387004 INFO  (zkCallback-7946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1387016 INFO  (zkConnectionManagerCallback-7954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387017 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1387018 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44177/solr ready
   [junit4]   2> 1387018 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1387037 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1387048 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1387049 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1387050 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/.
   [junit4]   2> 1387050 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [n:127.0.0.1:42637_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n2]
   [junit4]   2> 1387054 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1387072 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1387073 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1387077 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1387083 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387084 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387084 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387085 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42637.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66ccf22b
   [junit4]   2> 1387085 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1387104 INFO  (zkCallback-7910-thread-4) [    ] 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> 1387104 INFO  (zkCallback-7910-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> 1387104 INFO  (zkCallback-7910-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> 1387123 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387123 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387125 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1387125 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1387127 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b2c9ae9[collection1_shard1_replica_n2] main]
   [junit4]   2> 1387127 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387127 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387128 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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> 1387128 INFO  (coreLoadExecutor-7572-thread-1-processing-n:127.0.0.1:42637_solr) [n:127.0.0.1:42637_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 1632038171975876608
   [junit4]   2> 1387130 INFO  (TEST-TestCloudRecovery2.test-seed#[D7D0562621C4E2F5]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1387130 INFO  (watches-7927-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1387130 INFO  (searcherExecutor-7573-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_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@6b2c9ae9[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1387131 INFO  (coreZkRegister-7564-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_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> 1387133 INFO  (coreZkRegister-7564-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n2
   [junit4]   2> 1387133 INFO  (updateExecutor-7941-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1387133 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1387133 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1387147 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1387147 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1387147 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n2]
   [junit4]   2> 1387147 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1387147 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n2] as recovering, leader is [http://127.0.0.1:42939/solr/collection1_shard1_replica_n1/] and I am [http://127.0.0.1:42637/solr/collection1_shard1_replica_n2/]
   [junit4]   2> 1387147 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_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_node4_recovering=0, core_node3=1, core_node4=1}, version=3}
   [junit4]   2> 1387148 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:42939/solr]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n1&nodeName=127.0.0.1:42637_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1387148 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1387148 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:42637_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:42637/solr","node_name":"127.0.0.1:42637_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1387248 INFO  (zkCallback-7910-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> 1387248 INFO  (zkCallback-7910-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> 1387249 INFO  (zkCallback-7929-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> 1387249 INFO  (zkCallback-7910-thread-4) [    ] 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> 1387249 INFO  (zkCallback-7946-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> 1387249 INFO  (zkCallback-7946-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> 1387249 INFO  (zkCallback-7946-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> 1387249 INFO  (watches-7927-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1387249 INFO  (watches-7912-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:42637_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:42637/solr","node_name":"127.0.0.1:42637_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1387249 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr    x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42637_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=101
   [junit4]   2> 1387392 INFO  (OverseerCollectionConfigSetProcessor-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [n:127.0.0.1:42939_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> 1387749 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:42939/solr/collection1_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1387750 WARN  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1387750 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 1387750 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1387750 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:42939/solr/collection1_shard1_replica_n1/].
   [junit4]   2> 1387750 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632038172628090880,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1387751 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1387751 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1387757 INFO  (qtp1960008604-22863) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 1387757 INFO  (qtp1960008604-22863) [n:127.0.0.1:42637_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={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42939/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1387757 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_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={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 1387758 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1387758 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1387758 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Master's version: 1556432886974
   [junit4]   2> 1387758 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1387758 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1387758 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1387761 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 1387761 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Number of files in latest index in master: 15
   [junit4]   2> 1387765 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1387765 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/collection1_shard1_replica_n2/data/index.20190427232808641 lockFactory=org.apache.lucene.store.NativeFSLockFactory@495f6b9e
   [junit4]   2> 1387765 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher tmpIndexDir_type  : class org.apache.lucene.store.MMapDirectory , MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001/tempDir-001/node2/collection1_shard1_replica_n2/data/index.20190427232808641 lockFactory=org.apache.lucene.store.NativeFSLockFactory@495f6b9e
   [junit4]   2> 1387766 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387770 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387772 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387774 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387776 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387781 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387782 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387783 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387783 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387784 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387785 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387786 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387787 INFO  (qtp2037246348-22763) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387787 INFO  (qtp2037246348-22765) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387788 INFO  (qtp2037246348-22761) [n:127.0.0.1:42939_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1387788 INFO  (recoveryExecutor-7943-thread-1-processing-n:127.0.0.1:42637_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Bytes downloaded: 7574, Bytes skipped downloading: 0
   [junit4]   2> 1387788 INFO  (recoveryExecutor-7943-thr

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

[junit4]   2> 1436798 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1436798 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f28d442: rootName = solr_42939, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6b4df474
   [junit4]   2> 1436800 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1436800 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@744e982c: rootName = solr_42939, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@ad1e871
   [junit4]   2> 1436800 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1436801 INFO  (closeThreadPool-7991-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72157747410305032-127.0.0.1:42939_solr-n_0000000000) closing
   [junit4]   2> 1436801 INFO  (OverseerStateUpdate-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [n:127.0.0.1:42939_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42939_solr
   [junit4]   2> 1436801 INFO  (OverseerAutoScalingTriggerThread-72157747410305032-127.0.0.1:42939_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1436802 INFO  (closeThreadPool-7991-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72157747410305032-127.0.0.1:42939_solr-n_0000000000) closing
   [junit4]   2> 1436802 INFO  (jetty-closer-7987-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72157747410305032-127.0.0.1:42939_solr-n_0000000000) closing
   [junit4]   2> 1436802 INFO  (jetty-closer-7987-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@298e7598{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1436802 INFO  (jetty-closer-7987-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1aa46eac{/solr,null,UNAVAILABLE}
   [junit4]   2> 1436802 INFO  (jetty-closer-7987-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1436803 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1436803 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> 	18	/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> 	50	/solr/collections/collection1/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72157747410305032-127.0.0.1:42939_solr-n_0000000000
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72157747410305032-core_node3-n_0000000000
   [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> 1436804 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44177
   [junit4]   2> 1436804 INFO  (SUITE-TestCloudRecovery2-seed#[D7D0562621C4E2F5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44177
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_D7D0562621C4E2F5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_version_=PostingsFormat(name=MockRandom), num=PostingsFormat(name=MockRandom), _root_=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1998, maxMBSortInHeap=5.618386064017687, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6662b223), locale=sk-SK, timezone=America/Los_Angeles
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 (64-bit)/cpus=8,threads=1,free=207636000,total=508559360
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsAutoAddReplicasIntegrationTest, TestStreamBody, TestMacroExpander, BinaryUpdateRequestHandlerTest, TestReloadAndDeleteDocs, DaemonStreamApiTest, CoreSorterTest, TestDynamicFieldResource, MetricTriggerIntegrationTest, TestSimTriggerIntegration, XmlUpdateRequestHandlerTest, FieldMutatingUpdateProcessorTest, DistributedMLTComponentTest, TestCollapseQParserPlugin, CollectionsAPIAsyncDistributedZkTest, TestFieldCache, DistributedTermsComponentTest, CollectionStateFormat2Test, SystemInfoHandlerTest, PeerSyncWithLeaderTest, LegacyCloudClusterPropTest, TestManagedSchemaAPI, TestIndexSearcher, UUIDFieldTest, TestCloudManagedSchema, TestSortableTextField, GraphQueryTest, TestLRUCache, TestImplicitCoreProperties, TestScoreJoinQPNoScore, ClusterStateTest, HdfsSyncSliceTest, PrimitiveFieldTypeTest, BadIndexSchemaTest, TestLuceneIndexBackCompat, TestSystemCollAutoCreate, FastVectorHighlighterTest, BadComponentTest, JWTAuthPluginIntegrationTest, TriggerCooldownIntegrationTest, RegexBoostProcessorTest, TestCharFilters, TestFoldingMultitermQuery, TestDownShardTolerantSearch, TestSerializedLuceneMatchVersion, SignatureUpdateProcessorFactoryTest, DocumentBuilderTest, ActionThrottleTest, TriLevelCompositeIdRoutingTest, SuggestComponentContextFilterQueryTest, PingRequestHandlerTest, UpdateLogTest, TestElisionMultitermQuery, DistributedQueryElevationComponentTest, TestSimpleQParserPlugin, TestCoreDiscovery, CustomCollectionTest, HdfsRecoverLeaseTest, TestMinHashQParser, DOMUtilTest, TestReplicationHandler, FileBasedSpellCheckerTest, CopyFieldTest, DistributedFacetPivotSmallAdvancedTest, ShardRoutingTest, NestedAtomicUpdateTest, TestRawResponseWriter, DistributedIntervalFacetingTest, TestLegacyBM25SimilarityFactory, SolrShardReporterTest, NodeMarkersRegistrationTest, TestPayloadScoreQParserPlugin, MetricsHistoryHandlerTest, TestSolr4Spatial2, BasicDistributedZkTest, TestExpandComponent, LukeRequestHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestTolerantUpdateProcessorCloud, TestFieldTypeCollectionResource, TestNoOpRegenerator, TaggerTest, TestSortByMinMaxFunction, AlternateDirectoryTest, DeleteNodeTest, TestStandardQParsers, TestCustomDocTransformer, TestPullReplica, TestFunctionQuery, TestStressReorder, SOLR749Test, TestCloudPseudoReturnFields, TestClusterStateMutator, TestNestedUpdateProcessor, IndexSchemaRuntimeFieldTest, AutoscalingHistoryHandlerTest, BlockJoinFacetDistribTest, ScheduledTriggerIntegrationTest, TestLegacyNumericUtils, TestDeleteCollectionOnDownNodes, TestSimpleTrackingShardHandler, HdfsChaosMonkeyNothingIsSafeTest, TestSimExtremeIndexing, TestHdfsUpdateLog, TestIBSimilarityFactory, TestSuggestSpellingConverter, SmileWriterTest, DocValuesNotIndexedTest, SortSpecParsingTest, HighlighterTest, TestQueryUtils, CurrencyRangeFacetCloudTest, SolrRequestParserTest, AtomicUpdatesTest, TestPointFields, HttpPartitionTest, AuditLoggerPluginTest, SplitShardTest, HttpSolrCallGetCoreTest, BitVectorTest, MergeStrategyTest, PeerSyncWithBufferUpdatesTest, SolrMetricsIntegrationTest, TestManagedResource, TestConfigReload, TestSolrJ, TestRangeQuery, SolrJmxReporterTest, SpellCheckCollatorWithCollapseTest, BlockDirectoryTest, TestFieldSortValues, CdcrBootstrapTest, RemoteQueryErrorTest, SolrIndexSplitterTest, ClassificationUpdateProcessorIntegrationTest, TestSystemIdResolver, CdcrUpdateLogTest, TestAnalyzeInfixSuggestions, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, OverseerRolesTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SyncSliceTest, TestCloudRecovery2]
   [junit4] Completed [527/855 (1!)] on J2 in 54.03s, 1 test, 1 failure <<< FAILURES!

[...truncated 44327 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23997/consoleText

[repro] Revision: 9d97ef1027fe8b844fa5c72fbc63ddc3a24a0bc6

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 -Dtests.method=test -Dtests.seed=D7D0562621C4E2F5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk-SK -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=D7D0562621C4E2F5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk-SK -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 43 lines...]