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

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

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

Stack Trace:
java.lang.AssertionError: 
Timeout waiting to see state for collection=collection1 
:DocCollection(collection1//collections/collection1/state.json/16)={
  "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:39347/solr";,
          "node_name":"127.0.0.1:39347_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:37677/solr";,
          "node_name":"127.0.0.1:37677_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:37677_solr, 127.0.0.1:39347_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/16)={
  "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:39347/solr";,
          "node_name":"127.0.0.1:39347_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:37677/solr";,
          "node_name":"127.0.0.1:37677_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([FE787F786AA6B562:762C40A2C45AD89A]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        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:566)
        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:834)




Build Log:
[...truncated 14316 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/init-core-data-001
   [junit4]   2> 1163143 WARN  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1163143 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1163144 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1163144 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1163144 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001
   [junit4]   2> 1163144 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1163144 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1163144 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1163244 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37453
   [junit4]   2> 1163244 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37453
   [junit4]   2> 1163245 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37453
   [junit4]   2> 1163247 INFO  (zkConnectionManagerCallback-11240-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163249 INFO  (zkConnectionManagerCallback-11242-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163250 INFO  (zkConnectionManagerCallback-11244-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163252 WARN  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1163252 WARN  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1163252 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b1766b0{/solr,null,AVAILABLE}
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ab9955b{/solr,null,AVAILABLE}
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@485f126a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39347}
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@268cd941{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37677}
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.s.Server Started @1163283ms
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.s.Server Started @1163283ms
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39347}
   [junit4]   2> 1163253 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37677}
   [junit4]   2> 1163254 ERROR (jetty-launcher-11245-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1163254 ERROR (jetty-launcher-11245-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T17:52:03.640204Z
   [junit4]   2> 1163254 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T17:52:03.640213Z
   [junit4]   2> 1163255 INFO  (zkConnectionManagerCallback-11249-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163255 INFO  (zkConnectionManagerCallback-11248-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163255 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163255 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1163354 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1163355 WARN  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7c98616[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1163357 WARN  (jetty-launcher-11245-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@252ec4d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1163357 INFO  (jetty-launcher-11245-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37453/solr
   [junit4]   2> 1163358 INFO  (zkConnectionManagerCallback-11255-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163359 INFO  (zkConnectionManagerCallback-11257-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163389 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37677_solr
   [junit4]   2> 1163390 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.Overseer Overseer 
(id=72136903955251206-127.0.0.1:37677_solr-n_0000000000) starting
   [junit4]   2> 1163391 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1163392 WARN  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@35cf6c2e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1163392 INFO  (zkConnectionManagerCallback-11264-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163393 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37453/solr ready
   [junit4]   2> 1163393 WARN  (jetty-launcher-11245-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4c3c212d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1163393 INFO  
(OverseerStateUpdate-72136903955251206-127.0.0.1:37677_solr-n_0000000000) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37677_solr
   [junit4]   2> 1163394 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37677_solr
   [junit4]   2> 1163394 INFO  (jetty-launcher-11245-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37453/solr
   [junit4]   2> 1163395 INFO  (zkCallback-11256-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163395 INFO  (zkCallback-11263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1163395 INFO  (zkConnectionManagerCallback-11270-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163399 INFO  (zkConnectionManagerCallback-11272-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163401 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1163402 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39347_solr as DOWN
   [junit4]   2> 1163402 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1163402 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39347_solr
   [junit4]   2> 1163403 INFO  (zkCallback-11256-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1163403 INFO  (zkCallback-11263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1163403 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1163403 INFO  (zkCallback-11271-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1163414 INFO  (zkConnectionManagerCallback-11280-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163415 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37677.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163415 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1163416 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37453/solr ready
   [junit4]   2> 1163416 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1163420 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37677.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163420 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37677.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163421 INFO  (jetty-launcher-11245-thread-1) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node1/.
   [junit4]   2> 1163426 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39347.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163432 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39347.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163432 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39347.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1163433 INFO  (jetty-launcher-11245-thread-2) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/.
   [junit4]   2> 1163448 INFO  (zkConnectionManagerCallback-11286-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1163449 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1163449 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37453/solr ready
   [junit4]   2> 1163451 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_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> 1163453 INFO  
(OverseerThreadFactory-8493-thread-1-processing-n:127.0.0.1:37677_solr) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1163556 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163557 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163558 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163558 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163559 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163563 INFO  (qtp989594157-29219) [n:127.0.0.1:39347_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163564 INFO  (qtp989594157-29221) [n:127.0.0.1:39347_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163571 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163588 INFO  (qtp989594157-29219) [n:127.0.0.1:39347_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163589 INFO  (qtp989594157-29221) [n:127.0.0.1:39347_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1163591 INFO  
(OverseerStateUpdate-72136903955251206-127.0.0.1:37677_solr-n_0000000000) 
[n:127.0.0.1:37677_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:39347/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1163592 INFO  
(OverseerStateUpdate-72136903955251206-127.0.0.1:37677_solr-n_0000000000) 
[n:127.0.0.1:37677_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:37677/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1163799 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1163799 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1163800 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1164807 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1164825 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1164826 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164827 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164827 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164828 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39347.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1164828 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1164830 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164831 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164831 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164831 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37677.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1164831 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node1/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1164918 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164918 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164919 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1164919 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1164920 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15503b50[collection1_shard1_replica_n1] main]
   [junit4]   2> 1164921 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164921 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164922 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164922 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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 1624289863593361408
   [junit4]   2> 1164924 INFO  
(searcherExecutor-8502-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_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@15503b50[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1164924 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164924 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164925 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164925 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1164926 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1164926 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1164926 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1164928 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@57037ad[collection1_shard1_replica_n2] main]
   [junit4]   2> 1164928 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164929 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164929 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164929 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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 1624289863600701440
   [junit4]   2> 1164931 INFO  
(searcherExecutor-8503-thread-1-processing-n:127.0.0.1:37677_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:37677_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@57037ad[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1164932 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1164932 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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> 1165427 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1165427 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1165427 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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:39347/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1165428 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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:39347/solr START 
replicas=[http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1165428 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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:39347/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1165428 INFO  (qtp1318974194-29292) [n:127.0.0.1:37677_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> 1165429 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1165429 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1165429 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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/72136903955251209-core_node3-n_0000000000
   [junit4]   2> 1165430 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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:39347/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1165531 INFO  (zkCallback-11271-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> 1165531 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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> 1165625 INFO  (qtp989594157-29217) [n:127.0.0.1:39347_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=1826
   [junit4]   2> 1165632 INFO  (zkCallback-11271-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> 1165632 INFO  (zkCallback-11271-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> 1165935 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_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=2136
   [junit4]   2> 1165937 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_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> 1166035 INFO  (zkCallback-11271-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> 1166035 INFO  (zkCallback-11256-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> 1166035 INFO  (zkCallback-11271-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> 1166036 INFO  (zkCallback-11256-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> 1166036 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_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=2584
   [junit4]   2> 1166036 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1166036 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1166047 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1166048 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1881869937
   [junit4]   2> 1166048 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39347_solr
   [junit4]   2> 1166048 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1166048 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39347_solr as DOWN
   [junit4]   2> 1166049 INFO  (coreCloseExecutor-8512-thread-1) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@27d2fbd2
   [junit4]   2> 1166049 INFO  (coreCloseExecutor-8512-thread-1) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=27d2fbd2
   [junit4]   2> 1166049 INFO  (coreCloseExecutor-8512-thread-1) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c6a4268: rootName = 
solr_39347, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@9cd7bc2
   [junit4]   2> 1166055 INFO  (coreCloseExecutor-8512-thread-1) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=27d2fbd2
   [junit4]   2> 1166057 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1166057 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@13228dd5: rootName = 
solr_39347, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@52dfcc29
   [junit4]   2> 1166062 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1166062 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c5053f8: rootName = 
solr_39347, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@674d9e99
   [junit4]   2> 1166065 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1166065 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ee09ee1: rootName = 
solr_39347, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4374c621
   [junit4]   2> 1166065 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2d12ee67[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1f440659[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 1166070 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@485f126a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1166070 INFO  (zkCallback-11263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1166070 INFO  (zkCallback-11285-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1166070 INFO  (zkCallback-11256-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1166070 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ab9955b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1166071 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1166071 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1166172 INFO  (zkCallback-11256-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1166172 INFO  (zkCallback-11256-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> 1167454 INFO  
(OverseerCollectionConfigSetProcessor-72136903955251206-127.0.0.1:37677_solr-n_0000000000)
 [n:127.0.0.1:37677_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> 1168571 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1168571 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1168571 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1168571 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72136903955251206-core_node4-n_0000000001
   [junit4]   2> 1168573 INFO  (zkCallback-11256-thread-1) 
[n:127.0.0.1:37677_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1168574 INFO  (zkCallback-11256-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> 1168574 INFO  (zkCallback-11256-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> 1168577 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1624289867425906766,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1168578 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@c352986 
commitCommandVersion:1624289867425906766
   [junit4]   2> 1168769 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60fcc135[collection1_shard1_replica_n2] main]
   [junit4]   2> 1168769 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1168770 INFO  
(searcherExecutor-8503-thread-1-processing-n:127.0.0.1:37677_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:37677_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@60fcc135[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11, java.vm.version=11+28, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=11+28, source=flush, 
os.version=4.15.0-43-generic, 
timestamp=1549043528983}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1168771 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0, 
core_node4=1}, version=2}
   [junit4]   2> 1168771 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{add=[0 
(1624289867423809536), 1 (1624289867424858112), 2 (1624289867424858113), 3 
(1624289867424858114), 4 (1624289867424858115), 5 (1624289867424858116), 6 
(1624289867424858117), 7 (1624289867424858118), 8 (1624289867424858119), 9 
(1624289867424858120), ... (100 adds)],commit=} 0 2698
   [junit4]   2> 1168771 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1168771 WARN  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1168771 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 39347 try number 1 ...
   [junit4]   2> 1168771 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1168791 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1168791 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 1168791 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1168795 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a8bf621{/solr,null,AVAILABLE}
   [junit4]   2> 1168796 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@183cf8ed{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39347}
   [junit4]   2> 1168796 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] o.e.j.s.Server 
Started @1168825ms
   [junit4]   2> 1168796 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39347}
   [junit4]   2> 1168797 ERROR 
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1168797 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1168797 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1168797 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1168797 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1168797 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-01T17:52:09.183205Z
   [junit4]   2> 1168802 INFO  (zkConnectionManagerCallback-11293-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168803 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1168866 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1168867 WARN  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@66d6101c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168870 WARN  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@15c38826[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168871 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37453/solr
   [junit4]   2> 1168872 INFO  (zkConnectionManagerCallback-11299-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168874 INFO  (zkConnectionManagerCallback-11301-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168876 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1168878 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:39347_solr as DOWN
   [junit4]   2> 1168878 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1168878 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39347_solr
   [junit4]   2> 1168878 INFO  (zkCallback-11263-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1168878 INFO  (zkCallback-11285-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1168878 INFO  (zkCallback-11256-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1168878 INFO  (zkCallback-11300-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1168888 INFO  (zkConnectionManagerCallback-11308-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168889 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1168890 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37453/solr 
ready
   [junit4]   2> 1168890 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1168903 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39347.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1168912 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39347.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1168912 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39347.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1168914 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/.
   [junit4]   2> 1168914 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [n:127.0.0.1:39347_solr  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 1168920 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1168924 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1168925 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1168944 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 1168947 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1168948 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1168948 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1168948 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39347.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@41928370
   [junit4]   2> 1168948 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1168996 INFO  (zkCallback-11256-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> 1168996 INFO  (zkCallback-11256-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> 1169002 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1169002 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1169004 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1169004 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1169006 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@28e8e59f[collection1_shard1_replica_n1] main]
   [junit4]   2> 1169006 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1169006 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1169006 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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> 1169007 INFO  
(coreLoadExecutor-8522-thread-1-processing-n:127.0.0.1:39347_solr) 
[n:127.0.0.1:39347_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 1624289867876794368
   [junit4]   2> 1169009 INFO  
(TEST-TestCloudRecovery2.test-seed#[FE787F786AA6B562]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1169009 INFO  (watches-11283-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1169010 INFO  
(searcherExecutor-8523-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_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@28e8e59f[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1169012 INFO  
(coreZkRegister-8514-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_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> 1169013 INFO  
(coreZkRegister-8514-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.ZkController Core needs to 
recover:collection1_shard1_replica_n1
   [junit4]   2> 1169013 INFO  
(updateExecutor-11295-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1169014 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1169014 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 1169014 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1169015 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1169015 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_n1]
   [junit4]   2> 1169015 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1169015 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_n1] as recovering, leader is 
[http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/] and I am 
[http://127.0.0.1:39347/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 1169015 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1, 
core_node3_recovering=0, core_node4=1}, version=3}
   [junit4]   2> 1169019 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:37677/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:39347_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1169019 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp Going to wait for 
coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: 
true, onlyIfLeaderActive: true
   [junit4]   2> 1169019 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=collection1, shard=shard1, 
thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=down, 
localState=active, nodeName=127.0.0.1:39347_solr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:39347/solr","node_name":"127.0.0.1:39347_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1169116 INFO  (zkCallback-11300-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> 1169116 INFO  (zkCallback-11256-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> 1169116 INFO  (zkCallback-11256-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> 1169116 INFO  (zkCallback-11300-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> 1169117 INFO  (zkCallback-11300-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> 1169117 INFO  (watches-11258-thread-3) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:39347_solr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:39347/solr","node_name":"127.0.0.1:39347_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1169117 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr    
x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:39347_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n2&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=98
   [junit4]   2> 1169119 INFO  (zkCallback-11285-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> 1169119 INFO  (watches-11283-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1169617 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1169617 WARN  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.PeerSyncWithLeader no frame of 
reference to tell if we've missed updates
   [junit4]   2> 1169617 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy PeerSync Recovery was 
not successful - trying replication.
   [junit4]   2> 1169617 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 1169617 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to 
replicate from [http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 1169618 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1624289868517474304,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1169618 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1169618 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1169620 INFO  (qtp508808059-29316) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 1169620 INFO  (qtp508808059-29316) [n:127.0.0.1:39347_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37677/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1169620 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 1169621 INFO  (qtp1318974194-29292) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1169621 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1169621 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1549043528964
   [junit4]   2> 1169621 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1169621 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1169621 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 1169624 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=2
   [junit4]   2> 1169624 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 16
   [junit4]   2> 1169627 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter 
is ready to be used.
   [junit4]   2> 1169627 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to 
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190201145210010
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3aadc319
   [junit4]   2> 1169627 INFO  
(recoveryExecutor-11297-thread-1-processing-n:127.0.0.1:39347_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39347_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher tmpIndexDir_type  : class 
org.apache.lucene.store.MMapDirectory , 
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190201145210010
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3aadc319
   [junit4]   2> 1169628 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169667 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169670 INFO  (qtp1318974194-29292) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169671 INFO  (qtp1318974194-29216) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169672 INFO  (qtp1318974194-29220) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169673 INFO  (qtp1318974194-29218) [n:127.0.0.1:37677_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1169674 INFO  (qtp1318974194-29292) [n

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


   [junit4]   2> 1216999 INFO  (jetty-closer-11338-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@38de4ddc[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 1216999 INFO  (closeThreadPool-11341-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72136903955251206-127.0.0.1:37677_solr-n_0000000000) closing
   [junit4]   2> 1216999 INFO  
(OverseerStateUpdate-72136903955251206-127.0.0.1:37677_solr-n_0000000000) 
[n:127.0.0.1:37677_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37677_solr
   [junit4]   2> 1216999 INFO  
(OverseerAutoScalingTriggerThread-72136903955251206-127.0.0.1:37677_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@340dc982[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
   [junit4]   2> 1217000 INFO  (closeThreadPool-11341-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72136903955251206-127.0.0.1:37677_solr-n_0000000000) closing
   [junit4]   2> 1217000 INFO  (jetty-closer-11338-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72136903955251206-127.0.0.1:37677_solr-n_0000000000) closing
   [junit4]   2> 1217001 INFO  (jetty-closer-11338-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@268cd941{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1217001 INFO  (jetty-closer-11338-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5b1766b0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1217001 INFO  (jetty-closer-11338-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1217001 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1217001 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        37      /solr/collections/collection1/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72136903955251206-127.0.0.1:37677_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72136903955251206-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1217002 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37453
   [junit4]   2> 1217002 INFO  
(SUITE-TestCloudRecovery2-seed#[FE787F786AA6B562]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37453
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_FE787F786AA6B562-001
   [junit4]   2> Feb 01, 2019 5:52:57 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
num=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50}, 
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=517, 
maxMBSortInHeap=6.031193310578837, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4003b050),
 locale=en-MW, timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 4.15.0-43-generic amd64/Oracle Corporation 11 
(64-bit)/cpus=8,threads=1,free=318033264,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [NoCacheHeaderTest, 
MoveReplicaHDFSTest, OrderedExecutorTest, TestBinaryResponseWriter, 
TermVectorComponentTest, TestFreeTextSuggestions, TestCoreContainer, 
BasicDistributedZkTest, TestConfigsApi, TestCSVLoader, TestXmlQParserPlugin, 
TestReRankQParserPlugin, SolrCoreTest, SpatialFilterTest, 
DistributedFacetPivotSmallAdvancedTest, TestSSLRandomization, 
TestTrackingShardHandlerFactory, TestSimpleTrackingShardHandler, FullHLLTest, 
TestStressUserVersions, TestCodecSupport, TestMiniSolrCloudClusterSSL, 
TestPseudoReturnFields, HighlighterTest, 
DocExpirationUpdateProcessorFactoryTest, CacheHeaderTest, 
TestSchemaSimilarityResource, OverriddenZkACLAndCredentialsProvidersTest, 
DistanceUnitsTest, TestNestedUpdateProcessor, TestClusterStateMutator, 
CoreAdminHandlerTest, TestSolrDeletionPolicy2, ActionThrottleTest, 
TestImpersonationWithHadoopAuth, TestSQLHandler, 
SimpleCollectionCreateDeleteTest, DocumentAnalysisRequestHandlerTest, 
TestCloudInspectUtil, TestLRUStatsCache, CloneFieldUpdateProcessorFactoryTest, 
SliceStateTest, ResourceLoaderTest, TestLegacyFieldReuse, 
TestSolrConfigHandlerConcurrent, SolrXmlInZkTest, DocValuesNotIndexedTest, 
TestDocumentBuilder, TestTrie, LukeRequestHandlerTest, 
BlockJoinFacetRandomTest, TestTolerantUpdateProcessorCloud, 
TestSweetSpotSimilarityFactory, TestDocTermOrds, TestRecoveryHdfs, 
TestSlowCompositeReaderWrapper, TestReversedWildcardFilterFactory, 
TestManagedSchemaThreadSafety, TestCustomStream, DistributedMLTComponentTest, 
TestAtomicUpdateErrorCases, TestMultiValuedNumericRangeQuery, 
ConvertedLegacyTest, TestTrieFacet, CollectionsAPIAsyncDistributedZkTest, 
TestUtils, TestRuleBasedAuthorizationPlugin, SpatialHeatmapFacetsTest, 
TestBinaryField, TestCopyFieldCollectionResource, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSizeLimitedDistributedMap, 
AddBlockUpdateTest, UpdateLogTest, DistributedIntervalFacetingTest, 
TestConfigSetImmutable, DebugComponentTest, TestSimTriggerIntegration, 
TestPullReplica, TestQuerySenderNoQuery, ResponseBuilderTest, 
NodeAddedTriggerTest, TestSubQueryTransformerCrossCore, AdminHandlersProxyTest, 
TestSimpleTextCodec, DistributedFacetExistsSmallTest, TaggerTest, 
SolrTestCaseJ4Test, OverseerTest, TestUnInvertedFieldException, 
IndexBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, 
PeerSyncWithIndexFingerprintCachingTest, AutoScalingHandlerTest, 
TestConfigSetsAPIExclusivity, ZkCLITest, TestExpandComponent, 
TestGraphTermsQParserPlugin, TestDFISimilarityFactory, ZkNodePropsTest, 
DistanceFunctionTest, RegexBoostProcessorTest, OutputWriterTest, 
IndexSchemaTest, NodeMarkersRegistrationTest, QueryEqualityTest, 
TestGeoJSONResponseWriter, TestScoreJoinQPScore, 
ShufflingReplicaListTransformerTest, AlternateDirectoryTest, 
LeaderFailoverAfterPartitionTest, TestCloudNestedDocsSort, 
TestDeleteCollectionOnDownNodes, RecoveryZkTest, 
ByteBuffersDirectoryFactoryTest, ReturnFieldsTest, 
ConjunctionSolrSpellCheckerTest, TestEmbeddedSolrServerSchemaAPI, 
TestAnalyzedSuggestions, AddSchemaFieldsUpdateProcessorFactoryTest, 
LeaderElectionContextKeyTest, CustomCollectionTest, HdfsSyncSliceTest, 
PKIAuthenticationIntegrationTest, MultiThreadedOCPTest, 
TestInPlaceUpdatesDistrib, TimeRoutedAliasUpdateProcessorTest, 
TestIntervalFaceting, TestJsonFacetRefinement, DistribJoinFromCollectionTest, 
TestFieldCacheReopen, SpellPossibilityIteratorTest, TestUseDocValuesAsStored, 
TestHdfsBackupRestoreCore, RollingRestartTest, DocValuesMissingTest, 
CursorPagingTest, EchoParamsTest, TestCursorMarkWithoutUniqueKey, 
TestDistributedGrouping, TestGroupingSearch, TestHighlightDedupGrouping, 
TestJoin, ProtectedTermFilterFactoryTest, TestCharFilters, 
TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, 
TestJettySolrRunner, AliasIntegrationTest, AssignBackwardCompatibilityTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
ChaosMonkeySafeLeaderTest, CollectionStateFormat2Test, 
ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
LeaderElectionIntegrationTest, LeaderVoteWaitTimeoutTest, OverseerRolesTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, ShardRoutingTest, 
TestAuthenticationFramework, TestCloudConsistency, TestCloudRecovery2]
   [junit4] Completed [486/841 (1!)] on J2 in 54.80s, 1 test, 1 failure <<< 
FAILURES!

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

[repro] Revision: e3ac4c9180a0eb6f1c7a3e49d1a8cda8669ae3fa

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=FE787F786AA6B562 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-MW 
-Dtests.timezone=America/Argentina/San_Luis -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 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=FE787F786AA6B562 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-MW 
-Dtests.timezone=America/Argentina/San_Luis -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 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to