Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/34/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC

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/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:59516/solr";,           
"node_name":"127.0.0.1:59516_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:59517/solr";,           
"node_name":"127.0.0.1:59517_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:59516_solr, 127.0.0.1:59517_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:59516/solr";,           
"node_name":"127.0.0.1:59516_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:59517/solr";,           
"node_name":"127.0.0.1:59517_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:59516/solr";,
          "node_name":"127.0.0.1:59516_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:59517/solr";,
          "node_name":"127.0.0.1:59517_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:59516_solr, 127.0.0.1:59517_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:59516/solr";,
          "node_name":"127.0.0.1:59516_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:59517/solr";,
          "node_name":"127.0.0.1:59517_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([2EBC92CB5529976B:7EE90AC80C082176]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        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:61818/solr";,           
"node_name":"127.0.0.1:61818_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:61821/solr";,           
"node_name":"127.0.0.1:61821_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:61818_solr, 127.0.0.1:61821_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:61818/solr";,           
"node_name":"127.0.0.1:61818_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:61821/solr";,           
"node_name":"127.0.0.1:61821_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:61818/solr";,
          "node_name":"127.0.0.1:61818_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:61821/solr";,
          "node_name":"127.0.0.1:61821_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:61818_solr, 127.0.0.1:61821_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:61818/solr";,
          "node_name":"127.0.0.1:61818_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:61821/solr";,
          "node_name":"127.0.0.1:61821_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([2EBC92CB5529976B:7EE90AC80C082176]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        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 14451 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 2276567 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-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_2EBC92CB5529976B-001\init-core-data-001
   [junit4]   2> 2276567 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=57 numCloses=57
   [junit4]   2> 2276567 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2276576 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-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> 2276577 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-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_2EBC92CB5529976B-001\tempDir-001
   [junit4]   2> 2276577 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2276577 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2276579 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2276677 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:61807
   [junit4]   2> 2276677 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61807
   [junit4]   2> 2276678 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 61807
   [junit4]   2> 2276708 INFO  (zkConnectionManagerCallback-13495-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276714 INFO  (zkConnectionManagerCallback-13497-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276716 INFO  (zkConnectionManagerCallback-13499-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276730 WARN  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2276730 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2276730 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2276732 INFO  (jetty-launcher-13500-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_172-b11
   [junit4]   2> 2276732 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2276732 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2276732 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2276732 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42444b7{/solr,null,AVAILABLE}
   [junit4]   2> 2276734 WARN  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-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_172-b11
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2276735 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2db3b5c5{/solr,null,AVAILABLE}
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4e229495{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:61818}
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.s.Server Started @2252499ms
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61818}
   [junit4]   2> 2276736 ERROR (jetty-launcher-13500-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2276736 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-03T19:31:21.608Z
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@51143218{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:61821}
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.s.Server Started @2252504ms
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61821}
   [junit4]   2> 2276741 ERROR (jetty-launcher-13500-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2276741 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-03T19:31:21.613Z
   [junit4]   2> 2276743 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 
0x1007e7302410002, likely client has closed socket
   [junit4]   2> 2276745 INFO  (zkConnectionManagerCallback-13502-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276745 INFO  (zkConnectionManagerCallback-13504-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276746 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2276746 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2276760 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 
0x1007e7302410003, likely client has closed socket
   [junit4]   2> 2276851 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2276855 WARN  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6f9d3e8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2276866 WARN  (jetty-launcher-13500-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6b16c740[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2276867 INFO  (jetty-launcher-13500-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61807/solr
   [junit4]   2> 2276869 INFO  (zkConnectionManagerCallback-13510-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2276929 INFO  (zkConnectionManagerCallback-13512-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277026 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2277033 WARN  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5dad5b76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2277039 WARN  (jetty-launcher-13500-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@51d1df4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2277040 INFO  (jetty-launcher-13500-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61807/solr
   [junit4]   2> 2277042 INFO  (zkConnectionManagerCallback-13520-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277052 INFO  (zkConnectionManagerCallback-13522-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277095 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:61818_solr
   [junit4]   2> 2277095 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.Overseer Overseer 
(id=72196626462081032-127.0.0.1:61818_solr-n_0000000000) starting
   [junit4]   2> 2277109 INFO  (zkConnectionManagerCallback-13529-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277115 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61807/solr ready
   [junit4]   2> 2277123 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61818_solr
   [junit4]   2> 2277123 INFO  
(OverseerStateUpdate-72196626462081032-127.0.0.1:61818_solr-n_0000000000) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:61818_solr
   [junit4]   2> 2277134 INFO  (zkCallback-13528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2277134 INFO  
(OverseerStateUpdate-72196626462081032-127.0.0.1:61818_solr-n_0000000000) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2277137 DEBUG 
(OverseerAutoScalingTriggerThread-72196626462081032-127.0.0.1:61818_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:61818_solr]
   [junit4]   2> 2277167 DEBUG (ScheduledTrigger-12282-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2277236 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2277237 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2277240 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:61821_solr as DOWN
   [junit4]   2> 2277241 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2277241 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61821_solr
   [junit4]   2> 2277248 INFO  (zkCallback-13528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2277248 INFO  (zkCallback-13521-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2277265 INFO  (zkCallback-13511-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2277338 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61818.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277345 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61818.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277345 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61818.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277347 INFO  (jetty-launcher-13500-thread-1) 
[n:127.0.0.1:61818_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_2EBC92CB5529976B-001\tempDir-001\node1\.
   [junit4]   2> 2277368 INFO  (zkConnectionManagerCallback-13535-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277369 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2277370 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61807/solr ready
   [junit4]   2> 2277371 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2277416 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277423 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277423 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2277424 INFO  (jetty-launcher-13500-thread-2) 
[n:127.0.0.1:61821_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_2EBC92CB5529976B-001\tempDir-001\node2\.
   [junit4]   2> 2277546 INFO  (zkConnectionManagerCallback-13541-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2277548 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2277549 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61807/solr ready
   [junit4]   2> 2277599 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 2277607 INFO  (qtp1839173379-40181) [n:127.0.0.1:61821_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> 2277621 INFO  
(OverseerThreadFactory-12284-thread-1-processing-n:127.0.0.1:61818_solr) 
[n:127.0.0.1:61818_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 2277734 INFO  (qtp1839173379-40183) [n:127.0.0.1:61821_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=4
   [junit4]   2> 2277741 INFO  (qtp1839173379-40183) [n:127.0.0.1:61821_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=6
   [junit4]   2> 2277748 INFO  (qtp1839173379-40183) [n:127.0.0.1:61821_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277773 INFO  (qtp1839173379-40184) [n:127.0.0.1:61821_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=25
   [junit4]   2> 2277780 INFO  (qtp1839173379-40185) [n:127.0.0.1:61821_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277787 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277791 INFO  (qtp1801562765-40173) [n:127.0.0.1:61818_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277795 INFO  (qtp1801562765-40174) [n:127.0.0.1:61818_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277801 INFO  (qtp1801562765-40175) [n:127.0.0.1:61818_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277804 INFO  (qtp1801562765-40176) [n:127.0.0.1:61818_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=3
   [junit4]   2> 2277817 INFO  
(OverseerStateUpdate-72196626462081032-127.0.0.1:61818_solr-n_0000000000) 
[n:127.0.0.1:61818_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:61818/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2277818 INFO  
(OverseerStateUpdate-72196626462081032-127.0.0.1:61818_solr-n_0000000000) 
[n:127.0.0.1:61818_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:61821/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2278059 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2278059 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2278060 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2278134 DEBUG (ScheduledTrigger-12282-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2279105 DEBUG (ScheduledTrigger-12282-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2279107 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2279107 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2279156 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279156 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279181 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279181 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279183 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279181 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279183 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_61821.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2279183 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_61818.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2279183 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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_2EBC92CB5529976B-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_2EBC92CB5529976B-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2279183 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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_2EBC92CB5529976B-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_2EBC92CB5529976B-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 2279352 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279352 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279356 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2279356 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2279359 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@544395c8[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2279360 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279360 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279360 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279361 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279361 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279361 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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 1624477305911902208
   [junit4]   2> 2279363 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2279363 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2279392 INFO  
(searcherExecutor-12294-thread-1-processing-n:127.0.0.1:61818_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:61818_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@544395c8[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2279393 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@11582e65[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2279393 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279393 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279393 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279393 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279393 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279393 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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 1624477305945456640
   [junit4]   2> 2279399 INFO  
(searcherExecutor-12293-thread-1-processing-n:127.0.0.1:61821_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:61821_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@11582e65[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2279401 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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=9997ms
   [junit4]   2> 2279402 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279402 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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> 2279883 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279883 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279883 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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:61818/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 2279883 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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:61818/solr START 
replicas=[http://127.0.0.1:61821/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 2279884 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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:61818/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2279885 INFO  (qtp1839173379-40182) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2279886 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279886 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279886 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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/72196626462081032-core_node3-n_0000000000
   [junit4]   2> 2279887 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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:61818/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 2279987 INFO  (zkCallback-13521-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> 2279988 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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> 2279991 INFO  (qtp1801562765-40187) [n:127.0.0.1:61818_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=2012
   [junit4]   2> 2280068 DEBUG (ScheduledTrigger-12282-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2280087 INFO  (zkCallback-13521-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> 2280087 INFO  (zkCallback-13521-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> 2280372 INFO  (qtp1839173379-40191) [n:127.0.0.1:61821_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=2407
   [junit4]   2> 2280375 INFO  (qtp1839173379-40181) [n:127.0.0.1:61821_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> 2280467 INFO  (zkCallback-13511-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> 2280468 INFO  (zkCallback-13521-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> 2280468 INFO  (zkCallback-13521-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2280469 INFO  (qtp1839173379-40181) [n:127.0.0.1:61821_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=2979
   [junit4]   2> 2280471 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 2280474 INFO  (zkCallback-13511-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> 2280483 INFO  (qtp1801562765-40190) [n:127.0.0.1:61818_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> 2280512 INFO  (qtp1839173379-40185) [n:127.0.0.1:61821_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:61818/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1624477307082113024), 1 (1624477307083161600), 2 (1624477307083161601), 3 
(1624477307086307328), 4 (1624477307086307329), 5 (1624477307086307330), 6 
(1624477307086307331), 7 (1624477307086307332), 8 (1624477307086307333), 9 
(1624477307086307334)]} 0 9
   [junit4]   2> 2280519 INFO  (qtp1801562765-40190) [n:127.0.0.1:61818_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 (1624477307082113024), 1 
(1624477307083161600), 2 (1624477307083161601), 3 (1624477307086307328), 4 
(1624477307086307329), 5 (1624477307086307330), 6 (1624477307086307331), 7 
(1624477307086307332), 8 (1624477307086307333), 9 (1624477307086307334)]} 0 47
   [junit4]   2> 2280519 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1624477307126153216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280519 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_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@571d2afb 
commitCommandVersion:1624477307126153216
   [junit4]   2> 2280525 INFO  (qtp1839173379-40180) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1624477307132444672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280525 INFO  (qtp1839173379-40180) [n:127.0.0.1:61821_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@606d65b 
commitCommandVersion:1624477307132444672
   [junit4]   2> 2280577 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5e4d9ecf[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 2280579 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2280580 INFO  
(searcherExecutor-12294-thread-1-processing-n:127.0.0.1:61818_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:61818_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@5e4d9ecf[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=10.0, 
timestamp=1549222285429}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2280586 INFO  (qtp1839173379-40180) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@29aa7415[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 2280588 INFO  
(searcherExecutor-12293-thread-1-processing-n:127.0.0.1:61821_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:61821_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@29aa7415[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=10.0, 
timestamp=1549222285435}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2280588 INFO  (qtp1839173379-40180) [n:127.0.0.1:61821_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2280588 INFO  (qtp1839173379-40180) [n:127.0.0.1:61821_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:61818/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 64
   [junit4]   2> 2280588 INFO  (qtp1801562765-40172) [n:127.0.0.1:61818_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 68
   [junit4]   2> 2280592 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=638023670
   [junit4]   2> 2280592 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61821_solr
   [junit4]   2> 2280594 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 2280594 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:61821_solr as DOWN
   [junit4]   2> 2280595 INFO  (coreCloseExecutor-12303-thread-1) 
[n:127.0.0.1:61821_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@64bcb427
   [junit4]   2> 2280595 INFO  (coreCloseExecutor-12303-thread-1) 
[n:127.0.0.1:61821_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=64bcb427
   [junit4]   2> 2280595 INFO  (coreCloseExecutor-12303-thread-1) 
[n:127.0.0.1:61821_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@5ef066bc: 
rootName = solr_61821, 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@1f8556c5
   [junit4]   2> 2280604 INFO  (coreCloseExecutor-12303-thread-1) 
[n:127.0.0.1:61821_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=64bcb427
   [junit4]   2> 2280609 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2280609 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@515b063c: rootName = 
solr_61821, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4b16356a
   [junit4]   2> 2280616 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2280616 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e552815: rootName = 
solr_61821, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@8716726
   [junit4]   2> 2280618 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2280619 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@631a2a7c: rootName = 
solr_61821, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@13f1b94b
   [junit4]   2> 2280619 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 2280621 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 
0x1007e7302410006, likely client has closed socket
   [junit4]   2> 2280623 INFO  (zkCallback-13540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2280623 INFO  (zkCallback-13528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2280623 INFO  (zkCallback-13534-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2280623 INFO  (zkCallback-13521-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@24f6ebbd[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1ae9c3b4[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 2280629 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@51143218{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2280641 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2db3b5c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2280641 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2280643 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2280643 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2280646 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 61821 try number 
1 ...
   [junit4]   2> 2280646 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2280646 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2280646 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2280646 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2280647 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7b074c2a{/solr,null,AVAILABLE}
   [junit4]   2> 2280648 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@1792af19{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61821}
   [junit4]   2> 2280648 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.s.Server Started @2256571ms
   [junit4]   2> 2280648 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61821}
   [junit4]   2> 2280649 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2280649 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2280649 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 2280649 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 2280649 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2280649 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-03T19:31:25.521Z
   [junit4]   2> 2280664 INFO  (zkConnectionManagerCallback-13548-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2280665 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2280703 INFO  (zkCallback-13521-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2280704 INFO  (zkCallback-13521-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2280830 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2280838 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@a94a9d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2280845 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@de69165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2280847 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61807/solr
   [junit4]   2> 2280854 INFO  (zkConnectionManagerCallback-13554-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2280856 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 
0x1007e730241000d, likely client has closed socket
   [junit4]   2> 2280872 INFO  (zkConnectionManagerCallback-13556-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2280877 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2280882 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:61821_solr as DOWN
   [junit4]   2> 2280883 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2280883 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61821_solr
   [junit4]   2> 2280885 INFO  (zkCallback-13540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2280885 INFO  (zkCallback-13528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2280885 INFO  (zkCallback-13521-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2280976 INFO  (zkCallback-13555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2280989 INFO  (zkCallback-13521-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2280990 INFO  (zkCallback-13521-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> 2281000 INFO  (zkConnectionManagerCallback-13563-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2281000 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2281003 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61807/solr ready
   [junit4]   2> 2281003 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2281033 DEBUG (ScheduledTrigger-12282-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2281042 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2281051 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2281052 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_61821.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2281056 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_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_2EBC92CB5529976B-001\tempDir-001\node2\.
   [junit4]   2> 2281056 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EBC92CB5529976B]) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 2281261 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2281271 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2281277 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2281295 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2281388 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281391 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281391 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281392 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_61821.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d0e5c
   [junit4]   2> 2281392 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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_2EBC92CB5529976B-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_2EBC92CB5529976B-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 2281468 INFO  
(OverseerCollectionConfigSetProcessor-72196626462081032-127.0.0.1:61818_solr-n_0000000000)
 [n:127.0.0.1:61818_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2281496 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281497 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281500 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2281500 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2281504 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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@26058654
   [junit4]   2> 2281504 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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=26058654
   [junit4]   2> 2281504 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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@512eb085: 
rootName = solr_61821, 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@16a46035
   [junit4]   2> 2281515 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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=26058654
   [junit4]   2> 2281527 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_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> 2281527 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index 
properties... index=index.20190204033126399
   [junit4]   2> 2281532 INFO  
(coreLoadExecutor-12313-thread-1-processing-n:127.0.0.1:61821_solr) 
[n:127.0.0.1:61821_solr c:MissingSegmen

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

lr.jetty / com.codahale.metrics.MetricRegistry@252739b2
   [junit4]   2> 85291 INFO  (jetty-closer-75-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 85291 INFO  (jetty-closer-75-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 85291 INFO  (jetty-closer-75-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1aa8947d: rootName = 
solr_59517, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@46ad9a14
   [junit4]   2> 85291 INFO  (jetty-closer-75-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 85293 INFO  (jetty-closer-75-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5156a249: rootName = 
solr_59517, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@252739b2
   [junit4]   2> 85294 INFO  (jetty-closer-75-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 85296 INFO  (closeThreadPool-80-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72196832212680712-127.0.0.1:59516_solr-n_0000000001) closing
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@57a0d3b0[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2fc516ec[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 85299 INFO  (zkCallback-70-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 85300 INFO  
(OverseerStateUpdate-72196832212680712-127.0.0.1:59516_solr-n_0000000001) 
[n:127.0.0.1:59516_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59516_solr
   [junit4]   2> 85300 INFO  (zkCallback-63-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4fcc18a5[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 85303 INFO  (zkCallback-63-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59517_solr
   [junit4]   2> 85304 INFO  (zkCallback-41-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 85307 INFO  
(OverseerAutoScalingTriggerThread-72196832212680712-127.0.0.1:59516_solr-n_0000000001)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 85310 INFO  (closeThreadPool-80-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72196832212680712-127.0.0.1:59516_solr-n_0000000001) closing
   [junit4]   2> 85311 INFO  (jetty-closer-75-thread-2) [    ] o.a.s.c.Overseer 
Overseer (id=72196832212680712-127.0.0.1:59516_solr-n_0000000001) closing
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7bcd5b0e[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
   [junit4]   2> 85316 INFO  (jetty-closer-75-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@f4c9569{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:59517}
   [junit4]   2> 85316 INFO  (jetty-closer-75-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7f148a78{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 85317 INFO  (jetty-closer-75-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@67dab800{/solr,null,UNAVAILABLE}
   [junit4]   2> 85318 INFO  (jetty-closer-75-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@558d7ae5{/solr,null,UNAVAILABLE}
   [junit4]   2> 85318 INFO  (jetty-closer-75-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 85318 INFO  (jetty-closer-75-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 85320 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 85320 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 
0x1007ea2e9f20000, likely client has closed socket
   [junit4]   2> 85325 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/collections/MissingSegmentRecoveryTest/state.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/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 85329 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59498
   [junit4]   2> 85330 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EBC92CB5529976B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 59498
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EBC92CB5529976B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{_root_=PostingsFormat(name=Asserting), id=FST50}, 
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1058, 
maxMBSortInHeap=6.728512096902861, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f87e2d5),
 locale=sr-BA, timezone=Asia/Ujung_Pandang
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=115494224,total=234881024
   [junit4]   2> NOTE: All tests run in this JVM: [MissingSegmentRecoveryTest]
   [junit4] Completed [5/5 (1!)] on J1 in 84.59s, 1 test, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 2EBC92CB5529976B]:
   [junit4]   - 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     1.00 ..    67.13 =    66.14s
   [junit4] JVM J1:     0.95 ..    87.32 =    86.36s
   [junit4] Execution time total: 1 minute 27 seconds
   [junit4] Tests summary: 5 suites, 5 tests, 1 failure

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1572:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1099:
 There were test failures: 5 suites, 5 tests, 1 failure [seed: 2EBC92CB5529976B]

Total time: 1 minute 30 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
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=dfa3ea349a02be96fd192c267010bfbe8b9a12c7, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #33
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to