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

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

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

Stack Trace:
java.lang.AssertionError: 
Timeout waiting to see state for collection=collection1 
:DocCollection(collection1//collections/collection1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:42657/solr";,
          "node_name":"127.0.0.1:42657_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:42803/solr";,
          "node_name":"127.0.0.1:42803_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:42657_solr, 127.0.0.1:42803_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:42657/solr";,
          "node_name":"127.0.0.1:42657_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:42803/solr";,
          "node_name":"127.0.0.1:42803_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([320F4CE262143866:BA5B7338CCE8559E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java: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 14054 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1061095 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_320F4CE262143866-001/init-core-data-001
   [junit4]   2> 1061095 WARN  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 1061095 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1061096 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1061096 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-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_320F4CE262143866-001/tempDir-001
   [junit4]   2> 1061096 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1061099 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1061099 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1061199 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39213
   [junit4]   2> 1061200 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39213
   [junit4]   2> 1061200 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39213
   [junit4]   2> 1061216 INFO  (zkConnectionManagerCallback-8888-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061232 INFO  (zkConnectionManagerCallback-8890-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061235 INFO  (zkConnectionManagerCallback-8892-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061237 WARN  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-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> 1061237 WARN  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061237 INFO  (jetty-launcher-8893-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> 1061295 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061295 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061295 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061304 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@731f114d{/solr,null,AVAILABLE}
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@216f56aa{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42657}
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.s.Server Started @1061345ms
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42657}
   [junit4]   2> 1061306 ERROR (jetty-launcher-8893-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1061306 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-22T08:36:20.333620Z
   [junit4]   2> 1061307 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061307 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061308 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061328 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@68b5a658{/solr,null,AVAILABLE}
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7de42bf9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42803}
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.s.Server Started @1061368ms
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42803}
   [junit4]   2> 1061329 ERROR (jetty-launcher-8893-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1061329 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-22T08:36:20.356748Z
   [junit4]   2> 1061336 INFO  (zkConnectionManagerCallback-8895-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061336 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061352 INFO  (zkConnectionManagerCallback-8897-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061354 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061460 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1061460 WARN  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@ee2ba51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061464 WARN  (jetty-launcher-8893-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@61755f10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061465 INFO  (jetty-launcher-8893-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39213/solr
   [junit4]   2> 1061471 INFO  (zkConnectionManagerCallback-8905-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061476 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1061480 INFO  (zkConnectionManagerCallback-8907-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061480 WARN  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@78affd47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061484 WARN  (jetty-launcher-8893-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@774d591[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061485 INFO  (jetty-launcher-8893-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39213/solr
   [junit4]   2> 1061496 INFO  (zkConnectionManagerCallback-8915-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061500 INFO  (zkConnectionManagerCallback-8917-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061503 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42803_solr
   [junit4]   2> 1061503 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.Overseer Overseer 
(id=72242297919766536-127.0.0.1:42803_solr-n_0000000000) starting
   [junit4]   2> 1061505 INFO  (zkConnectionManagerCallback-8924-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061506 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39213/solr ready
   [junit4]   2> 1061508 INFO  
(OverseerStateUpdate-72242297919766536-127.0.0.1:42803_solr-n_0000000000) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42803_solr
   [junit4]   2> 1061508 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42803_solr
   [junit4]   2> 1061508 INFO  
(OverseerStateUpdate-72242297919766536-127.0.0.1:42803_solr-n_0000000000) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1061508 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1061508 INFO  (zkCallback-8923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1061510 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42657_solr as DOWN
   [junit4]   2> 1061510 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1061510 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42657_solr
   [junit4]   2> 1061510 INFO  (zkCallback-8923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1061510 INFO  (zkCallback-8916-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1061512 INFO  (zkCallback-8906-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1061525 INFO  (zkConnectionManagerCallback-8930-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061525 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1061526 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1061526 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39213/solr ready
   [junit4]   2> 1061530 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1061542 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42803.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061545 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42657.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061552 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42803.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061552 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42803.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061553 INFO  (jetty-launcher-8893-thread-2) 
[n:127.0.0.1:42803_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_320F4CE262143866-001/tempDir-001/node2/.
   [junit4]   2> 1061566 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42657.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061566 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42657.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1061567 INFO  (jetty-launcher-8893-thread-1) 
[n:127.0.0.1:42657_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_320F4CE262143866-001/tempDir-001/node1/.
   [junit4]   2> 1061676 INFO  (zkConnectionManagerCallback-8936-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061677 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1061677 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39213/solr ready
   [junit4]   2> 1061692 INFO  (qtp441792992-17741) [n:127.0.0.1:42657_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> 1061724 INFO  
(OverseerThreadFactory-3894-thread-1-processing-n:127.0.0.1:42803_solr) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1061827 INFO  
(OverseerStateUpdate-72242297919766536-127.0.0.1:42803_solr-n_0000000000) 
[n:127.0.0.1:42803_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:42657/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1061827 INFO  
(OverseerStateUpdate-72242297919766536-127.0.0.1:42803_solr-n_0000000000) 
[n:127.0.0.1:42803_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:42803/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1062029 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1062029 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1062029 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_solr    
x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1063035 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063046 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063047 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063047 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063047 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42657.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1063047 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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_320F4CE262143866-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_320F4CE262143866-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1063052 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063056 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063058 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063058 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063058 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42803.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1063059 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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_320F4CE262143866-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_320F4CE262143866-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1063330 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063330 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063332 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1063332 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1063334 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c4ae802[collection1_shard1_replica_n1] main]
   [junit4]   2> 1063348 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063348 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063348 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063349 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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 1628694152348696576
   [junit4]   2> 1063352 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063352 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063354 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1063354 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1063355 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063355 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063355 INFO  
(searcherExecutor-3903-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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@2c4ae802[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1063357 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063359 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@168e2974[collection1_shard1_replica_n2] main]
   [junit4]   2> 1063360 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063361 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063361 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063361 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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 1628694152361279488
   [junit4]   2> 1063365 INFO  
(searcherExecutor-3904-thread-1-processing-n:127.0.0.1:42803_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:42803_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@168e2974[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1063367 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063368 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1063858 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063858 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063858 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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:42657/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1063858 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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:42657/solr START 
replicas=[http://127.0.0.1:42803/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1063859 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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:42657/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1063860 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1063860 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063860 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1063860 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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/72242297919766534-core_node3-n_0000000000
   [junit4]   2> 1063861 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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:42657/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1063962 INFO  (zkCallback-8906-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> 1063962 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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> 1064030 INFO  (qtp441792992-17739) [n:127.0.0.1:42657_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=2000
   [junit4]   2> 1064064 INFO  (zkCallback-8906-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> 1064083 INFO  (zkCallback-8906-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> 1064392 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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=2362
   [junit4]   2> 1064394 INFO  (qtp441792992-17741) [n:127.0.0.1:42657_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> 1064492 INFO  (zkCallback-8906-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> 1064492 INFO  (zkCallback-8906-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> 1064493 INFO  (qtp441792992-17741) [n:127.0.0.1:42657_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=2800
   [junit4]   2> 1064493 INFO  (zkCallback-8916-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> 1064493 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1064503 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1064520 INFO  (zkCallback-8916-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> 1064528 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1064536 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=284910938
   [junit4]   2> 1064537 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42657_solr
   [junit4]   2> 1064537 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1064537 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42657_solr as DOWN
   [junit4]   2> 1064560 INFO  (coreCloseExecutor-3913-thread-1) 
[n:127.0.0.1:42657_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@571c62e8
   [junit4]   2> 1064560 INFO  (coreCloseExecutor-3913-thread-1) 
[n:127.0.0.1:42657_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=571c62e8
   [junit4]   2> 1064560 INFO  (coreCloseExecutor-3913-thread-1) 
[n:127.0.0.1:42657_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@7827bc0e: rootName = 
solr_42657, 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@39213d5f
   [junit4]   2> 1064567 INFO  (coreCloseExecutor-3913-thread-1) 
[n:127.0.0.1:42657_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=571c62e8
   [junit4]   2> 1064604 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1064604 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b22e82c: rootName = 
solr_42657, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@69bf62af
   [junit4]   2> 1064609 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1064610 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@381530ab: rootName = 
solr_42657, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5bf9f172
   [junit4]   2> 1064612 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1064613 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@31f50dfe: rootName = 
solr_42657, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@98c6540
   [junit4]   2> 1064613 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1064644 INFO  (zkCallback-8906-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> 1064644 INFO  (zkCallback-8906-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> 1064648 INFO  (zkCallback-8916-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> 1064648 INFO  (zkCallback-8916-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> 1064708 INFO  (zkCallback-8923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1064708 INFO  (zkCallback-8935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1064708 INFO  (zkCallback-8916-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1064708 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@216f56aa{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1064708 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@731f114d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1064708 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1064709 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_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> 1064810 INFO  (zkCallback-8916-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> 1064810 INFO  (zkCallback-8916-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> 1065718 INFO  
(OverseerCollectionConfigSetProcessor-72242297919766536-127.0.0.1:42803_solr-n_0000000000)
 [n:127.0.0.1:42803_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> 1067209 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_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:42803/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1067209 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_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> 1067209 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:42803/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1067209 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_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/72242297919766536-core_node4-n_0000000001
   [junit4]   2> 1067210 INFO  (zkCallback-8916-thread-3) 
[n:127.0.0.1:42803_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:42803/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1067210 INFO  (zkCallback-8916-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> 1067210 INFO  (zkCallback-8916-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1067215 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1628694156402491393,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1067215 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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@388bf443 
commitCommandVersion:1628694156402491393
   [junit4]   2> 1067852 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@66e58b75[collection1_shard1_replica_n2] main]
   [junit4]   2> 1067853 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1067853 INFO  
(searcherExecutor-3904-thread-1-processing-n:127.0.0.1:42803_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:42803_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@66e58b75[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=1553243786245}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1067854 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1067854 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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 
(1628694156397248512), 1 (1628694156398297088), 2 (1628694156398297089), 3 
(1628694156398297090), 4 (1628694156398297091), 5 (1628694156398297092), 6 
(1628694156398297093), 7 (1628694156398297094), 8 (1628694156399345664), 9 
(1628694156399345665), ... (100 adds)],commit=} 0 3143
   [junit4]   2> 1067854 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1067854 WARN  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1067854 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 42657 try number 1 ...
   [junit4]   2> 1067854 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1067875 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1067875 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 1067876 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d1ea335{/solr,null,AVAILABLE}
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c05686b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42657}
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] o.e.j.s.Server 
Started @1067919ms
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42657}
   [junit4]   2> 1067880 ERROR 
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1067880 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-22T08:36:26.907665Z
   [junit4]   2> 1067881 INFO  (zkConnectionManagerCallback-8943-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1067881 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1068024 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1068025 WARN  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4faf53ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068027 WARN  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@62304b16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068028 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39213/solr
   [junit4]   2> 1068032 INFO  (zkConnectionManagerCallback-8950-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1068040 INFO  (zkConnectionManagerCallback-8952-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1068041 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1068043 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:42657_solr as DOWN
   [junit4]   2> 1068043 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1068043 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42657_solr
   [junit4]   2> 1068044 INFO  (zkCallback-8935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1068044 INFO  (zkCallback-8916-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1068044 INFO  (zkCallback-8923-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1068064 INFO  (zkCallback-8951-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1068083 INFO  (zkConnectionManagerCallback-8959-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1068084 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1068085 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39213/solr 
ready
   [junit4]   2> 1068087 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1068101 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42657.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1068109 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42657.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1068109 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42657.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1068111 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_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_320F4CE262143866-001/tempDir-001/node1/.
   [junit4]   2> 1068111 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [n:127.0.0.1:42657_solr  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 1068115 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1068119 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1068120 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1068127 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068144 INFO  (zkCallback-8916-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1068144 INFO  (zkCallback-8916-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> 1068145 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068146 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068146 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068146 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42657.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d7de32
   [junit4]   2> 1068147 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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_320F4CE262143866-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_320F4CE262143866-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1068179 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068179 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068181 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1068181 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1068182 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75ce026c[collection1_shard1_replica_n1] main]
   [junit4]   2> 1068184 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068184 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068184 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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> 1068184 INFO  
(coreLoadExecutor-3923-thread-1-processing-n:127.0.0.1:42657_solr) 
[n:127.0.0.1:42657_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 1628694157418561536
   [junit4]   2> 1068188 INFO  
(TEST-TestCloudRecovery2.test-seed#[320F4CE262143866]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1068188 INFO  (watches-8933-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1068188 INFO  
(searcherExecutor-3924-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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@75ce026c[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1068190 INFO  
(coreZkRegister-3915-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068192 INFO  
(coreZkRegister-3915-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068193 INFO  
(updateExecutor-8946-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1068193 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068193 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 1068195 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1068195 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1068195 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068195 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068195 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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:42803/solr/collection1_shard1_replica_n2/] and I am 
[http://127.0.0.1:42657/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 1068195 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068203 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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:42803/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:42657_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1068203 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1068203 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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:42657_solr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:42657/solr","node_name":"127.0.0.1:42657_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1068298 INFO  (zkCallback-8916-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1068298 INFO  (zkCallback-8935-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> 1068298 INFO  (zkCallback-8916-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> 1068298 INFO  (zkCallback-8951-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> 1068298 INFO  (watches-8933-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1068298 INFO  (watches-8918-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:42657_solr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:42657/solr","node_name":"127.0.0.1:42657_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1068298 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_solr    
x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:42657_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=95
   [junit4]   2> 1068298 INFO  (zkCallback-8951-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> 1068298 INFO  (zkCallback-8951-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> 1068799 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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:42803/solr/collection1_shard1_replica_n2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1068799 WARN  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068799 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068799 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 1068799 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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:42803/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 1068809 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1628694158072872960,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1068809 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1068809 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1068861 INFO  (qtp728705318-17839) [n:127.0.0.1:42657_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> 1068861 INFO  (qtp728705318-17839) [n:127.0.0.1:42657_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:42803/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1068861 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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 61
   [junit4]   2> 1068862 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1068862 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1068862 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 
1553243786242
   [junit4]   2> 1068862 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1068862 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1068862 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 1068864 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=2
   [junit4]   2> 1068864 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068867 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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> 1068867 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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_320F4CE262143866-001/tempDir-001/node1/collection1_shard1_replica_n1/data/index.20190322033627891
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@603e623c
   [junit4]   2> 1068867 INFO  
(recoveryExecutor-8948-thread-1-processing-n:127.0.0.1:42657_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:42657_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_320F4CE262143866-001/tempDir-001/node1/collection1_shard1_replica_n1/data/index.20190322033627891
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@603e623c
   [junit4]   2> 1068868 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1068872 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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_FSTOrd50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1068873 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1068874 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1068874 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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_FSTOrd50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1068875 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1068876 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1068876 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1068877 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1068878 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_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> 1068878 INFO  (qtp566339940-17744) [n:127.0.0.1:42803_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> 1068879 INFO  (qtp566339940-17746) [n:127.0.0.1:42803_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> 1068880 INFO  (qtp566339940-17742) [n:127.0.0.1:42803_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.

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

replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bd4fad6
   [junit4]   2> 1116936 INFO  (coreCloseExecutor-3948-thread-1) 
[n:127.0.0.1:42803_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=bd4fad6
   [junit4]   2> 1116936 INFO  (coreCloseExecutor-3948-thread-1) 
[n:127.0.0.1:42803_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@12ed965c: rootName = 
solr_42803, 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@36a55fcf
   [junit4]   2> 1116943 INFO  (coreCloseExecutor-3948-thread-1) 
[n:127.0.0.1:42803_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=bd4fad6
   [junit4]   2> 1116964 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1116964 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c747b67: rootName = 
solr_42803, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@ead1184
   [junit4]   2> 1116968 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1116968 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f0ee23: rootName = 
solr_42803, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5bf9f172
   [junit4]   2> 1116970 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1116970 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@66cff5ad: rootName = 
solr_42803, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@98c6540
   [junit4]   2> 1116970 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1116980 INFO  (closeThreadPool-8993-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72242297919766536-127.0.0.1:42803_solr-n_0000000000) closing
   [junit4]   2> 1116980 INFO  
(OverseerStateUpdate-72242297919766536-127.0.0.1:42803_solr-n_0000000000) 
[n:127.0.0.1:42803_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42803_solr
   [junit4]   2> 1116980 INFO  
(OverseerAutoScalingTriggerThread-72242297919766536-127.0.0.1:42803_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1116987 INFO  (closeThreadPool-8993-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72242297919766536-127.0.0.1:42803_solr-n_0000000000) closing
   [junit4]   2> 1116993 INFO  (jetty-closer-8990-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72242297919766536-127.0.0.1:42803_solr-n_0000000000) closing
   [junit4]   2> 1116994 INFO  (jetty-closer-8990-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7de42bf9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1116994 INFO  (jetty-closer-8990-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@68b5a658{/solr,null,UNAVAILABLE}
   [junit4]   2> 1116994 INFO  (jetty-closer-8990-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1116995 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1116995 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100a7fcb9440000, likely client has closed socket
   [junit4]   2> 1116996 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      /solr/collections/collection1/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72242297919766536-127.0.0.1:42803_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72242297919766536-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1116997 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39213
   [junit4]   2> 1116997 INFO  
(SUITE-TestCloudRecovery2-seed#[320F4CE262143866]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39213
   [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_320F4CE262143866-001
   [junit4]   2> Mar 22, 2019 8:37:16 AM 
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=Lucene50(blocksize=128), _root_=PostingsFormat(name=Asserting), 
id=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=466, maxMBSortInHeap=6.915650047045066, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7a4f8a),
 locale=de-DE, timezone=America/Matamoros
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 11 
(64-bit)/cpus=8,threads=1,free=132038712,total=498073600
   [junit4]   2> NOTE: All tests run in this JVM: 
[ConfigureRecoveryStrategyTest, TestExtendedDismaxParser, 
TestUnInvertedFieldException, ZkFailoverTest, TestDynamicURP, 
ResourceLoaderTest, TestTlogReplica, TestCustomSort, DirectUpdateHandlerTest, 
MoveReplicaTest, TestCSVLoader, SolrXmlInZkTest, TestFuzzyAnalyzedSuggestions, 
TestRTimerTree, OverseerCollectionConfigSetProcessorTest, 
CreateRoutedAliasTest, SearchRateTriggerIntegrationTest, TestSystemIdResolver, 
TestSolrDeletionPolicy2, TestCloudPivotFacet, CurrencyFieldTypeTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestCloudSchemaless, TestSQLHandler, 
TestLuceneIndexBackCompat, SuggesterFSTTest, CoreMergeIndexesAdminHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, TestGraphTermsQParserPlugin, 
PreAnalyzedFieldManagedSchemaCloudTest, TestPrepRecovery, SolrCoreTest, 
TestSearchPerf, TestSimpleTextCodec, ConvertedLegacyTest, 
TestSlowCompositeReaderWrapper, TestInitQParser, DirectSolrConnectionTest, 
TestIntervalFaceting, TestSolrCoreParser, TestLegacyNumericRangeQueryBuilder, 
TestRandomFlRTGCloud, ExitableDirectoryReaderTest, TestExpandComponent, 
ZkStateWriterTest, TestSolrConfigHandlerConcurrent, TestGeoJSONResponseWriter, 
ShardRoutingCustomTest, OverseerStatusTest, SolrMetricReporterTest, 
SolrTestCaseJ4Test, BooleanFieldTest, SystemInfoHandlerTest, 
TestBinaryResponseWriter, TestConfigSetImmutable, TestQuerySenderNoQuery, 
DebugComponentTest, TimeZoneUtilsTest, TestDistribIDF, TestDistributedGrouping, 
FileUtilsTest, TestSimExecutePlanAction, TestBlendedInfixSuggestions, 
TestSimLargeCluster, TestReplicationHandlerDiskOverFlow, 
PreAnalyzedUpdateProcessorTest, TestSmileRequest, CheckHdfsIndexTest, 
NumericFieldsTest, TestSubQueryTransformerCrossCore, 
TestSolrCloudWithDelegationTokens, TestHalfAndHalfDocValues, TestMacros, 
ReindexCollectionTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestCodecSupport, TestSolrCloudWithHadoopAuthPlugin, SpatialHeatmapFacetsTest, 
NodeAddedTriggerIntegrationTest, TestScoreJoinQPScore, SoftAutoCommitTest, 
TestCloudRecovery2]
   [junit4] Completed [380/849 (1!)] on J2 in 56.63s, 1 test, 1 failure <<< 
FAILURES!

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

[repro] Revision: bca22d58e2d126ec6d349d375d3ea028892104e1

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=320F4CE262143866 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=de-DE -Dtests.timezone=America/Matamoros 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

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

[...truncated 3570 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=320F4CE262143866 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=de-DE -Dtests.timezone=America/Matamoros -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

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

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

Reply via email to