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

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

Error Message:
 Timeout waiting to see state for collection=collection1 
:DocCollection(collection1//collections/collection1/state.json/15)={   
"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:40873/solr";,           
"node_name":"127.0.0.1:40873_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:33785/solr";,           
"node_name":"127.0.0.1:33785_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:33785_solr, 127.0.0.1:40873_solr] Last available state: 
DocCollection(collection1//collections/collection1/state.json/15)={   
"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:40873/solr";,           
"node_name":"127.0.0.1:40873_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:33785/solr";,           
"node_name":"127.0.0.1:33785_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/15)={
  "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:40873/solr";,
          "node_name":"127.0.0.1:40873_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:33785/solr";,
          "node_name":"127.0.0.1:33785_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:33785_solr, 127.0.0.1:40873_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/15)={
  "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:40873/solr";,
          "node_name":"127.0.0.1:40873_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:33785/solr";,
          "node_name":"127.0.0.1:33785_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([F52AFB9CDB19A1B5:7D7EC44675E5CC4D]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java: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 14408 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1243915 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-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_F52AFB9CDB19A1B5-001/init-core-data-001
   [junit4]   2> 1243915 WARN  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1243916 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1243916 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-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> 1243917 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-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_F52AFB9CDB19A1B5-001/tempDir-001
   [junit4]   2> 1243917 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1243917 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1243917 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1244017 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37711
   [junit4]   2> 1244017 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37711
   [junit4]   2> 1244017 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37711
   [junit4]   2> 1244035 INFO  (zkConnectionManagerCallback-7997-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244039 INFO  (zkConnectionManagerCallback-7999-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244043 INFO  (zkConnectionManagerCallback-8001-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244048 WARN  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1244049 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1244049 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1244049 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12-ea+23
   [junit4]   2> 1244052 WARN  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1244052 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1244052 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1244052 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12-ea+23
   [junit4]   2> 1244128 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1244128 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1244128 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@410a1534{/solr,null,AVAILABLE}
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@402007e9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33785}
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.s.Server Started @1244172ms
   [junit4]   2> 1244132 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33785}
   [junit4]   2> 1244133 ERROR (jetty-launcher-8002-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1244133 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1244133 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1244133 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1244133 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1244133 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-25T02:51:27.570285Z
   [junit4]   2> 1244139 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@21dd8664{/solr,null,AVAILABLE}
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@754b9b5d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40873}
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.s.Server Started @1244179ms
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40873}
   [junit4]   2> 1244140 ERROR (jetty-launcher-8002-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1244140 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-25T02:51:27.577459Z
   [junit4]   2> 1244143 INFO  (zkConnectionManagerCallback-8004-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244144 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1244147 INFO  (zkConnectionManagerCallback-8006-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244148 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1244211 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1244212 WARN  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6b55995c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1244217 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1244217 WARN  (jetty-launcher-8002-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5173e798[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1244217 WARN  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@75210994[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1244218 INFO  (jetty-launcher-8002-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37711/solr
   [junit4]   2> 1244219 INFO  (zkConnectionManagerCallback-8014-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244224 INFO  (zkConnectionManagerCallback-8016-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244225 WARN  (jetty-launcher-8002-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@36eab1cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1244226 INFO  (jetty-launcher-8002-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37711/solr
   [junit4]   2> 1244226 INFO  (zkConnectionManagerCallback-8022-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244228 INFO  (zkConnectionManagerCallback-8024-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244301 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33785_solr
   [junit4]   2> 1244302 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.Overseer Overseer 
(id=72093726467620870-127.0.0.1:33785_solr-n_0000000000) starting
   [junit4]   2> 1244316 INFO  (zkConnectionManagerCallback-8031-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244319 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37711/solr ready
   [junit4]   2> 1244323 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40873_solr
   [junit4]   2> 1244324 INFO  
(OverseerStateUpdate-72093726467620870-127.0.0.1:33785_solr-n_0000000000) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33785_solr
   [junit4]   2> 1244324 INFO  (zkCallback-8030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1244324 INFO  
(OverseerStateUpdate-72093726467620870-127.0.0.1:33785_solr-n_0000000000) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1244332 INFO  (zkCallback-8023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1244340 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33785_solr as DOWN
   [junit4]   2> 1244341 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1244341 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33785_solr
   [junit4]   2> 1244341 INFO  (zkCallback-8023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1244342 INFO  (zkCallback-8015-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1244342 INFO  (zkCallback-8030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1244347 INFO  (zkConnectionManagerCallback-8036-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244352 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1244353 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37711/solr ready
   [junit4]   2> 1244356 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1244362 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1244387 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40873.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244391 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33785.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244406 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40873.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244406 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40873.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244408 INFO  (jetty-launcher-8002-thread-2) 
[n:127.0.0.1:40873_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_F52AFB9CDB19A1B5-001/tempDir-001/node2/.
   [junit4]   2> 1244410 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33785.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244410 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33785.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1244412 INFO  (jetty-launcher-8002-thread-1) 
[n:127.0.0.1:33785_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_F52AFB9CDB19A1B5-001/tempDir-001/node1/.
   [junit4]   2> 1244461 INFO  (zkConnectionManagerCallback-8043-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1244462 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1244462 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37711/solr ready
   [junit4]   2> 1244464 INFO  (qtp804966799-23621) [n:127.0.0.1:33785_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> 1244466 INFO  
(OverseerThreadFactory-8426-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1244616 INFO  (qtp804966799-23619) [n:127.0.0.1:33785_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244617 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244618 INFO  (qtp804966799-23619) [n:127.0.0.1:33785_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244618 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244619 INFO  (qtp804966799-23619) [n:127.0.0.1:33785_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244649 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244651 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244652 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244653 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244653 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1244656 INFO  
(OverseerStateUpdate-72093726467620870-127.0.0.1:33785_solr-n_0000000000) 
[n:127.0.0.1:33785_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:40873/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1244657 INFO  
(OverseerStateUpdate-72093726467620870-127.0.0.1:33785_solr-n_0000000000) 
[n:127.0.0.1:33785_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:33785/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1244858 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1244858 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1244859 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr    
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1245866 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1245877 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1245880 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245881 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245881 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245882 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40873.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1245882 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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_F52AFB9CDB19A1B5-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_F52AFB9CDB19A1B5-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1245882 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245883 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245883 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245884 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33785.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1245884 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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_F52AFB9CDB19A1B5-001/tempDir-001/node1/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_F52AFB9CDB19A1B5-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1245980 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245980 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245982 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1245982 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1245984 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c99d263[collection1_shard1_replica_n1] main]
   [junit4]   2> 1245984 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245984 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245985 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245985 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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 1623599024095363072
   [junit4]   2> 1245988 INFO  
(searcherExecutor-8434-thread-1-processing-n:127.0.0.1:40873_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:40873_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@6c99d263[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1245990 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245990 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1245991 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245991 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245992 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1245994 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1245994 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1245997 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cb4fcc8[collection1_shard1_replica_n2] main]
   [junit4]   2> 1245998 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245998 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245998 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1245998 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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 1623599024108994560
   [junit4]   2> 1246001 INFO  
(searcherExecutor-8435-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_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@1cb4fcc8[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1246003 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1246003 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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> 1246493 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1246493 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1246493 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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:40873/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1246493 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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:40873/solr START 
replicas=[http://127.0.0.1:33785/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1246493 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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:40873/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1246494 INFO  (qtp804966799-23696) [n:127.0.0.1:33785_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> 1246494 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1246494 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1246494 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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/72093726467620872-core_node3-n_0000000000
   [junit4]   2> 1246495 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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:40873/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1246597 INFO  (zkCallback-8023-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> 1246597 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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> 1246598 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_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=1740
   [junit4]   2> 1246699 INFO  (zkCallback-8023-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> 1246699 INFO  (zkCallback-8023-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> 1247027 INFO  (qtp804966799-23624) [n:127.0.0.1:33785_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=2169
   [junit4]   2> 1247030 INFO  (qtp804966799-23621) [n:127.0.0.1:33785_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> 1247132 INFO  (zkCallback-8023-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> 1247132 INFO  (zkCallback-8023-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> 1247132 INFO  (zkCallback-8015-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> 1247136 INFO  (qtp804966799-23621) [n:127.0.0.1:33785_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=2671
   [junit4]   2> 1247137 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1247137 INFO  (zkCallback-8015-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> 1247154 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1247179 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1247191 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2007188700
   [junit4]   2> 1247191 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33785_solr
   [junit4]   2> 1247191 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1247191 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33785_solr as DOWN
   [junit4]   2> 1247201 INFO  (coreCloseExecutor-8444-thread-1) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@339b3ca7
   [junit4]   2> 1247201 INFO  (coreCloseExecutor-8444-thread-1) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n2, tag=339b3ca7
   [junit4]   2> 1247201 INFO  (coreCloseExecutor-8444-thread-1) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@61bd031c: rootName = 
solr_33785, domain = solr.core.collection1.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@36b7a405
   [junit4]   2> 1247216 INFO  (coreCloseExecutor-8444-thread-1) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=339b3ca7
   [junit4]   2> 1247278 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1247278 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4391d800: rootName = 
solr_33785, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7e5c768f
   [junit4]   2> 1247292 INFO  (zkCallback-8023-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> 1247292 INFO  (zkCallback-8015-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> 1247293 INFO  (zkCallback-8023-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> 1247292 INFO  (zkCallback-8015-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> 1247300 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1247300 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@17c8e0eb: rootName = 
solr_33785, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4395e830
   [junit4]   2> 1247313 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1247314 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@576fbb47: rootName = 
solr_33785, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1bd9f286
   [junit4]   2> 1247314 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4bd5df5[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6bb57ca9[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 1247326 INFO  (closeThreadPool-8048-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72093726467620870-127.0.0.1:33785_solr-n_0000000000) closing
   [junit4]   2> 1247326 INFO  
(OverseerStateUpdate-72093726467620870-127.0.0.1:33785_solr-n_0000000000) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33785_solr
   [junit4]   2> 1247327 INFO  
(OverseerAutoScalingTriggerThread-72093726467620870-127.0.0.1:33785_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1247340 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10020dcbca30009, likely client has closed socket
   [junit4]   2> 1247340 INFO  (zkCallback-8023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1247341 INFO  (zkCallback-8023-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40873_solr
   [junit4]   2> 1247341 INFO  (zkCallback-8042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1247341 INFO  (zkCallback-8035-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1247341 INFO  (zkCallback-8023-thread-2) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.Overseer Overseer 
(id=72093726467620872-127.0.0.1:40873_solr-n_0000000001) starting
   [junit4]   2> 1247352 INFO  
(OverseerStateUpdate-72093726467620872-127.0.0.1:40873_solr-n_0000000001) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40873_solr
   [junit4]   2> 1247360 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.a.s.c.Overseer 
Overseer (id=72093726467620870-127.0.0.1:33785_solr-n_0000000000) closing
   [junit4]   2> 1247360 INFO  (closeThreadPool-8048-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72093726467620870-127.0.0.1:33785_solr-n_0000000000) closing
   [junit4]   2> 1247361 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@402007e9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1247361 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@410a1534{/solr,null,UNAVAILABLE}
   [junit4]   2> 1247361 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1247367 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1623599025544495107,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1247367 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3ffa5615 
commitCommandVersion:1623599025544495107
   [junit4]   2> 1247947 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38e1ad0b[collection1_shard1_replica_n1] main]
   [junit4]   2> 1247947 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1247949 INFO  
(searcherExecutor-8434-thread-1-processing-n:127.0.0.1:40873_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:40873_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@38e1ad0b[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=12-ea, java.vm.version=12-ea+23, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=12-ea+23, 
source=flush, os.version=4.15.0-43-generic, 
timestamp=1548384690811}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1247952 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=1, 
core_node4=0}, version=2}
   [junit4]   2> 1247952 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{add=[0 
(1623599025540300800), 1 (1623599025541349376), 2 (1623599025541349377), 3 
(1623599025541349378), 4 (1623599025542397952), 5 (1623599025542397953), 6 
(1623599025542397954), 7 (1623599025542397955), 8 (1623599025542397956), 9 
(1623599025542397957), ... (100 adds)],commit=} 0 588
   [junit4]   2> 1247952 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1247952 WARN  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1247953 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 33785 try number 1 ...
   [junit4]   2> 1247953 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12-ea+23
   [junit4]   2> 1248024 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1248024 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 1248024 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1248040 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@377a1c8a{/solr,null,AVAILABLE}
   [junit4]   2> 1248044 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@702c1de9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33785}
   [junit4]   2> 1248044 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] o.e.j.s.Server 
Started @1248084ms
   [junit4]   2> 1248044 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33785}
   [junit4]   2> 1248044 ERROR 
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1248044 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1248044 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1248045 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1248045 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1248045 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-25T02:51:31.482083Z
   [junit4]   2> 1248069 INFO  (zkConnectionManagerCallback-8050-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1248070 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1248327 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1248340 WARN  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@bc34450[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1248364 WARN  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1ac128e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1248365 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37711/solr
   [junit4]   2> 1248388 INFO  (zkConnectionManagerCallback-8056-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1248401 INFO  (zkConnectionManagerCallback-8058-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1248404 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1248406 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:33785_solr as DOWN
   [junit4]   2> 1248406 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1248406 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33785_solr
   [junit4]   2> 1248407 INFO  (zkCallback-8042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1248407 INFO  (zkCallback-8023-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> 1248407 INFO  (zkCallback-8023-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1248413 INFO  (zkCallback-8035-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1248430 INFO  (zkCallback-8057-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1248436 INFO  (zkCallback-8023-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> 1248451 INFO  (zkConnectionManagerCallback-8065-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1248453 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1248454 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37711/solr 
ready
   [junit4]   2> 1248471 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1248552 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1248577 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1248577 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33785.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1248581 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_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_F52AFB9CDB19A1B5-001/tempDir-001/node1/.
   [junit4]   2> 1248581 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [n:127.0.0.1:33785_solr  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n2]
   [junit4]   2> 1248617 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1248625 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1248626 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1248654 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 1248659 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248660 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248660 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248661 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33785.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3886feb5
   [junit4]   2> 1248661 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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_F52AFB9CDB19A1B5-001/tempDir-001/node1/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_F52AFB9CDB19A1B5-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1248727 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248727 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248729 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248729 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248732 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7659d8b2[collection1_shard1_replica_n2] main]
   [junit4]   2> 1248733 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248733 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248734 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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> 1248734 INFO  
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:33785_solr) 
[n:127.0.0.1:33785_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 1623599026977898496
   [junit4]   2> 1248737 INFO  
(TEST-TestCloudRecovery2.test-seed#[F52AFB9CDB19A1B5]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1248737 INFO  (watches-8040-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1248739 INFO  
(coreZkRegister-8450-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_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> 1248740 INFO  
(searcherExecutor-8459-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_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@7659d8b2[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248741 INFO  
(coreZkRegister-8450-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ZkController Core needs to 
recover:collection1_shard1_replica_n2
   [junit4]   2> 1248741 INFO  
(updateExecutor-8052-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1248741 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1248742 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 1248742 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1248743 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1248743 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_n2]
   [junit4]   2> 1248743 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1248743 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_n2] as recovering, leader is 
[http://127.0.0.1:40873/solr/collection1_shard1_replica_n1/] and I am 
[http://127.0.0.1:33785/solr/collection1_shard1_replica_n2/]
   [junit4]   2> 1248743 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node4_recovering=0, core_node3=1, core_node4=1}, version=3}
   [junit4]   2> 1248745 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:40873/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n1&nodeName=127.0.0.1:33785_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1248745 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for 
coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: 
true, onlyIfLeaderActive: true
   [junit4]   2> 1248745 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=collection1, shard=shard1, 
thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=down, 
localState=active, nodeName=127.0.0.1:33785_solr, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:33785/solr","node_name":"127.0.0.1:33785_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1248848 INFO  (zkCallback-8023-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> 1248848 INFO  (zkCallback-8042-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> 1248848 INFO  (zkCallback-8023-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> 1248848 INFO  (zkCallback-8057-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> 1248849 INFO  (watches-8040-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1248849 INFO  (watches-8025-thread-1) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:33785_solr, 
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:33785/solr","node_name":"127.0.0.1:33785_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1248849 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr    
x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:33785_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=103
   [junit4]   2> 1248857 INFO  (zkCallback-8057-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> 1248859 INFO  (zkCallback-8057-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> 1248872 INFO  (zkCallback-8057-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> 1249351 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:40873/solr/collection1_shard1_replica_n1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1249351 WARN  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.PeerSyncWithLeader no frame of 
reference to tell if we've missed updates
   [junit4]   2> 1249351 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy PeerSync Recovery was 
not successful - trying replication.
   [junit4]   2> 1249351 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 1249351 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Attempting to 
replicate from [http://127.0.0.1:40873/solr/collection1_shard1_replica_n1/].
   [junit4]   2> 1249373 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1623599027633258496,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1249373 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1249373 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1249397 INFO  (qtp771906561-23725) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 1249397 INFO  (qtp771906561-23725) [n:127.0.0.1:33785_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40873/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1249397 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 46
   [junit4]   2> 1249399 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1249400 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1249400 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Master's version: 
1548384690804
   [junit4]   2> 1249400 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1249400 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1249400 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 1249403 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=3
   [junit4]   2> 1249404 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 18
   [junit4]   2> 1249407 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter 
is ready to be used.
   [junit4]   2> 1249408 INFO  
(recoveryExecutor-8054-thread-1-processing-n:127.0.0.1:33785_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:33785_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to 
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_F52AFB9CDB19A1B5-001/tempDir-001/node1/collection1_shard1_replica_n2/data/index.20190125065132841
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@352ad55a
   [junit4]   2> 1249408 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249410 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FSTOrd50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249415 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FSTOrd50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249416 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249417 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249418 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249419 INFO  (qtp595920704-23625) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.blm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249421 INFO  (qtp595920704-23622) [n:127.0.0.1:40873_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1249422 INFO  (qtp595920704-23623) [n:127.0.0.1:40873_solr 
c:col

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

]   2> 1297038 INFO  (jetty-closer-8095-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2dc2ee99[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@77cb82c8[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
   [junit4]   2> 1297044 INFO  (closeThreadPool-8098-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72093726467620872-127.0.0.1:40873_solr-n_0000000001) closing
   [junit4]   2> 1297044 INFO  
(OverseerStateUpdate-72093726467620872-127.0.0.1:40873_solr-n_0000000001) 
[n:127.0.0.1:40873_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40873_solr
   [junit4]   2> 1297044 INFO  
(OverseerAutoScalingTriggerThread-72093726467620872-127.0.0.1:40873_solr-n_0000000001)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1297047 INFO  (closeThreadPool-8098-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72093726467620872-127.0.0.1:40873_solr-n_0000000001) closing
   [junit4]   2> 1297048 INFO  (jetty-closer-8095-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72093726467620872-127.0.0.1:40873_solr-n_0000000001) closing
   [junit4]   2> 1297048 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10020dcbca30008, likely client has closed socket
   [junit4]   2> 1297048 INFO  (jetty-closer-8095-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@754b9b5d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1297049 INFO  (jetty-closer-8095-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@21dd8664{/solr,null,UNAVAILABLE}
   [junit4]   2> 1297049 INFO  (jetty-closer-8095-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1297049 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1297050 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>        45      /solr/collections/collection1/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/collections/collection1/leader_elect/shard1/election/72093726467620872-core_node3-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72093726467620872-127.0.0.1:40873_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1297051 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37711
   [junit4]   2> 1297051 INFO  
(SUITE-TestCloudRecovery2-seed#[F52AFB9CDB19A1B5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37711
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_F52AFB9CDB19A1B5-001
   [junit4]   2> Jan 25, 2019 2:52:20 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{num=FSTOrd50, _root_=FSTOrd50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1903, maxMBSortInHeap=5.876936633092035, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2628161),
 locale=en-GY, timezone=Europe/Volgograd
   [junit4]   2> NOTE: Linux 4.15.0-43-generic amd64/Oracle Corporation 12-ea 
(64-bit)/cpus=8,threads=1,free=206736440,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BJQParserTest, 
ShowFileRequestHandlerTest, TestSystemIdResolver, TestReload, 
RegexBytesRefFilterTest, TestPerFieldSimilarity, TestXIncludeConfig, 
CreateRoutedAliasTest, UninvertDocValuesMergePolicyTest, 
TestMiniSolrCloudClusterSSL, QueryParsingTest, ShardRoutingCustomTest, 
TestOrdValues, TestBulkSchemaConcurrent, TestConfigSetsAPIExclusivity, 
TestApiFramework, DistributedSpellCheckComponentTest, 
TestAuthorizationFramework, PrimUtilsTest, CdcrRequestHandlerTest, 
TestBlendedInfixSuggestions, RegexBoostProcessorTest, 
TestDocTermOrdsUninvertLimit, DocValuesNotIndexedTest, AlternateDirectoryTest, 
DocExpirationUpdateProcessorFactoryTest, SolrCoreTest, 
TestBM25SimilarityFactory, XmlUpdateRequestHandlerTest, SolrXmlInZkTest, 
TestSimNodeAddedTrigger, FileUtilsTest, ConvertedLegacyTest, 
TestChildDocTransformerHierarchy, TestJsonRequest, TestLFUCache, 
TriggerCooldownIntegrationTest, SpellingQueryConverterTest, 
SignificantTermsQParserPluginTest, TestSQLHandlerNonCloud, 
TestLeaderElectionWithEmptyReplica, TestReversedWildcardFilterFactory, 
SpatialRPTFieldTypeTest, TestCollationField, SchemaApiFailureTest, DOMUtilTest, 
LargeFieldTest, TestLuceneIndexBackCompat, 
TestLMJelinekMercerSimilarityFactory, TestSolrDeletionPolicy2, 
TestHashQParserPlugin, ReplaceNodeTest, TestAuthenticationFramework, 
DocValuesMultiTest, TestSchemalessBufferedUpdates, TermsComponentTest, 
ResponseBuilderTest, TestFastOutputStream, TestEmbeddedSolrServerSchemaAPI, 
AutoScalingHandlerTest, TestFuzzyAnalyzedSuggestions, TestSSLRandomization, 
HLLSerializationTest, ScheduledTriggerIntegrationTest, BlockCacheTest, 
InfoHandlerTest, TestFastLRUCache, TestGraphMLResponseWriter, 
TestTolerantUpdateProcessorCloud, SolrCoreMetricManagerTest, JSONWriterTest, 
HdfsDirectoryTest, SearchHandlerTest, TestMergePolicyConfig, 
AssignBackwardCompatibilityTest, TestComplexPhraseQParserPlugin, 
DirectSolrSpellCheckerTest, TestDocBasedVersionConstraints, 
SpellCheckComponentTest, TestDynamicURP, TestPullReplica, 
TestSystemCollAutoCreate, RandomizedTaggerTest, TestCoreContainer, 
TestSha256AuthenticationProvider, TestJoin, DeleteNodeTest, TestDocSet, 
OpenExchangeRatesOrgProviderTest, HdfsUnloadDistributedZkTest, 
HDFSCollectionsAPITest, TestFieldResource, PreAnalyzedFieldTest, 
TestInPlaceUpdatesDistrib, SolrTestCaseJ4Test, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSimpleTextCodec, 
IgnoreLargeDocumentProcessorFactoryTest, LeaderFailoverAfterPartitionTest, 
TestCustomStream, CollectionsAPIAsyncDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestDocumentBuilder, RollingRestartTest, 
TestSimDistribStateManager, ResponseHeaderTest, TestManagedSchema, 
TestSolrCloudWithHadoopAuthPlugin, ZkNodePropsTest, TestRestManager, 
TestCodecSupport, TestSchemaNameResource, AssignTest, 
TestRetrieveFieldsOptimizer, TestRemoteStreaming, CoreAdminOperationTest, 
TolerantUpdateProcessorTest, TestPushWriter, TestSubQueryTransformerDistrib, 
SoftAutoCommitTest, ZkCLITest, ResourceLoaderTest, TestHdfsBackupRestoreCore, 
DirectSolrConnectionTest, BasicAuthIntegrationTest, CollectionStateFormat2Test, 
DirectUpdateHandlerTest, TestSolr4Spatial, QueryResultKeyTest, 
TestHdfsCloudBackupRestore, DocumentAnalysisRequestHandlerTest, 
TestConfigSetImmutable, TestExactSharedStatsCache, TestJsonFacets, 
ConfigSetsAPITest, TestRandomDVFaceting, TestSimpleTrackingShardHandler, 
TestCharFilters, ConnectionReuseTest, CloudExitableDirectoryReaderTest, 
ClusterStateTest, DeleteReplicaTest, DistribJoinFromCollectionTest, 
HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, 
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, 
MetricsHistoryIntegrationTest, MigrateRouteKeyTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTest, 
RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, 
TestCloudConsistency, TestCloudPseudoReturnFields, TestCloudRecovery2]
   [junit4] Completed [501/840 (1!)] on J2 in 54.09s, 1 test, 1 failure <<< 
FAILURES!

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

[repro] Revision: 5a54c624cac4d793c7e65c980eccde3c2d63e61b

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=F52AFB9CDB19A1B5 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-GY -Dtests.timezone=Europe/Volgograd 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=F52AFB9CDB19A1B5 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GY 
-Dtests.timezone=Europe/Volgograd -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

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

[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to