Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23855/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC

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/12)={   
"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:39697/solr";,           
"node_name":"127.0.0.1:39697_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:34075/solr";,           
"node_name":"127.0.0.1:34075_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:34075_solr, 127.0.0.1:39697_solr] 
Last available state: 
DocCollection(collection1//collections/collection1/state.json/12)={   
"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:39697/solr";,           
"node_name":"127.0.0.1:39697_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:34075/solr";,           
"node_name":"127.0.0.1:34075_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/12)={
  "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:39697/solr";,
          "node_name":"127.0.0.1:39697_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:34075/solr";,
          "node_name":"127.0.0.1:34075_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:34075_solr, 127.0.0.1:39697_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/12)={
  "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:39697/solr";,
          "node_name":"127.0.0.1:39697_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:34075/solr";,
          "node_name":"127.0.0.1:34075_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([B7B6363A1611333A:3FE209E0B8ED5EC2]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:91)
        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 13608 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/init-core-data-001
   [junit4]   2> 783659 WARN  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 783659 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 783660 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 783660 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 783660 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001
   [junit4]   2> 783660 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 783661 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 783661 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 783761 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42891
   [junit4]   2> 783761 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42891
   [junit4]   2> 783761 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42891
   [junit4]   2> 783804 INFO  (zkConnectionManagerCallback-3467-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 783834 INFO  (zkConnectionManagerCallback-3469-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 783881 INFO  (zkConnectionManagerCallback-3471-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 783892 WARN  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 783893 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 783893 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 783893 INFO  (jetty-launcher-3472-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> 783905 WARN  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 783905 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 783905 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 783905 INFO  (jetty-launcher-3472-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> 783956 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 783956 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 783956 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 783967 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 783967 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 783967 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 783968 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2dc5a115{/solr,null,AVAILABLE}
   [junit4]   2> 783968 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60e3e1a3{/solr,null,AVAILABLE}
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5010dcc8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39697}
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.s.Server Started @784036ms
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39697}
   [junit4]   2> 783969 ERROR (jetty-launcher-3472-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-01T15:31:24.523636Z
   [junit4]   2> 783969 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2fa17b7d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34075}
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.s.Server Started @784036ms
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34075}
   [junit4]   2> 783970 ERROR (jetty-launcher-3472-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 783970 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-01T15:31:24.524182Z
   [junit4]   2> 783989 INFO  (zkConnectionManagerCallback-3474-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 783989 INFO  (zkConnectionManagerCallback-3476-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 783989 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 783989 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 784074 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 784077 WARN  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2ecc67a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 784125 WARN  (jetty-launcher-3472-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@30ce234b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 784126 INFO  (jetty-launcher-3472-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42891/solr
   [junit4]   2> 784152 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 784169 WARN  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@71ff5f58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 784189 INFO  (zkConnectionManagerCallback-3484-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784245 INFO  (zkConnectionManagerCallback-3488-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784248 WARN  (jetty-launcher-3472-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1b7895e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 784248 INFO  (jetty-launcher-3472-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42891/solr
   [junit4]   2> 784301 INFO  (zkConnectionManagerCallback-3494-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784329 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34075_solr
   [junit4]   2> 784329 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.Overseer Overseer 
(id=72300553138143238-127.0.0.1:34075_solr-n_0000000000) starting
   [junit4]   2> 784345 INFO  (zkConnectionManagerCallback-3496-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784349 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39697_solr
   [junit4]   2> 784376 INFO  (zkCallback-3487-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 784389 INFO  (zkCallback-3495-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 784413 INFO  (zkConnectionManagerCallback-3501-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784414 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 784414 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42891/solr ready
   [junit4]   2> 784435 INFO  
(OverseerStateUpdate-72300553138143238-127.0.0.1:34075_solr-n_0000000000) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34075_solr
   [junit4]   2> 784453 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34075_solr as DOWN
   [junit4]   2> 784453 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 784453 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34075_solr
   [junit4]   2> 784454 INFO  (zkCallback-3495-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 784454 INFO  (zkCallback-3487-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 784468 INFO  (zkConnectionManagerCallback-3508-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784469 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 784470 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42891/solr ready
   [junit4]   2> 784494 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 784537 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34075.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784557 INFO  (zkCallback-3500-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 784558 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34075.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784558 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34075.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784559 INFO  (jetty-launcher-3472-thread-2) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node2/.
   [junit4]   2> 784596 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 784611 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39697.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784620 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39697.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784620 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39697.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 784620 INFO  (jetty-launcher-3472-thread-1) 
[n:127.0.0.1:39697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/.
   [junit4]   2> 784769 INFO  (zkConnectionManagerCallback-3515-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784770 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 784770 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42891/solr ready
   [junit4]   2> 784801 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_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> 784821 INFO  
(OverseerThreadFactory-4482-thread-1-processing-n:127.0.0.1:34075_solr) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 784926 INFO  
(OverseerStateUpdate-72300553138143238-127.0.0.1:34075_solr-n_0000000000) 
[n:127.0.0.1:34075_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:39697/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 784929 INFO  
(OverseerStateUpdate-72300553138143238-127.0.0.1:34075_solr-n_0000000000) 
[n:127.0.0.1:34075_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:34075/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 785180 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 785197 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 785197 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr    
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 786212 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 786216 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786217 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786218 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786219 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34075.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 786219 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node2/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 786224 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 786228 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786229 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786229 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786230 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39697.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 786230 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 786541 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786541 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786543 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786544 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786549 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786549 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786593 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a1f9650[collection1_shard1_replica_n1] main]
   [junit4]   2> 786595 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 786595 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 786596 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786597 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786597 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786597 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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 1629626236562046976
   [junit4]   2> 786599 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@22867c63[collection1_shard1_replica_n2] main]
   [junit4]   2> 786599 INFO  
(searcherExecutor-4491-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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@6a1f9650[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786599 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786600 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786600 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786600 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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 1629626236565192704
   [junit4]   2> 786601 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786601 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786602 INFO  
(searcherExecutor-4490-thread-1-processing-n:127.0.0.1:34075_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:34075_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@22867c63[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 786604 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 786606 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 786607 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 787104 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 787104 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 787104 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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:39697/solr/collection1_shard1_replica_n1/
   [junit4]   2> 787105 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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:39697/solr START 
replicas=[http://127.0.0.1:34075/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 787108 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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:39697/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 787141 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_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> 787141 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 787141 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 787141 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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/72300553138143240-core_node3-n_0000000000
   [junit4]   2> 787142 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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:39697/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 787244 INFO  (zkCallback-3495-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> 787244 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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> 787245 INFO  (qtp17850851-11099) [n:127.0.0.1:39697_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=2048
   [junit4]   2> 787349 INFO  (zkCallback-3495-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> 787361 INFO  (zkCallback-3495-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> 787613 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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=2433
   [junit4]   2> 787637 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_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> 787712 INFO  (zkCallback-3487-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> 787712 INFO  (zkCallback-3487-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> 787712 INFO  (zkCallback-3495-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> 787712 INFO  (zkCallback-3495-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> 787713 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_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=2911
   [junit4]   2> 787713 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 787745 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 787763 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 787774 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=652236091
   [junit4]   2> 787774 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39697_solr
   [junit4]   2> 787774 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 787774 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39697_solr as DOWN
   [junit4]   2> 787789 INFO  (coreCloseExecutor-4500-thread-1) 
[n:127.0.0.1:39697_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@1949426e
   [junit4]   2> 787789 INFO  (coreCloseExecutor-4500-thread-1) 
[n:127.0.0.1:39697_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=1949426e
   [junit4]   2> 787789 INFO  (coreCloseExecutor-4500-thread-1) 
[n:127.0.0.1:39697_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@1fafc7ab: rootName = 
solr_39697, 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@7c6b7692
   [junit4]   2> 787796 INFO  (coreCloseExecutor-4500-thread-1) 
[n:127.0.0.1:39697_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=1949426e
   [junit4]   2> 787825 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 787825 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@76bf7e5f: rootName = 
solr_39697, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@31209be
   [junit4]   2> 787831 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 787831 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e221f3d: rootName = 
solr_39697, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6be4f170
   [junit4]   2> 787834 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 787834 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c2a2bbb: rootName = 
solr_39697, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@491d5175
   [junit4]   2> 787834 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 787857 INFO  (zkCallback-3487-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 787857 INFO  (zkCallback-3500-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 787857 INFO  (zkCallback-3514-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 787857 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_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> 787861 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5010dcc8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 787861 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2dc5a115{/solr,null,UNAVAILABLE}
   [junit4]   2> 787861 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 787968 INFO  (zkCallback-3487-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> 787968 INFO  (zkCallback-3487-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> 788832 INFO  
(OverseerCollectionConfigSetProcessor-72300553138143238-127.0.0.1:34075_solr-n_0000000000)
 [n:127.0.0.1:34075_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> 790358 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_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:34075/solr/collection1_shard1_replica_n2/
   [junit4]   2> 790358 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_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> 790358 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:34075/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 790358 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_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/72300553138143238-core_node4-n_0000000001
   [junit4]   2> 790361 INFO  (zkCallback-3487-thread-1) 
[n:127.0.0.1:34075_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:34075/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 790362 INFO  (zkCallback-3487-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> 790363 INFO  (zkCallback-3487-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> 790382 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1629626240530907138,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 790383 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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@402add2c 
commitCommandVersion:1629626240530907138
   [junit4]   2> 790557 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ce91fdc[collection1_shard1_replica_n2] main]
   [junit4]   2> 790557 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 790558 INFO  
(searcherExecutor-4490-thread-1-processing-n:127.0.0.1:34075_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:34075_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@2ce91fdc[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C100:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11, java.vm.version=11+28, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=11+28, source=flush, 
os.version=4.18.0-15-generic, 
timestamp=1554132690963}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 790559 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 790559 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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 
(1629626240510984192), 1 (1629626240513081344), 2 (1629626240513081345), 3 
(1629626240513081346), 4 (1629626240513081347), 5 (1629626240513081348), 6 
(1629626240513081349), 7 (1629626240513081350), 8 (1629626240513081351), 9 
(1629626240514129920), ... (100 adds)],commit=} 0 2695
   [junit4]   2> 790559 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 790559 WARN  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 790560 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 39697 try number 1 ...
   [junit4]   2> 790560 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 790649 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 790649 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 790649 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 790653 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51f4c9d0{/solr,null,AVAILABLE}
   [junit4]   2> 790653 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@76bde14e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39697}
   [junit4]   2> 790653 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] o.e.j.s.Server 
Started @790720ms
   [junit4]   2> 790653 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39697}
   [junit4]   2> 790654 ERROR 
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 790654 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 790654 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 790654 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 790654 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 790654 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-01T15:31:31.208266Z
   [junit4]   2> 790693 INFO  (zkConnectionManagerCallback-3522-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790693 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 790828 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 790833 WARN  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@15308587[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790849 WARN  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@60cd7cb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790850 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42891/solr
   [junit4]   2> 790853 INFO  (zkConnectionManagerCallback-3529-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790861 INFO  (zkConnectionManagerCallback-3531-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790863 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 790864 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:39697_solr as DOWN
   [junit4]   2> 790865 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 790865 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39697_solr
   [junit4]   2> 790866 INFO  (zkCallback-3500-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790866 INFO  (zkCallback-3514-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790866 INFO  (zkCallback-3487-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790871 INFO  (zkCallback-3530-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 790893 INFO  (zkConnectionManagerCallback-3538-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790894 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 790894 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42891/solr 
ready
   [junit4]   2> 790901 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 790917 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39697.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 790926 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39697.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 790926 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39697.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 790928 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/.
   [junit4]   2> 790928 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [n:127.0.0.1:39697_solr  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 790932 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 790936 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 790937 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 790945 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
9.0.0
   [junit4]   2> 790976 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 790976 INFO  (zkCallback-3487-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> 790976 INFO  (zkCallback-3487-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> 790977 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 790977 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 790977 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39697.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a76840c
   [junit4]   2> 790977 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 791013 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 791013 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 791022 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 791022 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 791023 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@465c5cb8[collection1_shard1_replica_n1] main]
   [junit4]   2> 791024 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 791024 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 791025 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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> 791025 INFO  
(coreLoadExecutor-4510-thread-1-processing-n:127.0.0.1:39697_solr) 
[n:127.0.0.1:39697_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 1629626241205141504
   [junit4]   2> 791027 INFO  
(searcherExecutor-4511-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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@465c5cb8[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 791031 INFO  
(coreZkRegister-4502-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791034 INFO  
(coreZkRegister-4502-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791037 INFO  
(updateExecutor-3525-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 791044 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791045 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 791046 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_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> 791046 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_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> 791046 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791046 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791046 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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:34075/solr/collection1_shard1_replica_n2/] and I am 
[http://127.0.0.1:39697/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 791046 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791048 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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:34075/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:39697_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 791049 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_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> 791049 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_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:39697_solr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:39697/solr","node_name":"127.0.0.1:39697_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 791147 INFO  (zkCallback-3487-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> 791147 INFO  (zkCallback-3487-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> 791147 INFO  (zkCallback-3530-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> 791148 INFO  (watches-3490-thread-2) [    ] 
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:39697_solr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:39697/solr","node_name":"127.0.0.1:39697_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 791148 INFO  (watches-3490-thread-1) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:39697_solr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:39697/solr","node_name":"127.0.0.1:39697_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 791148 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_solr    
x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:39697_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=99
   [junit4]   2> 791152 INFO  (zkCallback-3530-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> 791152 INFO  (zkCallback-3530-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> 791537 INFO  
(TEST-TestCloudRecovery2.test-seed#[B7B6363A1611333A]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 791537 INFO  (watches-3512-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 791648 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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:34075/solr/collection1_shard1_replica_n2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 791648 WARN  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791648 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791649 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 791649 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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:34075/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 791652 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1629626241862598656,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 791657 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_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> 791657 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 791683 INFO  (qtp443097625-11199) [n:127.0.0.1:39697_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> 791683 INFO  (qtp443097625-11199) [n:127.0.0.1:39697_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:34075/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 791683 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_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 34
   [junit4]   2> 791684 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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> 791684 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 791684 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1554132690937
   [junit4]   2> 791684 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 791684 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 791684 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 791686 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_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=1
   [junit4]   2> 791686 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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: 23
   [junit4]   2> 791689 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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> 791690 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/collection1_shard1_replica_n1/data/index.20190401103132240
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eb4ba
   [junit4]   2> 791690 INFO  
(recoveryExecutor-3527-thread-1-processing-n:127.0.0.1:39697_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:39697_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-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001/tempDir-001/node1/collection1_shard1_replica_n1/data/index.20190401103132240
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eb4ba
   [junit4]   2> 791691 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_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> 791692 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791693 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791694 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_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_LuceneFixedGap_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791695 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791696 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_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> 791698 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_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> 791699 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_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_LuceneFixedGap_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791700 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791700 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791701 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_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_Lucene80_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791703 INFO  (qtp1179947052-11174) [n:127.0.0.1:34075_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_LuceneFixedGap_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791704 INFO  (qtp1179947052-11104) [n:127.0.0.1:34075_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_LuceneFixedGap_0.tii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791705 INFO  (qtp1179947052-11100) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791705 INFO  (qtp1179947052-11102) [n:127.0.0.1:34075_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_Lucene80_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791706 INFO  (qtp1179947052-11175) [n:127.0.0.1:34075_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 791713 INFO  (qtp1179947052-11174) [n:127.0.0.1

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

 occurred - updating... (live nodes size: [1])
   [junit4]   2> 837592 INFO  (zkCallback-3487-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> 837600 INFO  (coreCloseExecutor-4519-thread-1) 
[n:127.0.0.1:34075_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34f21717
   [junit4]   2> 837600 INFO  (coreCloseExecutor-4519-thread-1) 
[n:127.0.0.1:34075_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n2, tag=34f21717
   [junit4]   2> 837600 INFO  (coreCloseExecutor-4519-thread-1) 
[n:127.0.0.1:34075_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b988b68: rootName = 
solr_34075, domain = solr.core.collection1.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@492e7ecd
   [junit4]   2> 837606 INFO  (coreCloseExecutor-4519-thread-1) 
[n:127.0.0.1:34075_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=34f21717
   [junit4]   2> 837609 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 837609 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ea398f: rootName = 
solr_34075, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@747d03a
   [junit4]   2> 837612 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 837612 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3175c3b7: rootName = 
solr_34075, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6be4f170
   [junit4]   2> 837614 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 837614 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@732962cf: rootName = 
solr_34075, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@491d5175
   [junit4]   2> 837614 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 837614 INFO  (closeThreadPool-3548-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72300553138143238-127.0.0.1:34075_solr-n_0000000000) closing
   [junit4]   2> 837615 INFO  
(OverseerStateUpdate-72300553138143238-127.0.0.1:34075_solr-n_0000000000) 
[n:127.0.0.1:34075_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34075_solr
   [junit4]   2> 837615 INFO  
(OverseerAutoScalingTriggerThread-72300553138143238-127.0.0.1:34075_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 837621 INFO  (zkCallback-3500-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 837627 INFO  (closeThreadPool-3548-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72300553138143238-127.0.0.1:34075_solr-n_0000000000) closing
   [junit4]   2> 837627 INFO  (jetty-closer-3545-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72300553138143238-127.0.0.1:34075_solr-n_0000000000) closing
   [junit4]   2> 837628 INFO  (jetty-closer-3545-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2fa17b7d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 837628 INFO  (jetty-closer-3545-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@60e3e1a3{/solr,null,UNAVAILABLE}
   [junit4]   2> 837629 INFO  (jetty-closer-3545-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 837629 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 837630 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/collections/collection1/terms/shard1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/collection1/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72300553138143238-127.0.0.1:34075_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 837631 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42891
   [junit4]   2> 837631 INFO  
(SUITE-TestCloudRecovery2-seed#[B7B6363A1611333A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42891
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_B7B6363A1611333A-001
   [junit4]   2> Apr 01, 2019 3:32:18 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): 
{num=PostingsFormat(name=LuceneFixedGap), _root_=Lucene50(blocksize=128), 
id=PostingsFormat(name=Asserting)}, 
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1393, 
maxMBSortInHeap=7.432262260060762, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@11d66b1c),
 locale=eu-ES, timezone=America/North_Dakota/Beulah
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 11 
(64-bit)/cpus=8,threads=1,free=236018936,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacets, 
TestRequestForwarding, TestTlogReplica, TestCloudJSONFacetJoinDomain, 
TestLegacyNumericUtils, LargeFieldTest, TriggerIntegrationTest, TestFiltering, 
TestLuceneIndexBackCompat, TemplateUpdateProcessorTest, 
DocumentAnalysisRequestHandlerTest, HdfsBasicDistributedZkTest, TestConfigsApi, 
RollingRestartTest, OutputWriterTest, TestManagedSchema, TestCSVLoader, 
TestPrepRecovery, TestFileDictionaryLookup, 
ClassificationUpdateProcessorFactoryTest, TestFieldResource, BitVectorTest, 
MetricUtilsTest, JSONWriterTest, DistributedMLTComponentTest, 
OpenExchangeRatesOrgProviderTest, TestExpandComponent, 
AutoAddReplicasPlanActionTest, TestComplexPhraseQParserPlugin, 
DistributedQueryElevationComponentTest, TestReversedWildcardFilterFactory, 
DistributedFacetSimpleRefinementLongTailTest, TestCodecSupport, 
HttpPartitionTest, TestRandomFlRTGCloud, TestDistributedGrouping, 
TestQuerySenderNoQuery, TestPartialUpdateDeduplication, 
DistributedIntervalFacetingTest, AnalyticsQueryTest, 
ConfigureRecoveryStrategyTest, SolrRequestParserTest, 
HdfsRestartWhileUpdatingTest, CdcrWithNodesRestartsTest, 
ResponseLogComponentTest, TestDFRSimilarityFactory, TestDynamicURP, 
SignatureUpdateProcessorFactoryTest, TestSchemaNameResource, 
TestSolrConfigHandlerConcurrent, DeleteNodeTest, SolrCoreTest, RulesTest, 
TestZkAclsWithHadoopAuth, TestPushWriter, DateFieldTest, CdcrUpdateLogTest, 
ResponseBuilderTest, TestLockTree, DistributedFacetExistsSmallTest, 
TestInPlaceUpdatesStandalone, HdfsNNFailoverTest, TestWriterPerf, 
ExternalFileFieldSortTest, TestRestManager, ZkSolrClientTest, V2StandaloneTest, 
SolrCmdDistributorTest, SolrMetricsIntegrationTest, TestCloudRecovery2]
   [junit4] Completed [257/846 (1!)] on J2 in 54.38s, 1 test, 1 failure <<< 
FAILURES!

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

[repro] Revision: a99cec040229ddf3cec26a7f505e25576cf97ce8

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=B7B6363A1611333A -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=eu-ES 
-Dtests.timezone=America/North_Dakota/Beulah -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=B7B6363A1611333A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=eu-ES 
-Dtests.timezone=America/North_Dakota/Beulah -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

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

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to