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

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_201) - Build # 249 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/249/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseG1GC

2 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/7)={   "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:60858/solr",           "node_name":"127.0.0.1:60858_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:60855/solr",           "node_name":"127.0.0.1:60855_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:60855_solr, 127.0.0.1:60858_solr] Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={   "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:60858/solr",           "node_name":"127.0.0.1:60858_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:60855/solr",           "node_name":"127.0.0.1:60855_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "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:60858/solr",
          "node_name":"127.0.0.1:60858_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60855/solr",
          "node_name":"127.0.0.1:60855_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:60855_solr, 127.0.0.1:60858_solr]
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "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:60858/solr",
          "node_name":"127.0.0.1:60858_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60855/solr",
          "node_name":"127.0.0.1:60855_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([60EBF9AE7900BB64:30BE61AD20210D79]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
	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)


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:58510/solr",           "node_name":"127.0.0.1:58510_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:58509/solr",           "node_name":"127.0.0.1:58509_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:58509_solr, 127.0.0.1:58510_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:58510/solr",           "node_name":"127.0.0.1:58510_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:58509/solr",           "node_name":"127.0.0.1:58509_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:58510/solr",
          "node_name":"127.0.0.1:58510_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:58509/solr",
          "node_name":"127.0.0.1:58509_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:58509_solr, 127.0.0.1:58510_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:58510/solr",
          "node_name":"127.0.0.1:58510_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:58509/solr",
          "node_name":"127.0.0.1:58509_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([60EBF9AE7900BB64:30BE61AD20210D79]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
	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 14605 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 2386062 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\init-core-data-001
   [junit4]   2> 2386071 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 2386071 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2386089 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2386092 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001
   [junit4]   2> 2386094 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2386095 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2386095 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2386196 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58498
   [junit4]   2> 2386196 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58498
   [junit4]   2> 2386196 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58498
   [junit4]   2> 2386233 INFO  (zkConnectionManagerCallback-14961-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2386244 INFO  (zkConnectionManagerCallback-14963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2386246 INFO  (zkConnectionManagerCallback-14965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2386254 WARN  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2386254 WARN  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 2386254 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cd2972{/solr,null,AVAILABLE}
   [junit4]   2> 2386255 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27311b{/solr,null,AVAILABLE}
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11da05f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:58510}
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b704a9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:58509}
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.e.j.s.Server Started @2386294ms
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.e.j.s.Server Started @2386294ms
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58510}
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58509}
   [junit4]   2> 2386257 ERROR (jetty-launcher-14966-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2386257 ERROR (jetty-launcher-14966-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2386257 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2386258 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-11T20:43:32.779Z
   [junit4]   2> 2386258 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-11T20:43:32.778Z
   [junit4]   2> 2386267 INFO  (zkConnectionManagerCallback-14970-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2386267 INFO  (zkConnectionManagerCallback-14969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2386268 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2386268 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2386287 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028877bec0003, likely client has closed socket
   [junit4]   2> 2388115 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2388119 WARN  (jetty-launcher-14966-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@779371[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2388150 WARN  (jetty-launcher-14966-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@99cb16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2388152 INFO  (jetty-launcher-14966-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58498/solr
   [junit4]   2> 2388158 INFO  (zkConnectionManagerCallback-14978-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2388191 INFO  (zkConnectionManagerCallback-14980-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2389072 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58509_solr
   [junit4]   2> 2389100 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.c.Overseer Overseer (id=72102156402688006-127.0.0.1:58509_solr-n_0000000000) starting
   [junit4]   2> 2389232 INFO  (zkConnectionManagerCallback-14987-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2389335 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58498/solr ready
   [junit4]   2> 2389341 INFO  (OverseerStateUpdate-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [n:127.0.0.1:58509_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58509_solr
   [junit4]   2> 2389341 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58509_solr
   [junit4]   2> 2389366 INFO  (zkCallback-14986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2389387 INFO  (OverseerStateUpdate-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [n:127.0.0.1:58509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2389581 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2389706 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2389715 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2389715 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2389717 INFO  (jetty-launcher-14966-thread-2) [n:127.0.0.1:58509_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.
   [junit4]   2> 2390493 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2390510 WARN  (jetty-launcher-14966-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@15d9dd9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2390527 WARN  (jetty-launcher-14966-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@9d800e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2390529 INFO  (jetty-launcher-14966-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58498/solr
   [junit4]   2> 2390532 INFO  (zkConnectionManagerCallback-14994-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2390546 INFO  (zkConnectionManagerCallback-14996-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2390562 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2390568 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:58510_solr as DOWN
   [junit4]   2> 2390572 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2390572 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58510_solr
   [junit4]   2> 2390573 INFO  (zkCallback-14986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2390573 INFO  (zkCallback-14979-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2390574 INFO  (zkCallback-14995-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2390584 INFO  (zkConnectionManagerCallback-15003-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2390591 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2390595 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58498/solr ready
   [junit4]   2> 2390739 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2390840 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58510.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2390868 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58510.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2390868 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58510.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2390868 INFO  (jetty-launcher-14966-thread-1) [n:127.0.0.1:58510_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node1\.
   [junit4]   2> 2391096 INFO  (zkConnectionManagerCallback-15009-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2391102 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2391106 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58498/solr ready
   [junit4]   2> 2391180 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 2391180 INFO  (qtp15550453-40085) [n:127.0.0.1:58510_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> 2391194 INFO  (OverseerThreadFactory-11891-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 2391314 INFO  (OverseerStateUpdate-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [n:127.0.0.1:58509_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:58510/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2391317 INFO  (OverseerStateUpdate-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [n:127.0.0.1:58509_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:58509/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2391522 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2391522 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2391529 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr    x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2392648 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2392655 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2392656 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392666 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392666 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392666 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2392666 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2392681 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392682 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392682 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392682 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58510.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2392682 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 2392982 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392982 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392984 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2392984 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2392987 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392987 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392988 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e06260[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2392990 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392990 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392991 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2392991 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2392991 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2392991 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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 1633269757522214912
   [junit4]   2> 2392993 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@fd36fb[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2392998 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392998 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392998 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2392998 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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 1633269757529554944
   [junit4]   2> 2393002 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2393002 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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> 2393006 INFO  (searcherExecutor-11904-thread-1-processing-n:127.0.0.1:58510_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:58510_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@1e06260[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2393008 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2393011 INFO  (searcherExecutor-11903-thread-1-processing-n:127.0.0.1:58509_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:58509_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@fd36fb[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2393015 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 2393015 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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> 2393516 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2393518 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2393518 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58510/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 2393519 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 url=http://127.0.0.1:58510/solr START replicas=[http://127.0.0.1:58509/solr/MissingSegmentRecoveryTest_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2393519 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 url=http://127.0.0.1:58510/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2393532 INFO  (qtp18339355-40083) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request [MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 2393533 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2393533 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2393533 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as /collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/72102156402688009-core_node3-n_0000000000
   [junit4]   2> 2393556 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58510/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 2393668 INFO  (zkCallback-14995-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> 2393688 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2393741 INFO  (qtp15550453-40088) [n:127.0.0.1:58510_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=2220
   [junit4]   2> 2393863 INFO  (zkCallback-14995-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> 2393863 INFO  (zkCallback-14995-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> 2394027 INFO  (qtp18339355-40081) [n:127.0.0.1:58509_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=2506
   [junit4]   2> 2394085 INFO  (qtp15550453-40085) [n:127.0.0.1:58510_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> 2394132 INFO  (zkCallback-14979-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> 2394132 INFO  (zkCallback-14995-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> 2394133 INFO  (zkCallback-14995-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> 2394133 INFO  (qtp15550453-40085) [n:127.0.0.1:58510_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=2947
   [junit4]   2> 2394133 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 2394139 INFO  (zkCallback-14979-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> 2394169 INFO  (qtp15550453-40089) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 2394169 INFO  (qtp18339355-40080) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:58510/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0 (1633269758727028736), 1 (1633269758742757376), 2 (1633269758742757377), 3 (1633269758742757378), 4 (1633269758742757379), 5 (1633269758742757380), 6 (1633269758742757381), 7 (1633269758742757382), 8 (1633269758742757383), 9 (1633269758742757384)]} 0 7
   [junit4]   2> 2394179 INFO  (qtp15550453-40089) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1633269758727028736), 1 (1633269758742757376), 2 (1633269758742757377), 3 (1633269758742757378), 4 (1633269758742757379), 5 (1633269758742757380), 6 (1633269758742757381), 7 (1633269758742757382), 8 (1633269758742757383), 9 (1633269758742757384)]} 0 39
   [junit4]   2> 2394185 INFO  (qtp15550453-40090) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1633269758774214656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2394185 INFO  (qtp15550453-40090) [n:127.0.0.1:58510_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@62f614 commitCommandVersion:1633269758774214656
   [junit4]   2> 2394188 INFO  (qtp18339355-40087) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1633269758777360384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2394188 INFO  (qtp18339355-40087) [n:127.0.0.1:58509_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@55b60d commitCommandVersion:1633269758777360384
   [junit4]   2> 2394620 INFO  (qtp18339355-40087) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@17cb8f2[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2394620 INFO  (qtp18339355-40087) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2394632 INFO  (searcherExecutor-11903-thread-1-processing-n:127.0.0.1:58509_solr x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest s:shard1 r:core_node4) [n:127.0.0.1:58509_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@17cb8f2[MissingSegmentRecoveryTest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.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.2.0, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1557607420821}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2394632 INFO  (qtp18339355-40087) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:58510/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 445
   [junit4]   2> 2394662 INFO  (qtp15550453-40090) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b2837a[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2394664 INFO  (qtp15550453-40090) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2394664 INFO  (searcherExecutor-11904-thread-1-processing-n:127.0.0.1:58510_solr x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest s:shard1 r:core_node3) [n:127.0.0.1:58510_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@1b2837a[MissingSegmentRecoveryTest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.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.2.0, os.arch=x86, java.runtime.version=1.8.0_201-b09, source=flush, os.version=10.0, timestamp=1557607420821}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2394664 INFO  (qtp15550453-40090) [n:127.0.0.1:58510_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=MissingSegmentRecoveryTest:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 483
   [junit4]   2> 2394675 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=10386609
   [junit4]   2> 2394675 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58509_solr
   [junit4]   2> 2394684 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2394684 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:58509_solr as DOWN
   [junit4]   2> 2394719 INFO  (coreCloseExecutor-11913-thread-1) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@393fa5
   [junit4]   2> 2394719 INFO  (coreCloseExecutor-11913-thread-1) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=393fa5
   [junit4]   2> 2394719 INFO  (coreCloseExecutor-11913-thread-1) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f1b7d7: rootName = solr_58509, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@e8b89a
   [junit4]   2> 2394737 INFO  (coreCloseExecutor-11913-thread-1) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=393fa5
   [junit4]   2> 2394767 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2394767 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a0cd0: rootName = solr_58509, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f2cbac
   [junit4]   2> 2394795 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2394795 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b73e9: rootName = solr_58509, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@854063
   [junit4]   2> 2394795 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2394795 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@165d978: rootName = solr_58509, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1f75cc2
   [junit4]   2> 2394795 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2394868 INFO  (zkCallback-14995-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> 2394869 INFO  (zkCallback-14995-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> 2394872 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.Overseer Overseer (id=72102156402688006-127.0.0.1:58509_solr-n_0000000000) closing
   [junit4]   2> 2394872 INFO  (OverseerStateUpdate-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [n:127.0.0.1:58509_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58509_solr
   [junit4]   2> 2394885 INFO  (zkCallback-14995-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58510_solr
   [junit4]   2> 2394885 INFO  (zkCallback-14995-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2394885 INFO  (zkCallback-15008-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2394885 INFO  (zkCallback-14986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2394885 INFO  (zkCallback-15002-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2394930 INFO  (OverseerAutoScalingTriggerThread-72102156402688006-127.0.0.1:58509_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2394930 INFO  (closeThreadPool-15015-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72102156402688006-127.0.0.1:58509_solr-n_0000000000) closing
   [junit4]   2> 2394930 INFO  (closeThreadPool-15015-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72102156402688006-127.0.0.1:58509_solr-n_0000000000) closing
   [junit4]   2> 2394930 INFO  (zkCallback-14995-thread-2) [n:127.0.0.1:58510_solr    ] o.a.s.c.Overseer Overseer (id=72102156402688009-127.0.0.1:58510_solr-n_0000000001) starting
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b704a9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27311b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2394930 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 58509 try number 1 ...
   [junit4]   2> 2394930 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 2394950 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2394950 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2394950 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2394951 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17da052{/solr,null,AVAILABLE}
   [junit4]   2> 2394956 INFO  (OverseerStateUpdate-72102156402688009-127.0.0.1:58510_solr-n_0000000001) [n:127.0.0.1:58510_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58510_solr
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@aa08b7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:58509}
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.s.Server Started @2394994ms
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58509}
   [junit4]   2> 2394956 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2394956 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-11T20:43:41.477Z
   [junit4]   2> 2394998 INFO  (zkConnectionManagerCallback-15017-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2394999 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2396101 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2396115 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@189b54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396126 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1be332a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396129 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58498/solr
   [junit4]   2> 2396134 INFO  (zkConnectionManagerCallback-15024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396136 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028877bec000d, likely client has closed socket
   [junit4]   2> 2396148 INFO  (zkConnectionManagerCallback-15026-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396157 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2396180 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:58509_solr as DOWN
   [junit4]   2> 2396188 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2396188 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58509_solr
   [junit4]   2> 2396190 INFO  (zkCallback-15002-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396191 INFO  (zkCallback-15008-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396191 INFO  (zkCallback-14995-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396192 INFO  (zkCallback-14995-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> 2396192 INFO  (zkCallback-14995-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> 2396194 INFO  (zkCallback-15025-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396205 INFO  (zkConnectionManagerCallback-15033-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396210 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2396211 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58498/solr ready
   [junit4]   2> 2396346 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2396410 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2396477 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2396477 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2396499 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.
   [junit4]   2> 2396499 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[60EBF9AE7900BB64]) [n:127.0.0.1:58509_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 2396773 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2396782 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr    ] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2396792 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2396806 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 2396815 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2396818 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2396818 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2396818 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2396819 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2396979 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2396979 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2397021 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2397021 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2397025 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@13aa502
   [junit4]   2> 2397025 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=13aa502
   [junit4]   2> 2397025 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1950b6d: rootName = solr_58509, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@10af132
   [junit4]   2> 2397034 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=13aa502
   [junit4]   2> 2397045 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 2397045 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index properties... index=index.20190511154343566
   [junit4]   2> 2397072 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to Terms{values={core_node3=1, core_node4=0}, version=3}
   [junit4]   2> 2397086 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58509.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11570b6
   [junit4]   2> 2397086 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2397214 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\ afterReload=false
   [junit4]   2> 2397214 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\ afterReload=false
   [junit4]   2> 2397216 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Deleted old index directory: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20190511154343566
   [junit4]   2> 2397308 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2) [    ] o.a.s.c.DirectoryFactory Deleted old index directory: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 2397338 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2397338 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:127.0.0.1:58509_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> 2397342 INFO  (coreLoadExecutor-11927-thread-1-processing-n:127.0.0.1:58509_solr) [n:1

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

ame = solr_60858, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@fff515
   [junit4]   2> 100622 INFO  (jetty-closer-167-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 100628 INFO  (closeThreadPool-174-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72102398828347400-127.0.0.1:60858_solr-n_0000000001) closing
   [junit4]   2> 100628 INFO  (OverseerStateUpdate-72102398828347400-127.0.0.1:60858_solr-n_0000000001) [n:127.0.0.1:60858_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60858_solr
   [junit4]   2> 100629 INFO  (OverseerAutoScalingTriggerThread-72102398828347400-127.0.0.1:60858_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 100629 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 100629 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@792314: rootName = solr_60855, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f2e732
   [junit4]   2> 100644 INFO  (zkCallback-162-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 100644 INFO  (jetty-closer-167-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72102398828347400-127.0.0.1:60858_solr-n_0000000001) closing
   [junit4]   2> 100644 INFO  (zkCallback-155-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60855_solr
   [junit4]   2> 100645 INFO  (closeThreadPool-174-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72102398828347400-127.0.0.1:60858_solr-n_0000000001) closing
   [junit4]   2> 100645 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 100645 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@803706: rootName = solr_60855, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@a2b437
   [junit4]   2> 100648 INFO  (jetty-closer-167-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@535258{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 100655 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 100655 INFO  (jetty-closer-167-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7ee7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 100655 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14014a8: rootName = solr_60855, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@fff515
   [junit4]   2> 100656 INFO  (jetty-closer-167-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 100656 INFO  (jetty-closer-167-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 100656 INFO  (zkCallback-155-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 100666 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028bfed9e000e, likely client has closed socket
   [junit4]   2> 100668 INFO  (zkCallback-162-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 100669 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028bfed9e000f, likely client has closed socket
   [junit4]   2> 100671 INFO  (jetty-closer-167-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@9c1985{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:60855}
   [junit4]   2> 100671 INFO  (jetty-closer-167-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cf1355{/solr,null,UNAVAILABLE}
   [junit4]   2> 100672 INFO  (jetty-closer-167-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 100673 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 100674 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028bfed9e0000, likely client has closed socket
   [junit4]   2> 100677 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> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 100683 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60844
   [junit4]   2> 100683 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[60EBF9AE7900BB64]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60844
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_60EBF9AE7900BB64-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=FST50, id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1886, maxMBSortInHeap=7.9104518765398915, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f0689c), locale=cs, timezone=America/Menominee
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_201 (32-bit)/cpus=3,threads=1,free=36044784,total=91226112
   [junit4]   2> NOTE: All tests run in this JVM: [MissingSegmentRecoveryTest, MissingSegmentRecoveryTest]
   [junit4] Completed [5/5 (1!)] on J0 in 53.92s, 1 test, 1 failure <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1573: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1100: There were test failures: 5 suites, 5 tests, 1 failure [seed: 60EBF9AE7900BB64]

Total time: 1 minute 45 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.MissingSegmentRecoveryTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4c10edc3e469aad0d72ace6b785441d6d8c2c021, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #248
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2