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

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:55396_solr, 127.0.0.1:55397_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":"https://127.0.0.1:55396/solr";,           
"node_name":"127.0.0.1:55396_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"https://127.0.0.1:55397/solr";,           
"node_name":"127.0.0.1:55397_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"}, 
  "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Live Nodes: [127.0.0.1:55396_solr, 127.0.0.1:55397_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":"https://127.0.0.1:55396/solr";,
          "node_name":"127.0.0.1:55396_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"https://127.0.0.1:55397/solr";,
          "node_name":"127.0.0.1:55397_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([891B1F51BD4EB834:D94E8752E46F0E29]: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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11187 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\init-core-data-001
   [junit4]   2> 321499 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 321502 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 321504 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 321506 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-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_891B1F51BD4EB834-001\tempDir-001
   [junit4]   2> 321506 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 321507 INFO  (Thread-667) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 321507 INFO  (Thread-667) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 321512 ERROR (Thread-667) [    ] 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> 321607 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55389
   [junit4]   2> 321614 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 0x15dc7fc12140000, 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> 321619 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 321619 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 321620 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@206929{/solr,null,AVAILABLE}
   [junit4]   2> 321620 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13b4f98{/solr,null,AVAILABLE}
   [junit4]   2> 321623 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d3942{SSL,[ssl, 
http/1.1]}{127.0.0.1:55397}
   [junit4]   2> 321623 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.e.j.s.Server Started @330764ms
   [junit4]   2> 321623 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55397}
   [junit4]   2> 321624 ERROR (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 321624 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 321624 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 321624 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 321624 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T17:12:52.100Z
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c3ff35{SSL,[ssl, 
http/1.1]}{127.0.0.1:55396}
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.e.j.s.Server Started @330766ms
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55396}
   [junit4]   2> 321626 ERROR (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 321626 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T17:12:52.102Z
   [junit4]   2> 321634 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 321634 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 321648 INFO  (jetty-launcher-2470-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55389/solr
   [junit4]   2> 321648 INFO  (jetty-launcher-2470-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55389/solr
   [junit4]   2> 321783 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 321784 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 321786 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55396_solr
   [junit4]   2> 321786 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55397_solr
   [junit4]   2> 321787 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.Overseer Overseer 
(id=98454652321005573-127.0.0.1:55396_solr-n_0000000000) starting
   [junit4]   2> 321788 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 321789 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 321802 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55396_solr
   [junit4]   2> 321806 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 321806 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 322158 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322161 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55397.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322163 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55397.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322163 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55397.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322164 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322164 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 322165 INFO  (jetty-launcher-2470-thread-2) 
[n:127.0.0.1:55397_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_891B1F51BD4EB834-001\tempDir-001\node2\.
   [junit4]   2> 322166 INFO  (jetty-launcher-2470-thread-1) 
[n:127.0.0.1:55396_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_891B1F51BD4EB834-001\tempDir-001\node1\.
   [junit4]   2> 322219 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 322219 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55389/solr ready
   [junit4]   2> 322237 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 322277 INFO  (qtp5525089-7133) [n:127.0.0.1:55397_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> 322280 INFO  
(OverseerThreadFactory-1546-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 322388 INFO  
(OverseerStateUpdate-98454652321005573-127.0.0.1:55396_solr-n_0000000000) 
[n:127.0.0.1:55396_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":"https://127.0.0.1:55396/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 322392 INFO  
(OverseerStateUpdate-98454652321005573-127.0.0.1:55396_solr-n_0000000000) 
[n:127.0.0.1:55396_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":"https://127.0.0.1:55397/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 322606 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 322607 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 322638 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 322639 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 322756 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 322756 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 322757 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 322757 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 323632 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323641 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323646 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323646 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323647 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55397.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 323647 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 323647 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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_891B1F51BD4EB834-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_891B1F51BD4EB834-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 323728 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323760 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323771 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323771 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323771 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55396.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 323771 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 323771 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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_891B1F51BD4EB834-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_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 323825 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323825 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323827 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 323827 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 323831 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@be54e[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 323832 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323833 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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> 323833 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 323834 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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 1575274439570882560
   [junit4]   2> 323843 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 323846 INFO  
(searcherExecutor-1551-thread-1-processing-n:127.0.0.1:55397_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node4) [n:127.0.0.1:55397_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@be54e[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 323850 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323850 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323852 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 323852 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 323854 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1e63584[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 323855 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323857 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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> 323857 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 323858 INFO  
(searcherExecutor-1552-thread-1-processing-n:127.0.0.1:55396_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:55396_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@1e63584[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 323858 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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 1575274439596048384
   [junit4]   2> 323946 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 323946 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 323947 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 323946 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 324343 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 324343 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 324343 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:55397/solr/MissingSegmentRecoveryTest_shard1_replica_n2/
   [junit4]   2> 324343 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n2 
url=https://127.0.0.1:55397/solr START 
replicas=[https://127.0.0.1:55396/solr/MissingSegmentRecoveryTest_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 324348 INFO  (qtp14045031-7151) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 324645 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica_n2 
url=https://127.0.0.1:55397/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 324645 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 324645 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 324645 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 324649 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:55397/solr/MissingSegmentRecoveryTest_shard1_replica_n2/ 
shard1
   [junit4]   2> 324752 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 324752 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 324752 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 324752 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 324801 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 324802 INFO  (qtp5525089-7127) [n:127.0.0.1:55397_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=2196
   [junit4]   2> 324865 INFO  (qtp14045031-7132) [n:127.0.0.1:55396_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=2226
   [junit4]   2> 324867 INFO  (qtp5525089-7133) [n:127.0.0.1:55397_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> 324968 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 324968 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 324968 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 324968 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 325867 INFO  (qtp5525089-7133) [n:127.0.0.1:55397_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=3589
   [junit4]   2> 325886 INFO  (qtp14045031-7150) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:55397/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&wt=javabin&version=2}{add=[0
 (1575274441705783296), 1 (1575274441708929024), 2 (1575274441708929025), 3 
(1575274441708929026), 4 (1575274441708929027), 5 (1575274441708929028), 6 
(1575274441709977600), 7 (1575274441709977601), 8 (1575274441709977602), 9 
(1575274441709977603)]} 0 11
   [junit4]   2> 325886 INFO  (qtp5525089-7149) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1575274441705783296), 1 
(1575274441708929024), 2 (1575274441708929025), 3 (1575274441708929026), 4 
(1575274441708929027), 5 (1575274441708929028), 6 (1575274441709977600), 7 
(1575274441709977601), 8 (1575274441709977602), 9 (1575274441709977603)]} 0 16
   [junit4]   2> 325888 INFO  (qtp14045031-7140) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1575274441724657664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 325888 INFO  (qtp14045031-7140) [n:127.0.0.1:55396_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@a82fa9 
commitCommandVersion:1575274441724657664
   [junit4]   2> 325904 INFO  (qtp5525089-7147) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1575274441741434880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 325904 INFO  (qtp5525089-7147) [n:127.0.0.1:55397_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@a25dfb 
commitCommandVersion:1575274441741434880
   [junit4]   2> 325910 INFO  (qtp14045031-7140) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@25d621[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 325912 INFO  (qtp14045031-7140) [n:127.0.0.1:55396_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 325913 INFO  
(searcherExecutor-1552-thread-1-processing-n:127.0.0.1:55396_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:55396_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@25d621[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 325913 INFO  (qtp14045031-7140) [n:127.0.0.1:55396_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=https://127.0.0.1:55397/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 325928 INFO  (qtp5525089-7147) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@17d3a0e[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 325928 INFO  (qtp5525089-7147) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 325929 INFO  
(searcherExecutor-1551-thread-1-processing-n:127.0.0.1:55397_solr 
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node4) [n:127.0.0.1:55397_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@17d3a0e[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C10)))}
   [junit4]   2> 325929 INFO  (qtp5525089-7147) [n:127.0.0.1:55397_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=https://127.0.0.1:55397/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 325929 INFO  (qtp5525089-7125) [n:127.0.0.1:55397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node4 
x:MissingSegmentRecoveryTest_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 42
   [junit4]   2> 325932 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.AbstractConnector Stopped ServerConnector@1c3ff35{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 325934 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21450493
   [junit4]   2> 325934 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 325935 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 325937 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 325938 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 325940 INFO  (coreCloseExecutor-1561-thread-1) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@167a161
   [junit4]   2> 325942 INFO  (coreCloseExecutor-1561-thread-1) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=23568737
   [junit4]   2> 325955 INFO  (coreCloseExecutor-1561-thread-1) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=23568737
   [junit4]   2> 325957 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.c.Overseer Overseer 
(id=98454652321005573-127.0.0.1:55396_solr-n_0000000000) closing
   [junit4]   2> 325957 INFO  
(OverseerStateUpdate-98454652321005573-127.0.0.1:55396_solr-n_0000000000) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:55396_solr
   [junit4]   2> 325958 WARN  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 325958 INFO  (zkCallback-2488-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 325959 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 325959 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@206929{/solr,null,UNAVAILABLE}
   [junit4]   2> 325959 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55397_solr
   [junit4]   2> 325960 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.Overseer Overseer 
(id=98454652321005574-127.0.0.1:55397_solr-n_0000000001) starting
   [junit4]   2> 325963 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 325963 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15c7488{/solr,null,AVAILABLE}
   [junit4]   2> 325964 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.AbstractConnector Started ServerConnector@c5342b{SSL,[ssl, 
http/1.1]}{127.0.0.1:55396}
   [junit4]   2> 325964 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.e.j.s.Server Started @335105ms
   [junit4]   2> 325965 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55396}
   [junit4]   2> 325965 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 325967 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 325967 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 325967 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 325967 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T17:12:56.443Z
   [junit4]   2> 325972 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 325972 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 325972 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 325980 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 0x15dc7fc12140009, 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> 325985 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55389/solr
   [junit4]   2> 325988 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 0x15dc7fc1214000a, 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> 325996 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 325998 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 326001 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55396_solr
   [junit4]   2> 326002 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 326003 INFO  
(zkCallback-2493-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 326003 INFO  (zkCallback-2488-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 326112 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 326112 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 326138 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 326141 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 326141 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55396.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 326144 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_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_891B1F51BD4EB834-001\tempDir-001\node1\.
   [junit4]   2> 326145 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n1]
   [junit4]   2> 326151 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 326171 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326184 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326187 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326187 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326187 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55396.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 326188 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 326188 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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_891B1F51BD4EB834-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_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 326260 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326261 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326262 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 326262 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 326266 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4dafd4
   [junit4]   2> 326268 INFO  
(zkCallback-2493-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326268 INFO  
(zkCallback-2481-thread-2-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 326268 INFO  
(zkCallback-2481-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_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> 326272 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=5091284
   [junit4]   2> 326274 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=5091284
   [junit4]   2> 326278 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 326279 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170809171256754
   [junit4]   2> 326286 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_55396.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ca42f4
   [junit4]   2> 326286 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 326287 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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_891B1F51BD4EB834-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_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 326298 INFO  
(zkCallback-2493-thread-2-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326299 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory Found 
1 old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
 afterReload=false
   [junit4]   2> 326303 ERROR 
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory Failed 
to delete old directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170809171256754
 due to: java.io.IOException: Unable to delete directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170809171256754.
   [junit4]   2> 326305 ERROR 
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.SolrIndexWriter Error 
closing IndexWriter
   [junit4]   2> java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170809171256754\write.lock
   [junit4]   2>        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
   [junit4]   2>        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
   [junit4]   2>        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193)
   [junit4]   2>        at java.nio.file.Files.readAttributes(Files.java:1737)
   [junit4]   2>        at 
org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:177)
   [junit4]   2>        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:67)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4755)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3279)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3411)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1272)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1315)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:280)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:743)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:934)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1078)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1004)
   [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>        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> 326309 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory Found 
1 old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
 afterReload=false
   [junit4]   2> 326331 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
 [n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory 
Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_891B1F51BD4EB834-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index
   [junit4]   2> 326392 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326392 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 326394 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 326394 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 326398 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13d4026
   [junit4]   2> 326398 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=20791334
   [junit4]   2> 326400 INFO  
(coreLoadExecutor-1570-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node3 
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=20791334
   [junit4]   2> 326403 ERROR 
(coreContainerWorkExecutor-1566-thread-1-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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_n1]
   [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:669)
   [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_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1018)
   [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:1078)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1004)
   [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:1002)
   [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:2074)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2194)
   [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_891B1F51BD4EB834-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\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:248)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2035)
   [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_891B1F51BD4EB834-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\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:2074)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2194)
   [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_891B1F51BD4EB834-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170809171256754
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e91a22): 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:248)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2035)
   [junit4]   2>        ... 13 more
   [junit4]   2> 416693 INFO  (qtp5525089-7138) [n:127.0.0.1:55397_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> 416696 INFO  
(OverseerThreadFactory-1564-thread-1-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 416705 INFO  (qtp5525089-7128) [n:127.0.0.1:55397_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=null
   [junit4]   2> 416720 INFO  (qtp5525089-7128) [n:127.0.0.1:55397_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@e5b4f6
   [junit4]   2> 416724 INFO  (qtp5525089-7128) [n:127.0.0.1:55397_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=15054070
   [junit4]   2> 416724 INFO  (qtp5525089-7128) [n:127.0.0.1:55397_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=15054070
   [junit4]   2> 416738 INFO  (qtp5525089-7128) [n:127.0.0.1:55397_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=33
   [junit4]   2> 416743 INFO  
(zkCallback-2493-thread-3-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 416744 INFO  
(zkCallback-2493-thread-4-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 416757 INFO  (qtp6140893-7211) [n:127.0.0.1:55396_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=10
   [junit4]   2> 416863 INFO  
(zkCallback-2493-thread-4-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 416863 INFO  
(zkCallback-2493-thread-3-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_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> 417467 INFO  (qtp5525089-7138) [n:127.0.0.1:55397_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=774
   [junit4]   2> 417467 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[891B1F51BD4EB834]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=891B1F51BD4EB834 -Dtests.slow=true -Dtests.locale=ca-ES 
-Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 95.2s 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:55396_solr, 127.0.0.1:55397_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":"https://127.0.0.1:55396/solr";,
   [junit4]    >           "node_name":"127.0.0.1:55396_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node4":{
   [junit4]    >           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]    >           "base_url":"https://127.0.0.1:55397/solr";,
   [junit4]    >           "node_name":"127.0.0.1:55397_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([891B1F51BD4EB834:D94E8752E46F0E29]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    >        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 417470 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 0x15dc7fc12140008, 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> 417476 INFO  (jetty-closer-2471-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@c5342b{SSL,[ssl, 
http/1.1]}{127.0.0.1:55396}
   [junit4]   2> 417476 INFO  (jetty-closer-2471-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10886587
   [junit4]   2> 417477 INFO  (jetty-closer-2471-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 417477 INFO  (jetty-closer-2471-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5d3942{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 417479 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=23652808
   [junit4]   2> 417479 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 417479 INFO  (jetty-closer-2471-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 417482 INFO  (jetty-closer-2471-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 417482 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 417484 INFO  (jetty-closer-2471-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 417485 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 417487 INFO  
(zkCallback-2481-thread-4-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 417487 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 417489 INFO  (jetty-closer-2471-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98454652321005574-127.0.0.1:55397_solr-n_0000000001) closing
   [junit4]   2> 417489 INFO  
(OverseerStateUpdate-98454652321005574-127.0.0.1:55397_solr-n_0000000001) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:55397_solr
   [junit4]   2> 417490 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 0x15dc7fc12140006, 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> 417490 WARN  
(zkCallback-2481-thread-4-processing-n:127.0.0.1:55397_solr) 
[n:127.0.0.1:55397_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 417494 INFO  (jetty-closer-2471-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13b4f98{/solr,null,UNAVAILABLE}
   [junit4]   2> 418986 WARN  
(zkCallback-2493-thread-3-processing-n:127.0.0.1:55396_solr) 
[n:127.0.0.1:55396_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 418986 INFO  (jetty-closer-2471-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15c7488{/solr,null,UNAVAILABLE}
   [junit4]   2> 418988 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-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> 418988 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[891B1F51BD4EB834]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55389 55389
   [junit4]   2> 418989 INFO  (Thread-667) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55389 55389
   [junit4]   2> 418990 WARN  (Thread-667) [    ] 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>        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>        4       /solr/clusterprops.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_891B1F51BD4EB834-001
   [junit4]   2> Aug 09, 2017 5:14:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50}, 
docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=937, 
maxMBSortInHeap=7.5443594682972215, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ca-ES, timezone=Zulu
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=67741816,total=126877696
   [junit4]   2> NOTE: All tests run in this JVM: [RestartWhileUpdatingTest, 
SliceStateTest, TestSQLHandler, TestJmxIntegration, 
DistributedDebugComponentTest, TestFreeTextSuggestions, 
BlobRepositoryCloudTest, PeerSyncWithIndexFingerprintCachingTest, 
TestEmbeddedSolrServerSchemaAPI, DistributedSpellCheckComponentTest, 
SimplePostToolTest, InfoHandlerTest, AtomicUpdateProcessorFactoryTest, 
TestStressVersions, TestLegacyField, TestTolerantSearch, 
UUIDUpdateProcessorFallbackTest, TestNonDefinedSimilarityFactory, TestSort, 
SpellCheckCollatorWithCollapseTest, TestDynamicFieldCollectionResource, 
AlternateDirectoryTest, TestClusterStateMutator, TestNumericTerms64, 
TestSearcherReuse, TestBlobHandler, TestNumericRangeQuery64, DocValuesTest, 
TestUpdate, TestConfigSetsAPIZkFailure, BinaryUpdateRequestHandlerTest, 
DisMaxRequestHandlerTest, CustomCollectionTest, TestWriterPerf, 
TestLeaderElectionZkExpiry, TestStressRecovery, NotRequiredUniqueKeyTest, 
TestHdfsCloudBackupRestore, TestTrackingShardHandlerFactory, 
CloudMLTQParserTest, DocValuesNotIndexedTest, RuleEngineTest, 
CoreAdminRequestStatusTest, DistanceFunctionTest, 
DistributedFacetPivotSmallTest, DeleteReplicaTest, TestGeoJSONResponseWriter, 
TestDFRSimilarityFactory, CollectionsAPIAsyncDistributedZkTest, 
TestPayloadCheckQParserPlugin, SolrTestCaseJ4Test, TestStressLiveNodes, 
TestSolrCoreParser, TestHighlightDedupGrouping, 
TestComplexPhraseLeadingWildcard, AddBlockUpdateTest, GraphQueryTest, 
TestHdfsBackupRestoreCore, MissingSegmentRecoveryTest]
   [junit4] Completed [127/729 (1!)] on J0 in 98.26s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to