You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/05/22 05:47:46 UTC

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-12) - Build # 209 - Unstable!

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

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

Error Message:
 Timeout waiting to see state for collection=collection1 :DocCollection(collection1//collections/collection1/state.json/14)={   "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:40513/solr",           "node_name":"127.0.0.1:40513_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:38333/solr",           "node_name":"127.0.0.1:38333_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:38333_solr, 127.0.0.1:40513_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/14)={   "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:40513/solr",           "node_name":"127.0.0.1:40513_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "base_url":"http://127.0.0.1:38333/solr",           "node_name":"127.0.0.1:38333_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

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




Build Log:
[...truncated 14137 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/init-core-data-001
   [junit4]   2> 1359604 WARN  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1359604 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1359605 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1359605 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1359605 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001
   [junit4]   2> 1359605 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1359606 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1359606 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1359706 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39199
   [junit4]   2> 1359706 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39199
   [junit4]   2> 1359706 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39199
   [junit4]   2> 1359708 INFO  (zkConnectionManagerCallback-10763-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359709 INFO  (zkConnectionManagerCallback-10765-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359710 INFO  (zkConnectionManagerCallback-10767-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359711 WARN  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1359711 WARN  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@508bb746{/solr,null,AVAILABLE}
   [junit4]   2> 1359712 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59854371{/solr,null,AVAILABLE}
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@758c6e93{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40513}
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6af1363f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38333}
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.e.j.s.Server Started @1359738ms
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.e.j.s.Server Started @1359738ms
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38333}
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40513}
   [junit4]   2> 1359714 ERROR (jetty-launcher-10768-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1359714 ERROR (jetty-launcher-10768-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-22T05:22:11.324587Z
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1359714 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-22T05:22:11.324602Z
   [junit4]   2> 1359722 INFO  (zkConnectionManagerCallback-10770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359723 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1359725 INFO  (zkConnectionManagerCallback-10772-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359726 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1359766 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1359767 WARN  (jetty-launcher-10768-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7fcbf7cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1359769 WARN  (jetty-launcher-10768-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@23130724[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1359770 INFO  (jetty-launcher-10768-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39199/solr
   [junit4]   2> 1359771 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1359773 INFO  (zkConnectionManagerCallback-10780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359774 WARN  (jetty-launcher-10768-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4fe078c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1359774 INFO  (zkConnectionManagerCallback-10783-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359776 WARN  (jetty-launcher-10768-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@784422b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1359776 INFO  (jetty-launcher-10768-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39199/solr
   [junit4]   2> 1359777 INFO  (zkConnectionManagerCallback-10790-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359779 INFO  (zkConnectionManagerCallback-10792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359782 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38333_solr
   [junit4]   2> 1359783 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.Overseer Overseer (id=72293383816085512-127.0.0.1:38333_solr-n_0000000000) starting
   [junit4]   2> 1359797 INFO  (zkConnectionManagerCallback-10799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359798 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39199/solr ready
   [junit4]   2> 1359801 INFO  (OverseerStateUpdate-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [n:127.0.0.1:38333_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38333_solr
   [junit4]   2> 1359804 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40513_solr
   [junit4]   2> 1359805 INFO  (zkCallback-10798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1359806 INFO  (zkCallback-10791-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1359806 INFO  (zkCallback-10782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1359810 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38333_solr as DOWN
   [junit4]   2> 1359810 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1359810 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38333_solr
   [junit4]   2> 1359810 INFO  (zkCallback-10798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1359810 INFO  (zkCallback-10791-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1359811 INFO  (zkCallback-10782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1359813 INFO  (zkConnectionManagerCallback-10804-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359817 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1359818 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39199/solr ready
   [junit4]   2> 1359824 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1359827 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1359838 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38333.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359842 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359845 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38333.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359845 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38333.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359845 INFO  (jetty-launcher-10768-thread-2) [n:127.0.0.1:38333_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node2/.
   [junit4]   2> 1359850 WARN  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: solr_40513:dom1=solr,dom2=jvm,name0=os,name=systemLoadAverage
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: solr_40513:dom1=solr,dom2=jvm,name0=os,name=systemLoadAverage
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:569) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:742) ~[java/:?]
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1333) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:732) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:916) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:843) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:655) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:175) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
   [junit4]   2> 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:384) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:497) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:465) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:467) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:300) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1359851 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359851 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1359852 INFO  (jetty-launcher-10768-thread-1) [n:127.0.0.1:40513_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/.
   [junit4]   2> 1359880 INFO  (zkConnectionManagerCallback-10811-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359880 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1359881 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39199/solr ready
   [junit4]   2> 1359883 INFO  (qtp684867503-29450) [n:127.0.0.1:40513_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> 1359884 INFO  (OverseerThreadFactory-8527-thread-1-processing-n:127.0.0.1:38333_solr) [n:127.0.0.1:38333_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1359987 INFO  (OverseerStateUpdate-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [n:127.0.0.1:38333_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:40513/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1359988 INFO  (OverseerStateUpdate-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [n:127.0.0.1:38333_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:38333/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1360190 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1360190 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1360190 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_solr    x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1361195 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361195 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361203 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361203 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361204 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361204 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361204 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361204 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361204 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1361204 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38333.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1361204 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1361204 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1361248 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361248 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361249 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1361249 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1361249 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361249 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361249 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1361250 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1361250 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c32bdde[collection1_shard1_replica_n1] main]
   [junit4]   2> 1361251 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c0dc795[collection1_shard1_replica_n2] main]
   [junit4]   2> 1361251 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361251 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361251 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361251 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361251 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361251 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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 1634208351897255936
   [junit4]   2> 1361251 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361251 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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 1634208351897255936
   [junit4]   2> 1361253 INFO  (searcherExecutor-8536-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_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@1c32bdde[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1361253 INFO  (searcherExecutor-8537-thread-1-processing-n:127.0.0.1:38333_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:38333_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@4c0dc795[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1361254 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361254 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361254 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1361254 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361254 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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> 1361255 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361255 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361255 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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:40513/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1361255 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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:40513/solr START replicas=[http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1361256 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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:40513/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1361257 INFO  (qtp1234307906-29447) [n:127.0.0.1:38333_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> 1361257 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361257 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361257 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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/72293383816085510-core_node3-n_0000000000
   [junit4]   2> 1361257 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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:40513/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1361358 INFO  (zkCallback-10782-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> 1361358 INFO  (zkCallback-10782-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> 1361359 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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> 1361360 INFO  (qtp684867503-29448) [n:127.0.0.1:40513_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=1170
   [junit4]   2> 1361460 INFO  (zkCallback-10782-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> 1361460 INFO  (zkCallback-10782-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> 1361460 INFO  (zkCallback-10782-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> 1362257 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_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=2067
   [junit4]   2> 1362259 INFO  (qtp684867503-29450) [n:127.0.0.1:40513_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> 1362357 INFO  (zkCallback-10791-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> 1362357 INFO  (zkCallback-10782-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> 1362357 INFO  (zkCallback-10782-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> 1362357 INFO  (zkCallback-10782-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> 1362357 INFO  (zkCallback-10791-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> 1362358 INFO  (qtp684867503-29450) [n:127.0.0.1:40513_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=2474
   [junit4]   2> 1362358 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1362358 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1362373 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1362374 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=101451179
   [junit4]   2> 1362375 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40513_solr
   [junit4]   2> 1362375 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1362375 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40513_solr as DOWN
   [junit4]   2> 1362379 INFO  (coreCloseExecutor-8546-thread-1) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2cbc7485
   [junit4]   2> 1362379 INFO  (coreCloseExecutor-8546-thread-1) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=2cbc7485
   [junit4]   2> 1362379 INFO  (coreCloseExecutor-8546-thread-1) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@786f820e: rootName = solr_40513, 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@6ec8e2e5
   [junit4]   2> 1362384 INFO  (coreCloseExecutor-8546-thread-1) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=2cbc7485
   [junit4]   2> 1362386 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1362386 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a61ea39: rootName = solr_40513, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@727d6386
   [junit4]   2> 1362392 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1362392 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@590092f6: rootName = solr_40513, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@466930ae
   [junit4]   2> 1362395 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1362395 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@282eae42: rootName = solr_40513, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@71f5c689
   [junit4]   2> 1362395 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1362397 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 0x100d67315f8000a, likely client has closed socket
   [junit4]   2> 1362397 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 0x100d67315f80006, likely client has closed socket
   [junit4]   2> 1362397 INFO  (zkCallback-10810-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1362397 INFO  (zkCallback-10798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1362397 INFO  (zkCallback-10791-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1362397 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@758c6e93{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1362397 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@508bb746{/solr,null,UNAVAILABLE}
   [junit4]   2> 1362398 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1362398 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_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> 1362499 INFO  (zkCallback-10791-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> 1362499 INFO  (zkCallback-10791-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> 1363886 INFO  (OverseerCollectionConfigSetProcessor-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [n:127.0.0.1:38333_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> 1364898 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_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:38333/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1364898 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1364898 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1364898 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_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/72293383816085512-core_node4-n_0000000001
   [junit4]   2> 1364899 INFO  (zkCallback-10791-thread-2) [n:127.0.0.1:38333_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:38333/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1364899 INFO  (zkCallback-10791-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> 1364899 INFO  (zkCallback-10791-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> 1364903 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1634208355725606958,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1364903 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@14b1b830 commitCommandVersion:1634208355725606958
   [junit4]   2> 1365167 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@41b46b39[collection1_shard1_replica_n2] main]
   [junit4]   2> 1365168 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1365168 INFO  (searcherExecutor-8537-thread-1-processing-n:127.0.0.1:38333_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:38333_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@41b46b39[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C100:[diagnostics={java.version=12, java.vm.version=12+33, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1558502536517}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1365169 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=1}, version=2}
   [junit4]   2> 1365169 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{add=[0 (1634208355722461184), 1 (1634208355723509760), 2 (1634208355723509761), 3 (1634208355723509762), 4 (1634208355723509763), 5 (1634208355723509764), 6 (1634208355724558336), 7 (1634208355724558337), 8 (1634208355724558338), 9 (1634208355724558339), ... (100 adds)],commit=} 0 2770
   [junit4]   2> 1365169 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1365169 WARN  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1365169 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 40513 try number 1 ...
   [junit4]   2> 1365169 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@409fb523{/solr,null,AVAILABLE}
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7058f628{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40513}
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.s.Server Started @1365194ms
   [junit4]   2> 1365170 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40513}
   [junit4]   2> 1365171 ERROR (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1365171 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1365171 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1365171 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1365171 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1365171 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-22T05:22:16.781140Z
   [junit4]   2> 1365172 INFO  (zkConnectionManagerCallback-10819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365172 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1365298 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1365299 WARN  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b7785f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1365301 WARN  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@25dc64b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1365302 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39199/solr
   [junit4]   2> 1365302 INFO  (zkConnectionManagerCallback-10826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365304 INFO  (zkConnectionManagerCallback-10828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365305 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1365306 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40513_solr as DOWN
   [junit4]   2> 1365307 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1365307 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40513_solr
   [junit4]   2> 1365307 INFO  (zkCallback-10791-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1365307 INFO  (zkCallback-10810-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1365307 INFO  (zkCallback-10798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1365307 INFO  (zkCallback-10827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1365308 INFO  (zkConnectionManagerCallback-10835-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365309 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1365309 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39199/solr ready
   [junit4]   2> 1365317 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1365329 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1365336 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1365337 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1365338 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/.
   [junit4]   2> 1365338 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [n:127.0.0.1:40513_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
   [junit4]   2> 1365341 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1365346 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1365347 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1365351 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365356 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365357 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365357 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365358 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40513.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bd65ebd
   [junit4]   2> 1365358 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1365383 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365383 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365384 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1365384 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1365385 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33831f50[collection1_shard1_replica_n1] main]
   [junit4]   2> 1365385 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365385 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365386 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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> 1365386 INFO  (coreLoadExecutor-8556-thread-1-processing-n:127.0.0.1:40513_solr) [n:127.0.0.1:40513_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 1634208356233117696
   [junit4]   2> 1365387 INFO  (TEST-TestCloudRecovery2.test-seed#[691D1502B49BA516]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1365387 INFO  (watches-10808-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1365388 INFO  (searcherExecutor-8557-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_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@33831f50[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1365388 INFO  (coreZkRegister-8548-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_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> 1365389 INFO  (coreZkRegister-8548-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n1
   [junit4]   2> 1365389 INFO  (updateExecutor-10822-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1365390 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1365390 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1365391 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1365391 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1365391 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n1]
   [junit4]   2> 1365391 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1365391 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n1] as recovering, leader is [http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/] and I am [http://127.0.0.1:40513/solr/collection1_shard1_replica_n1/]
   [junit4]   2> 1365391 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1, core_node3_recovering=0, core_node4=1}, version=3}
   [junit4]   2> 1365391 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:38333/solr]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n2&nodeName=127.0.0.1:40513_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1365392 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1365392 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:40513_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40513/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40513_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1365492 INFO  (zkCallback-10827-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> 1365492 INFO  (zkCallback-10791-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> 1365492 INFO  (zkCallback-10791-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1365492 INFO  (zkCallback-10810-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> 1365492 INFO  (zkCallback-10827-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> 1365492 INFO  (watches-10808-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1365492 INFO  (zkCallback-10827-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> 1365493 INFO  (watches-10793-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:40513_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40513/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40513_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1365493 INFO  (watches-10793-thread-2) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:40513_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40513/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40513_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1365493 INFO  (qtp1234307906-29451) [n:127.0.0.1:38333_solr    x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:40513_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n2&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=100
   [junit4]   2> 1365493 INFO  (zkCallback-10827-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> 1365993 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/] - recoveringAfterStartup=[true]
   [junit4]   2> 1365993 WARN  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1365993 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 1365993 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1365993 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/].
   [junit4]   2> 1365994 INFO  (qtp1234307906-29447) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1634208356870651904,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1365994 INFO  (qtp1234307906-29447) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1365994 INFO  (qtp1234307906-29447) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1365995 INFO  (qtp500038710-29549) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 1365995 INFO  (qtp500038710-29549) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38333/solr/collection1_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1365996 INFO  (qtp1234307906-29447) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 1365996 INFO  (qtp1234307906-29449) [n:127.0.0.1:38333_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1365996 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1365996 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 1558502536513
   [junit4]   2> 1365996 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1365996 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40513_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1365996 INFO  (recoveryExecutor-10824-thread-1-processing-n:127.0.0.1:40513_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n

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

 service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@71f5c689
   [junit4]   2> 1413091 INFO  (jetty-closer-10868-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1413091 INFO  (closeThreadPool-10872-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72293383816085512-127.0.0.1:38333_solr-n_0000000000) closing
   [junit4]   2> 1413091 INFO  (OverseerStateUpdate-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [n:127.0.0.1:38333_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38333_solr
   [junit4]   2> 1413092 INFO  (OverseerAutoScalingTriggerThread-72293383816085512-127.0.0.1:38333_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1413092 INFO  (closeThreadPool-10872-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72293383816085512-127.0.0.1:38333_solr-n_0000000000) closing
   [junit4]   2> 1413092 INFO  (jetty-closer-10868-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72293383816085512-127.0.0.1:38333_solr-n_0000000000) closing
   [junit4]   2> 1413092 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 0x100d67315f80008, likely client has closed socket
   [junit4]   2> 1413094 INFO  (jetty-closer-10868-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6af1363f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1413094 INFO  (jetty-closer-10868-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59854371{/solr,null,UNAVAILABLE}
   [junit4]   2> 1413094 INFO  (jetty-closer-10868-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1413094 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1413095 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> 	18	/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> 	43	/solr/collections/collection1/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72293383816085512-127.0.0.1:38333_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72293383816085512-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1413096 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39199
   [junit4]   2> 1413096 INFO  (SUITE-TestCloudRecovery2-seed#[691D1502B49BA516]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39199
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudRecovery2_691D1502B49BA516-001
   [junit4]   2> May 22, 2019 5:23:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {num=Lucene50(blocksize=128), _root_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=1143, maxMBSortInHeap=5.4602566685412, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cadbf3c), locale=fo-FO, timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 (64-bit)/cpus=8,threads=1,free=291111376,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: [TestIBSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest, EmbeddedSolrNoSerializeTest, TestRecovery, SuggestComponentContextFilterQueryTest, XsltUpdateRequestHandlerTest, TestRTimerTree, TestSolrXml, DistributedQueryComponentCustomSortTest, TestCloudJSONFacetSKG, TestClassicSimilarityFactory, CdcrUpdateLogTest, TestFunctionQuery, TestDynamicLoading, TestRangeQuery, TemplateUpdateProcessorTest, TestCollationFieldDocValues, TestBlobHandler, FastVectorHighlighterTest, ChaosMonkeySafeLeaderTest, TestFieldSortValues, TestStandardQParsers, HLLSerializationTest, HdfsLockFactoryTest, PrimUtilsTest, TestLRUCache, TestAuthenticationFramework, HdfsThreadLeakTest, TestCoreAdminApis, PKIAuthenticationIntegrationTest, HdfsRecoveryZkTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestManagedSynonymFilterFactory, ConnectionManagerTest, HighlighterTest, DirectoryFactoryTest, TestNestedUpdateProcessor, HttpPartitionWithTlogReplicasTest, CustomHighlightComponentTest, SplitShardTest, ZkCLITest, TestDocumentBuilder, SpellCheckCollatorWithCollapseTest, HdfsChaosMonkeySafeLeaderTest, BlockDirectoryTest, TestPKIAuthenticationPlugin, DistributedIntervalFacetingTest, RequestHandlersTest, CdcrVersionReplicationTest, TestWithCollection, AddSchemaFieldsUpdateProcessorFactoryTest, TestHighFrequencyDictionaryFactory, TestSurroundQueryParser, TestManagedResource, BasicZkTest, DistribCursorPagingTest, TestSchemaResource, TestPerFieldSimilarityWithDefaultOverride, OutputWriterTest, TestQuerySenderListener, SolrIndexSplitterTest, CurrencyRangeFacetCloudTest, ZkNodePropsTest, IndexSizeTriggerTest, TimeZoneUtilsTest, MergeStrategyTest, DeleteReplicaTest, TestConfigSets, CloudMLTQParserTest, CoreAdminCreateDiscoverTest, TestSolrQueryResponse, TestLuceneIndexBackCompat, UpdateLogTest, IndexSchemaRuntimeFieldTest, FieldMutatingUpdateProcessorTest, CleanupOldIndexTest, SolrCLIZkUtilsTest, RankQueryTest, PrimitiveFieldTypeTest, DistributedFacetPivotSmallTest, TestLeaderElectionWithEmptyReplica, ShowFileRequestHandlerTest, JWTAuthPluginIntegrationTest, CdcrOpsAndBoundariesTest, DistributedSpellCheckComponentTest, TriggerIntegrationTest, TestLegacyNumericUtils, TestJoin, MissingSegmentRecoveryTest, TestFaceting, DistributedDebugComponentTest, TestReplicationHandlerBackup, ClassificationUpdateProcessorIntegrationTest, TestExactStatsCache, TaggerTest, TestFoldingMultitermQuery, AuditLoggerPluginTest, TestSimLargeCluster, TestJavabinTupleStreamParser, TestInfoStreamLogging, TestComponentsName, TestSizeLimitedDistributedMap, TestSortByMinMaxFunction, OverseerTest, LeaderTragicEventTest, TestLogWatcher, BlobRepositoryCloudTest, PluginInfoTest, TestCustomDocTransformer, TestFieldCache, TestDelegationWithHadoopAuth, TestPartialUpdateDeduplication, SSLMigrationTest, TestHdfsUpdateLog, TestStreamBody, PeerSyncWithBufferUpdatesTest, DistributedFacetPivotLargeTest, TestSolrCloudSnapshots, TestConfigOverlay, SuggesterTSTTest, RuleEngineTest, TestDynamicFieldResource, MoveReplicaTest, PhrasesIdentificationComponentTest, SolrJmxReporterTest, HdfsWriteToMultipleCollectionsTest, SolrCoreCheckLockOnStartupTest, RequestLoggingTest, TestJsonFacetsStatsParsing, TestMacroExpander, TestNumericRangeQuery32, TestSerializedLuceneMatchVersion, OverseerRolesTest, TestMiniSolrCloudClusterSSL, TestSimExecutePlanAction, TestLegacyFieldCache, ZkStateReaderTest, NestedAtomicUpdateTest, TestCloudInspectUtil, DistributedQueueTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestRandomDVFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTrie, ProtectedTermFilterFactoryTest, TestDeprecatedFilters, TestReversedWildcardFilterFactory, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, LeaderElectionContextKeyTest, LeaderElectionTest, LeaderVoteWaitTimeoutTest, OutOfBoxZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, RestartWhileUpdatingTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudRecovery2]
   [junit4] Completed [512/858 (1!)] on J2 in 53.78s, 1 test, 1 failure <<< FAILURES!

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

[repro] Revision: 87e936f1bb76b89acdf8d0c3071bb43349c0e00c

[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery2 -Dtests.method=test -Dtests.seed=691D1502B49BA516 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fo-FO -Dtests.timezone=Africa/Bujumbura -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3310 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror  -Dtests.seed=691D1502B49BA516 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fo-FO -Dtests.timezone=Africa/Bujumbura -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 43 lines...]