Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6931/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Expected a collection with one shard and two replicas null Live Nodes: 
[127.0.0.1:49429_solr, 127.0.0.1:49428_solr] Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:49429/solr";,           
"node_name":"127.0.0.1:49429_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:49428/solr";,           
"node_name":"127.0.0.1:49428_solr",           "state":"down",           
"type":"NRT"}}}},   "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
null
Live Nodes: [127.0.0.1:49429_solr, 127.0.0.1:49428_solr]
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:49429/solr";,
          "node_name":"127.0.0.1:49429_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:49428/solr";,
          "node_name":"127.0.0.1:49428_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([209094D639F48A23:70C50CD560D53C3E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12377 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 1003405 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\init-core-data-001
   [junit4]   2> 1003406 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=157 numCloses=157
   [junit4]   2> 1003408 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1003411 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1003412 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001
   [junit4]   2> 1003412 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1003413 INFO  (Thread-2023) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1003413 INFO  (Thread-2023) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1003416 ERROR (Thread-2023) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1003513 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49424
   [junit4]   2> 1003519 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c8650000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1003521 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1003521 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1003521 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cfb6a{/solr,null,AVAILABLE}
   [junit4]   2> 1003521 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ac7235{/solr,null,AVAILABLE}
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@703638{HTTP/1.1,[http/1.1]}{127.0.0.1:49429}
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.e.j.s.Server Started @1011153ms
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9df9e3{HTTP/1.1,[http/1.1]}{127.0.0.1:49428}
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49429}
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.e.j.s.Server Started @1011153ms
   [junit4]   2> 1003522 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49428}
   [junit4]   2> 1003523 ERROR (jetty-launcher-1215-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1003523 ERROR (jetty-launcher-1215-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-01T05:46:33.552Z
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1003523 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-01T05:46:33.552Z
   [junit4]   2> 1003530 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003530 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003547 INFO  (jetty-launcher-1215-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49424/solr
   [junit4]   2> 1003547 INFO  (jetty-launcher-1215-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49424/solr
   [junit4]   2> 1003552 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c8650004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1003552 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c8650003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1003652 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1003652 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1003652 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49428_solr
   [junit4]   2> 1003653 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49429_solr
   [junit4]   2> 1003653 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.Overseer Overseer 
(id=98752056095211526-127.0.0.1:49428_solr-n_0000000000) starting
   [junit4]   2> 1003654 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1003654 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1003659 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49428_solr
   [junit4]   2> 1003661 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1003661 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1003943 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1003949 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1003949 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1003953 INFO  (jetty-launcher-1215-thread-2) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.
   [junit4]   2> 1004076 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49429.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1004084 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49429.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1004084 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49429.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1004086 INFO  (jetty-launcher-1215-thread-1) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node1\.
   [junit4]   2> 1004140 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c8650007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1004153 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1004155 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49424/solr ready
   [junit4]   2> 1004180 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1004184 INFO  (qtp6169208-8307) [n:127.0.0.1:49429_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004188 INFO  
(OverseerThreadFactory-3481-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1004301 INFO  
(OverseerStateUpdate-98752056095211526-127.0.0.1:49428_solr-n_0000000000) 
[n:127.0.0.1:49428_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:49429/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1004305 INFO  
(OverseerStateUpdate-98752056095211526-127.0.0.1:49428_solr-n_0000000000) 
[n:127.0.0.1:49428_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:49428/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1004574 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr    ] 
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> 1004576 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1004576 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr    ] 
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> 1004585 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1004709 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1004709 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1004712 INFO  
(zkCallback-1227-thread-2-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1004712 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1005614 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005619 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005656 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005666 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005666 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005667 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49429.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1005667 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1005667 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 1005668 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005697 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005698 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005698 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49428.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1005698 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1005698 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1005879 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005879 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005881 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005881 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005881 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1005881 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1005884 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1005884 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1005885 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5f050b[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1005887 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005887 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3953f9[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1005888 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005888 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005888 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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> 1005889 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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 1580032900116512768
   [junit4]   2> 1005889 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005889 INFO  
(searcherExecutor-3487-thread-1-processing-n:127.0.0.1:49428_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node4) [n:127.0.0.1:49428_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@5f050b[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005889 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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> 1005890 INFO  
(searcherExecutor-3486-thread-1-processing-n:127.0.0.1:49429_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:49429_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@3953f9[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005890 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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 1580032900117561344
   [junit4]   2> 1005897 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1006026 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1006026 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1006026 INFO  
(zkCallback-1227-thread-2-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1006026 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1006397 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1006397 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1006397 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:49429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 1006398 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:49429/solr START 
replicas=[http://127.0.0.1:49428/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1006401 INFO  (qtp24847133-8297) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1006698 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:49429/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1006698 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1006698 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1006698 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1006703 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:49429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 1006807 INFO  
(zkCallback-1227-thread-2-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1006807 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1006807 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1006807 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1006855 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1006857 INFO  (qtp6169208-8294) [n:127.0.0.1:49429_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=2282
   [junit4]   2> 1006915 INFO  (qtp24847133-8284) [n:127.0.0.1:49428_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=2338
   [junit4]   2> 1006918 INFO  (qtp6169208-8307) [n:127.0.0.1:49429_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1007019 INFO  
(zkCallback-1227-thread-2-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1007019 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1007019 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1007019 INFO  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1007919 INFO  (qtp6169208-8307) [n:127.0.0.1:49429_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3734
   [junit4]   2> 1007940 INFO  (qtp24847133-8296) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1580032902249316352), 1 (1580032902251413504), 2 (1580032902251413505), 3 
(1580032902251413506), 4 (1580032902251413507), 5 (1580032902251413508), 6 
(1580032902251413509), 7 (1580032902251413510), 8 (1580032902251413511), 9 
(1580032902251413512)]} 0 11
   [junit4]   2> 1007940 INFO  (qtp6169208-8291) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1580032902249316352), 1 
(1580032902251413504), 2 (1580032902251413505), 3 (1580032902251413506), 4 
(1580032902251413507), 5 (1580032902251413508), 6 (1580032902251413509), 7 
(1580032902251413510), 8 (1580032902251413511), 9 (1580032902251413512)]} 0 18
   [junit4]   2> 1007944 INFO  (qtp24847133-8295) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1580032902271336448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1007944 INFO  (qtp24847133-8295) [n:127.0.0.1:49428_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@14e2dae 
commitCommandVersion:1580032902271336448
   [junit4]   2> 1007945 INFO  (qtp6169208-8290) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1580032902272385024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1007945 INFO  (qtp6169208-8290) [n:127.0.0.1:49429_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@193b38b 
commitCommandVersion:1580032902272385024
   [junit4]   2> 1007979 INFO  (qtp24847133-8295) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1ce3d90[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1007979 INFO  (qtp6169208-8290) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@753559[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1007979 INFO  (qtp24847133-8295) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1007979 INFO  (qtp6169208-8290) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1007980 INFO  
(searcherExecutor-3486-thread-1-processing-n:127.0.0.1:49429_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:49429_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@753559[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 1007980 INFO  (qtp6169208-8290) [n:127.0.0.1:49429_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:49429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 35
   [junit4]   2> 1007981 INFO  
(searcherExecutor-3487-thread-1-processing-n:127.0.0.1:49428_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node4) [n:127.0.0.1:49428_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@1ce3d90[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 1007981 INFO  (qtp24847133-8295) [n:127.0.0.1:49428_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:49429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 36
   [junit4]   2> 1007981 INFO  (qtp6169208-8292) [n:127.0.0.1:49429_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 39
   [junit4]   2> 1007984 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@9df9e3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1007984 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21237200
   [junit4]   2> 1007984 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1007985 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e14f7a: rootName = 
solr_49428, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1abfdd7
   [junit4]   2> 1007990 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1007990 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b2b271: rootName = 
solr_49428, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@b0715f
   [junit4]   2> 1008012 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1008012 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@154b9a0: rootName = 
solr_49428, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@e7303e
   [junit4]   2> 1008013 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1008015 INFO  (coreCloseExecutor-3496-thread-1) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@43e7a9
   [junit4]   2> 1008015 INFO  (coreCloseExecutor-3496-thread-1) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=4450217
   [junit4]   2> 1008015 INFO  (coreCloseExecutor-3496-thread-1) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ad61e4: 
rootName = solr_49428, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1dcb2e5
   [junit4]   2> 1008022 INFO  (coreCloseExecutor-3496-thread-1) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=4450217
   [junit4]   2> 1008022 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.c.Overseer Overseer 
(id=98752056095211526-127.0.0.1:49428_solr-n_0000000000) closing
   [junit4]   2> 1008022 INFO  
(OverseerStateUpdate-98752056095211526-127.0.0.1:49428_solr-n_0000000000) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49428_solr
   [junit4]   2> 1008025 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c8650006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1008027 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1008027 INFO  (zkCallback-1233-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1008027 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49429_solr
   [junit4]   2> 1008028 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.Overseer Overseer 
(id=98752056095211525-127.0.0.1:49429_solr-n_0000000001) starting
   [junit4]   2> 1008051 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1008051 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1009525 WARN  
(zkCallback-1227-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1009535 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ac7235{/solr,null,UNAVAILABLE}
   [junit4]   2> 1009539 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1009541 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c25f0c{/solr,null,AVAILABLE}
   [junit4]   2> 1009542 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@1067859{HTTP/1.1,[http/1.1]}{127.0.0.1:49428}
   [junit4]   2> 1009542 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.e.j.s.Server Started @1017174ms
   [junit4]   2> 1009543 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49428}
   [junit4]   2> 1009543 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1009543 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1009543 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1009544 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1009544 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-01T05:46:39.573Z
   [junit4]   2> 1009569 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1009600 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49424/solr
   [junit4]   2> 1009606 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c865000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1009653 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1009658 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1009661 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49428_solr
   [junit4]   2> 1009663 INFO  (zkCallback-1233-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1009663 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1009664 INFO  
(zkCallback-1238-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1009770 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1009770 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1009874 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1009898 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1009898 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49428.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1009905 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.
   [junit4]   2> 1009905 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 1009910 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1009968 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1009983 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010004 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010004 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010004 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49428.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1010004 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1010004 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1010024 INFO  
(zkCallback-1226-thread-2-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1010024 INFO  
(zkCallback-1238-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1010024 INFO  
(zkCallback-1226-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] 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> 1010026 INFO  
(zkCallback-1238-thread-2-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1010218 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010218 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010221 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1010221 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1010228 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10c0b1b
   [junit4]   2> 1010228 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=17566491
   [junit4]   2> 1010228 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b8a47: 
rootName = solr_49428, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1371200
   [junit4]   2> 1010239 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=17566491
   [junit4]   2> 1010261 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1010262 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index 
properties... index=index.20171001074640291
   [junit4]   2> 1010296 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_49428.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6904
   [junit4]   2> 1010297 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1010297 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1010311 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1010334 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 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\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1010352 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.DirectoryFactory 
Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20171001074640291
   [junit4]   2> 1010439 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.DirectoryFactory 
Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 1010497 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010497 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_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> 1010502 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1010502 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1010510 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f36f8e
   [junit4]   2> 1010510 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=32731022
   [junit4]   2> 1010510 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c5e38f: 
rootName = solr_49428, domain = 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null, 
agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1371200
   [junit4]   2> 1010517 INFO  
(coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=32731022
   [junit4]   2> 1010520 ERROR 
(coreContainerWorkExecutor-3501-thread-1-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore 
to be created
   [junit4]   2> java.util.concurrent.ExecutionException: 
org.apache.solr.common.SolrException: Unable to create core 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$14(CoreContainer.java:670)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1044)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:641)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        ... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1104)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1030)
   [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:988)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1028)
   [junit4]   2>                ... 7 more
   [junit4]   2>        Caused by: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2075)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:289)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1076)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")
   [junit4]   2>                at 
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:336)
   [junit4]   2>                at 
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
   [junit4]   2>                at 
org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2>                at 
org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:299)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:287)
   [junit4]   2>                ... 18 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2075)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(SimpleFSDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20171001074640291
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ede0cb): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1071)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1100529 INFO  (qtp6169208-8289) [n:127.0.0.1:49429_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1100531 INFO  
(OverseerThreadFactory-3499-thread-1-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1100534 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=null
   [junit4]   2> 1100535 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39045a: rootName = 
solr_49429, 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@b40201
   [junit4]   2> 1100542 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@19db3a5
   [junit4]   2> 1100542 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=27112357
   [junit4]   2> 1100542 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=27112357
   [junit4]   2> 1100544 INFO  (qtp18070802-8383) [n:127.0.0.1:49428_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=10
   [junit4]   2> 1100560 INFO  (qtp6169208-8285) [n:127.0.0.1:49429_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=28
   [junit4]   2> 1100563 INFO  
(zkCallback-1238-thread-3-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1100563 INFO  
(zkCallback-1238-thread-4-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] 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> 1100669 INFO  
(zkCallback-1238-thread-4-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDeleted 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1100669 INFO  
(zkCallback-1238-thread-3-processing-n:127.0.0.1:49428_solr) 
[n:127.0.0.1:49428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDeleted 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1101270 INFO  (qtp6169208-8289) [n:127.0.0.1:49429_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=740
   [junit4]   2> 1101270 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[209094D639F48A23]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=209094D639F48A23 -Dtests.slow=true -Dtests.locale=el-CY 
-Dtests.timezone=Africa/Cairo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 97.1s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Live Nodes: [127.0.0.1:49429_solr, 127.0.0.1:49428_solr]
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:49429/solr";,
   [junit4]    >           "node_name":"127.0.0.1:49429_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node4":{
   [junit4]    >           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:49428/solr";,
   [junit4]    >           "node_name":"127.0.0.1:49428_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([209094D639F48A23:70C50CD560D53C3E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    >        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    > 

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

Container Shutting down CoreContainer instance=19942110
   [junit4]   2> 1101280 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2236439
   [junit4]   2> 1101280 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1101280 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1101280 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b4a01e: rootName = 
solr_49429, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@e57ee3
   [junit4]   2> 1101280 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b515bb: rootName = 
solr_49428, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7d8537
   [junit4]   2> 1101298 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1101298 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1101298 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d8ec09: rootName = 
solr_49428, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@b0715f
   [junit4]   2> 1101298 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b11564: rootName = 
solr_49429, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@b0715f
   [junit4]   2> 1101302 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1101302 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4604df: rootName = 
solr_49429, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@e7303e
   [junit4]   2> 1101302 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1101302 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@229353: rootName = 
solr_49428, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@e7303e
   [junit4]   2> 1101304 INFO  (jetty-closer-1216-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1101304 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1101305 INFO  (jetty-closer-1216-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98752056095211525-127.0.0.1:49429_solr-n_0000000001) closing
   [junit4]   2> 1101306 INFO  
(OverseerStateUpdate-98752056095211525-127.0.0.1:49429_solr-n_0000000001) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49429_solr
   [junit4]   2> 1101308 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ed678c865000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1101308 INFO  (jetty-closer-1216-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c25f0c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1101309 INFO  
(zkCallback-1226-thread-4-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1101309 WARN  
(zkCallback-1226-thread-4-processing-n:127.0.0.1:49429_solr) 
[n:127.0.0.1:49429_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1101311 INFO  (jetty-closer-1216-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3cfb6a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1101314 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1101314 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[209094D639F48A23]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:49424 49424
   [junit4]   2> 1101316 INFO  (Thread-2023) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49424 49424
   [junit4]   2> 1101316 WARN  (Thread-2023) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_209094D639F48A23-001
   [junit4]   2> Oct 01, 2017 5:48:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1488, 
maxMBSortInHeap=6.814740126018694, sim=RandomSimilarity(queryNorm=false): {}, 
locale=el-CY, timezone=Africa/Cairo
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=40117424,total=254111744
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestEmbeddedSolrServerSchemaAPI, TestCollectionAPIs, TestFieldTypeResource, 
NotRequiredUniqueKeyTest, TestInPlaceUpdatesDistrib, RestartWhileUpdatingTest, 
TestRandomRequestDistribution, TestSolrConfigHandlerConcurrent, 
TestCopyFieldCollectionResource, TlogReplayBufferedWhileIndexingTest, 
CursorMarkTest, TestStressUserVersions, 
DistribDocExpirationUpdateProcessorTest, TestHdfsCloudBackupRestore, 
TestSolrFieldCacheBean, TestPhraseSuggestions, TestOmitPositions, 
TestConfigSetsAPI, ConnectionManagerTest, TestInitParams, TestLegacyTerms, 
TestCloudSearcherWarming, QueryElevationComponentTest, 
CoreMergeIndexesAdminHandlerTest, TestDynamicFieldResource, 
TestHighlightDedupGrouping, CursorPagingTest, SolrJmxReporterCloudTest, 
TestJsonRequest, TestQuerySenderNoQuery, RulesTest, TestDFISimilarityFactory, 
TestLRUStatsCache, SuggestComponentTest, BlockJoinFacetDistribTest, 
DistributedSpellCheckComponentTest, RecoveryZkTest, TestSolr4Spatial2, 
TimeZoneUtilsTest, ImplicitSnitchTest, TestUnifiedSolrHighlighter, 
URLClassifyProcessorTest, TestIBSimilarityFactory, CoreAdminCreateDiscoverTest, 
DirectSolrConnectionTest, TestSizeLimitedDistributedMap, MultiTermTest, 
JvmMetricsTest, SolrCoreTest, TestCollapseQParserPlugin, 
TestReversedWildcardFilterFactory, TestStressCloudBlindAtomicUpdates, 
ScriptEngineTest, FieldAnalysisRequestHandlerTest, HdfsDirectoryFactoryTest, 
DistanceFunctionTest, TestConfigReload, DistributedQueueTest, 
BinaryUpdateRequestHandlerTest, TestRetrieveFieldsOptimizer, DateFieldTest, 
SolrXmlInZkTest, MetricUtilsTest, TestRestManager, SoftAutoCommitTest, 
SolrInfoBeanTest, BitVectorTest, TestRandomCollapseQParserPlugin, 
TestSolrCLIRunExample, TestReplicationHandlerBackup, SliceStateTest, 
AnalysisAfterCoreReloadTest, TestCodecSupport, TestPseudoReturnFields, 
PreAnalyzedUpdateProcessorTest, PeerSyncTest, DateMathParserTest, 
TestLegacyFieldReuse, DeleteStatusTest, ResourceLoaderTest, 
FacetPivotSmallTest, FastVectorHighlighterTest, ClusterStateUpdateTest, 
StressHdfsTest, TestFieldCacheWithThreads, TestMinMaxOnMultiValuedField, 
TestHashPartitioner, TestAnalyzeInfixSuggestions, TestExtendedDismaxParser, 
DefaultValueUpdateProcessorTest, HdfsUnloadDistributedZkTest, 
HighlighterConfigTest, UtilsToolTest, DistributedExpandComponentTest, 
PathHierarchyTokenizerFactoryTest, SolrSlf4jReporterTest, TestTolerantSearch, 
ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, StatsReloadRaceTest, 
DataDrivenBlockJoinTest, TestJmxIntegration, TestBackupRepositoryFactory, 
TestExceedMaxTermLength, TestGroupingSearch, DocValuesTest, 
TestReplicationHandler, MissingSegmentRecoveryTest]
   [junit4] Completed [259/734 (1!)] on J0 in 98.68s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44193 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to