You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/12/12 19:34:43 UTC

[JENKINS] Lucene-Solr-8.4-Windows (64bit/jdk1.8.0_201) - Build # 207 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.4-Windows/207/
Java: 64bit/jdk1.8.0_201 -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:53996/solr",           "node_name":"127.0.0.1:53996_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:53991/solr",           "node_name":"127.0.0.1:53991_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:53991_solr, 127.0.0.1:53996_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:53996/solr",           "node_name":"127.0.0.1:53996_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:53991/solr",           "node_name":"127.0.0.1:53991_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "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:53996/solr",
          "node_name":"127.0.0.1:53996_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:53991/solr",
          "node_name":"127.0.0.1:53991_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:53991_solr, 127.0.0.1:53996_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:53996/solr",
          "node_name":"127.0.0.1:53996_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:53991/solr",
          "node_name":"127.0.0.1:53991_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([CFD94577A9B76A32:9F8CDD74F096DC2F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:324)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:301)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14865 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 2554221 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\data-dir-226-001
   [junit4]   2> 2554221 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2554221 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2554256 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2554256 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2554261 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001
   [junit4]   2> 2554263 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2554264 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2554264 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2554365 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:53978
   [junit4]   2> 2554365 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53978
   [junit4]   2> 2554365 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53978
   [junit4]   2> 2554365 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53978
   [junit4]   2> 2554371 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554383 INFO  (zkConnectionManagerCallback-9328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554383 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2554392 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554395 INFO  (zkConnectionManagerCallback-9330-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554395 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2554397 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554402 INFO  (zkConnectionManagerCallback-9332-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554402 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2554507 WARN  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2554508 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2554508 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2554508 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2554508 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2554508 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2554509 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2554509 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ecf67a7{/solr,null,AVAILABLE}
   [junit4]   2> 2554510 WARN  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@59bc0c09{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53991}
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-2) [     ] o.e.j.s.Server Started @2554564ms
   [junit4]   2> 2554512 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53991}
   [junit4]   2> 2554513 ERROR (jetty-launcher-9333-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2554513 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2554513 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 2554513 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2554513 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2554513 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-12T17:56:44.145Z
   [junit4]   2> 2554514 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554516 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2554516 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2554516 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2554516 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ef73b1c{/solr,null,AVAILABLE}
   [junit4]   2> 2554518 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7346a7b3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53996}
   [junit4]   2> 2554518 INFO  (jetty-launcher-9333-thread-1) [     ] o.e.j.s.Server Started @2554570ms
   [junit4]   2> 2554518 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53996}
   [junit4]   2> 2554519 ERROR (jetty-launcher-9333-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2554519 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2554519 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 2554519 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2554519 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2554519 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-12T17:56:44.151Z
   [junit4]   2> 2554523 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554524 INFO  (zkConnectionManagerCallback-9335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554524 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2554526 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2554528 INFO  (zkConnectionManagerCallback-9337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554528 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2554530 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2554896 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2554898 WARN  (jetty-launcher-9333-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10974156[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2554898 WARN  (jetty-launcher-9333-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10974156[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2554909 WARN  (jetty-launcher-9333-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b4343dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2554909 WARN  (jetty-launcher-9333-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b4343dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2554910 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53978/solr
   [junit4]   2> 2554910 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2554913 INFO  (zkConnectionManagerCallback-9345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554913 INFO  (jetty-launcher-9333-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2555023 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2555028 INFO  (zkConnectionManagerCallback-9347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2555028 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2555229 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53996_solr
   [junit4]   2> 2555229 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.Overseer Overseer (id=72061423148007430-127.0.0.1:53996_solr-n_0000000000) starting
   [junit4]   2> 2555244 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53996_solr
   [junit4]   2> 2555244 INFO  (OverseerStateUpdate-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [n:127.0.0.1:53996_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53996_solr
   [junit4]   2> 2555245 INFO  (OverseerStateUpdate-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2555247 WARN  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2555373 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2555440 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2555449 WARN  (jetty-launcher-9333-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@764341e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2555449 WARN  (jetty-launcher-9333-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@764341e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2555468 WARN  (jetty-launcher-9333-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6474aaa3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2555468 WARN  (jetty-launcher-9333-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6474aaa3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2555469 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53978/solr
   [junit4]   2> 2555472 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2555480 INFO  (zkConnectionManagerCallback-9357-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2555480 INFO  (jetty-launcher-9333-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2555548 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555558 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555558 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555565 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2555569 INFO  (jetty-launcher-9333-thread-1) [n:127.0.0.1:53996_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.
   [junit4]   2> 2555586 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2555591 INFO  (zkConnectionManagerCallback-9359-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2555591 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2555609 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2555622 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53991_solr as DOWN
   [junit4]   2> 2555623 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2555623 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53991_solr
   [junit4]   2> 2555626 INFO  (zkCallback-9346-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2555626 INFO  (zkCallback-9358-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2555632 WARN  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2555741 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2555803 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53991.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555813 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53991.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555813 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53991.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2555815 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2555818 INFO  (jetty-launcher-9333-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node2\.
   [junit4]   2> 2555885 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2555886 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2555891 INFO  (zkConnectionManagerCallback-9368-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2555891 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2555895 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2555897 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53978/solr ready
   [junit4]   2> 2555975 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 2555978 INFO  (qtp2105624179-29053) [n:127.0.0.1:53996_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> 2555989 INFO  (OverseerThreadFactory-10044-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 2556125 INFO  (OverseerStateUpdate-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [n:127.0.0.1:53996_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:53996/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2556132 INFO  (OverseerStateUpdate-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [n:127.0.0.1:53996_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:53991/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2556338 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2556338 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2556347 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr    x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2557414 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 2557414 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 2557444 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557444 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557450 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557450 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557450 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557450 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557450 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53991.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2557450 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2557450 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2557450 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 2557731 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557731 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557733 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557733 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557735 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2557735 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2557739 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dbaa466[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2557739 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2557739 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2557744 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557745 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557745 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557745 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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 1652737606813745152
   [junit4]   2> 2557749 INFO  (searcherExecutor-10056-thread-1-processing-n:127.0.0.1:53991_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:53991_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@1dbaa466[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2557755 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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_node4=0}, version=0}
   [junit4]   2> 2557755 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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> 2557769 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@225345[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2557777 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557778 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557779 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2557779 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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 1652737606849396736
   [junit4]   2> 2557783 INFO  (searcherExecutor-10057-thread-1-processing-n:127.0.0.1:53996_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:53996_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@225345[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2557785 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 2557794 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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, core_node4=0}, version=1}
   [junit4]   2> 2557794 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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> 2558289 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2558289 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2558289 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53991/solr/MissingSegmentRecoveryTest_shard1_replica_n2/
   [junit4]   2> 2558290 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n2 url=http://127.0.0.1:53991/solr START replicas=[http://127.0.0.1:53996/solr/MissingSegmentRecoveryTest_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 2558290 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n2 url=http://127.0.0.1:53991/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2558293 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.S.Request [MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2558294 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2558294 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2558294 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as /collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/72061423148007432-core_node4-n_0000000000
   [junit4]   2> 2558299 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53991/solr/MissingSegmentRecoveryTest_shard1_replica_n2/ shard1
   [junit4]   2> 2558403 INFO  (zkCallback-9358-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> 2558406 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2558418 INFO  (qtp1467738262-29041) [n:127.0.0.1:53991_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=2080
   [junit4]   2> 2558509 INFO  (zkCallback-9358-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> 2558512 INFO  (zkCallback-9358-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> 2558823 INFO  (qtp2105624179-29056) [n:127.0.0.1:53996_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=2484
   [junit4]   2> 2558827 INFO  (qtp2105624179-29053) [n:127.0.0.1:53996_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> 2558913 INFO  (zkCallback-9346-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> 2558913 INFO  (zkCallback-9358-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> 2558913 INFO  (zkCallback-9358-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> 2558914 INFO  (qtp2105624179-29053) [n:127.0.0.1:53996_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=2937
   [junit4]   2> 2558916 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.SolrCloudTestCase waitForState (MissingSegmentRecoveryTest): Expected a collection with one shard and two replicas
   [junit4]   2> 2558916 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 2558916 INFO  (zkCallback-9346-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> 2558917 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 2558918 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 2558932 INFO  (qtp1467738262-29044) [n:127.0.0.1:53991_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=1}, version=2}
   [junit4]   2> 2558944 INFO  (qtp2105624179-29057) [n:127.0.0.1:53996_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={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53991/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&wt=javabin&version=2}{add=[0 (1652737608050016256), 1 (1652737608057356288), 2 (1652737608057356289), 3 (1652737608057356290), 4 (1652737608057356291), 5 (1652737608057356292), 6 (1652737608057356293), 7 (1652737608057356294), 8 (1652737608057356295), 9 (1652737608057356296)]} 0 5
   [junit4]   2> 2558945 INFO  (qtp1467738262-29044) [n:127.0.0.1:53991_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={wt=javabin&version=2}{add=[0 (1652737608050016256), 1 (1652737608057356288), 2 (1652737608057356289), 3 (1652737608057356290), 4 (1652737608057356291), 5 (1652737608057356292), 6 (1652737608057356293), 7 (1652737608057356294), 8 (1652737608057356295), 9 (1652737608057356296)]} 0 23
   [junit4]   2> 2558947 INFO  (qtp1467738262-29045) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1652737608074133504,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2558947 INFO  (qtp1467738262-29045) [n:127.0.0.1:53991_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@3e9f737f commitCommandVersion:1652737608074133504
   [junit4]   2> 2558950 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1652737608077279232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2558950 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_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@2859c438 commitCommandVersion:1652737608077279232
   [junit4]   2> 2559141 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@da0e120[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2559142 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2559144 INFO  (searcherExecutor-10057-thread-1-processing-n:127.0.0.1:53996_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:53996_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@da0e120[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.4.0):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1576173408702}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2559144 INFO  (qtp2105624179-29058) [n:127.0.0.1:53996_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={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53991/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 195
   [junit4]   2> 2559151 INFO  (qtp1467738262-29045) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70c7459a[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2559151 INFO  (qtp1467738262-29045) [n:127.0.0.1:53991_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2559154 INFO  (searcherExecutor-10056-thread-1-processing-n:127.0.0.1:53991_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:53991_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@70c7459a[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.4.0):C10:[diagnostics={os=Windows 10, java.vendor=Oracle Corporation, java.version=1.8.0_201, java.vm.version=25.201-b09, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1576173408709}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2559154 INFO  (qtp1467738262-29045) [n:127.0.0.1:53991_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={_stateVer_=MissingSegmentRecoveryTest:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 208
   [junit4]   2> 2559157 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=879994425
   [junit4]   2> 2559157 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:53996_solr
   [junit4]   2> 2559158 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2559158 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53996_solr as DOWN
   [junit4]   2> 2559162 INFO  (coreCloseExecutor-10066-thread-1) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3443b8ff
   [junit4]   2> 2559162 INFO  (coreCloseExecutor-10066-thread-1) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=SolrCore@3443b8ff
   [junit4]   2> 2559162 INFO  (coreCloseExecutor-10066-thread-1) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@376a6355: rootName = solr_53996, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@542515e5
   [junit4]   2> 2559182 INFO  (coreCloseExecutor-10066-thread-1) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=SolrCore@3443b8ff
   [junit4]   2> 2559193 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2559193 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64690eae: rootName = solr_53996, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@18162e45
   [junit4]   2> 2559201 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2559201 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b34e5c2: rootName = solr_53996, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2b0a70de
   [junit4]   2> 2559204 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2559205 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45d02f42: rootName = solr_53996, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@31c253c7
   [junit4]   2> 2559205 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2559215 INFO  (closeThreadPool-9374-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72061423148007430-127.0.0.1:53996_solr-n_0000000000) closing
   [junit4]   2> 2559216 INFO  (OverseerStateUpdate-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [n:127.0.0.1:53996_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53996_solr
   [junit4]   2> 2559218 INFO  (OverseerAutoScalingTriggerThread-72061423148007430-127.0.0.1:53996_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2559220 INFO  (closeThreadPool-9374-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72061423148007430-127.0.0.1:53996_solr-n_0000000000) closing
   [junit4]   2> 2559308 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.Overseer Overseer (id=72061423148007430-127.0.0.1:53996_solr-n_0000000000) closing
   [junit4]   2> 2559309 INFO  (zkCallback-9358-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53991_solr
   [junit4]   2> 2559309 INFO  (zkCallback-9358-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2559310 INFO  (zkCallback-9367-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2559311 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7346a7b3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2559312 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ef73b1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2559313 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2559315 INFO  (zkCallback-9358-thread-2) [n:127.0.0.1:53991_solr     ] o.a.s.c.Overseer Overseer (id=72061423148007432-127.0.0.1:53991_solr-n_0000000001) starting
   [junit4]   2> 2559316 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=53996)
   [junit4]   2> 2559324 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2559325 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 53996 try number 1 ...
   [junit4]   2> 2559325 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2559328 INFO  (OverseerStateUpdate-72061423148007432-127.0.0.1:53991_solr-n_0000000001) [n:127.0.0.1:53991_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53991_solr
   [junit4]   2> 2559329 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2559329 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2559332 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2559335 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2608a5ad{/solr,null,AVAILABLE}
   [junit4]   2> 2559336 INFO  (zkCallback-9358-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: [1])
   [junit4]   2> 2559336 INFO  (zkCallback-9358-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> 2559342 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@116502d8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53996}
   [junit4]   2> 2559342 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.s.Server Started @2559395ms
   [junit4]   2> 2559342 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53996}
   [junit4]   2> 2559344 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2559344 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2559344 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 2559346 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2559346 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2559346 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-12T17:56:48.978Z
   [junit4]   2> 2559353 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2559356 INFO  (zkConnectionManagerCallback-9376-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559356 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2559357 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2559699 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2559703 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d54be9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559703 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d54be9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559712 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d5c8d8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559712 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d5c8d8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559714 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53978/solr
   [junit4]   2> 2559715 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2559719 INFO  (zkConnectionManagerCallback-9383-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559719 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2559823 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2559827 INFO  (zkConnectionManagerCallback-9385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559828 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2559839 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2559849 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53996_solr as DOWN
   [junit4]   2> 2559851 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2559851 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53996_solr
   [junit4]   2> 2559854 INFO  (zkCallback-9358-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2559854 INFO  (zkCallback-9367-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2559855 INFO  (zkCallback-9384-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2559858 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2559955 INFO  (zkCallback-9358-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> 2559955 INFO  (zkCallback-9358-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> 2559965 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2560018 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2560036 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2560036 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2560039 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2560052 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.
   [junit4]   2> 2560053 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CFD94577A9B76A32]) [n:127.0.0.1:53996_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica_n1]
   [junit4]   2> 2560095 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 2560108 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr     ] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2560115 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2560138 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 2560149 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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> 2560152 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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> 2560152 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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> 2560153 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2560153 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 2560358 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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> 2560358 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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> 2560362 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2560362 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2560370 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@56a4585
   [junit4]   2> 2560371 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=SolrCore@56a4585
   [junit4]   2> 2560371 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12903823: rootName = solr_53996, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3fce2263
   [junit4]   2> 2560413 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=SolrCore@56a4585
   [junit4]   2> 2560461 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 2560461 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrCore Updating index properties... index=index.20191212232650093
   [junit4]   2> 2560488 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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, core_node4=1}, version=3}
   [junit4]   2> 2560514 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53996.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@612bb80
   [junit4]   2> 2560514 INFO  (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_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.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 2560543 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1) [     ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\ afterReload=false
   [junit4]   2> 2560559 ERROR (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1) [     ] o.a.s.c.DirectoryFactory Failed to delete old directory C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20191212232650093 due to: java.io.IOException: Unable to delete directory C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20191212232650093.
   [junit4]   2> 2560571 ERROR (coreLoadExecutor-10080-thread-1-processing-n:127.0.0.1:53996_solr) [n:127.0.0.1:53996_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
   [junit4]   2>           => java.nio.file.NoSuchFileException: C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20191212232650093\write.lock
   [junit4]   2> 	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
   [junit4]   2> java.nio.file.NoSuchFileException: C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20191212232650093\write.lock
   [junit4]   2> 	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.readAttributes(Files.java:1737) ~[?:1.8.0_201]
   [junit4]   2> 	at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:67) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.SegmentInfos.write(SegmentInfos.java:458) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:764) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4790) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3277) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3445) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1046) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.IOUtils.closeQuietly(IOUtils.java:31) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1385) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1294) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788) ~[java/:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.ca

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

) -> (1)
   [junit4]   2> 2606309 INFO  (jetty-closer-9392-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@59bc0c09{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2606310 INFO  (jetty-closer-9392-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ecf67a7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2606310 INFO  (jetty-closer-9392-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2606412 INFO  (jetty-closer-9392-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@116502d8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53996}
   [junit4]   2> 2606414 INFO  (jetty-closer-9392-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2608a5ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 2606414 INFO  (jetty-closer-9392-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2606415 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2606619 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> 	12	/solr/collections/MissingSegmentRecoveryTest/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/MissingSegmentRecoveryTest/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/overseer/queue
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	10	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2606626 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:53978
   [junit4]   2> 2606626 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53978
   [junit4]   2> 2606626 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[CFD94577A9B76A32]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53978
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.4-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CFD94577A9B76A32-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {_root_=BlockTreeOrds(blocksize=128), id=Lucene84}, docValues:{}, maxPointsInLeafNode=188, maxMBSortInHeap=7.391990628276373, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@268d384f), locale=sk, timezone=IST
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=3,threads=1,free=269232248,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SharedFSAutoReplicaFailoverTest, MetricTriggerTest, TestDFISimilarityFactory, TestSort, SchemaApiFailureTest, SolrIndexSplitterTest, TestReplicationHandler, SynonymTokenizerTest, HdfsChaosMonkeySafeLeaderTest, TestCopyFieldCollectionResource, TestDistributedGrouping, TestGraphMLResponseWriter, ReplicationFactorTest, TestNumericTokenStream, DefaultValueUpdateProcessorTest, TestDocTermOrdsUninvertLimit, PropertiesRequestHandlerTest, TestSolrCloudWithDelegationTokens, TestNumericTerms32, BasicZkTest, AnalysisErrorHandlingTest, BufferStoreTest, TestImplicitCoreProperties, ResponseHeaderTest, TestObjectReleaseTracker, FullSolrCloudDistribCmdsTest, TestFieldResource, TestSafeXMLParsing, BlockCacheTest, TestBM25SimilarityFactory, TestBackupRepositoryFactory, InfoHandlerTest, TestSubQueryTransformerCrossCore, TriggerIntegrationTest, TestSolrCloudWithHadoopAuthPlugin, TestCloudRecovery2, NodeAddedTriggerTest, TestJoin, TestIndexSearcher, TestRequestStatusCollectionAPI, TestLeaderElectionWithEmptyReplica, AnalyticsMergeStrategyTest, CollectionTooManyReplicasTest, TestTrackingShardHandlerFactory, IndexSchemaTest, TestExtendedDismaxParser, DocValuesTest, SuggestComponentTest, ClassificationUpdateProcessorTest, DocumentBuilderTest, HdfsRecoverLeaseTest, TestFaceting, TestRangeQuery, DistributedFacetPivotLargeTest, UUIDUpdateProcessorFallbackTest, TestTolerantUpdateProcessorRandomCloud, PluginInfoTest, TestReplicationHandlerDiskOverFlow, SolrRrdBackendFactoryTest, TestFiltering, TestZkChroot, TestStressVersions, TestApiFramework, TestManagedSchema, TestCrossCoreJoin, TestInPlaceUpdatesRequiredField, StatelessScriptUpdateProcessorFactoryTest, TestBlendedInfixSuggestions, TestSolrDeletionPolicy2, TestSystemCollAutoCreate, HDFSCollectionsAPITest, DistributedSuggestComponentTest, TestConfigsApi, DistribJoinFromCollectionTest, TestLegacyFieldReuse, CurrencyRangeFacetCloudTest, TestPointFields, MultiSolrCloudTestCaseTest, TestInitParams, SolrCoreMetricManagerTest, TestMacroExpander, TriggerCooldownIntegrationTest, TestFieldCacheReopen, TestCloudSchemaless, SubstringBytesRefFilterTest, RandomizedTaggerTest, TestComponentsName, TestQueryTypes, ZkSolrClientTest, CleanupOldIndexTest, TestConfigOverlay, XsltUpdateRequestHandlerTest, TestWaitForStateWithJettyShutdowns, TestSimNodeAddedTrigger, TimeZoneUtilsTest, SoftAutoCommitTest, TestCryptoKeys, TestSizeLimitedDistributedMap, DeleteShardTest, TestSolrJacksonAnnotation, SpellCheckCollatorTest, TestDynamicLoadingUrl, TestPerFieldSimilarityWithDefaultOverride, JavabinLoaderTest, LargeFieldTest, PreAnalyzedUpdateProcessorTest, HighlighterTest, AtomicUpdateProcessorFactoryTest, SignificantTermsQParserPluginTest, TestExplainDocTransformer, TestSolrCoreParser, HdfsLockFactoryTest, TestDistributedStatsComponentCardinality, TestSimExecutePlanAction, QueryElevationComponentTest, TestCloudDeleteByQuery, DistributedFacetPivotSmallAdvancedTest, SpellPossibilityIteratorTest, TestSuggestSpellingConverter, VersionInfoTest, MoveReplicaHDFSTest, TestAuthorizationFramework, TestStressLucene, BadCopyFieldTest, TestCollationFieldDocValues, TestSearcherReuse, TestLegacyNumericRangeQueryBuilder, TriLevelCompositeIdRoutingTest, PrimitiveFieldTypeTest, SolrInfoBeanTest, ForceLeaderTest, ClassificationUpdateProcessorFactoryTest, SuggesterTest, TestRTGBase, UninvertDocValuesMergePolicyTest, ChaosMonkeySafeLeaderWithPullReplicasTest, PathHierarchyTokenizerFactoryTest, TestSolrCoreSnapshots, DaemonStreamApiTest, TestXmlQParser, CdcrBootstrapTest, DistributedExpandComponentTest, ReindexCollectionTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudMLTQParserTest, CachingDirectoryFactoryTest, ReplaceNodeNoTargetTest, TestAuthenticationFramework, BlockJoinFacetDistribTest, TestComplexPhraseLeadingWildcard, TestDistribIDF, AnalysisAfterCoreReloadTest, DistributedFacetSimpleRefinementLongTailTest, TestOnReconnectListenerSupport, TestSegmentSorting, TestSchemaResource, TestRestManager, TestFieldCacheSortRandom, AutoscalingHistoryHandlerTest, TestSolr4Spatial2, TestFieldSortValues, HLLSerializationTest, JsonLoaderTest, TestCloudPseudoReturnFields, HttpSolrCallGetCoreTest, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedFacetPivotWhiteBoxTest, SSLMigrationTest, HdfsBasicDistributedZkTest, SolrJmxReporterTest, HdfsThreadLeakTest, TaggerTest, TestSimPolicyCloud, AuthToolTest, LegacyCloudClusterPropTest, TestSimDistribStateManager, UpdateLogTest, BigEndianAscendingWordSerializerTest, TestCSVLoader, PeerSyncWithIndexFingerprintCachingTest, BaseCdcrDistributedZkTest, BasicDistributedZk2Test, TestDirectoryFactory, TestUseDocValuesAsStored2, RankQueryTest, TestAnalyzeInfixSuggestions, NotRequiredUniqueKeyTest, TestScoreJoinQPNoScore, TestDelegationWithHadoopAuth, CacheHeaderTest, OutputWriterTest, UpdateRequestProcessorFactoryTest, DistributedUpdateProcessorTest, FacetPivotSmallTest, TestFunctionQuery, CollectionPropsTest, TestTestInjection, TestSolrConfigHandlerConcurrent, TestLocalFSCloudBackupRestore, TestSolrXml, SpatialHeatmapFacetsTest, DateFieldTest, DeleteNodeTest, SuggesterFSTTest, DistributedVersionInfoTest, RAMDirectoryFactoryTest, TestNonDefinedSimilarityFactory, TestFastOutputStream, MetricsHandlerTest, MissingSegmentRecoveryTest]
   [junit4] Completed [452/889 (1!)] on J0 in 54.58s, 1 test, 1 failure <<< FAILURES!

[...truncated 54436 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.4-Windows/207/consoleText

[repro] Revision: 08b8d116f8ffacf35a6b05ff4d37f2263b712347

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

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

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

[...truncated 3621 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MissingSegmentRecoveryTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=CFD94577A9B76A32 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=IST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 78 lines...]