Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.1-Windows/118/
Java: 64bit/jdk-13-ea+18 -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_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:51580/solr";,           
"node_name":"127.0.0.1:51580_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"MissingSegmentRecoveryTest_shard1_replica_n3",           
"base_url":"http://127.0.0.1:51577/solr";,           
"node_name":"127.0.0.1:51577_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:51577_solr, 127.0.0.1:51580_solr] 
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:51580/solr";,           
"node_name":"127.0.0.1:51580_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"MissingSegmentRecoveryTest_shard1_replica_n3",           
"base_url":"http://127.0.0.1:51577/solr";,           
"node_name":"127.0.0.1:51577_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"}

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


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:49467/solr";,           
"node_name":"127.0.0.1:49467_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:49466/solr";,           
"node_name":"127.0.0.1:49466_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:49466_solr, 127.0.0.1:49467_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:49467/solr";,           
"node_name":"127.0.0.1:49467_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:49466/solr";,           
"node_name":"127.0.0.1:49466_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:49467/solr";,
          "node_name":"127.0.0.1:49467_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:49466/solr";,
          "node_name":"127.0.0.1:49466_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:49466_solr, 127.0.0.1:49467_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:49467/solr";,
          "node_name":"127.0.0.1:49467_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:49466/solr";,
          "node_name":"127.0.0.1:49466_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([12619834B45C5F60:42340037ED7DE97D]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13730 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 826538 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-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.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\init-core-data-001
   [junit4]   2> 826539 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 826540 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 826540 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001
   [junit4]   2> 826541 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 826541 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 826541 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 826642 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49451
   [junit4]   2> 826642 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49451
   [junit4]   2> 826642 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 49451
   [junit4]   2> 826667 INFO  (zkConnectionManagerCallback-5398-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826674 INFO  (zkConnectionManagerCallback-5400-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826677 INFO  (zkConnectionManagerCallback-5402-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826679 WARN  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 826680 WARN  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 826680 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c7379d0{/solr,null,AVAILABLE}
   [junit4]   2> 826681 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 826681 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4da6e785{/solr,null,AVAILABLE}
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3b518e0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:49466}
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.s.Server Started @826732ms
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@73df1bed{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:49467}
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.s.Server Started @826732ms
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49466}
   [junit4]   2> 826684 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49467}
   [junit4]   2> 826685 ERROR (jetty-launcher-5403-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 826685 ERROR (jetty-launcher-5403-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.1
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.1
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-29T13:13:05.013749800Z
   [junit4]   2> 826685 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-29T13:13:05.013749800Z
   [junit4]   2> 826694 INFO  (zkConnectionManagerCallback-5407-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826694 INFO  (zkConnectionManagerCallback-5406-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826695 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826695 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826701 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 
0x1004aefdd2e0004, likely client has closed socket
   [junit4]   2> 826701 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 
0x1004aefdd2e0003, likely client has closed socket
   [junit4]   2> 826863 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 826863 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 826866 WARN  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4a9e8792[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826866 WARN  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@e398284[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826870 WARN  (jetty-launcher-5403-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@15d6bc86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826870 WARN  (jetty-launcher-5403-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5b8f979[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 826870 INFO  (jetty-launcher-5403-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49451/solr
   [junit4]   2> 826870 INFO  (jetty-launcher-5403-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49451/solr
   [junit4]   2> 826875 INFO  (zkConnectionManagerCallback-5419-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826875 INFO  (zkConnectionManagerCallback-5421-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826875 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 
0x1004aefdd2e0005, likely client has closed socket
   [junit4]   2> 826886 INFO  (zkConnectionManagerCallback-5424-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826888 INFO  (zkConnectionManagerCallback-5425-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826978 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49466_solr
   [junit4]   2> 826978 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.Overseer Overseer 
(id=72139988106346503-127.0.0.1:49466_solr-n_0000000000) starting
   [junit4]   2> 826985 INFO  (zkConnectionManagerCallback-5434-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826987 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:49451/solr ready
   [junit4]   2> 826988 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49466_solr
   [junit4]   2> 826988 INFO  
(OverseerStateUpdate-72139988106346503-127.0.0.1:49466_solr-n_0000000000) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:49466_solr
   [junit4]   2> 826990 INFO  
(OverseerStateUpdate-72139988106346503-127.0.0.1:49466_solr-n_0000000000) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 826992 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 826997 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:49467_solr as DOWN
   [junit4]   2> 826997 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 826997 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49467_solr
   [junit4]   2> 826999 INFO  (zkCallback-5433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 827001 INFO  (zkCallback-5423-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 827010 INFO  (zkCallback-5422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 827017 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 827026 INFO  (zkConnectionManagerCallback-5440-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 827027 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 827028 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:49451/solr ready
   [junit4]   2> 827028 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 827044 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827052 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49467.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827056 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827057 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827057 INFO  (jetty-launcher-5403-thread-1) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.
   [junit4]   2> 827063 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49467.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827063 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49467.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 827064 INFO  (jetty-launcher-5403-thread-2) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node2\.
   [junit4]   2> 827105 INFO  (zkConnectionManagerCallback-5446-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 827107 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 827108 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49451/solr ready
   [junit4]   2> 827121 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 827124 INFO  (qtp1978114060-14608) [n:127.0.0.1:49466_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> 827127 INFO  
(OverseerThreadFactory-5625-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 827235 INFO  
(OverseerStateUpdate-72139988106346503-127.0.0.1:49466_solr-n_0000000000) 
[n:127.0.0.1:49466_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:49467/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 827236 INFO  
(OverseerStateUpdate-72139988106346503-127.0.0.1:49466_solr-n_0000000000) 
[n:127.0.0.1:49466_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:49466/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 827440 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 827440 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 827441 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 828458 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.1.1
   [junit4]   2> 828458 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.1.1
   [junit4]   2> 828471 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828471 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828471 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828471 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828471 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828471 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828471 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49467.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 828471 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49466.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 828471 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 828471 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 828619 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828619 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828622 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 828622 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 828623 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828623 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828625 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 828625 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 828629 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7a800712[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 828631 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828631 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828631 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@59af5191[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 828632 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828632 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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 1634872157232168960
   [junit4]   2> 828633 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828635 INFO  
(searcherExecutor-5635-thread-1-processing-n:127.0.0.1:49467_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:49467_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@7a800712[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 828635 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828636 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828637 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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 1634872157237411840
   [junit4]   2> 828638 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828638 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 828641 INFO  
(searcherExecutor-5634-thread-1-processing-n:127.0.0.1:49466_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:49466_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@59af5191[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 828644 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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=9998ms
   [junit4]   2> 828646 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 828647 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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> 829150 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 829150 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 829151 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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:49467/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 829152 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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:49467/solr START 
replicas=[http://127.0.0.1:49466/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 829152 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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:49467/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 829171 INFO  (qtp1978114060-14615) [n:127.0.0.1:49466_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=1
   [junit4]   2> 829171 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 829171 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 829171 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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/72139988106346504-core_node3-n_0000000000
   [junit4]   2> 829175 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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:49467/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 829281 INFO  (zkCallback-5422-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> 829282 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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> 829287 INFO  (qtp99773436-14616) [n:127.0.0.1:49467_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=1846
   [junit4]   2> 829397 INFO  (zkCallback-5422-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> 829400 INFO  (zkCallback-5422-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> 829664 INFO  (qtp1978114060-14612) [n:127.0.0.1:49466_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=2223
   [junit4]   2> 829675 INFO  (qtp1978114060-14608) [n:127.0.0.1:49466_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> 829770 INFO  (zkCallback-5423-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> 829770 INFO  (zkCallback-5423-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> 829770 INFO  (zkCallback-5422-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> 829771 INFO  (zkCallback-5422-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> 829775 INFO  (qtp1978114060-14608) [n:127.0.0.1:49466_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=2651
   [junit4]   2> 829787 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 829886 INFO  (qtp99773436-14620) [n:127.0.0.1:49467_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> 829907 INFO  (qtp1978114060-14611) [n:127.0.0.1:49466_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:49467/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1634872158522966016), 1 (1634872158532403200), 2 (1634872158532403201), 3 
(1634872158532403202), 4 (1634872158532403203), 5 (1634872158532403204), 6 
(1634872158532403205), 7 (1634872158532403206), 8 (1634872158532403207), 9 
(1634872158532403208)]} 0 4
   [junit4]   2> 829907 INFO  (qtp99773436-14620) [n:127.0.0.1:49467_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 (1634872158522966016), 1 
(1634872158532403200), 2 (1634872158532403201), 3 (1634872158532403202), 4 
(1634872158532403203), 5 (1634872158532403204), 6 (1634872158532403205), 7 
(1634872158532403206), 8 (1634872158532403207), 9 (1634872158532403208)]} 0 43
   [junit4]   2> 829910 INFO  (qtp99773436-14621) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1634872158572249088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 829910 INFO  (qtp99773436-14621) [n:127.0.0.1:49467_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@34aabe0c 
commitCommandVersion:1634872158572249088
   [junit4]   2> 829927 INFO  (qtp1978114060-14613) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1634872158590074880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 829927 INFO  (qtp1978114060-14613) [n:127.0.0.1:49466_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@5280e81f 
commitCommandVersion:1634872158590074880
   [junit4]   2> 830175 INFO  (qtp99773436-14621) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@22eb7f13[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 830175 INFO  
(searcherExecutor-5635-thread-1-processing-n:127.0.0.1:49467_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:49467_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@22eb7f13[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.1):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=13-ea, 
java.vm.version=13-ea+18, lucene.version=8.1.1, os.arch=amd64, 
java.runtime.version=13-ea+18, source=flush, os.version=10.0, 
timestamp=1559135588326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 830175 INFO  (qtp99773436-14621) [n:127.0.0.1:49467_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 830183 INFO  (qtp1978114060-14613) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@379dcc8e[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 830185 INFO  
(searcherExecutor-5634-thread-1-processing-n:127.0.0.1:49466_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:49466_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@379dcc8e[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.1):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=13-ea, 
java.vm.version=13-ea+18, lucene.version=8.1.1, os.arch=amd64, 
java.runtime.version=13-ea+18, source=flush, os.version=10.0, 
timestamp=1559135588371}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 830186 INFO  (qtp1978114060-14613) [n:127.0.0.1:49466_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 830187 INFO  (qtp1978114060-14613) [n:127.0.0.1:49466_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:49467/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 259
   [junit4]   2> 830187 INFO  (qtp99773436-14621) [n:127.0.0.1:49467_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 279
   [junit4]   2> 830199 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=593048213
   [junit4]   2> 830199 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49466_solr
   [junit4]   2> 830199 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 830199 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:49466_solr as DOWN
   [junit4]   2> 830205 INFO  (coreCloseExecutor-5644-thread-1) 
[n:127.0.0.1:49466_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@2dfe70e4
   [junit4]   2> 830205 INFO  (coreCloseExecutor-5644-thread-1) 
[n:127.0.0.1:49466_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=2dfe70e4
   [junit4]   2> 830205 INFO  (coreCloseExecutor-5644-thread-1) 
[n:127.0.0.1:49466_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@485947d7: 
rootName = solr_49466, 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@196097a7
   [junit4]   2> 830227 INFO  (coreCloseExecutor-5644-thread-1) 
[n:127.0.0.1:49466_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=2dfe70e4
   [junit4]   2> 830279 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 830280 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2098f0be: rootName = 
solr_49466, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7e8bb9da
   [junit4]   2> 830288 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 830288 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1270d355: rootName = 
solr_49466, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@2e24d028
   [junit4]   2> 830294 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 830294 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1412f51f: rootName = 
solr_49466, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@2b93fdfa
   [junit4]   2> 830294 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 830298 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.Overseer Overseer 
(id=72139988106346503-127.0.0.1:49466_solr-n_0000000000) closing
   [junit4]   2> 830299 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 
0x1004aefdd2e0007, likely client has closed socket
   [junit4]   2> 830300 INFO  
(OverseerStateUpdate-72139988106346503-127.0.0.1:49466_solr-n_0000000000) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49466_solr
   [junit4]   2> 830305 INFO  
(OverseerAutoScalingTriggerThread-72139988106346503-127.0.0.1:49466_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 830306 INFO  (zkCallback-5439-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 830306 INFO  (zkCallback-5433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 830307 INFO  (zkCallback-5422-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49467_solr
   [junit4]   2> 830307 INFO  (zkCallback-5445-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 830307 INFO  (zkCallback-5422-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 830313 INFO  (closeThreadPool-5452-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72139988106346503-127.0.0.1:49466_solr-n_0000000000) closing
   [junit4]   2> 830314 INFO  (closeThreadPool-5452-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72139988106346503-127.0.0.1:49466_solr-n_0000000000) closing
   [junit4]   2> 830316 INFO  (zkCallback-5422-thread-1) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.Overseer Overseer 
(id=72139988106346504-127.0.0.1:49467_solr-n_0000000001) starting
   [junit4]   2> 830322 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@3b518e0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 830324 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c7379d0{/solr,null,UNAVAILABLE}
   [junit4]   2> 830325 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 830336 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 830336 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 830336 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 49466 try number 
1 ...
   [junit4]   2> 830337 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 830337 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 830337 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 830337 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 830337 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ad29bf7{/solr,null,AVAILABLE}
   [junit4]   2> 830342 INFO  
(OverseerStateUpdate-72139988106346504-127.0.0.1:49467_solr-n_0000000001) 
[n:127.0.0.1:49467_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:49467_solr
   [junit4]   2> 830351 INFO  (zkCallback-5422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 830351 INFO  (zkCallback-5422-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> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@233eda7b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:49466}
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.s.Server Started @830414ms
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49466}
   [junit4]   2> 830367 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.1.1
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 830367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-29T13:13:08.695361500Z
   [junit4]   2> 830383 INFO  (zkConnectionManagerCallback-5454-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830384 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 831260 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 831263 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3a1c576e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831268 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@273d2b91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 831270 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49451/solr
   [junit4]   2> 831273 INFO  (zkConnectionManagerCallback-5461-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831277 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 
0x1004aefdd2e000d, likely client has closed socket
   [junit4]   2> 831283 INFO  (zkConnectionManagerCallback-5463-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831287 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 831291 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:49466_solr as DOWN
   [junit4]   2> 831292 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 831292 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49466_solr
   [junit4]   2> 831296 INFO  (zkCallback-5445-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831296 INFO  (zkCallback-5439-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831296 INFO  (zkCallback-5422-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831326 INFO  (zkCallback-5462-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 831331 INFO  (zkConnectionManagerCallback-5470-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 831332 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 831333 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:49451/solr ready
   [junit4]   2> 831333 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 831367 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 831381 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 831381 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49466.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 831384 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.
   [junit4]   2> 831384 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[12619834B45C5F60]) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 831433 INFO  (zkCallback-5422-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> 831433 INFO  (zkCallback-5422-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> 831450 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 831476 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 831479 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 831490 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.1.1
   [junit4]   2> 831500 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831502 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831502 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831502 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49466.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 831502 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 831611 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831611 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831614 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 831614 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 831620 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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@42cc0bb2
   [junit4]   2> 831620 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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=42cc0bb2
   [junit4]   2> 831620 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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@f7cac7a: 
rootName = solr_49466, 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@5f44fdd6
   [junit4]   2> 831629 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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=42cc0bb2
   [junit4]   2> 831633 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831634 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index 
properties... index=index.20190529061309961
   [junit4]   2> 831639 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=1, core_node4=0}, version=3}
   [junit4]   2> 831651 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49466.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38798b44
   [junit4]   2> 831651 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 831664 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 831667 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20190529061309961
   [junit4]   2> 831739 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 831748 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 831752 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831752 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_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> 831754 INFO  
(coreLoadExecutor-5658-thread-1-processing-n:127.0.0.1:49466_solr) 
[n:127.0.0.1:49466_sol

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

75905 INFO  (jetty-closer-167-thread-2) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 75907 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d6f9c92: rootName = 
solr_51580, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@380d9208
   [junit4]   2> 75907 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 75907 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7522d4b3: rootName = 
solr_51577, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@242a1504
   [junit4]   2> 75910 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 75910 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34a935de: rootName = 
solr_51577, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4be313fe
   [junit4]   2> 75910 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 75914 INFO  (closeThreadPool-174-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72140243261128710-127.0.0.1:51577_solr-n_0000000000) closing
   [junit4]   2> 75915 INFO  
(OverseerStateUpdate-72140243261128710-127.0.0.1:51577_solr-n_0000000000) 
[n:127.0.0.1:51577_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:51577_solr
   [junit4]   2> 75916 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 75916 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1557fafc: rootName = 
solr_51580, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@242a1504
   [junit4]   2> 75919 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 75919 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70f36096: rootName = 
solr_51580, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4be313fe
   [junit4]   2> 75919 INFO  (jetty-closer-167-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 75920 INFO  
(OverseerAutoScalingTriggerThread-72140243261128710-127.0.0.1:51577_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 75926 INFO  (zkCallback-162-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 75926 INFO  (zkCallback-155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 75926 INFO  (zkCallback-155-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51580_solr
   [junit4]   2> 75927 INFO  (jetty-closer-167-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72140243261128710-127.0.0.1:51577_solr-n_0000000000) closing
   [junit4]   2> 75928 INFO  (closeThreadPool-174-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72140243261128710-127.0.0.1:51577_solr-n_0000000000) closing
   [junit4]   2> 75936 INFO  (jetty-closer-167-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@e01824f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 75938 INFO  (jetty-closer-167-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@48c3f33{/solr,null,UNAVAILABLE}
   [junit4]   2> 75939 INFO  (jetty-closer-167-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 75939 INFO  (jetty-closer-167-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@37ea02aa{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:51580}
   [junit4]   2> 75940 INFO  (jetty-closer-167-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@86602dd{/solr,null,UNAVAILABLE}
   [junit4]   2> 75940 INFO  (jetty-closer-167-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 75941 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 75942 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 
0x1004b2b45970000, likely client has closed socket
   [junit4]   2> 75944 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      
/solr/collections/MissingSegmentRecoveryTest/terms/shard1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72140243261128710-127.0.0.1:51577_solr-n_0000000000
   [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> 
   [junit4]   2> 75948 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51566
   [junit4]   2> 75948 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[12619834B45C5F60]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 51566
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_12619834B45C5F60-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{_root_=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=238, 
maxMBSortInHeap=6.423386141189976, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d5b85e4),
 locale=en-CH, timezone=US/Pacific
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=3,threads=1,free=156183952,total=263716864
   [junit4]   2> NOTE: All tests run in this JVM: [MissingSegmentRecoveryTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [5/5 (1!)] on J1 in 51.52s, 1 test, 1 failure <<< 
FAILURES!

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

Total time: 1 minute 19 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.1-Windows>IF EXIST lucene\build move 
/y lucene\build lucene\build.repro 
        1 dir(s) moved.

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

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows>exit 0 
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=af3be2b855c5bd7b3b5413ae4bf0ef89f9f7ef47, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.1-Windows
[WARNINGS] Computing warning deltas based on reference build #117
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to