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/03/10 18:41:35 UTC

[JENKINS] Lucene-Solr-8.0-Windows (64bit/jdk-11) - Build # 70 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Windows/70/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:60742/solr",           "node_name":"127.0.0.1:60742_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:60741/solr",           "node_name":"127.0.0.1:60741_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:60741_solr, 127.0.0.1:60742_solr] Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:60742/solr",           "node_name":"127.0.0.1:60742_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:60741/solr",           "node_name":"127.0.0.1:60741_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:60742/solr",
          "node_name":"127.0.0.1:60742_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60741/solr",
          "node_name":"127.0.0.1:60741_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:60741_solr, 127.0.0.1:60742_solr]
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:60742/solr",
          "node_name":"127.0.0.1:60742_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60741/solr",
          "node_name":"127.0.0.1:60741_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([DBB3F7EB614E7E6F:8BE66FE8386FC872]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14381 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\init-core-data-001
   [junit4]   2> 1932798 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1932798 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1932798 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-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> 1932798 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1932800 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001
   [junit4]   2> 1932800 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1932800 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1932801 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1932900 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60730
   [junit4]   2> 1932900 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60730
   [junit4]   2> 1932900 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60730
   [junit4]   2> 1932906 INFO  (zkConnectionManagerCallback-13593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1932910 INFO  (zkConnectionManagerCallback-13595-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1932912 INFO  (zkConnectionManagerCallback-13597-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1932915 WARN  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1932915 WARN  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1932915 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16011564{/solr,null,AVAILABLE}
   [junit4]   2> 1932917 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c5708ad{/solr,null,AVAILABLE}
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ecd8ae9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60742}
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f493534{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60741}
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.e.j.s.Server Started @1932957ms
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.e.j.s.Server Started @1932957ms
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60742}
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60741}
   [junit4]   2> 1932918 ERROR (jetty-launcher-13598-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1932918 ERROR (jetty-launcher-13598-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1932918 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1932919 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-10T17:55:04.854626300Z
   [junit4]   2> 1932919 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1932919 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-10T17:55:04.854626300Z
   [junit4]   2> 1932921 INFO  (zkConnectionManagerCallback-13600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1932922 INFO  (zkConnectionManagerCallback-13602-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1932922 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1932922 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1932927 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 0x10046c542af0004, likely client has closed socket
   [junit4]   2> 1932928 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 0x10046c542af0003, likely client has closed socket
   [junit4]   2> 1932999 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1933002 WARN  (jetty-launcher-13598-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3a57cf00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933005 WARN  (jetty-launcher-13598-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@e60749e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933005 INFO  (jetty-launcher-13598-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1933008 INFO  (zkConnectionManagerCallback-13608-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933009 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 0x10046c542af0005, likely client has closed socket
   [junit4]   2> 1933009 INFO  (zkConnectionManagerCallback-13610-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933088 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60742_solr
   [junit4]   2> 1933089 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.c.Overseer Overseer (id=72135407079194630-127.0.0.1:60742_solr-n_0000000000) starting
   [junit4]   2> 1933096 INFO  (zkConnectionManagerCallback-13617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933098 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60730/solr ready
   [junit4]   2> 1933098 INFO  (OverseerStateUpdate-72135407079194630-127.0.0.1:60742_solr-n_0000000000) [n:127.0.0.1:60742_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:60742_solr
   [junit4]   2> 1933099 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60742_solr
   [junit4]   2> 1933101 INFO  (OverseerStateUpdate-72135407079194630-127.0.0.1:60742_solr-n_0000000000) [n:127.0.0.1:60742_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1933110 INFO  (zkCallback-13616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1933128 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1933146 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60742.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933151 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60742.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933151 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60742.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933151 INFO  (jetty-launcher-13598-thread-2) [n:127.0.0.1:60742_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node2\.
   [junit4]   2> 1933183 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1933184 WARN  (jetty-launcher-13598-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2aaff3ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933187 WARN  (jetty-launcher-13598-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@10687822[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933189 INFO  (jetty-launcher-13598-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1933190 INFO  (zkConnectionManagerCallback-13624-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933195 INFO  (zkConnectionManagerCallback-13626-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933199 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1933204 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60741_solr as DOWN
   [junit4]   2> 1933204 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1933205 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60741_solr
   [junit4]   2> 1933205 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1933205 INFO  (zkCallback-13616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1933206 INFO  (zkCallback-13625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1933242 INFO  (zkConnectionManagerCallback-13633-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933244 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1933245 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60730/solr ready
   [junit4]   2> 1933245 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1933275 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933282 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933282 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1933283 INFO  (jetty-launcher-13598-thread-1) [n:127.0.0.1:60741_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.
   [junit4]   2> 1933306 INFO  (zkConnectionManagerCallback-13639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933307 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1933308 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60730/solr ready
   [junit4]   2> 1933325 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1933328 INFO  (qtp362840378-35750) [n:127.0.0.1:60741_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1933331 INFO  (OverseerThreadFactory-11264-thread-1-processing-n:127.0.0.1:60742_solr) [n:127.0.0.1:60742_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 1933439 INFO  (OverseerStateUpdate-72135407079194630-127.0.0.1:60742_solr-n_0000000000) [n:127.0.0.1:60742_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60742/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1933440 INFO  (OverseerStateUpdate-72135407079194630-127.0.0.1:60742_solr-n_0000000000) [n:127.0.0.1:60742_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60741/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1933644 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr    x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1933644 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr    x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1933644 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr    x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1934659 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1934659 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1934661 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1934661 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1934667 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1934667 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1934668 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60742.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1934668 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1934668 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 1934668 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1934668 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1934668 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1934737 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1934737 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1934737 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1934737 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1934745 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1934745 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1934748 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1934748 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1934758 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@761612a2[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1934758 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1934758 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1934758 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1934761 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627642141549264896
   [junit4]   2> 1934763 INFO  (searcherExecutor-11276-thread-1-processing-n:127.0.0.1:60742_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new searcher Searcher@761612a2[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1934766 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1934766 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MissingSegmentRecoveryTest/leaders/shard1
   [junit4]   2> 1934771 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1934771 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d43c3a[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1934772 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1934773 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1934774 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1934774 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627642141562896384
   [junit4]   2> 1934777 INFO  (searcherExecutor-11277-thread-1-processing-n:127.0.0.1:60741_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new searcher Searcher@4d43c3a[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1934781 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1934781 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/MissingSegmentRecoveryTest/leaders/shard1
   [junit4]   2> 1935272 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1935272 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1935272 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60742/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 1935273 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 url=http://127.0.0.1:60742/solr START replicas=[http://127.0.0.1:60741/solr/MissingSegmentRecoveryTest_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1935274 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 url=http://127.0.0.1:60742/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1935275 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request [MissingSegmentRecoveryTest_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> 1935276 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1935276 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_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> 1935276 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as /collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/72135407079194630-core_node3-n_0000000000
   [junit4]   2> 1935278 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60742/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 1935380 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935381 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1935383 INFO  (qtp1180379147-35752) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1739
   [junit4]   2> 1935484 INFO  (zkCallback-13609-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935484 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935805 INFO  (qtp362840378-35755) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2162
   [junit4]   2> 1935811 INFO  (qtp362840378-35750) [n:127.0.0.1:60741_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> 1935908 INFO  (zkCallback-13625-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935909 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935908 INFO  (zkCallback-13609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935910 INFO  (qtp362840378-35750) [n:127.0.0.1:60741_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2582
   [junit4]   2> 1935910 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1935910 INFO  (zkCallback-13625-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1935920 INFO  (qtp1180379147-35756) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1935962 INFO  (qtp362840378-35753) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:60742/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0 (1627642142758273024), 1 (1627642142762467328), 2 (1627642142762467329), 3 (1627642142762467330), 4 (1627642142762467331), 5 (1627642142762467332), 6 (1627642142762467333), 7 (1627642142762467334), 8 (1627642142762467335), 9 (1627642142762467336)]} 0 16
   [junit4]   2> 1935962 INFO  (qtp1180379147-35756) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1627642142758273024), 1 (1627642142762467328), 2 (1627642142762467329), 3 (1627642142762467330), 4 (1627642142762467331), 5 (1627642142762467332), 6 (1627642142762467333), 7 (1627642142762467334), 8 (1627642142762467335), 9 (1627642142762467336)]} 0 49
   [junit4]   2> 1935962 INFO  (qtp1180379147-35758) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1627642142808604672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1935962 INFO  (qtp1180379147-35758) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30d0c503 commitCommandVersion:1627642142808604672
   [junit4]   2> 1935973 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1627642142820139008,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1935973 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3998ca7c commitCommandVersion:1627642142820139008
   [junit4]   2> 1936045 INFO  (qtp1180379147-35758) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b876615[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1936046 INFO  (qtp1180379147-35758) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1936046 INFO  (searcherExecutor-11276-thread-1-processing-n:127.0.0.1:60742_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new searcher Searcher@5b876615[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=11, java.vm.version=11+28, lucene.version=8.0.0, os.arch=amd64, java.runtime.version=11+28, source=flush, os.version=10.0, timestamp=1552240507932}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1936050 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a716ff2[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1936051 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1936051 INFO  (searcherExecutor-11277-thread-1-processing-n:127.0.0.1:60741_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new searcher Searcher@7a716ff2[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=11, java.vm.version=11+28, lucene.version=8.0.0, os.arch=amd64, java.runtime.version=11+28, source=flush, os.version=10.0, timestamp=1552240507956}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1936052 INFO  (qtp362840378-35759) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60742/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 80
   [junit4]   2> 1936053 INFO  (qtp1180379147-35758) [n:127.0.0.1:60742_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=MissingSegmentRecoveryTest:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 88
   [junit4]   2> 1936056 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=354112526
   [junit4]   2> 1936056 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60741_solr
   [junit4]   2> 1936066 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1936066 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:60741_solr as DOWN
   [junit4]   2> 1936105 INFO  (coreCloseExecutor-11286-thread-1) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1539c89b
   [junit4]   2> 1936105 INFO  (coreCloseExecutor-11286-thread-1) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=1539c89b
   [junit4]   2> 1936105 INFO  (coreCloseExecutor-11286-thread-1) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@487e583f: rootName = solr_60741, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@70e832a4
   [junit4]   2> 1936113 INFO  (coreCloseExecutor-11286-thread-1) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=1539c89b
   [junit4]   2> 1936123 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1936123 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79fe0a0a: rootName = solr_60741, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6145e076
   [junit4]   2> 1936132 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1936132 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4859c448: rootName = solr_60741, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@75cefc44
   [junit4]   2> 1936137 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1936137 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@513f4ae: rootName = solr_60741, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@43ed45ae
   [junit4]   2> 1936137 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1936143 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 0x10046c542af0009, likely client has closed socket
   [junit4]   2> 1936147 INFO  (zkCallback-13616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1936147 INFO  (zkCallback-13638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1936147 INFO  (zkCallback-13632-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1936147 INFO  (zkCallback-13609-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1936157 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 0x10046c542af000a, likely client has closed socket
   [junit4]   2> 1936161 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@f493534{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1936162 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16011564{/solr,null,UNAVAILABLE}
   [junit4]   2> 1936162 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1936162 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1936162 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1936166 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 60741 try number 1 ...
   [junit4]   2> 1936166 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1936173 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1936173 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1936173 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1936173 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5648d452{/solr,null,AVAILABLE}
   [junit4]   2> 1936175 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@560998c5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60741}
   [junit4]   2> 1936175 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.s.Server Started @1936215ms
   [junit4]   2> 1936175 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60741}
   [junit4]   2> 1936177 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1936177 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1936177 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1936177 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1936177 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1936177 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-10T17:55:08.112008500Z
   [junit4]   2> 1936183 INFO  (zkConnectionManagerCallback-13646-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936186 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1936193 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 0x10046c542af000c, likely client has closed socket
   [junit4]   2> 1936306 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1936310 INFO  (zkCallback-13609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1936311 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1936315 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3ff34a36[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936323 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@563dedb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1936325 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1936328 INFO  (zkConnectionManagerCallback-13652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936329 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 0x10046c542af000d, likely client has closed socket
   [junit4]   2> 1936332 INFO  (zkConnectionManagerCallback-13654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936387 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1936394 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:60741_solr as DOWN
   [junit4]   2> 1936394 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1936394 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60741_solr
   [junit4]   2> 1936398 INFO  (zkCallback-13616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1936398 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1936399 INFO  (zkCallback-13638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1936400 INFO  (zkCallback-13653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1936464 INFO  (zkConnectionManagerCallback-13661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1936486 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1936499 INFO  (zkCallback-13609-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1936499 INFO  (zkCallback-13609-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1936526 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60730/solr ready
   [junit4]   2> 1936526 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1936565 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1936584 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1936584 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1936586 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.
   [junit4]   2> 1936586 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [n:127.0.0.1:60741_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 1936658 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1936677 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr    ] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1936680 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1936689 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1936782 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1936784 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1936784 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1936785 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1936786 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1936897 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1936897 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1936913 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1936913 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1937003 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1aef6fa4
   [junit4]   2> 1937003 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=1aef6fa4
   [junit4]   2> 1937003 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3036b0ee: rootName = solr_60741, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@1e404cf5
   [junit4]   2> 1937013 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=1aef6fa4
   [junit4]   2> 1937017 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1937017 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index properties... index=index.20190311055508952
   [junit4]   2> 1937027 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=1, core_node4=0}, version=3}
   [junit4]   2> 1937041 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60741.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c41075e
   [junit4]   2> 1937041 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1937233 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\ afterReload=false
   [junit4]   2> 1937237 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Deleted old index directory: C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20190311055508952
   [junit4]   2> 1937394 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1937394 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1937399 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1937399 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1937404 INFO  (OverseerCollectionConfigSetProcessor-72135407079194630-127.0.0.1:60742_solr-n_0000000000) [n:127.0.0.1:60742_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> 1937405 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5c95decc
   [junit4]   2> 1937405 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=5c95decc
   [junit4]   2> 1937405 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d376848: rootName = solr_60741, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@1e404cf5
   [junit4]   2> 1937417 INFO  (coreLoadExecutor-11296-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=5c95decc
   [junit4]   2> 1937417 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\ afterReload=false
   [junit4]   2> 1937439 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Deleted old index directory: C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 1937441 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[DBB3F7EB614E7E6F]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1937442 INFO  (watches-13636-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 1937441 ERROR (coreContainerWorkExecutor-11289-thread-1-processing-n:127.0.0.1:60741_solr) [n:127.0.0.1:60741_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore to be loaded on startup
   [junit4]   2> org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1210) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:695) ~[java/:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) ~[metrics-core-3.2.6.jar:3.2.6]
   [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:834) [?:?]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:876) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1287) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1191) ~[java/:?]
   [junit4]   2> 	... 7 more
   [junit4]   2> 	Suppressed: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:876) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1189) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:695) ~[java/:?]
   [junit4]   2> 		at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) ~[metrics-core-3.2.6.jar:3.2.6]
   [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:834) [?:?]
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2145) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2265) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1108) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:995) ~[java/:?]
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: org.apache.lucene.index.CorruptIndexException: Unexpected file read error while reading index. (resource=BufferedChecksumIndexInput(MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")))
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:846) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:124) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:97) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2106) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2265) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1108) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:995) ~[java/:?]
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")
   [junit4]   2> 		at org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.store.DataInput.readInt(DataInput.java:101) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:301) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:289) ~[java/:?]
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:846) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:124) ~[java/:?]
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:97) ~[java/:?]
   [junit4]   2> 		at org.apac

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

  (jetty-closer-13665-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@560998c5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60741}
   [junit4]   2> 1982801 INFO  (zkCallback-13616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1982802 INFO  (closeThreadPool-13671-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72135407079194630-127.0.0.1:60742_solr-n_0000000000) closing
   [junit4]   2> 1982803 INFO  (jetty-closer-13665-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5648d452{/solr,null,UNAVAILABLE}
   [junit4]   2> 1982805 INFO  (jetty-closer-13665-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5ecd8ae9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1982805 INFO  (jetty-closer-13665-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1982805 INFO  (jetty-closer-13665-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c5708ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1982806 INFO  (jetty-closer-13665-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1982806 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1982809 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> 	11	/solr/collections/MissingSegmentRecoveryTest/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72135407079194630-127.0.0.1:60742_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1982809 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60730
   [junit4]   2> 1982809 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[DBB3F7EB614E7E6F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60730
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_DBB3F7EB614E7E6F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=FSTOrd50, id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1503, maxMBSortInHeap=5.811561588728985, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@548945bf), locale=ha-NG, timezone=Pacific/Wake
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 11 (64-bit)/cpus=3,threads=1,free=267901992,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryFactoryTest, TriggerCooldownIntegrationTest, TestSchemaNameResource, TimeZoneUtilsTest, SolrPluginUtilsTest, TestSkipOverseerOperations, JvmMetricsTest, TestSQLHandler, TestSubQueryTransformerDistrib, TestExceedMaxTermLength, TestCloudInspectUtil, TestManagedStopFilterFactory, TestOrdValues, TestPullReplica, EnumFieldTest, RemoteQueryErrorTest, ClassificationUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, SoftAutoCommitTest, TestDynamicFieldCollectionResource, MinimalSchemaTest, BaseCdcrDistributedZkTest, TestDeleteCollectionOnDownNodes, HdfsBasicDistributedZkTest, HttpSolrCallGetCoreTest, SearchHandlerTest, TestCloudPivotFacet, TestTestInjection, TestJsonRequest, HttpPartitionOnCommitTest, TestSystemCollAutoCreate, TestFieldTypeCollectionResource, TestUnInvertedFieldException, TestHttpShardHandlerFactory, TestZkChroot, AutoAddReplicasPlanActionTest, TestPerFieldSimilarity, TriLevelCompositeIdRoutingTest, DateRangeFieldTest, TestImplicitCoreProperties, SuggesterTest, V2StandaloneTest, TestBulkSchemaAPI, XmlInterpolationTest, TestTolerantSearch, TestFilteredDocIdSet, PreAnalyzedFieldTest, TestSimGenericDistributedQueue, UpdateLogTest, SegmentsInfoRequestHandlerTest, SparseHLLTest, MultiSolrCloudTestCaseTest, BlockJoinFacetSimpleTest, TestSimpleTrackingShardHandler, TestPseudoReturnFields, OverriddenZkACLAndCredentialsProvidersTest, TestApiFramework, VersionInfoTest, TestDocBasedVersionConstraints, HdfsAutoAddReplicasIntegrationTest, CloudExitableDirectoryReaderTest, TestFunctionQuery, TestBinaryField, SignatureUpdateProcessorFactoryTest, TestQuerySenderNoQuery, TestDistributedStatsComponentCardinality, HDFSCollectionsAPITest, TestJsonFacets, TestDFRSimilarityFactory, TestGraphMLResponseWriter, TestSSLRandomization, StatsReloadRaceTest, RandomizedTaggerTest, SystemLogListenerTest, SOLR749Test, TestStressLucene, SolrJmxReporterCloudTest, TestUpdate, LeaderFailureAfterFreshStartTest, DocValuesMultiTest, ZkStateReaderTest, TestNumericTokenStream, HdfsCollectionsAPIDistributedZkTest, TestRandomDVFaceting, TestManagedSchemaAPI, BlobRepositoryCloudTest, FacetPivotSmallTest, TestSimpleQParserPlugin, TestMaxScoreQueryParser, TestUtilizeNode, TestElisionMultitermQuery, JavabinLoaderTest, TestLuceneIndexBackCompat, SimpleMLTQParserTest, TestSimDistribStateManager, MetricsHistoryIntegrationTest, TestSearchPerf, LargeFieldTest, FieldAnalysisRequestHandlerTest, RestartWhileUpdatingTest, TestLegacyBM25SimilarityFactory, DistributedSuggestComponentTest, TestSolrDeletionPolicy2, DistributedQueueTest, CurrencyRangeFacetCloudTest, NodeLostTriggerTest, TestFieldCacheReopen, TestSolrCloudWithHadoopAuthPlugin, TestSolrConfigHandler, SuggestComponentTest, MetricTriggerTest, DistributedFacetPivotSmallAdvancedTest, DebugComponentTest, TestCoreDiscovery, DistribDocExpirationUpdateProcessorTest, SpatialFilterTest, TestRuleBasedAuthorizationPlugin, CollectionsAPIAsyncDistributedZkTest, DistributedIntervalFacetingTest, RequiredFieldsTest, TestStressLiveNodes, TestNumericTerms32, TestLRUCache, DeleteReplicaTest, TestTolerantUpdateProcessorCloud, TestPHPSerializedResponseWriter, TestCharFilters, SearchHandlerTest, ClusterStateUpdateTest, BasicFunctionalityTest, FileBasedSpellCheckerTest, TaggerTest, TestBadConfig, TestReload, TestChildDocTransformer, TestTrackingShardHandlerFactory, ConfigureRecoveryStrategyTest, StatsComponentTest, CollectionStateFormat2Test, TestCollapseQParserPlugin, CdcrBootstrapTest, TestLMDirichletSimilarityFactory, SuggesterFSTTest, TestSolrCoreSnapshots, TolerantUpdateProcessorTest, ConcurrentDeleteAndCreateCollectionTest, TestRTimerTree, InfoHandlerTest, SearchRateTriggerIntegrationTest, CurrencyFieldTypeTest, TestLocalFSCloudBackupRestore, TestCustomSort, CollectionReloadTest, SpellPossibilityIteratorTest, AtomicUpdateProcessorFactoryTest, TestInitParams, TestSortableTextField, TestDocTermOrdsUninvertLimit, DistributedFacetPivotWhiteBoxTest, TestExactSharedStatsCache, BasicDistributedZkTest, BasicAuthStandaloneTest, TestConfigSetsAPIZkFailure, TestNRTOpen, TestDocumentBuilder, TestBlendedInfixSuggestions, TestExclusionRuleCollectionAccess, TestScoreJoinQPNoScore, TestSolrCloudWithKerberosAlt, CheckHdfsIndexTest, TestPayloadCheckQParserPlugin, TestRebalanceLeaders, DefaultValueUpdateProcessorTest, ShardRoutingCustomTest, TestReRankQParserPlugin, TestLuceneMatchVersion, DistributedQueryComponentCustomSortTest, TestUnifiedSolrHighlighter, TestCloudNestedDocsSort, ShufflingReplicaListTransformerTest, HighlighterConfigTest, DocValuesNotIndexedTest, TestHighlightDedupGrouping, TestReplicationHandler, ZkSolrClientTest, BadIndexSchemaTest, PeerSyncWithIndexFingerprintCachingTest, TestLeaderElectionWithEmptyReplica, NumberUtilsTest, TestStressVersions, TestCustomDocTransformer, MoreLikeThisHandlerTest, SolrXmlInZkTest, TestManagedResourceStorage, TestHalfAndHalfDocValues, SignificantTermsQParserPluginTest, ResponseHeaderTest, TestMissingGroups, CustomHighlightComponentTest, TestCloudRecovery, SolrGangliaReporterTest, TestDistributedMissingSort, IndexSchemaRuntimeFieldTest, TestInitQParser, TestRawResponseWriter, ReplaceNodeTest, DeleteStatusTest, JSONWriterTest, ConnectionManagerTest, TestRandomFaceting, AddReplicaTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, HttpPartitionTest, LeaderElectionTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest]
   [junit4] Completed [474/839 (1!)] on J1 in 51.23s, 1 test, 1 failure <<< FAILURES!

[...truncated 43716 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Windows/70/consoleText

[repro] Revision: dcd3e98db10c4d43aec00c66b16ab07fea8c350d

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"

[repro] ant clean

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

[...truncated 3599 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MissingSegmentRecoveryTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=DBB3F7EB614E7E6F -Dtests.slow=true -Dtests.locale=ha-NG -Dtests.timezone=Pacific/Wake -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 78 lines...]