Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6233/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Error from server at http://127.0.0.1:64605/solr: No registered leader was 
found after waiting for 4000ms , collection: collection1 slice: shard1 saw 
state=DocCollection(collection1/8)={   "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:64605/solr";,           
"node_name":"127.0.0.1:64605_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:64603/solr";,           
"node_name":"127.0.0.1:64603_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:64605_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:64605/solr: No registered leader was found 
after waiting for 4000ms , collection: collection1 slice: shard1 saw 
state=DocCollection(collection1/8)={
  "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:64605/solr";,
          "node_name":"127.0.0.1:64605_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:64603/solr";,
          "node_name":"127.0.0.1:64603_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:64605_solr]
        at 
__randomizedtesting.SeedInfo.seed([FFDE1A1380F900F8:778A25C92E056D00]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
        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:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13845 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1293961 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1293961 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1293962 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/data-dir-141-001
   [junit4]   2> 1293962 WARN  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=31 numCloses=31
   [junit4]   2> 1293962 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1293963 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1293964 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001
   [junit4]   2> 1293964 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1293968 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1293968 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1294072 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 64591
   [junit4]   2> 1294073 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64591
   [junit4]   2> 1294073 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64591
   [junit4]   2> 1294073 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 64591
   [junit4]   2> 1294092 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294113 INFO  (zkConnectionManagerCallback-9421-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294113 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294130 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294141 INFO  (zkConnectionManagerCallback-9423-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294142 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294147 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294166 INFO  (zkConnectionManagerCallback-9425-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294167 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294488 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1294488 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1294488 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1294493 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1294493 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1294493 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1294494 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1294494 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1294494 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1294494 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b71606c{/solr,null,AVAILABLE}
   [junit4]   2> 1294498 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f1e93e5{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:64603}
   [junit4]   2> 1294498 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.s.Server Started @1294544ms
   [junit4]   2> 1294498 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64603}
   [junit4]   2> 1294499 ERROR (jetty-launcher-9426-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1294499 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1294499 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1294499 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1294499 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1294499 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-29T17:04:30.120686Z
   [junit4]   2> 1294501 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294516 INFO  (zkConnectionManagerCallback-9428-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294517 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294526 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1294526 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1294526 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1294527 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1294580 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@433a1197{/solr,null,AVAILABLE}
   [junit4]   2> 1294635 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1dd75e6f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:64605}
   [junit4]   2> 1294635 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.s.Server Started @1294681ms
   [junit4]   2> 1294635 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64605}
   [junit4]   2> 1294636 ERROR (jetty-launcher-9426-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1294636 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1294636 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1294636 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1294636 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1294636 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-29T17:04:30.257371Z
   [junit4]   2> 1294653 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294669 INFO  (zkConnectionManagerCallback-9430-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294669 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1294676 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1294685 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1294691 WARN  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2a689299[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294691 WARN  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2a689299[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294717 WARN  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24d3aba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294717 WARN  (jetty-launcher-9426-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24d3aba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294719 INFO  (jetty-launcher-9426-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64591/solr
   [junit4]   2> 1294721 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1294748 INFO  (zkConnectionManagerCallback-9441-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294755 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1294857 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1294862 WARN  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5f1b28fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294862 WARN  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5f1b28fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294887 WARN  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2fa62a3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294887 WARN  (jetty-launcher-9426-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2fa62a3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1294900 INFO  (jetty-launcher-9426-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64591/solr
   [junit4]   2> 1294909 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1294916 INFO  (zkConnectionManagerCallback-9452-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1294916 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1295855 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64605_solr
   [junit4]   2> 1295858 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer 
(id=72189217882570758-127.0.0.1:64605_solr-n_0000000000) starting
   [junit4]   2> 1295882 INFO  
(OverseerStateUpdate-72189217882570758-127.0.0.1:64605_solr-n_0000000000) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:64605_solr
   [junit4]   2> 1295885 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64605_solr
   [junit4]   2> 1295892 INFO  
(OverseerStateUpdate-72189217882570758-127.0.0.1:64605_solr-n_0000000000) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1295927 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1295927 WARN  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1296000 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1296097 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64605.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296117 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1296123 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64605.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296123 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64605.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296125 INFO  (jetty-launcher-9426-thread-2) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node2
   [junit4]   2> 1296138 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:64603_solr as DOWN
   [junit4]   2> 1296142 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 1296142 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64603_solr
   [junit4]   2> 1296149 INFO  (zkCallback-9451-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1296150 INFO  (zkCallback-9440-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1296155 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1296156 WARN  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1296220 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1296295 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64603.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296315 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64603.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296316 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64603.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296327 INFO  (jetty-launcher-9426-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node1
   [junit4]   2> 1296349 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1296356 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1296364 INFO  (zkConnectionManagerCallback-9477-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1296364 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1296367 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1296370 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64591/solr ready
   [junit4]   2> 1296385 INFO  (qtp299462574-15142) [n:127.0.0.1:64603_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> 1296394 INFO  
(OverseerThreadFactory-9461-thread-1-processing-n:127.0.0.1:64605_solr) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1296548 INFO  (qtp299462574-15144) [n:127.0.0.1:64603_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 1296552 INFO  (qtp319861373-15153) [n:127.0.0.1:64605_solr     
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 
transient cores
   [junit4]   2> 1296552 INFO  (qtp319861373-15153) [n:127.0.0.1:64605_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=1
   [junit4]   2> 1296572 INFO  
(OverseerStateUpdate-72189217882570758-127.0.0.1:64605_solr-n_0000000000) 
[n:127.0.0.1:64605_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:64605/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:64605_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1296591 INFO  
(OverseerStateUpdate-72189217882570758-127.0.0.1:64605_solr-n_0000000000) 
[n:127.0.0.1:64605_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:64603/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:64603_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1296800 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1296800 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1296918 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1296947 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1296953 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1296955 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1296955 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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 configset config, trusted=true
   [junit4]   2> 1296956 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64603.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296956 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node1/collection1_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node1/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1296956 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1296958 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1296958 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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 configset config, trusted=true
   [junit4]   2> 1296958 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64605.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27334fd
   [junit4]   2> 1296959 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001/tempDir-001/node2/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1297347 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1297347 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1298198 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1298199 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1298211 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1298216 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1298219 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1298220 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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 1670853714343100416
   [junit4]   2> 1298228 INFO  
(searcherExecutor-9479-thread-1-processing-n:127.0.0.1:64603_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:64603_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 autowarm time: 0 ms
   [junit4]   2> 1298245 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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=0}, version=0}
   [junit4]   2> 1298245 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_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> 1298254 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1298254 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1298256 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1298256 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1298275 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoute in=9996ms
   [junit4]   2> 1298278 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1298287 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1298288 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1298288 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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 1670853714414403584
   [junit4]   2> 1298297 INFO  
(searcherExecutor-9481-thread-1-processing-n:127.0.0.1:64605_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:64605_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 autowarm time: 0 ms
   [junit4]   2> 1298312 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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, 
core_node4=0}, version=1}
   [junit4]   2> 1298312 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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> 1298781 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1298781 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1298781 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:64603/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1298783 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=http://127.0.0.1:64603/solr  START 
replicas=[http://127.0.0.1:64605/solr/collection1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1298783 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=http://127.0.0.1:64603/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1298786 INFO  (qtp319861373-15152) [n:127.0.0.1:64605_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=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1298787 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1298787 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
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> 1298787 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72189217882570757-core_node4-n_0000000000
   [junit4]   2> 1298808 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64603/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1298917 INFO  (zkCallback-9440-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> 1298921 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1298926 INFO  (qtp299462574-15141) [n:127.0.0.1:64603_solr     
] 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=2125
   [junit4]   2> 1299055 INFO  (zkCallback-9440-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> 1299058 INFO  (zkCallback-9440-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> 1299337 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_solr     
] 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=2536
   [junit4]   2> 1299343 INFO  (qtp299462574-15142) [n:127.0.0.1:64603_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> 1299437 INFO  (zkCallback-9451-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> 1299438 INFO  (zkCallback-9451-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> 1299438 INFO  (zkCallback-9440-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> 1299439 INFO  (zkCallback-9440-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> 1299445 INFO  (qtp299462574-15142) [n:127.0.0.1:64603_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=3060
   [junit4]   2> 1299446 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection:collection1 failOnTimeout:true timeout:30SECONDS
   [junit4]   2> 1299449 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:collection1
   [junit4]   2> 1299575 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1299578 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2063879909
   [junit4]   2> 1299578 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64603_solr
   [junit4]   2> 1299581 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1299581 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:64603_solr as DOWN
   [junit4]   2> 1299612 INFO  (coreCloseExecutor-9493-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@6ff148ea
   [junit4]   2> 1299612 INFO  (coreCloseExecutor-9493-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n2 
tag=SolrCore@6ff148ea
   [junit4]   2> 1299612 INFO  (coreCloseExecutor-9493-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1126bb5b: rootName = 
solr_64603, 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@62fcf922
   [junit4]   2> 1299628 INFO  (coreCloseExecutor-9493-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader 
tag=SolrCore@6ff148ea
   [junit4]   2> 1299630 INFO  (coreCloseExecutor-9493-thread-1) 
[n:127.0.0.1:64603_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1299653 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1299653 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@78835f3d: rootName = 
solr_64603, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@6e694932
   [junit4]   2> 1299666 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1299666 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f4ae5ba: rootName = 
solr_64603, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@d315b15
   [junit4]   2> 1299670 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1299670 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@704607b5: rootName = 
solr_64603, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@35c9025d
   [junit4]   2> 1299671 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1299841 INFO  (zkCallback-9476-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1299842 INFO  (zkCallback-9451-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1299842 INFO  (zkCallback-9451-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> 1299843 INFO  (zkCallback-9451-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1299869 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1f1e93e5{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1299870 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6b71606c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1299870 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1299877 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.c.SolrCloudTestCase waitForState (collection1): 
   [junit4]   2> 1299883 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_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> 1300002 INFO  (zkCallback-9451-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1300002 INFO  (zkCallback-9451-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1300423 INFO  
(OverseerCollectionConfigSetProcessor-72189217882570758-127.0.0.1:64605_solr-n_0000000000)
 [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1304219 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_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:64605/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1304219 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1304219 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:64605/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1304220 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_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/72189217882570758-core_node3-n_0000000001
   [junit4]   2> 1304221 INFO  (qtp319861373-15156) [n:127.0.0.1:64605_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}{} 0 4330
   [junit4]   2> 1304221 ERROR (qtp319861373-15156) [n:127.0.0.1:64605_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 4000ms , collection: collection1 slice: 
shard1 saw state=DocCollection(collection1/8)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"collection1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:64605/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:64605_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"collection1_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:64603/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:64603_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:64605_solr]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:905)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:882)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:644)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:593)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:585)
   [junit4]   2>        at 
org.apache.solr.update.processor.DistributedZkUpdateProcessor.processAdd(DistributedZkUpdateProcessor.java:239)
   [junit4]   2>        at 
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:106)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:110)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:343)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readIterator(JavaBinUpdateRequestCodec.java:291)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:338)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readNamedList(JavaBinUpdateRequestCodec.java:244)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:303)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:196)
   [junit4]   2>        at 
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:131)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:122)
   [junit4]   2>        at 
org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:70)
   [junit4]   2>        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2>        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2592)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:812)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:588)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 1304226 INFO  
(TEST-TestCloudRecovery2.test-seed#[FFDE1A1380F900F8]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=FFDE1A1380F900F8 -Dtests.slow=true 
-Dtests.locale=fr-MQ -Dtests.timezone=US/Pacific-New -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   4.78s J4 | TestCloudRecovery2.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:64605/solr: No registered leader was found 
after waiting for 4000ms , collection: collection1 slice: shard1 saw 
state=DocCollection(collection1/8)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"collection1_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:64605/solr";,
   [junit4]    >           "node_name":"127.0.0.1:64605_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"},
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"collection1_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:64603/solr";,
   [junit4]    >           "node_name":"127.0.0.1:64603_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"2",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:64605_solr]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFDE1A1380F900F8:778A25C92E056D00]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
   [junit4]    >        at 
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 1304303 INFO  (zkCallback-9451-thread-3) 
[n:127.0.0.1:64605_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:64605/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1304415 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=234184750
   [junit4]   2> 1304415 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64605_solr
   [junit4]   2> 1304416 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1304416 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:64605_solr as DOWN
   [junit4]   2> 1304418 INFO  (zkCallback-9451-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1304418 INFO  (zkCallback-9451-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1304425 INFO  (coreCloseExecutor-9500-thread-1) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@69af2182
   [junit4]   2> 1304425 INFO  (coreCloseExecutor-9500-thread-1) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1 
tag=SolrCore@69af2182
   [junit4]   2> 1304425 INFO  (coreCloseExecutor-9500-thread-1) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c01d563: rootName = 
solr_64605, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry 
solr.core.collection1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@3302f128
   [junit4]   2> 1304437 INFO  (coreCloseExecutor-9500-thread-1) 
[n:127.0.0.1:64605_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader 
tag=SolrCore@69af2182
   [junit4]   2> 1304439 INFO  (coreCloseExecutor-9500-thread-1) 
[n:127.0.0.1:64605_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1304446 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1304446 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c7a1e0f: rootName = 
solr_64605, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@265012a0
   [junit4]   2> 1304455 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1304455 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@362ef158: rootName = 
solr_64605, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@d315b15
   [junit4]   2> 1304460 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1304460 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5bc2299d: rootName = 
solr_64605, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@35c9025d
   [junit4]   2> 1304460 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1304463 INFO  (closeThreadPool-9502-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72189217882570758-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 1304465 INFO  
(OverseerStateUpdate-72189217882570758-127.0.0.1:64605_solr-n_0000000000) 
[n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:64605_solr
   [junit4]   2> 1304465 INFO  
(OverseerAutoScalingTriggerThread-72189217882570758-127.0.0.1:64605_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1304468 INFO  (closeThreadPool-9502-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72189217882570758-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 1304576 INFO  (jetty-closer-9496-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72189217882570758-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 1304583 INFO  (jetty-closer-9496-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1dd75e6f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1304583 INFO  (jetty-closer-9496-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@433a1197{/solr,null,UNAVAILABLE}
   [junit4]   2> 1304583 INFO  (jetty-closer-9496-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1304589 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1304876 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>        5       /solr/collections/collection1/terms/shard1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/overseer/queue
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1304893 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64591
   [junit4]   2> 1304893 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64591
   [junit4]   2> 1304893 INFO  
(SUITE-TestCloudRecovery2-seed#[FFDE1A1380F900F8]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 64591
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestCloudRecovery2_FFDE1A1380F900F8-001
   [junit4]   2> Jun 29, 2020 5:04:40 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=2712, maxDocsPerChunk=5, blockShift=4), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=2712, blockSize=4)), 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-MQ, 
timezone=US/Pacific-New
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 
(64-bit)/cpus=6,threads=1,free=261333624,total=410611712
   [junit4]   2> NOTE: All tests run in this JVM: 
[XsltUpdateRequestHandlerTest, AliasIntegrationTest, TestNamedUpdateProcessors, 
SolrIndexConfigTest, TestHdfsUpdateLog, 
DistributedQueryComponentCustomSortTest, TestFilteredDocIdSet, 
AuditLoggerPluginTest, TestUseDocValuesAsStored, 
TriggerCooldownIntegrationTest, TestIndexSearcher, 
OverseerCollectionConfigSetProcessorTest, TermVectorComponentTest, 
LeaderTragicEventTest, TestStressVersions, DistribJoinFromCollectionTest, 
CollectionStateZnodeTest, TestShortCircuitedRequests, TestSchemaResource, 
BufferStoreTest, TestPivotHelperCode, TestSchemaField, UtilsToolTest, 
TestRandomCollapseQParserPlugin, TestSimComputePlanAction, 
HdfsChaosMonkeyNothingIsSafeTest, JWTAuthPluginIntegrationTest, 
ProtectedTermFilterFactoryTest, TestManagedSchema, TestSimpleTextCodec, 
TestMaxTokenLenTokenizer, TestSimScenario, TestDirectoryFactory, 
HdfsRestartWhileUpdatingTest, TestSolrXml, TestLocalStatsCacheCloud, 
CurrencyRangeFacetCloudTest, TestJavabinTupleStreamParser, 
TestCloudDeleteByQuery, TestXmlQParser, TestCaffeineCache, 
MultiThreadedOCPTest, TestInfoStreamLogging, ZkStateWriterTest, 
TestCodecSupport, CacheHeaderTest, TestCloudManagedSchema, SyncSliceTest, 
TestPullReplica, OverseerStatusTest, TestFunctionQuery, 
TestWordDelimiterFilterFactory, BJQParserTest, SampleTest, SliceStateTest, 
TestCustomSort, HdfsWriteToMultipleCollectionsTest, TestMissingGroups, 
TestAnalyzeInfixSuggestions, MergeStrategyTest, FastVectorHighlighterTest, 
TestManagedStopFilterFactory, TestConfigSets, ParsingFieldUpdateProcessorsTest, 
SignificantTermsQParserPluginTest, HdfsCollectionsAPIDistributedZkTest, 
TestRestManager, NumericFieldsTest, MetricTriggerIntegrationTest, 
CloneFieldUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, 
TestRetrieveFieldsOptimizer, QueryElevationComponentTest, 
TestPerFieldSimilarity, SolrJmxReporterTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
ForceLeaderWithTlogReplicasTest, ExternalFileFieldSortTest, TestDistribIDF, 
TestHighlightDedupGrouping, TestStandardQParsers, CdcrVersionReplicationTest, 
TestSubQueryTransformer, CdcrBidirectionalTest, WordBreakSolrSpellCheckerTest, 
ZookeeperStatusHandlerTest, UpdateParamsTest, DebugComponentTest, 
TestBlobHandler, WrapperMergePolicyFactoryTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
TestDistributedMissingSort, TestDistributedSearch, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, 
DeleteNodeTest, HttpPartitionTest, MetricsHistoryWithAuthIntegrationTest, 
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, TestCloudRecovery2]
   [junit4] Completed [526/912 (1!)] on J4 in 11.64s, 1 test, 1 error <<< 
FAILURES!

[...truncated 46200 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6233/consoleText

[repro] Revision: 0cef29f1381e21337863471346294bb76acb3a6c

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 
-Dtests.method=test -Dtests.seed=FFDE1A1380F900F8 -Dtests.slow=true 
-Dtests.locale=fr-MQ -Dtests.timezone=US/Pacific-New -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 2471 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=FFDE1A1380F900F8 
-Dtests.slow=true -Dtests.locale=fr-MQ -Dtests.timezone=US/Pacific-New 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

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

Reply via email to