Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7662/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Expected a collection with one shard and two replicas Timeout waiting to see 
state for collection=MissingSegmentRecoveryTest 
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/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:57727/solr";,           
"node_name":"127.0.0.1:57727_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:57728/solr";,           
"node_name":"127.0.0.1:57728_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:57727_solr, 127.0.0.1:57728_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:57727/solr";,           
"node_name":"127.0.0.1:57727_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:57728/solr";,           
"node_name":"127.0.0.1:57728_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest 
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/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:57727/solr";,
          "node_name":"127.0.0.1:57727_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:57728/solr";,
          "node_name":"127.0.0.1:57728_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:57727_solr, 127.0.0.1:57728_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:57727/solr";,
          "node_name":"127.0.0.1:57727_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:57728/solr";,
          "node_name":"127.0.0.1:57728_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E469289EA8B772A2:B43CB09DF196C4BF]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13289 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 533342 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-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-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\init-core-data-001
   [junit4]   2> 533343 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 533343 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 533345 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 533345 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001
   [junit4]   2> 533346 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 533346 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 533346 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 533446 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57716
   [junit4]   2> 533446 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57716
   [junit4]   2> 533446 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 57716
   [junit4]   2> 533451 INFO  (zkConnectionManagerCallback-3575-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533457 INFO  (zkConnectionManagerCallback-3577-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533460 INFO  (zkConnectionManagerCallback-3579-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533463 WARN  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 533463 WARN  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 533463 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 533463 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 533463 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cffae3{/solr,null,AVAILABLE}
   [junit4]   2> 533464 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3722cbc8{/solr,null,AVAILABLE}
   [junit4]   2> 533465 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e3dc94c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6440e706{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57727}
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57728}
   [junit4]   2> 533466 ERROR (jetty-launcher-3580-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 533466 ERROR (jetty-launcher-3580-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-28T02:43:58.405349100Z
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 533466 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-28T02:43:58.405349100Z
   [junit4]   2> 533469 INFO  (zkConnectionManagerCallback-3583-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533469 INFO  (zkConnectionManagerCallback-3584-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533470 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 533470 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 533477 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 
0x10023637fa10004, likely client has closed socket
   [junit4]   2> 533499 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 
0x10023637fa10003, likely client has closed socket
   [junit4]   2> 533550 WARN  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@28d8fdfc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533551 WARN  (jetty-launcher-3580-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6e11cab3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533555 INFO  (jetty-launcher-3580-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57716/solr
   [junit4]   2> 533558 INFO  (zkConnectionManagerCallback-3590-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533570 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 
0x10023637fa10005, likely client has closed socket
   [junit4]   2> 533572 INFO  (zkConnectionManagerCallback-3592-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533574 WARN  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@186dd542[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533580 WARN  (jetty-launcher-3580-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3cd6b1ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533581 INFO  (jetty-launcher-3580-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57716/solr
   [junit4]   2> 533589 INFO  (zkConnectionManagerCallback-3600-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533590 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 
0x10023637fa10007, likely client has closed socket
   [junit4]   2> 533597 INFO  (zkConnectionManagerCallback-3602-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533607 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57728_solr
   [junit4]   2> 533607 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.Overseer Overseer 
(id=72096504287920136-127.0.0.1:57728_solr-n_0000000000) starting
   [junit4]   2> 533617 INFO  (zkConnectionManagerCallback-3609-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533618 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:57716/solr ready
   [junit4]   2> 533619 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57728_solr
   [junit4]   2> 533623 INFO  
(OverseerStateUpdate-72096504287920136-127.0.0.1:57728_solr-n_0000000000) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:57728_solr
   [junit4]   2> 533624 INFO  
(OverseerStateUpdate-72096504287920136-127.0.0.1:57728_solr-n_0000000000) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 533627 INFO  (zkCallback-3608-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 533643 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 533651 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 533653 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57727_solr as DOWN
   [junit4]   2> 533654 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 533654 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57727_solr
   [junit4]   2> 533655 INFO  (zkCallback-3601-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 533656 INFO  (zkCallback-3608-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 533656 INFO  (zkCallback-3591-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 533664 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57728.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533669 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57728.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533669 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57728.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533670 INFO  (jetty-launcher-3580-thread-1) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node1\.
   [junit4]   2> 533679 INFO  (zkConnectionManagerCallback-3615-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533681 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 533681 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:57716/solr ready
   [junit4]   2> 533682 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 533696 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533701 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533702 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 533703 INFO  (jetty-launcher-3580-thread-2) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.
   [junit4]   2> 533727 INFO  (zkConnectionManagerCallback-3621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533729 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 533730 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57716/solr ready
   [junit4]   2> 533746 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 533748 INFO  (qtp1434623056-10682) [n:127.0.0.1:57728_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> 533752 INFO  
(OverseerThreadFactory-3503-thread-1-processing-n:127.0.0.1:57728_solr) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 533858 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533861 INFO  (qtp1434623056-10685) [n:127.0.0.1:57728_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533864 INFO  (qtp1434623056-10686) [n:127.0.0.1:57728_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533868 INFO  (qtp1434623056-10690) [n:127.0.0.1:57728_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533871 INFO  (qtp1434623056-10691) [n:127.0.0.1:57728_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533876 INFO  (qtp1375226927-10674) [n:127.0.0.1:57727_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533880 INFO  (qtp1375226927-10675) [n:127.0.0.1:57727_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533883 INFO  (qtp1375226927-10676) [n:127.0.0.1:57727_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533886 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533890 INFO  (qtp1375226927-10671) [n:127.0.0.1:57727_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 533895 INFO  
(OverseerStateUpdate-72096504287920136-127.0.0.1:57728_solr-n_0000000000) 
[n:127.0.0.1:57728_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:57727/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 533896 INFO  
(OverseerStateUpdate-72096504287920136-127.0.0.1:57728_solr-n_0000000000) 
[n:127.0.0.1:57728_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:57728/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 534098 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 534098 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 534098 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr    
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 535055 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535055 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535061 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535061 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535063 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535063 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535063 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535063 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535064 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_57727.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 535064 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_57728.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 535064 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 535064 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 535141 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535141 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535142 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535142 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535144 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 535144 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 535144 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 535144 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 535151 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@f0e5e04[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 535151 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@68704bbc[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 535152 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535152 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535152 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535152 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535152 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535153 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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 1621061837879508992
   [junit4]   2> 535153 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535153 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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 1621061837879508992
   [junit4]   2> 535156 INFO  
(searcherExecutor-3512-thread-1-processing-n:127.0.0.1:57727_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:57727_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@f0e5e04[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 535159 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 535159 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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> 535160 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 535164 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 535164 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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> 535169 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 535169 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 535169 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:57728/solr/MissingSegmentRecoveryTest_shard1_replica_n2/
   [junit4]   2> 535170 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n2 
url=http://127.0.0.1:57728/solr START 
replicas=[http://127.0.0.1:57727/solr/MissingSegmentRecoveryTest_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 535170 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n2 
url=http://127.0.0.1:57728/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 535171 INFO  
(searcherExecutor-3513-thread-1-processing-n:127.0.0.1:57728_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:57728_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@68704bbc[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 535173 INFO  (qtp1375226927-10689) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 535173 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 535173 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 535173 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as 
/collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/72096504287920136-core_node4-n_0000000000
   [junit4]   2> 535176 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57728/solr/MissingSegmentRecoveryTest_shard1_replica_n2/ shard1
   [junit4]   2> 535267 INFO  (zkCallback-3601-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> 535268 INFO  (zkCallback-3601-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> 535268 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 535271 INFO  (qtp1434623056-10681) [n:127.0.0.1:57728_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=1256
   [junit4]   2> 535360 INFO  (zkCallback-3601-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> 535360 INFO  (zkCallback-3601-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> 535360 INFO  (zkCallback-3601-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> 536064 INFO  (qtp1375226927-10688) [n:127.0.0.1:57727_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=2146
   [junit4]   2> 536066 INFO  (qtp1434623056-10682) [n:127.0.0.1:57728_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> 536153 INFO  (zkCallback-3601-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> 536153 INFO  (zkCallback-3601-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> 536153 INFO  (zkCallback-3601-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> 536153 INFO  (zkCallback-3591-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> 536154 INFO  (qtp1434623056-10682) [n:127.0.0.1:57728_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=2600
   [junit4]   2> 536154 INFO  (zkCallback-3591-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> 536155 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 536159 INFO  (qtp1434623056-10683) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 536166 INFO  (qtp1375226927-10676) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57728/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&wt=javabin&version=2}{add=[0
 (1621061838931230720), 1 (1621061838933327872), 2 (1621061838933327873), 3 
(1621061838933327874), 4 (1621061838933327875), 5 (1621061838933327876), 6 
(1621061838933327877), 7 (1621061838933327878), 8 (1621061838933327879), 9 
(1621061838933327880)]} 0 2
   [junit4]   2> 536168 INFO  (qtp1434623056-10683) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1621061838931230720), 1 
(1621061838933327872), 2 (1621061838933327873), 3 (1621061838933327874), 4 
(1621061838933327875), 5 (1621061838933327876), 6 (1621061838933327877), 7 
(1621061838933327878), 8 (1621061838933327879), 9 (1621061838933327880)]} 0 13
   [junit4]   2> 536168 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1621061838943813632,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 536168 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_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@5d5c2f1e 
commitCommandVersion:1621061838943813632
   [junit4]   2> 536170 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1621061838945910784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 536170 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_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@bc5834c 
commitCommandVersion:1621061838945910784
   [junit4]   2> 536191 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@521abf3a[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 536192 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 536192 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1cd47fce[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 536193 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 536193 INFO  
(searcherExecutor-3512-thread-1-processing-n:127.0.0.1:57727_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node3) [n:127.0.0.1:57727_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@521abf3a[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=10.0, 
timestamp=1545965041115}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 536194 INFO  (qtp1375226927-10677) [n:127.0.0.1:57727_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57728/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 26
   [junit4]   2> 536194 INFO  
(searcherExecutor-3513-thread-1-processing-n:127.0.0.1:57728_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest 
s:shard1 r:core_node4) [n:127.0.0.1:57728_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@1cd47fce[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10:[diagnostics={os=Windows
 10, java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=10.0, 
timestamp=1545965041116}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 536195 INFO  (qtp1434623056-10684) [n:127.0.0.1:57728_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 29
   [junit4]   2> 536197 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1969253370
   [junit4]   2> 536197 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57727_solr
   [junit4]   2> 536198 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 536198 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.ZkController Publish node=127.0.0.1:57727_solr as DOWN
   [junit4]   2> 536200 INFO  (coreCloseExecutor-3522-thread-1) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@48842596
   [junit4]   2> 536200 INFO  (coreCloseExecutor-3522-thread-1) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=48842596
   [junit4]   2> 536200 INFO  (coreCloseExecutor-3522-thread-1) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41eaffe7: 
rootName = solr_57727, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@55b448a4
   [junit4]   2> 536204 INFO  (coreCloseExecutor-3522-thread-1) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=48842596
   [junit4]   2> 536207 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 536207 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c643ec8: rootName = 
solr_57727, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3868598d
   [junit4]   2> 536211 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 536211 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@64d0c28e: rootName = 
solr_57727, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@dff5e4a
   [junit4]   2> 536212 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 536213 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@236a021b: rootName = 
solr_57727, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7b7cd562
   [junit4]   2> 536213 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@7d1ab48[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 536214 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 
0x10023637fa10006, likely client has closed socket
   [junit4]   2> 536215 INFO  (zkCallback-3601-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 536215 INFO  (zkCallback-3614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 536215 INFO  (zkCallback-3620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 536215 INFO  (zkCallback-3608-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3f12027f[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 536218 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@3e3dc94c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
   [junit4]   2> 536219 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4cffae3{/solr,null,UNAVAILABLE}
   [junit4]   2> 536219 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 536220 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 536220 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 536220 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 57727 try number 
1 ...
   [junit4]   2> 536220 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 536221 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 536221 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 536221 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 536221 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69329a6d{/solr,null,AVAILABLE}
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@161e2d31{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57727}
   [junit4]   2> 536222 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 536222 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-28T02:44:01.161617600Z
   [junit4]   2> 536225 INFO  (zkConnectionManagerCallback-3626-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536226 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536231 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 
0x10023637fa1000c, likely client has closed socket
   [junit4]   2> 536395 INFO  (zkCallback-3601-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> 536395 INFO  (zkCallback-3601-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> 536395 INFO  (zkCallback-3601-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> 536544 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@37ad6681[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 536557 WARN  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@255d8a0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 536557 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57716/solr
   [junit4]   2> 536566 INFO  (zkConnectionManagerCallback-3632-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536566 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 
0x10023637fa1000d, likely client has closed socket
   [junit4]   2> 536573 INFO  (zkConnectionManagerCallback-3634-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536577 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 536579 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:57727_solr as DOWN
   [junit4]   2> 536582 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 536582 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57727_solr
   [junit4]   2> 536582 INFO  (zkCallback-3620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 536582 INFO  (zkCallback-3601-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 536582 INFO  (zkCallback-3608-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 536605 INFO  (zkCallback-3633-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 536610 INFO  (zkConnectionManagerCallback-3641-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 536611 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 536612 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:57716/solr ready
   [junit4]   2> 536612 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 536632 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 536641 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 536641 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57727.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 536643 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.
   [junit4]   2> 536643 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E469289EA8B772A2]) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n1]
   [junit4]   2> 536664 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 536669 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 536671 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 536732 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536736 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536738 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536738 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536739 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_57727.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 536739 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 536773 INFO  (zkCallback-3601-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> 536773 INFO  (zkCallback-3601-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> 536773 INFO  (zkCallback-3601-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> 536785 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536785 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536788 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 536788 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 536829 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4612477b
   [junit4]   2> 536829 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=4612477b
   [junit4]   2> 536829 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72400098: 
rootName = solr_57727, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@376fbdfd
   [junit4]   2> 536834 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=4612477b
   [junit4]   2> 536837 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 536837 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore Updating index 
properties... index=index.20181228114401776
   [junit4]   2> 536842 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/MissingSegmentRecoveryTest/terms/shard1 to 
Terms{values={core_node3=0, core_node4=1}, version=3}
   [junit4]   2> 536852 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_57727.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@601805be
   [junit4]   2> 536852 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 536900 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
 afterReload=false
   [junit4]   2> 536901 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20181228114401776
   [junit4]   2> 536939 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536939 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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> 536968 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 536968 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 536970 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
 afterReload=false
   [junit4]   2> 536976 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index
   [junit4]   2> 537000 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4b40e9d0
   [junit4]   2> 537000 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=4b40e9d0
   [junit4]   2> 537000 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73d88f7e: 
rootName = solr_57727, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@376fbdfd
   [junit4]   2> 537005 INFO  
(coreLoadExecutor-3532-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=4b40e9d0
   [junit4]   2> 537006 ERROR 
(coreContainerWorkExecutor-3525-thread-1-processing-n:127.0.0.1:57727_solr) 
[n:127.0.0.1:57727_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_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1212)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:697) 
~[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:264) [?:?]
   [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:1135) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:874) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1289)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
 ~[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:1048) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:874) ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1191)
 ~[java/:?]
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:697) 
~[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:264) [?:?]
   [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:1135) 
[?:?]
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 
[?:?]
   [junit4]   2>                at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2>        Caused by: org.apache.solr.common.Sol

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

hale.metrics.MetricRegistry@dff5e4a
   [junit4]   2> 585030 INFO  (jetty-closer-3643-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 585030 INFO  (jetty-closer-3643-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@45b32336: rootName = 
solr_57728, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7b7cd562
   [junit4]   2> 585030 INFO  (jetty-closer-3643-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 585046 INFO  (jetty-closer-3643-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 585046 INFO  (jetty-closer-3643-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a42fbd0: rootName = 
solr_57727, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7b7cd562
   [junit4]   2> 585046 INFO  (jetty-closer-3643-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@3b4febc6[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@56f7dc28[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 585051 INFO  (jetty-closer-3643-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72096504287920136-127.0.0.1:57728_solr-n_0000000000) closing
   [junit4]   2> 585051 INFO  
(OverseerStateUpdate-72096504287920136-127.0.0.1:57728_solr-n_0000000000) 
[n:127.0.0.1:57728_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57728_solr
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2f2bd8d0[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 585077 INFO  
(OverseerAutoScalingTriggerThread-72096504287920136-127.0.0.1:57728_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 585078 INFO  (zkCallback-3640-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 585078 INFO  (zkCallback-3608-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 585078 INFO  (zkCallback-3633-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57727_solr
   [junit4]   2> 585078 INFO  (zkCallback-3633-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@606bd128[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 585084 INFO  (closeThreadPool-3648-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72096504287920136-127.0.0.1:57728_solr-n_0000000000) closing
   [junit4]   2> 585084 INFO  (closeThreadPool-3648-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72096504287920136-127.0.0.1:57728_solr-n_0000000000) closing
   [junit4]   2> 585165 INFO  (jetty-closer-3643-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@161e2d31{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?????}
   [junit4]   2> 585192 INFO  (jetty-closer-3643-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@69329a6d{/solr,null,UNAVAILABLE}
   [junit4]   2> 585192 INFO  (jetty-closer-3643-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 585195 INFO  (jetty-closer-3643-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6440e706{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:?}
   [junit4]   2> 585195 INFO  (jetty-closer-3643-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3722cbc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 585195 INFO  (jetty-closer-3643-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 585195 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 585209 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      
/solr/collections/MissingSegmentRecoveryTest/terms/shard1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72096504287920136-127.0.0.1:57728_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 585221 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57716
   [junit4]   2> 585221 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[E469289EA8B772A2]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 57716
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_E469289EA8B772A2-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1471ffc5),
 locale=ar-KW, timezone=Asia/Dili
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10.0.1 
(64-bit)/cpus=3,threads=1,free=325575352,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyFieldReuse, 
LeaderElectionTest, CdcrVersionReplicationTest, TestBackupRepositoryFactory, 
TestPerFieldSimilarityWithDefaultOverride, SolrGangliaReporterTest, 
RestartWhileUpdatingTest, TestGraphMLResponseWriter, 
TestLocalFSCloudBackupRestore, SharedFSAutoReplicaFailoverTest, 
TestNumericTerms64, TestSearcherReuse, AddBlockUpdateTest, 
ChangedSchemaMergeTest, TestSolrCoreSnapshots, TestCharFilters, 
TestCorePropertiesReload, TestQueryUtils, PluginInfoTest, TestTolerantSearch, 
CoreAdminRequestStatusTest, TestUtilizeNode, SolrCmdDistributorTest, 
DistribDocExpirationUpdateProcessorTest, TestFieldCacheVsDocValues, 
HighlighterConfigTest, PolyFieldTest, TestSystemCollAutoCreate, 
DistributedQueryComponentOptimizationTest, MetricUtilsTest, 
TestInPlaceUpdatesDistrib, TestSimExecutePlanAction, TestCustomSort, 
TestUpdate, ClassificationUpdateProcessorTest, TestCloudRecovery, 
TestStandardQParsers, TestRandomDVFaceting, TestPseudoReturnFields, 
TestLegacyFieldCache, TestCSVLoader, CloudMLTQParserTest, ZkSolrClientTest, 
HdfsThreadLeakTest, TestDocTermOrds, TestHashQParserPlugin, 
TimeRoutedAliasUpdateProcessorTest, OverseerStatusTest, IndexSizeTriggerTest, 
HdfsCollectionsAPIDistributedZkTest, RemoteQueryErrorTest, 
HdfsChaosMonkeySafeLeaderTest, RestoreTriggerStateTest, PreAnalyzedFieldTest, 
TestLegacyTerms, TestFieldCollectionResource, HdfsDirectoryFactoryTest, 
SolrCLIZkUtilsTest, TestDynamicFieldCollectionResource, TestReqParamsAPI, 
FullHLLTest, TestReloadAndDeleteDocs, TestConfigSetProperties, UpdateLogTest, 
DistributedFacetPivotSmallTest, TestFieldCacheSort, 
ConcurrentDeleteAndCreateCollectionTest, ScheduledTriggerIntegrationTest, 
TestSubQueryTransformer, TestIndexingPerformance, 
CollectionsAPIAsyncDistributedZkTest, ActionThrottleTest, DateMathParserTest, 
EnumFieldTest, DistributedTermsComponentTest, StatsReloadRaceTest, 
V2StandaloneTest, TestStressUserVersions, SpatialFilterTest, BJQParserTest, 
CheckHdfsIndexTest, DocValuesMultiTest, TestSolrConfigHandlerCloud, 
TriLevelCompositeIdRoutingTest, SampleTest, TestSimDistribStateManager, 
TestShortCircuitedRequests, TestRandomFlRTGCloud, CreateRoutedAliasTest, 
TestSerializedLuceneMatchVersion, RootFieldTest, ClusterStateUpdateTest, 
IndexSchemaRuntimeFieldTest, TestLuceneIndexBackCompat, RandomizedTaggerTest, 
CollectionStateFormat2Test, SolrIndexMetricsTest, TestUtils, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, 
BadIndexSchemaTest, MissingSegmentRecoveryTest]
   [junit4] Completed [175/838 (1!)] on J1 in 53.21s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44718 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7662/consoleText

[repro] Revision: 24ae0d16cd5446f27309270f6534d4c19fb4fe43

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

[repro] ant clean

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

[...truncated 3619 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.MissingSegmentRecoveryTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=E469289EA8B772A2 
-Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=Asia/Dili 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 75 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to