Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6448/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseSerialGC

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

Error Message:
Expected a collection with one shard and two replicas null Last available 
state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:59201/solr";,           
"node_name":"127.0.0.1:59201_solr",           "state":"active",           
"leader":"true"},         "core_node2":{           
"core":"MissingSegmentRecoveryTest_shard1_replica1",           
"base_url":"http://127.0.0.1:59196/solr";,           
"node_name":"127.0.0.1:59196_solr",           "state":"down"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:59201/solr";,
          "node_name":"127.0.0.1:59201_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:59196/solr";,
          "node_name":"127.0.0.1:59196_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([2EC0729D2256154C:7E95EA9E7B77A351]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        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:745)




Build Log:
[...truncated 11745 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\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\init-core-data-001
   [junit4]   2> 1008155 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=141 numCloses=141
   [junit4]   2> 1008155 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1008163 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1008166 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001
   [junit4]   2> 1008166 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1008167 INFO  (Thread-1439) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1008167 INFO  (Thread-1439) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1008306 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59192
   [junit4]   2> 1008321 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 0x15acabc39bd0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1008323 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1008323 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19355da{/solr,null,AVAILABLE}
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bec767{HTTP/1.1,[http/1.1]}{127.0.0.1:59196}
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.e.j.s.Server Started @1014335ms
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59196}
   [junit4]   2> 1008325 ERROR (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T02:53:37.750Z
   [junit4]   2> 1008325 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1008326 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fcca5{/solr,null,AVAILABLE}
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a2a143{HTTP/1.1,[http/1.1]}{127.0.0.1:59201}
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.e.j.s.Server Started @1014337ms
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59201}
   [junit4]   2> 1008327 ERROR (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1008327 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T02:53:37.752Z
   [junit4]   2> 1008335 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008335 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1008350 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 0x15acabc39bd0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1008358 INFO  (jetty-launcher-1126-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
   [junit4]   2> 1008358 INFO  (jetty-launcher-1126-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
   [junit4]   2> 1008362 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 0x15acabc39bd0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1008395 INFO  (jetty-launcher-1126-thread-2) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1008395 INFO  (jetty-launcher-1126-thread-1) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1008396 INFO  (jetty-launcher-1126-thread-2) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59196_solr
   [junit4]   2> 1008397 INFO  (jetty-launcher-1126-thread-1) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59201_solr
   [junit4]   2> 1008397 INFO  (jetty-launcher-1126-thread-2) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.Overseer Overseer 
(id=97613251713236997-127.0.0.1:59196_solr-n_0000000000) starting
   [junit4]   2> 1008400 INFO  
(zkCallback-1137-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1008401 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1008408 INFO  (jetty-launcher-1126-thread-2) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59196_solr
   [junit4]   2> 1008472 INFO  
(zkCallback-1137-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1008474 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1008602 INFO  (jetty-launcher-1126-thread-1) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node2\.
   [junit4]   2> 1008603 INFO  (jetty-launcher-1126-thread-2) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.
   [junit4]   2> 1009354 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 0x15acabc39bd0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1009365 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1009367 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59192/solr ready
   [junit4]   2> 1009395 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1009397 INFO  (qtp7915748-7000) [n:127.0.0.1:59201_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1009404 INFO  
(OverseerThreadFactory-3473-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1009520 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1009530 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1009647 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1009647 INFO  
(zkCallback-1137-thread-2-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1010558 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1010566 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1010567 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1010585 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1010586 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1010587 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1010592 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 1010592 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 1010592 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1010592 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1010592 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1010592 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
   [junit4]   2> 1010775 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1010775 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1010776 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1010776 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1010777 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1010777 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1010780 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6fd028[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1010780 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1010780 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1010783 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79e7ac[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1010784 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1010784 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1010784 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1010785 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1561812030151720960
   [junit4]   2> 1010786 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1010787 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1010787 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1010787 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1561812030153818112
   [junit4]   2> 1010796 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1010796 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1010796 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:59201/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1010797 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:59201/solr 
START 
replicas=[http://127.0.0.1:59196/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 1010797 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:59201/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1010801 INFO  
(searcherExecutor-3479-thread-1-processing-n:127.0.0.1:59196_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@6fd028[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1010801 INFO  
(searcherExecutor-3478-thread-1-processing-n:127.0.0.1:59201_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@79e7ac[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1010803 INFO  (qtp32378006-7004) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1010803 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1010803 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
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> 1010803 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1010808 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59201/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1010915 INFO  
(zkCallback-1137-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1010915 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1010961 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1010967 INFO  (qtp7915748-6997) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1447
   [junit4]   2> 1011072 INFO  
(zkCallback-1137-thread-2-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1011072 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1011801 INFO  (qtp32378006-6984) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2271
   [junit4]   2> 1011805 INFO  (qtp7915748-7000) [n:127.0.0.1:59201_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> 1011903 INFO  
(zkCallback-1137-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1011903 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1012807 INFO  (qtp7915748-7000) [n:127.0.0.1:59201_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3409
   [junit4]   2> 1012855 INFO  (qtp32378006-6991) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59201/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1561812032276135936), 1 (1561812032285573120), 2 (1561812032288718848), 3 
(1561812032288718849), 4 (1561812032288718850), 5 (1561812032288718851), 6 
(1561812032288718852), 7 (1561812032288718853), 8 (1561812032288718854), 9 
(1561812032288718855)]} 0 29
   [junit4]   2> 1012856 INFO  (qtp7915748-6995) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1561812032276135936), 1 
(1561812032285573120), 2 (1561812032288718848), 3 (1561812032288718849), 4 
(1561812032288718850), 5 (1561812032288718851), 6 (1561812032288718852), 7 
(1561812032288718853), 8 (1561812032288718854), 9 (1561812032288718855)]} 0 44
   [junit4]   2> 1012892 INFO  (qtp32378006-6990) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1012892 INFO  (qtp32378006-6990) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@e18055
   [junit4]   2> 1012904 INFO  (qtp7915748-6993) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1012905 INFO  (qtp7915748-6993) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@bc008b
   [junit4]   2> 1012955 INFO  (qtp32378006-6990) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70d41e[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1012956 INFO  (qtp32378006-6990) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1012967 INFO  (qtp7915748-6993) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16f1d11[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1012968 INFO  (qtp7915748-6993) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1012979 INFO  
(searcherExecutor-3479-thread-1-processing-n:127.0.0.1:59196_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@70d41e[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 1012990 INFO  
(searcherExecutor-3478-thread-1-processing-n:127.0.0.1:59201_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@16f1d11[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 1012996 INFO  (qtp7915748-6993) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59201/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 91
   [junit4]   2> 1013001 INFO  (qtp32378006-6990) [n:127.0.0.1:59196_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59201/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 111
   [junit4]   2> 1013013 INFO  (qtp7915748-6994) [n:127.0.0.1:59201_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 151
   [junit4]   2> 1013025 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1bec767{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1013048 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31235443
   [junit4]   2> 1013049 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1013062 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1013081 INFO  (coreCloseExecutor-3488-thread-1) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@19e3f39
   [junit4]   2> 1013085 INFO  (coreCloseExecutor-3488-thread-1) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica1, tag=27148089
   [junit4]   2> 1013086 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.c.Overseer Overseer 
(id=97613251713236997-127.0.0.1:59196_solr-n_0000000000) closing
   [junit4]   2> 1013087 INFO  
(OverseerStateUpdate-97613251713236997-127.0.0.1:59196_solr-n_0000000000) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59196_solr
   [junit4]   2> 1013090 WARN  
(zkCallback-1137-thread-2-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1013097 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59201_solr
   [junit4]   2> 1013098 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19355da{/solr,null,UNAVAILABLE}
   [junit4]   2> 1013101 INFO  (zkCallback-1144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1013103 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1013104 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.Overseer Overseer 
(id=97613251713236998-127.0.0.1:59201_solr-n_0000000001) starting
   [junit4]   2> 1013133 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1013134 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f2ae85{/solr,null,AVAILABLE}
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@17eaac6{HTTP/1.1,[http/1.1]}{127.0.0.1:59196}
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.e.j.s.Server Started @1019173ms
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59196}
   [junit4]   2> 1013163 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1013163 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T02:53:42.588Z
   [junit4]   2> 1013187 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1013242 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1013263 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
   [junit4]   2> 1013306 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1013309 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1013312 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59196_solr
   [junit4]   2> 1013316 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1013316 INFO  (zkCallback-1144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1013373 INFO  
(zkCallback-1149-thread-2-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1013420 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1013587 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.
   [junit4]   2> 1013587 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1013618 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1013627 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1013634 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1013639 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 1013640 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1013640 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1013764 INFO  
(zkCallback-1138-thread-3-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_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> 1013765 INFO  
(zkCallback-1149-thread-2-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1013791 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1013791 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1013793 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1013793 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1013797 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8aaa70
   [junit4]   2> 1013802 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica1, tag=9087600
   [junit4]   2> 1013807 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1013808 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170314035343232
   [junit4]   2> 1013811 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1013811 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1013875 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1013877 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1013929 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1013929 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1013931 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1013931 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1013958 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@be63e4
   [junit4]   2> 1013964 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170314035343232
   [junit4]   2> 1013981 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\index
   [junit4]   2> 1013982 INFO  
(coreLoadExecutor-3497-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica1, tag=12477412
   [junit4]   2> 1013982 ERROR 
(coreContainerWorkExecutor-3493-thread-1-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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_replica1]
   [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$4(CoreContainer.java:610)
   [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:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:964)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:582)
   [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:986)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1023)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
   [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:986)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:949)
   [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:2035)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2155)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1075)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:959)
   [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\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:292)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:928)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [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:1996)
   [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\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1\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:302)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [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:2035)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2155)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1075)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:959)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: java.nio.file.NoSuchFileException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170314035343232\segments_1
   [junit4]   2>        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
   [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.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
   [junit4]   2>        at java.nio.file.Files.newByteChannel(Files.java:361)
   [junit4]   2>        at java.nio.file.Files.newByteChannel(Files.java:407)
   [junit4]   2>        at 
org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:77)
   [junit4]   2>        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:119)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
   [junit4]   2>        at 
org.apache.lucene.index.IndexFileDeleter.<init>(IndexFileDeleter.java:165)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:972)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [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:1996)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1104199 INFO  (qtp7915748-7010) [n:127.0.0.1:59201_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> 1104211 INFO  
(OverseerThreadFactory-3491-thread-1-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1104219 INFO  (qtp7915748-6996) [n:127.0.0.1:59201_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica2, tag=null
   [junit4]   2> 1104219 INFO  (qtp7915748-6996) [n:127.0.0.1:59201_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e5e0e7
   [junit4]   2> 1104234 INFO  (qtp7915748-6996) [n:127.0.0.1:59201_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica2, tag=31842535
   [junit4]   2> 1104253 INFO  (qtp2593934-7081) [n:127.0.0.1:59196_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=36
   [junit4]   2> 1104288 INFO  (qtp7915748-6996) [n:127.0.0.1:59201_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=71
   [junit4]   2> 1104308 INFO  
(zkCallback-1149-thread-3-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1104424 INFO  
(zkCallback-1149-thread-3-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_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> 1105012 INFO  (qtp7915748-7010) [n:127.0.0.1:59201_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=813
   [junit4]   2> 1105013 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2EC0729D2256154C]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=2EC0729D2256154C -Dtests.slow=true -Dtests.locale=ga 
-Dtests.timezone=Africa/Tunis -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 95.6s J1 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:59201/solr";,
   [junit4]    >           "node_name":"127.0.0.1:59201_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:59196/solr";,
   [junit4]    >           "node_name":"127.0.0.1:59196_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2EC0729D2256154C:7E95EA9E7B77A351]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
   [junit4]    >        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1105017 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 0x15acabc39bd0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1105020 INFO  (jetty-closer-1127-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1a2a143{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1105020 INFO  (jetty-closer-1127-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@17eaac6{HTTP/1.1,[http/1.1]}{127.0.0.1:59196}
   [junit4]   2> 1105021 INFO  (jetty-closer-1127-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=462818
   [junit4]   2> 1105021 INFO  (jetty-closer-1127-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11576339
   [junit4]   2> 1105021 INFO  (jetty-closer-1127-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1105021 INFO  (jetty-closer-1127-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1105023 INFO  (jetty-closer-1127-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1105025 INFO  (jetty-closer-1127-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1105028 INFO  (jetty-closer-1127-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97613251713236998-127.0.0.1:59201_solr-n_0000000001) closing
   [junit4]   2> 1105028 WARN  
(zkCallback-1149-thread-3-processing-n:127.0.0.1:59196_solr) 
[n:127.0.0.1:59196_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1105028 INFO  
(OverseerStateUpdate-97613251713236998-127.0.0.1:59201_solr-n_0000000001) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59201_solr
   [junit4]   2> 1105031 INFO  (jetty-closer-1127-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f2ae85{/solr,null,UNAVAILABLE}
   [junit4]   2> 1105033 INFO  
(zkCallback-1138-thread-5-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1105038 WARN  
(zkCallback-1138-thread-5-processing-n:127.0.0.1:59201_solr) 
[n:127.0.0.1:59201_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1105044 INFO  (jetty-closer-1127-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6fcca5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1105045 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59192 59192
   [junit4]   2> 1105048 INFO  (Thread-1439) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59192 59192
   [junit4]   2> 1105049 WARN  (Thread-1439) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        92      /solr/overseer/collection-queue-work
   [junit4]   2>        21      /solr/overseer/queue
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1105049 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[2EC0729D2256154C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2EC0729D2256154C-001
   [junit4]   2> Mar 14, 2017 2:55:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=Direct), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=353, maxMBSortInHeap=5.383720116109694, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ga, timezone=Africa/Tunis
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=3,threads=1,free=39759608,total=244502528
   [junit4]   2> NOTE: All tests run in this JVM: 
[DocExpirationUpdateProcessorFactoryTest, TestValueSourceCache, 
JavabinLoaderTest, JsonLoaderTest, TestHdfsBackupRestoreCore, TestDocSet, 
TestHashQParserPlugin, SuggesterWFSTTest, DeleteShardTest, 
DistanceFunctionTest, TestEmbeddedSolrServerSchemaAPI, 
TestPHPSerializedResponseWriter, ShardSplitTest, TestJsonRequest, 
BitVectorTest, TestMacros, TestQueryUtils, TestRuleBasedAuthorizationPlugin, 
TestStressUserVersions, SolrCoreCheckLockOnStartupTest, SolrIndexSplitterTest, 
TestPathTrie, AutoCommitTest, BlockJoinFacetSimpleTest, 
CdcrVersionReplicationTest, TestManagedSchema, ConnectionReuseTest, 
TestInitParams, TestLegacyNumericRangeQueryBuilder, 
DirectUpdateHandlerOptimizeTest, CoreMergeIndexesAdminHandlerTest, 
ConfigureRecoveryStrategyTest, TestWriterPerf, 
ClassificationUpdateProcessorFactoryTest, ChaosMonkeySafeLeaderTest, 
SpellingQueryConverterTest, ReturnFieldsTest, MetricsHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestUtils, ConfigSetsAPITest, 
TestImplicitCoreProperties, TestPivotHelperCode, TestIndexSearcher, 
SuggesterTest, HdfsDirectoryFactoryTest, SolrCLIZkUtilsTest, 
ChangedSchemaMergeTest, IndexSchemaTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestConfig, 
SignatureUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestConfigSets, TestQueryTypes, SharedFSAutoReplicaFailoverUtilsTest, 
TestDocTermOrds, TestJavabinTupleStreamParser, 
TestDistributedStatsComponentCardinality, TestSerializedLuceneMatchVersion, 
NoCacheHeaderTest, CollectionTooManyReplicasTest, 
CollectionsAPIDistributedZkTest, BadIndexSchemaTest, SolrCoreMetricManagerTest, 
LoggingHandlerTest, DistributedFacetPivotSmallTest, TestRangeQuery, 
OverseerCollectionConfigSetProcessorTest, LukeRequestHandlerTest, 
DeleteInactiveReplicaTest, ForceLeaderTest, RestartWhileUpdatingTest, 
TestConfigsApi, TestTrie, TestAnalyzedSuggestions, TestGeoJSONResponseWriter, 
TestLMDirichletSimilarityFactory, TestRandomCollapseQParserPlugin, 
TestNumericTerms32, TestRandomFaceting, SolrJmxReporterTest, TestCustomSort, 
TestCloudManagedSchema, SpellPossibilityIteratorTest, TestConfigSetImmutable, 
EchoParamsTest, ClassificationUpdateProcessorTest, 
HdfsCollectionsAPIDistributedZkTest, TestDFISimilarityFactory, 
ZkSolrClientTest, SolrMetricReporterTest, TestLuceneMatchVersion, 
CdcrReplicationHandlerTest, ClusterStateTest, BasicAuthStandaloneTest, 
TestSolr4Spatial2, TestSolrConfigHandler, UpdateRequestProcessorFactoryTest, 
FieldMutatingUpdateProcessorTest, TestSuggestSpellingConverter, 
TestSolrIndexConfig, TestSubQueryTransformerDistrib, TestCrossCoreJoin, 
TestFieldTypeCollectionResource, BadComponentTest, TestSolr4Spatial, 
MissingSegmentRecoveryTest]
   [junit4] Completed [256/696 (1!)] on J1 in 97.67s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 56256 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to