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

2 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:34191/solr";,           
"node_name":"127.0.0.1:34191_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node4":{           "core":"collection1_shard1_replica_n2",         
  "base_url":"http://127.0.0.1:36565/solr";,           
"node_name":"127.0.0.1:36565_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live 
Nodes: [127.0.0.1:34191_solr, 127.0.0.1:36565_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:34191/solr";,           
"node_name":"127.0.0.1:34191_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node4":{           "core":"collection1_shard1_replica_n2",         
  "base_url":"http://127.0.0.1:36565/solr";,           
"node_name":"127.0.0.1:36565_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

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


FAILED:  org.apache.solr.cloud.TestCloudRecovery2.test

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

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




Build Log:
[...truncated 14070 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1224609 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-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-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/init-core-data-001
   [junit4]   2> 1224610 WARN  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1224610 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1224610 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-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> 1224610 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001
   [junit4]   2> 1224621 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1224623 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1224623 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1224728 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40257
   [junit4]   2> 1224728 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40257
   [junit4]   2> 1224728 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40257
   [junit4]   2> 1224770 INFO  (zkConnectionManagerCallback-6392-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224786 INFO  (zkConnectionManagerCallback-6394-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224793 INFO  (zkConnectionManagerCallback-6396-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224796 WARN  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1224796 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1224796 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1224796 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1224797 WARN  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1224797 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1224797 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1224797 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1224879 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1224879 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1224879 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@195740a{/solr,null,AVAILABLE}
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@58c1336e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43719}
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.s.Server Started @1224970ms
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43719}
   [junit4]   2> 1224885 ERROR (jetty-launcher-6397-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1224885 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-29T09:12:55.487986Z
   [junit4]   2> 1224905 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1224905 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1224905 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4bc38fa8{/solr,null,AVAILABLE}
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@302c1c75{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34263}
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.s.Server Started @1224997ms
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34263}
   [junit4]   2> 1224913 ERROR (jetty-launcher-6397-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1224913 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-29T09:12:55.515832Z
   [junit4]   2> 1224939 INFO  (zkConnectionManagerCallback-6401-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224939 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1224953 INFO  (zkConnectionManagerCallback-6399-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224957 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225034 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1225053 WARN  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@9905879[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225061 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1225065 WARN  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1a6a035c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225088 WARN  (jetty-launcher-6397-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5dd3fdc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225089 INFO  (jetty-launcher-6397-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40257/solr
   [junit4]   2> 1225090 INFO  (zkConnectionManagerCallback-6412-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225092 WARN  (jetty-launcher-6397-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7ae7f0d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225093 INFO  (jetty-launcher-6397-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40257/solr
   [junit4]   2> 1225105 INFO  (zkConnectionManagerCallback-6417-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225105 INFO  (zkConnectionManagerCallback-6415-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225169 INFO  (zkConnectionManagerCallback-6419-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225176 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34263_solr
   [junit4]   2> 1225185 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.Overseer Overseer 
(id=72282077952737288-127.0.0.1:34263_solr-n_0000000000) starting
   [junit4]   2> 1225206 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43719_solr
   [junit4]   2> 1225249 INFO  (zkCallback-6416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1225259 INFO  (zkCallback-6418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1225259 INFO  (zkConnectionManagerCallback-6433-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225260 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1225261 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40257/solr ready
   [junit4]   2> 1225273 INFO  (zkConnectionManagerCallback-6428-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225274 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1225275 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40257/solr ready
   [junit4]   2> 1225285 INFO  
(OverseerStateUpdate-72282077952737288-127.0.0.1:34263_solr-n_0000000000) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34263_solr
   [junit4]   2> 1225301 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34263_solr as DOWN
   [junit4]   2> 1225302 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1225302 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34263_solr
   [junit4]   2> 1225302 INFO  (zkCallback-6416-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1225302 INFO  (zkCallback-6418-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1225309 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1225329 INFO  (zkCallback-6427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1225335 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43719.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225359 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43719.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225359 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43719.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225360 INFO  (jetty-launcher-6397-thread-2) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node2/.
   [junit4]   2> 1225360 INFO  (zkCallback-6432-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1225380 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1225429 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34263.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225438 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34263.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225438 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34263.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1225439 INFO  (jetty-launcher-6397-thread-1) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/.
   [junit4]   2> 1225498 INFO  (zkConnectionManagerCallback-6440-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225498 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1225499 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40257/solr ready
   [junit4]   2> 1225501 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_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> 1225505 INFO  
(OverseerThreadFactory-6589-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1225608 INFO  
(OverseerStateUpdate-72282077952737288-127.0.0.1:34263_solr-n_0000000000) 
[n:127.0.0.1:34263_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:34263/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225611 INFO  
(OverseerStateUpdate-72282077952737288-127.0.0.1:34263_solr-n_0000000000) 
[n:127.0.0.1:34263_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:43719/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225817 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1225817 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr    
x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1225825 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1226853 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1226879 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1226882 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1226894 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1226894 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1226895 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34263.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1226895 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1226906 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1226907 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1226907 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1226908 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43719.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1226908 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node2/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1227093 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227093 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227095 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227095 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227097 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@713f1d23[collection1_shard1_replica_n1] main]
   [junit4]   2> 1227105 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227105 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227105 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227105 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227106 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227106 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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 1629330633085943808
   [junit4]   2> 1227107 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227107 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227109 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c1ca7ca[collection1_shard1_replica_n2] main]
   [junit4]   2> 1227117 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227118 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227118 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227118 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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 1629330633098526720
   [junit4]   2> 1227119 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227119 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227120 INFO  
(searcherExecutor-6595-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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@713f1d23[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227133 INFO  
(searcherExecutor-6596-thread-1-processing-n:127.0.0.1:43719_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:43719_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@7c1ca7ca[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227179 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227179 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1227190 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227190 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227190 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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:34263/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1227191 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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:34263/solr START 
replicas=[http://127.0.0.1:43719/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1227204 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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:34263/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1227237 INFO  (qtp1179206761-18104) [n:127.0.0.1:43719_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> 1227237 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227238 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227238 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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/72282077952737288-core_node3-n_0000000000
   [junit4]   2> 1227238 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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:34263/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1227339 INFO  (zkCallback-6418-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> 1227340 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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> 1227341 INFO  (qtp1560880897-18108) [n:127.0.0.1:34263_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=1516
   [junit4]   2> 1227457 INFO  (zkCallback-6418-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> 1227457 INFO  (zkCallback-6418-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> 1228311 INFO  (zkCallback-6418-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> 1228311 INFO  (zkCallback-6418-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> 1228312 INFO  (zkCallback-6416-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> 1228316 INFO  (zkCallback-6416-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> 1228330 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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=2512
   [junit4]   2> 1228333 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_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> 1228334 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_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=2832
   [junit4]   2> 1228336 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1228348 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1228398 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1228402 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2082002859
   [junit4]   2> 1228402 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34263_solr
   [junit4]   2> 1228403 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1228403 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34263_solr as DOWN
   [junit4]   2> 1228410 INFO  (coreCloseExecutor-6605-thread-1) 
[n:127.0.0.1:34263_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@5c596280
   [junit4]   2> 1228411 INFO  (coreCloseExecutor-6605-thread-1) 
[n:127.0.0.1:34263_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=5c596280
   [junit4]   2> 1228411 INFO  (coreCloseExecutor-6605-thread-1) 
[n:127.0.0.1:34263_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@7a676d19: rootName = 
solr_34263, 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@4fbe818f
   [junit4]   2> 1228423 INFO  (coreCloseExecutor-6605-thread-1) 
[n:127.0.0.1:34263_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=5c596280
   [junit4]   2> 1228459 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1228459 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@345ea79e: rootName = 
solr_34263, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2e791cea
   [junit4]   2> 1228465 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1228465 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@420e831c: rootName = 
solr_34263, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@319d8075
   [junit4]   2> 1228468 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1228468 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1210ee4e: rootName = 
solr_34263, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4d5aed7d
   [junit4]   2> 1228468 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1228503 INFO  (closeThreadPool-6445-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72282077952737288-127.0.0.1:34263_solr-n_0000000000) closing
   [junit4]   2> 1228503 INFO  
(OverseerStateUpdate-72282077952737288-127.0.0.1:34263_solr-n_0000000000) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34263_solr
   [junit4]   2> 1228503 INFO  
(OverseerAutoScalingTriggerThread-72282077952737288-127.0.0.1:34263_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1228531 INFO  (zkCallback-6432-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1228536 INFO  (closeThreadPool-6445-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72282077952737288-127.0.0.1:34263_solr-n_0000000000) closing
   [junit4]   2> 1228536 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.a.s.c.Overseer 
Overseer (id=72282077952737288-127.0.0.1:34263_solr-n_0000000000) closing
   [junit4]   2> 1228537 INFO  (zkCallback-6439-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1228537 INFO  (zkCallback-6416-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43719_solr
   [junit4]   2> 1228537 INFO  (zkCallback-6416-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1228538 INFO  (zkCallback-6416-thread-1) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.Overseer Overseer 
(id=72282077952737286-127.0.0.1:43719_solr-n_0000000001) starting
   [junit4]   2> 1228541 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@302c1c75{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1228545 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_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> 1228558 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4bc38fa8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1228558 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1228593 INFO  
(OverseerStateUpdate-72282077952737286-127.0.0.1:43719_solr-n_0000000001) 
[n:127.0.0.1:43719_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43719_solr
   [junit4]   2> 1228603 INFO  (zkCallback-6416-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> 1228604 INFO  (zkCallback-6416-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> 1228704 INFO  (zkCallback-6416-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> 1228705 INFO  (zkCallback-6416-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> 1231048 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_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:43719/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1231048 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_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> 1231048 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy 
http://127.0.0.1:43719/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1231049 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_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/72282077952737286-core_node4-n_0000000001
   [junit4]   2> 1231065 INFO  (zkCallback-6416-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> 1231068 INFO  (zkCallback-6416-thread-3) 
[n:127.0.0.1:43719_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:43719/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1231068 INFO  (zkCallback-6416-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> 1231072 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1629330637244596231,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1231072 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_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@738d3131 
commitCommandVersion:1629330637244596231
   [junit4]   2> 1231215 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5fc7dec4[collection1_shard1_replica_n2] main]
   [junit4]   2> 1231215 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1231218 INFO  
(searcherExecutor-6596-thread-1-processing-n:127.0.0.1:43719_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:43719_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@5fc7dec4[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+33, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=12+33, source=flush, 
os.version=4.18.0-15-generic, 
timestamp=1553850781684}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1231218 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_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> 1231218 INFO  (qtp1179206761-18177) [n:127.0.0.1:43719_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 
(1629330637240401920), 1 (1629330637241450496), 2 (1629330637241450497), 3 
(1629330637241450498), 4 (1629330637241450499), 5 (1629330637241450500), 6 
(1629330637241450501), 7 (1629330637241450502), 8 (1629330637241450503), 9 
(1629330637241450504), ... (100 adds)],commit=} 0 2658
   [junit4]   2> 1231221 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1231221 WARN  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1231221 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 34263 try number 1 ...
   [junit4]   2> 1231221 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1231303 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1231303 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 1231303 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1231314 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b7bd8c{/solr,null,AVAILABLE}
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6c492de2{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34263}
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] o.e.j.s.Server 
Started @1231399ms
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34263}
   [junit4]   2> 1231315 ERROR 
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1231315 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-29T09:13:01.917547Z
   [junit4]   2> 1231349 INFO  (zkConnectionManagerCallback-6447-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1231349 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1231440 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1231441 WARN  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5299f098[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1231444 WARN  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@568bedab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1231445 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40257/solr
   [junit4]   2> 1231484 INFO  (zkConnectionManagerCallback-6454-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1231533 INFO  (zkConnectionManagerCallback-6456-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1231535 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1231536 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:34263_solr as DOWN
   [junit4]   2> 1231537 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1231537 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34263_solr
   [junit4]   2> 1231537 INFO  (zkCallback-6432-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1231537 INFO  (zkCallback-6439-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1231541 INFO  (zkCallback-6416-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1231561 INFO  (zkCallback-6455-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1231605 INFO  (zkConnectionManagerCallback-6463-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1231606 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1231606 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40257/solr 
ready
   [junit4]   2> 1231624 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1231689 INFO  (zkCallback-6416-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> 1231689 INFO  (zkCallback-6416-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> 1231701 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34263.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1231711 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34263.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1231711 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34263.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1231713 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/.
   [junit4]   2> 1231713 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [n:127.0.0.1:34263_solr  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 1231746 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1231751 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1231752 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1231767 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.1.0
   [junit4]   2> 1231771 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231772 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231772 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231773 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34263.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b15741c
   [junit4]   2> 1231773 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1231828 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231828 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231830 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1231830 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1231831 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15ebb2f6[collection1_shard1_replica_n1] main]
   [junit4]   2> 1231832 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231832 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231832 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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> 1231832 INFO  
(coreLoadExecutor-6619-thread-1-processing-n:127.0.0.1:34263_solr) 
[n:127.0.0.1:34263_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 1629330638041513984
   [junit4]   2> 1231835 INFO  
(searcherExecutor-6620-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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@15ebb2f6[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1231837 INFO  
(coreZkRegister-6611-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231838 INFO  
(coreZkRegister-6611-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231839 INFO  
(updateExecutor-6450-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1231865 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231865 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 1231869 INFO  (qtp1179206761-18104) [n:127.0.0.1:43719_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> 1231869 INFO  (qtp1179206761-18104) [n:127.0.0.1:43719_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> 1231869 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231869 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231869 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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:43719/solr/collection1_shard1_replica_n2/] and I am 
[http://127.0.0.1:34263/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 1231869 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1231887 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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:43719/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:34263_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1231888 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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> 1231888 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_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:34263_solr, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:34263/solr","node_name":"127.0.0.1:34263_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1231971 INFO  (zkCallback-6455-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> 1231971 INFO  (zkCallback-6416-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> 1231971 INFO  (zkCallback-6416-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> 1231971 INFO  (watches-6420-thread-2) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:34263_solr, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:34263/solr","node_name":"127.0.0.1:34263_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1231971 INFO  (qtp1179206761-18102) [n:127.0.0.1:43719_solr    
x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:34263_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=83
   [junit4]   2> 1231973 INFO  (zkCallback-6455-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> 1231976 INFO  (zkCallback-6455-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> 1231981 INFO  (zkCallback-6455-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> 1232335 INFO  
(TEST-TestCloudRecovery2.test-seed#[ED5462AD8A8A7C26]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1232335 INFO  (watches-6437-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1232472 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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:43719/solr/collection1_shard1_replica_n2/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1232472 WARN  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1232472 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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> 1232472 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 1232472 INFO  
(recoveryExecutor-6452-thread-1-processing-n:127.0.0.1:34263_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:34263_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:43719/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 1232483 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1629330638724136960,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1232483 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_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> 1232483 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1232546 INFO  (qtp759817198-18212) [n:127.0.0.1:34263_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> 1232546 INFO  (qtp759817198-18212) [n:127.0.0.1:34263_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:43719/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1232546 INFO  (qtp1179206761-18103) [n:127.0.0.1:43719_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 73
   [junit4]   2> 1232547

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

run(Thread.java:835)
   [junit4]   2> 94819 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1328125391
   [junit4]   2> 94819 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34191_solr
   [junit4]   2> 94819 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 94819 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34191_solr as DOWN
   [junit4]   2> 94820 INFO  (coreCloseExecutor-173-thread-1) 
[n:127.0.0.1:34191_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@7688d2b3
   [junit4]   2> 94820 INFO  (coreCloseExecutor-173-thread-1) 
[n:127.0.0.1:34191_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=7688d2b3
   [junit4]   2> 94821 INFO  (coreCloseExecutor-173-thread-1) 
[n:127.0.0.1:34191_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@5da1c3aa: rootName = 
solr_34191, 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@557b9b66
   [junit4]   2> 94821 INFO  (zkCallback-185-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> 94821 INFO  (zkCallback-185-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> 94828 INFO  (coreCloseExecutor-173-thread-1) 
[n:127.0.0.1:34191_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=7688d2b3
   [junit4]   2> 94835 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 94835 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5223e7f3: rootName = 
solr_34191, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@309d306c
   [junit4]   2> 94839 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 94839 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c922088: rootName = 
solr_34191, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1395288
   [junit4]   2> 94841 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 94841 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@126530d1: rootName = 
solr_34191, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7eab1673
   [junit4]   2> 94841 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 94846 INFO  (closeThreadPool-264-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72282234054770696-127.0.0.1:34191_solr-n_0000000000) closing
   [junit4]   2> 94847 INFO  
(OverseerStateUpdate-72282234054770696-127.0.0.1:34191_solr-n_0000000000) 
[n:127.0.0.1:34191_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34191_solr
   [junit4]   2> 94847 INFO  
(OverseerAutoScalingTriggerThread-72282234054770696-127.0.0.1:34191_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 94850 INFO  (closeThreadPool-264-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72282234054770696-127.0.0.1:34191_solr-n_0000000000) closing
   [junit4]   2> 94851 INFO  (jetty-closer-261-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72282234054770696-127.0.0.1:34191_solr-n_0000000000) closing
   [junit4]   2> 94852 INFO  (jetty-closer-261-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@36843942{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 94852 INFO  (jetty-closer-261-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1af71e8e{/solr,null,UNAVAILABLE}
   [junit4]   2> 94852 INFO  (jetty-closer-261-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 94853 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 94854 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        47      /solr/collections/collection1/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72282234054770696-127.0.0.1:34191_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72282234054770696-core_node3-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 94856 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41839
   [junit4]   2> 94856 INFO  
(SUITE-TestCloudRecovery2-seed#[ED5462AD8A8A7C26]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41839
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_ED5462AD8A8A7C26-001
   [junit4]   2> Mar 29, 2019 9:53:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{num=PostingsFormat(name=LuceneFixedGap), 
_root_=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1109, maxMBSortInHeap=5.76757809509063, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2866e464),
 locale=luy-KE, timezone=Europe/Helsinki
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 12 
(64-bit)/cpus=8,threads=1,free=294454624,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudRecovery2, 
TestCloudRecovery2]
   [junit4] Completed [5/5 (2!)] on J0 in 59.67s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1573: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1100: 
There were test failures: 5 suites, 5 tests, 2 failures [seed: ED5462AD8A8A7C26]

Total time: 1 minute 40 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.cloud.TestCloudRecovery2
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=03a3562f782a795afb3e5dbb474aca216273cc4d, 
workspace=/home/jenkins/workspace/Lucene-Solr-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #319
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to