Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Windows/80/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected a collection with one shard and two replicas Timeout waiting to see 
state for collection=MissingSegmentRecoveryTest 
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:59477/solr";,           
"node_name":"127.0.0.1:59477_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:59478/solr";,           
"node_name":"127.0.0.1:59478_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:59477_solr, 127.0.0.1:59478_solr] Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:59477/solr";,           
"node_name":"127.0.0.1:59477_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:59478/solr";,           
"node_name":"127.0.0.1:59478_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

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




Build Log:
[...truncated 13396 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 1035209 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-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.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\init-core-data-001
   [junit4]   2> 1035210 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 1035211 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1035215 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1035217 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001
   [junit4]   2> 1035217 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1035218 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1035218 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1035318 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59466
   [junit4]   2> 1035318 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59466
   [junit4]   2> 1035318 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 59466
   [junit4]   2> 1035324 INFO  (zkConnectionManagerCallback-7994-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035328 INFO  (zkConnectionManagerCallback-7996-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035330 INFO  (zkConnectionManagerCallback-7998-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035332 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 
0x10054b946340002, likely client has closed socket
   [junit4]   2> 1035332 WARN  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035332 WARN  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1035332 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035332 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035332 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1035332 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@753c2ef6{/solr,null,AVAILABLE}
   [junit4]   2> 1035334 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46e1c81a{/solr,null,AVAILABLE}
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17d88ca6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:59477}
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.s.Server Started @1035402ms
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59477}
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3adc7b5f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:59478}
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.s.Server Started @1035403ms
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59478}
   [junit4]   2> 1035336 ERROR (jetty-launcher-7999-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035336 ERROR (jetty-launcher-7999-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T10:56:39.069Z
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035336 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T10:56:39.069Z
   [junit4]   2> 1035341 INFO  (zkConnectionManagerCallback-8003-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035341 INFO  (zkConnectionManagerCallback-8001-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035342 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035342 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1035539 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1035540 WARN  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6643bc45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035547 WARN  (jetty-launcher-7999-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@61a334aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1035547 INFO  (jetty-launcher-7999-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59466/solr
   [junit4]   2> 1035550 INFO  (zkConnectionManagerCallback-8009-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035551 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 
0x10054b946340005, likely client has closed socket
   [junit4]   2> 1035553 INFO  (zkConnectionManagerCallback-8011-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035618 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59478_solr
   [junit4]   2> 1035619 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.Overseer Overseer 
(id=72150748761423878-127.0.0.1:59478_solr-n_0000000000) starting
   [junit4]   2> 1035625 INFO  (zkConnectionManagerCallback-8018-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1035627 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59466/solr ready
   [junit4]   2> 1035628 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59478_solr
   [junit4]   2> 1035628 INFO  
(OverseerStateUpdate-72150748761423878-127.0.0.1:59478_solr-n_0000000000) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:59478_solr
   [junit4]   2> 1035629 INFO  
(OverseerStateUpdate-72150748761423878-127.0.0.1:59478_solr-n_0000000000) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1035632 INFO  (zkCallback-8017-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1035695 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1035787 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1035793 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1035794 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1035795 INFO  (jetty-launcher-7999-thread-1) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.
   [junit4]   2> 1036500 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1036502 WARN  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@856037d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1036505 WARN  (jetty-launcher-7999-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@21eb3904[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1036510 INFO  (jetty-launcher-7999-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59466/solr
   [junit4]   2> 1036512 INFO  (zkConnectionManagerCallback-8025-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036517 INFO  (zkConnectionManagerCallback-8027-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036521 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1036525 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:59477_solr as DOWN
   [junit4]   2> 1036526 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1036526 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59477_solr
   [junit4]   2> 1036526 INFO  (zkCallback-8010-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036526 INFO  (zkCallback-8017-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036527 INFO  (zkCallback-8026-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036592 INFO  (zkConnectionManagerCallback-8034-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036595 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1036595 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59466/solr ready
   [junit4]   2> 1036596 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1036630 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59477.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1036635 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59477.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1036635 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59477.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1036636 INFO  (jetty-launcher-7999-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node2\.
   [junit4]   2> 1036673 INFO  (zkConnectionManagerCallback-8040-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1036675 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1036676 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[6F1BF9AF5E2766C3]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59466/solr ready
   [junit4]   2> 1036695 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1036697 INFO  (qtp2002076004-19511) [n:127.0.0.1:59477_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> 1036699 INFO  
(OverseerThreadFactory-6196-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1036808 INFO  
(OverseerStateUpdate-72150748761423878-127.0.0.1:59478_solr-n_0000000000) 
[n:127.0.0.1:59478_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:59477/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1036810 INFO  
(OverseerStateUpdate-72150748761423878-127.0.0.1:59478_solr-n_0000000000) 
[n:127.0.0.1:59478_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:59478/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1037013 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1037013 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1037015 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1038063 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1038063 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1038069 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038069 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038075 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038076 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038076 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_59477.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1038076 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 1038077 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038079 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038079 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_59478.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1038079 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1038188 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038188 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038188 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038188 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038231 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1038231 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1038231 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1038231 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1038233 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4d4888be[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1038233 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@44a8d7d8[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1038234 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038234 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038234 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038235 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038235 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038235 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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 1627887608233197568
   [junit4]   2> 1038235 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038235 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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 1627887608233197568
   [junit4]   2> 1038237 INFO  
(searcherExecutor-6208-thread-1-processing-n:127.0.0.1:59477_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:59477_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@44a8d7d8[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1038237 INFO  
(searcherExecutor-6209-thread-1-processing-n:127.0.0.1:59478_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:59478_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@4d4888be[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1038240 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038240 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038240 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1038242 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038242 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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> 1038244 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038244 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038244 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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:59477/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 1038244 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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:59477/solr START 
replicas=[http://127.0.0.1:59478/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1038244 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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:59477/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1038247 INFO  (qtp632677119-19513) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1038247 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038247 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038247 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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/72150748761423881-core_node3-n_0000000000
   [junit4]   2> 1038248 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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:59477/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 1038350 INFO  (zkCallback-8026-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> 1038351 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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> 1038351 INFO  (zkCallback-8026-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> 1038356 INFO  (qtp2002076004-19510) [n:127.0.0.1:59477_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=1343
   [junit4]   2> 1038453 INFO  (zkCallback-8026-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> 1038454 INFO  (zkCallback-8026-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> 1038454 INFO  (zkCallback-8026-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1039250 INFO  (qtp632677119-19517) [n:127.0.0.1:59478_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=2235
   [junit4]   2> 1039254 INFO  (qtp2002076004-19511) [n:127.0.0.1:59477_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> 1039349 INFO  (zkCallback-8026-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1039349 INFO  (zkCallback-8026-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> 1039349 INFO  (zkCallback-8026-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> 1039349 INFO  (zkCallback-8010-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> 1039350 INFO  (qtp2002076004-19511) [n:127.0.0.1:59477_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=2653
   [junit4]   2> 1039350 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1039351 INFO  (zkCallback-8010-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> 1039358 INFO  (qtp2002076004-19508) [n:127.0.0.1:59477_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> 1039363 INFO  (qtp632677119-19512) [n:127.0.0.1:59478_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:59477/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1627887609404456960), 1 (1627887609408651264), 2 (1627887609408651265), 3 
(1627887609408651266), 4 (1627887609408651267), 5 (1627887609409699840), 6 
(1627887609409699841), 7 (1627887609409699842), 8 (1627887609409699843), 9 
(1627887609409699844)]} 0 3
   [junit4]   2> 1039365 INFO  (qtp2002076004-19508) [n:127.0.0.1:59477_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 (1627887609404456960), 1 
(1627887609408651264), 2 (1627887609408651265), 3 (1627887609408651266), 4 
(1627887609408651267), 5 (1627887609409699840), 6 (1627887609409699841), 7 
(1627887609409699842), 8 (1627887609409699843), 9 (1627887609409699844)]} 0 12
   [junit4]   2> 1039366 INFO  (qtp2002076004-19506) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1627887609419137024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1039367 INFO  (qtp2002076004-19506) [n:127.0.0.1:59477_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@2a88eef6 
commitCommandVersion:1627887609419137024
   [junit4]   2> 1039367 INFO  (qtp632677119-19519) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1627887609420185600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1039367 INFO  (qtp632677119-19519) [n:127.0.0.1:59478_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@56666908 
commitCommandVersion:1627887609420185600
   [junit4]   2> 1039392 INFO  (qtp632677119-19519) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@316a2a02[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1039392 INFO  (qtp632677119-19519) [n:127.0.0.1:59478_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1039393 INFO  
(searcherExecutor-6209-thread-1-processing-n:127.0.0.1:59478_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:59478_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@316a2a02[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=10.0, 
timestamp=1552474603110}])))}
   [junit4]   2> 1039393 INFO  (qtp632677119-19519) [n:127.0.0.1:59478_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:59477/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 26
   [junit4]   2> 1039394 INFO  (qtp2002076004-19506) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@459a9b4d[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1039394 INFO  (qtp2002076004-19506) [n:127.0.0.1:59477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1039395 INFO  
(searcherExecutor-6208-thread-1-processing-n:127.0.0.1:59477_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:59477_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@459a9b4d[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=1.8.0_172, 
java.vm.version=25.172-b11, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_172-b11, source=flush, os.version=10.0, 
timestamp=1552474603110}])))}
   [junit4]   2> 1039395 INFO  (qtp2002076004-19506) [n:127.0.0.1:59477_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:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 28
   [junit4]   2> 1039396 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=284867949
   [junit4]   2> 1039396 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59478_solr
   [junit4]   2> 1039398 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1039398 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:59478_solr as DOWN
   [junit4]   2> 1039400 INFO  (coreCloseExecutor-6218-thread-1) 
[n:127.0.0.1:59478_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@520289a7
   [junit4]   2> 1039400 INFO  (coreCloseExecutor-6218-thread-1) 
[n:127.0.0.1:59478_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=520289a7
   [junit4]   2> 1039400 INFO  (coreCloseExecutor-6218-thread-1) 
[n:127.0.0.1:59478_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@1556b7a3: 
rootName = solr_59478, 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@12445184
   [junit4]   2> 1039407 INFO  (coreCloseExecutor-6218-thread-1) 
[n:127.0.0.1:59478_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=520289a7
   [junit4]   2> 1039409 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1039409 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@9c6a667: rootName = 
solr_59478, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@8d82872
   [junit4]   2> 1039412 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1039412 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3b83f9e: rootName = 
solr_59478, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3be8b0f
   [junit4]   2> 1039416 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1039416 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1ab6d751: rootName = 
solr_59478, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@13ca3003
   [junit4]   2> 1039416 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1039417 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.Overseer Overseer 
(id=72150748761423878-127.0.0.1:59478_solr-n_0000000000) closing
   [junit4]   2> 1039418 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 
0x10054b946340006, likely client has closed socket
   [junit4]   2> 1039418 INFO  
(OverseerStateUpdate-72150748761423878-127.0.0.1:59478_solr-n_0000000000) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59478_solr
   [junit4]   2> 1039420 INFO  
(OverseerAutoScalingTriggerThread-72150748761423878-127.0.0.1:59478_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1039421 INFO  (closeThreadPool-8045-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72150748761423878-127.0.0.1:59478_solr-n_0000000000) closing
   [junit4]   2> 1039421 INFO  (closeThreadPool-8045-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72150748761423878-127.0.0.1:59478_solr-n_0000000000) closing
   [junit4]   2> 1039421 INFO  (zkCallback-8026-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59477_solr
   [junit4]   2> 1039421 INFO  (zkCallback-8039-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1039421 INFO  (zkCallback-8017-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1039421 INFO  (zkCallback-8026-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1039421 INFO  (zkCallback-8033-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1039421 INFO  (zkCallback-8026-thread-2) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.Overseer Overseer 
(id=72150748761423881-127.0.0.1:59477_solr-n_0000000001) starting
   [junit4]   2> 1039421 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 
0x10054b946340007, likely client has closed socket
   [junit4]   2> 1039426 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@3adc7b5f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1039428 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@46e1c81a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1039428 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1039429 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1039429 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1039430 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 59478 try number 
1 ...
   [junit4]   2> 1039430 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1039430 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1039430 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1039430 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1039431 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2eb10059{/solr,null,AVAILABLE}
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@33e32434{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59478}
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.s.Server Started @1039500ms
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59478}
   [junit4]   2> 1039434 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1039434 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T10:56:43.167Z
   [junit4]   2> 1039437 INFO  
(OverseerStateUpdate-72150748761423881-127.0.0.1:59477_solr-n_0000000001) 
[n:127.0.0.1:59477_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:59477_solr
   [junit4]   2> 1039443 INFO  (zkConnectionManagerCallback-8047-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1039446 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1039446 INFO  (zkCallback-8026-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> 1039446 INFO  (zkCallback-8026-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> 1039446 INFO  (zkCallback-8026-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1039457 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 
0x10054b94634000c, likely client has closed socket
   [junit4]   2> 1039601 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1039602 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2050ee33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1039612 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@ba1dc1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1039613 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59466/solr
   [junit4]   2> 1039616 INFO  (zkConnectionManagerCallback-8053-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1039619 INFO  (zkConnectionManagerCallback-8055-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1039624 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1039628 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:59478_solr as DOWN
   [junit4]   2> 1039628 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1039628 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59478_solr
   [junit4]   2> 1039630 INFO  (zkCallback-8026-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039630 INFO  (zkCallback-8033-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039630 INFO  (zkCallback-8039-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039630 INFO  (zkCallback-8054-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039708 INFO  (zkConnectionManagerCallback-8062-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1039710 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1039711 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59466/solr ready
   [junit4]   2> 1039711 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1039731 INFO  (zkCallback-8026-thread-4) [    ] 
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> 1039732 INFO  (zkCallback-8026-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1039732 INFO  (zkCallback-8026-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> 1039746 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1039752 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1039752 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59478.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1039758 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.
   [junit4]   2> 1039758 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6F1BF9AF5E2766C3]) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 1039793 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1039833 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1039839 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1039861 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1039865 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1039872 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1039872 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1039872 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_59478.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1039872 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1039982 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1039982 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1039985 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1039985 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1039990 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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@dd8cc1b
   [junit4]   2> 1039990 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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=dd8cc1b
   [junit4]   2> 1039990 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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@24eac2e6: 
rootName = solr_59478, 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@49b7d0ad
   [junit4]   2> 1039999 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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=dd8cc1b
   [junit4]   2> 1040004 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1040004 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index 
properties... index=index.20190313155643737
   [junit4]   2> 1040010 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1040023 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_59478.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5326fef7
   [junit4]   2> 1040023 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1040046 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1040051 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20190313155643737
   [junit4]   2> 1040099 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1040119 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 1040179 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1040179 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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> 1040182 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1040182 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1040187 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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@4c0c83b8
   [junit4]   2> 1040187 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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=4c0c83b8
   [junit4]   2> 1040187 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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@4ef9d938: 
rootName = solr_59478, 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@49b7d0ad
   [junit4]   2> 1040190 INFO  
(coreLoadExecutor-6232-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_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=4c0c83b8
   [junit4]   2> 1040194 ERROR 
(coreContainerWorkExecutor-6225-thread-1-processing-n:127.0.0.1:59478_solr) 
[n:127.0.0.1:59478_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore 
to be loaded on startup
   [junit4]   2> org.apache.solr.common.SolrException: Unable to create core 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1210)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:695) 
~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:876) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1287)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1191)
 ~[java/:?]
   [junit4]   2>        ... 7 more
   [junit4]   2>        Suppressed: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:876) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1189)
 ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:695) 
~[java/:?]
   [junit4]   2>                at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>                at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>                at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>                at java.lang.Thread.run(Thread.java:748) 
[?:1.8.0_172]
   [junit4]   2>        Caused by: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2145) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2265) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1108) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:995) ~[java/:?]
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_6F1BF9AF5E2766C3-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291) 
~[java/:?]
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:846) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:124) 
~[java/:?]
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:97) 
~[java/:?]
   [junit4]   2>                at org.apac

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

Test" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops 
-XX:+UseSerialGC" -Dtests.seed=6F1BF9AF5E2766C3 -Dtests.slow=true 
-Dtests.locale=el -Dtests.timezone=Indian/Maldives -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
Buildfile: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\core\build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\lucene\top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 25ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test
[junit4:pickseed] Seed property 'tests.seed' already defined: 6F1BF9AF5E2766C3
    [mkdir] Created dir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\temp
   [junit4] <JUnit4> says hi! Master seed: 6F1BF9AF5E2766C3
   [junit4] Your default console's encoding may not display certain unicode 
glyphs: windows-1252
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(15948@serv1-vm1).
   [junit4] Started J1 PID(20260@serv1-vm1).
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4] OK      16.6s J1 | MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] Completed [1/5] on J1 in 38.53s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4] OK      16.0s J0 | MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] Completed [2/5] on J0 in 38.41s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4] OK      6.12s J0 | MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] Completed [3/5] on J0 in 9.22s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4] OK      6.18s J1 | MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] Completed [4/5] on J1 in 11.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4] OK      6.09s J0 | MissingSegmentRecoveryTest.testLeaderRecovery
   [junit4] Completed [5/5] on J0 in 8.25s, 1 test
   [junit4] 
   [junit4] JVM J0:     1.08 ..    58.89 =    57.81s
   [junit4] JVM J1:     1.10 ..    53.08 =    51.98s
   [junit4] Execution time total: 58 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J1\temp])
   [junit4] Could not remove temporary path: 
C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J0 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows\solr\build\solr-core\test\J0\temp])
     [echo] 5 slowest tests:
[junit4:tophints] 199.61s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 164.45s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 112.65s | org.apache.solr.cloud.ReplicationFactorTest
[junit4:tophints]  92.72s | org.apache.solr.handler.TestReplicationHandler
[junit4:tophints]  90.01s | 
org.apache.solr.search.facet.SpatialHeatmapFacetsTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 1 second
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.MissingSegmentRecoveryTest
[repro] Exiting with code 0

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

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

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows>exit 0 
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2801)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2680)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2661)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3040)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Windows VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:957)
                at hudson.FilePath.act(FilePath.java:1068)
                at hudson.FilePath.act(FilePath.java:1057)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2659)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1841)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3042)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1070)
        at hudson.FilePath.act(FilePath.java:1057)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2659)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1841)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[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=7630f7906971d8ac9ae0c2cedd9b6e16364a501e, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.0-Windows
[WARNINGS] Computing warning deltas based on reference build #79
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