Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/905/
Java: 32bit/jdk1.8.0_131 -client -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":"https://127.0.0.1:51394/solr";,           
"node_name":"127.0.0.1:51394_solr",           "state":"active",           
"leader":"true"},         "core_node2":{           
"core":"MissingSegmentRecoveryTest_shard1_replica1",           
"base_url":"https://127.0.0.1:51397/solr";,           
"node_name":"127.0.0.1:51397_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":"https://127.0.0.1:51394/solr";,
          "node_name":"127.0.0.1:51394_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"https://127.0.0.1:51397/solr";,
          "node_name":"127.0.0.1:51397_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([154AC6180B822917:451F5E1B52A39F0A]: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:748)




Build Log:
[...truncated 12747 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\init-core-data-001
   [junit4]   2> 1964127 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 1964127 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1964131 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1964133 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001
   [junit4]   2> 1964133 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1964134 INFO  (Thread-4134) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1964134 INFO  (Thread-4134) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1964137 ERROR (Thread-4134) [    ] 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> 1964235 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51390
   [junit4]   2> 1964245 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 0x15c30fe81120000, 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> 1964253 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1964254 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1964254 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10405ad{/solr,null,AVAILABLE}
   [junit4]   2> 1964254 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d75196{/solr,null,AVAILABLE}
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c47dc{SSL,[ssl, 
http/1.1]}{127.0.0.1:51394}
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.e.j.s.Server Started @1966796ms
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51394}
   [junit4]   2> 1964255 ERROR (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-22T16:30:04.681Z
   [junit4]   2> 1964255 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17235cc{SSL,[ssl, 
http/1.1]}{127.0.0.1:51397}
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.e.j.s.Server Started @1966797ms
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51397}
   [junit4]   2> 1964256 ERROR (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1964256 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-22T16:30:04.682Z
   [junit4]   2> 1964265 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1964266 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1964287 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 0x15c30fe81120002, 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> 1964290 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1964290 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1964291 INFO  (jetty-launcher-3644-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51390/solr
   [junit4]   2> 1964292 INFO  (jetty-launcher-3644-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51390/solr
   [junit4]   2> 1964324 INFO  (jetty-launcher-3644-thread-1) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1964324 INFO  (jetty-launcher-3644-thread-2) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1964326 INFO  (jetty-launcher-3644-thread-1) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51397_solr
   [junit4]   2> 1964327 INFO  (jetty-launcher-3644-thread-2) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51394_solr
   [junit4]   2> 1964327 INFO  (jetty-launcher-3644-thread-1) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.Overseer Overseer 
(id=98007161540575237-127.0.0.1:51397_solr-n_0000000000) starting
   [junit4]   2> 1964329 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1964329 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1964336 INFO  (jetty-launcher-3644-thread-1) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51397_solr
   [junit4]   2> 1964338 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1964338 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1964640 INFO  (jetty-launcher-3644-thread-2) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node2\.
   [junit4]   2> 1964640 INFO  (jetty-launcher-3644-thread-1) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.
   [junit4]   2> 1964667 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1964668 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51390/solr ready
   [junit4]   2> 1964684 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1964730 INFO  (qtp13991877-19138) [n:127.0.0.1:51394_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> 1964733 INFO  
(OverseerThreadFactory-9163-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1964850 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1964851 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1964898 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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> 1964900 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1965006 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1965006 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1965883 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.7.0
   [junit4]   2> 1965894 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1965902 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1965902 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1965902 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1965902 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
   [junit4]   2> 1965916 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.7.0
   [junit4]   2> 1965936 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1965938 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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> 1965938 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1965939 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1965939 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1966032 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1966032 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1966032 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1966032 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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> 1966033 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1966034 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1966034 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1966034 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1966035 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@98bd3a[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1966036 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b56516[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1966037 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1966037 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1966037 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1966038 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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 1568114586643595264
   [junit4]   2> 1966038 INFO  
(searcherExecutor-9168-thread-1-processing-n:127.0.0.1:51394_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@98bd3a[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1966038 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1966039 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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> 1966039 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1966039 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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 1568114586644643840
   [junit4]   2> 1966039 INFO  
(searcherExecutor-9169-thread-1-processing-n:127.0.0.1:51397_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@b56516[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1966047 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1966047 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1966047 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:51394/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1966047 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 
url=https://127.0.0.1:51394/solr START 
replicas=[https://127.0.0.1:51397/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 1966047 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 
url=https://127.0.0.1:51394/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1966053 INFO  (qtp25848901-19160) [n:127.0.0.1:51397_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> 1966054 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1966054 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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> 1966054 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1966059 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51394/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1966162 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1966162 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1966210 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1966215 INFO  (qtp13991877-19135) [n:127.0.0.1:51394_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=1364
   [junit4]   2> 1966317 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1966317 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1967050 INFO  (qtp25848901-19143) [n:127.0.0.1:51397_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=2153
   [junit4]   2> 1967056 INFO  (qtp13991877-19138) [n:127.0.0.1:51394_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> 1967152 INFO  
(zkCallback-3655-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1967152 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1968056 INFO  (qtp13991877-19138) [n:127.0.0.1:51394_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=3325
   [junit4]   2> 1968073 INFO  (qtp25848901-19161) [n:127.0.0.1:51397_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=https://127.0.0.1:51394/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1568114588764864512), 1 (1568114588768010240), 2 (1568114588768010241), 3 
(1568114588768010242), 4 (1568114588769058816), 5 (1568114588769058817), 6 
(1568114588769058818), 7 (1568114588769058819), 8 (1568114588769058820), 9 
(1568114588769058821)]} 0 5
   [junit4]   2> 1968073 INFO  (qtp13991877-19134) [n:127.0.0.1:51394_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 (1568114588764864512), 1 
(1568114588768010240), 2 (1568114588768010241), 3 (1568114588768010242), 4 
(1568114588769058816), 5 (1568114588769058817), 6 (1568114588769058818), 7 
(1568114588769058819), 8 (1568114588769058820), 9 (1568114588769058821)]} 0 12
   [junit4]   2> 1968078 INFO  (qtp25848901-19146) [n:127.0.0.1:51397_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> 1968078 INFO  (qtp25848901-19146) [n:127.0.0.1:51397_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@f92b5d
   [junit4]   2> 1968081 INFO  (qtp13991877-19132) [n:127.0.0.1:51394_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> 1968081 INFO  (qtp13991877-19132) [n:127.0.0.1:51394_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@9ea9d1
   [junit4]   2> 1968098 INFO  (qtp13991877-19132) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@135100b[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1968099 INFO  (qtp13991877-19132) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1968099 INFO  
(searcherExecutor-9168-thread-1-processing-n:127.0.0.1:51394_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:51394_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@135100b[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):C10)))}
   [junit4]   2> 1968099 INFO  (qtp13991877-19132) [n:127.0.0.1:51394_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=https://127.0.0.1:51394/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 19
   [junit4]   2> 1968101 INFO  (qtp25848901-19146) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@102413a[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1968101 INFO  (qtp25848901-19146) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1968102 INFO  
(searcherExecutor-9169-thread-1-processing-n:127.0.0.1:51397_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:51397_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@102413a[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):C10)))}
   [junit4]   2> 1968102 INFO  (qtp25848901-19146) [n:127.0.0.1:51397_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=https://127.0.0.1:51394/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 24
   [junit4]   2> 1968102 INFO  (qtp13991877-19158) [n:127.0.0.1:51394_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 27
   [junit4]   2> 1968108 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.AbstractConnector Stopped ServerConnector@17235cc{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1968108 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25884306
   [junit4]   2> 1968108 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1968108 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1968108 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1968110 INFO  (coreCloseExecutor-9178-thread-1) 
[n:127.0.0.1:51397_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@1905cb
   [junit4]   2> 1968113 INFO  (coreCloseExecutor-9178-thread-1) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1968115 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.c.Overseer Overseer 
(id=98007161540575237-127.0.0.1:51397_solr-n_0000000000) closing
   [junit4]   2> 1968115 INFO  
(OverseerStateUpdate-98007161540575237-127.0.0.1:51397_solr-n_0000000000) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:51397_solr
   [junit4]   2> 1968119 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 0x15c30fe81120005, 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> 1968119 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d75196{/solr,null,UNAVAILABLE}
   [junit4]   2> 1968120 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51394_solr
   [junit4]   2> 1968121 INFO  (zkCallback-3662-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1968123 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.Overseer Overseer 
(id=98007161540575238-127.0.0.1:51394_solr-n_0000000001) starting
   [junit4]   2> 1968126 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1968128 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e2ef57{/solr,null,AVAILABLE}
   [junit4]   2> 1968130 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.AbstractConnector Started ServerConnector@ecd0d0{SSL,[ssl, 
http/1.1]}{127.0.0.1:51397}
   [junit4]   2> 1968130 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.e.j.s.Server Started @1970671ms
   [junit4]   2> 1968130 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51397}
   [junit4]   2> 1968131 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1968131 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 6.7.0
   [junit4]   2> 1968131 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1968131 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1968131 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-22T16:30:08.557Z
   [junit4]   2> 1968132 INFO  
(zkCallback-3656-thread-2-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1968139 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1968147 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1968156 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1968158 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51390/solr
   [junit4]   2> 1968163 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 0x15c30fe8112000a, 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> 1968174 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1968177 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1968180 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51397_solr
   [junit4]   2> 1968184 INFO  (zkCallback-3662-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1968184 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1968185 INFO  
(zkCallback-3667-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1968289 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1968474 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.
   [junit4]   2> 1968474 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1968475 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1968510 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.7.0
   [junit4]   2> 1968534 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968541 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968542 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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, trusted=true
   [junit4]   2> 1968542 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1968543 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1968582 INFO  
(zkCallback-3656-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_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> 1968583 INFO  
(zkCallback-3667-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968652 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968652 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968654 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1968654 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1968656 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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@17206fe
   [junit4]   2> 1968657 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1968660 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968660 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170522113009086
   [junit4]   2> 1968662 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1968662 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1968672 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1968678 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170522113009086
   [junit4]   2> 1968680 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1968697 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51397_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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica1\data\index
   [junit4]   2> 1968800 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968800 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 1968803 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1968803 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1968808 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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@175a5a1
   [junit4]   2> 1968809 INFO  
(coreLoadExecutor-9187-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1968809 ERROR 
(coreContainerWorkExecutor-9183-thread-1-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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$6(CoreContainer.java:586)
   [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:748)
   [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:935)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:558)
   [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:977)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:994)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:922)
   [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:977)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)
   [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:2069)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2189)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:949)
   [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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:930)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [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:2030)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-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:300)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
   [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:2069)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2189)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:949)
   [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-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170522113009086
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48d4ec): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:925)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [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:2030)
   [junit4]   2>        ... 13 more
   [junit4]   2> 2059004 INFO  (qtp13991877-19134) [n:127.0.0.1:51394_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> 2059011 INFO  
(OverseerThreadFactory-9181-thread-1-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2059017 INFO  (qtp13991877-19158) [n:127.0.0.1:51394_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 2059017 INFO  (qtp13991877-19158) [n:127.0.0.1:51394_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c4d039
   [junit4]   2> 2059032 INFO  (qtp13991877-19158) [n:127.0.0.1:51394_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 2059065 INFO  (qtp13991877-19158) [n:127.0.0.1:51394_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=42
   [junit4]   2> 2059083 INFO  
(zkCallback-3667-thread-2-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 2059198 INFO  (qtp6358020-19221) [n:127.0.0.1:51397_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=29
   [junit4]   2> 2059384 INFO  
(zkCallback-3667-thread-2-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_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> 2059926 INFO  (qtp13991877-19134) [n:127.0.0.1:51394_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=929
   [junit4]   2> 2059926 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[154AC6180B822917]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=154AC6180B822917 -Dtests.slow=true -Dtests.locale=ar-LY 
-Dtests.timezone=Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 95.3s 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":"https://127.0.0.1:51394/solr";,
   [junit4]    >           "node_name":"127.0.0.1:51394_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:51397/solr";,
   [junit4]    >           "node_name":"127.0.0.1:51397_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([154AC6180B822917:451F5E1B52A39F0A]: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:748)
   [junit4]   2> 2059941 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 0x15c30fe81120008, 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> 2059944 INFO  (jetty-closer-3645-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@ecd0d0{SSL,[ssl, 
http/1.1]}{127.0.0.1:51397}
   [junit4]   2> 2059945 INFO  (jetty-closer-3645-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7c47dc{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=12696773
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11273055
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 2059946 INFO  (jetty-closer-3645-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 2059957 INFO  (jetty-closer-3645-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98007161540575238-127.0.0.1:51394_solr-n_0000000001) closing
   [junit4]   2> 2059959 INFO  
(OverseerStateUpdate-98007161540575238-127.0.0.1:51394_solr-n_0000000001) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:51394_solr
   [junit4]   2> 2059967 WARN  
(zkCallback-3656-thread-3-processing-n:127.0.0.1:51394_solr) 
[n:127.0.0.1:51394_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2059967 WARN  
(zkCallback-3667-thread-2-processing-n:127.0.0.1:51397_solr) 
[n:127.0.0.1:51397_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2059967 INFO  (jetty-closer-3645-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@10405ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 2059968 INFO  (jetty-closer-3645-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e2ef57{/solr,null,UNAVAILABLE}
   [junit4]   2> 2059971 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-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> 2059971 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51390 51390
   [junit4]   2> 2059973 INFO  (Thread-4134) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51390 51390
   [junit4]   2> 2059994 WARN  (Thread-4134) [    ] 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>        4       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/MissingSegmentRecoveryTest/state.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> 2059995 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[154AC6180B822917]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_154AC6180B822917-001
   [junit4]   2> May 22, 2017 4:31:40 PM 
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(Lucene62), 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ar-LY, 
timezone=Jamaica
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_131 
(32-bit)/cpus=3,threads=1,free=139795424,total=326766592
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest, 
BooleanFieldTest, SuggesterTest, TlogReplayBufferedWhileIndexingTest, 
TestFieldCacheSanityChecker, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnShardRestartTest, CleanupOldIndexTest, TestQueryUtils, 
TestXmlQParserPlugin, DistribCursorPagingTest, TestDFRSimilarityFactory, 
TestConfigSetProperties, TestSmileRequest, TestSolrConfigHandlerCloud, 
SpellingQueryConverterTest, TestCollectionAPIs, 
HdfsWriteToMultipleCollectionsTest, URLClassifyProcessorTest, TestReqParamsAPI, 
TestCloudPseudoReturnFields, TestReversedWildcardFilterFactory, 
ReplicaListTransformerTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestFoldingMultitermQuery, TestSolrConfigHandler, MergeStrategyTest, 
TestFieldSortValues, CdcrVersionReplicationTest, TestLuceneMatchVersion, 
UUIDFieldTest, TestCodecSupport, TestCrossCoreJoin, 
TestCopyFieldCollectionResource, UpdateRequestProcessorFactoryTest, 
TestSolrCoreSnapshots, TestSolrCoreProperties, PreAnalyzedFieldTest, 
AliasIntegrationTest, DeleteNodeTest, SpellCheckCollatorWithCollapseTest, 
TestSchemaResource, TestSolrCLIRunExample, SearchHandlerTest, CursorMarkTest, 
TestMergePolicyConfig, TestDistributedMissingSort, TestFieldCacheSortRandom, 
TestJoin, TestConfigOverlay, LeaderElectionContextKeyTest, TestTrie, 
AsyncCallRequestStatusResponseTest, TestScoreJoinQPScore, HLLUtilTest, 
TestSearcherReuse, CollectionsAPIDistributedZkTest, 
SpellPossibilityIteratorTest, TestRequestForwarding, TestManagedSchema, 
CSVRequestHandlerTest, DateMathParserTest, SSLMigrationTest, TestQueryTypes, 
CollectionReloadTest, TestExactSharedStatsCache, TestValueSourceCache, 
CollectionsAPISolrJTest, TestExceedMaxTermLength, TestHdfsCloudBackupRestore, 
TestOrdValues, FullSolrCloudDistribCmdsTest, HdfsRecoveryZkTest, 
RuleEngineTest, TestUninvertingReader, TestJmxMonitoredMap, 
TestIndexingPerformance, CdcrBootstrapTest, TestShardHandlerFactory, 
TestConfig, SortByFunctionTest, TestShortCircuitedRequests, TestBulkSchemaAPI, 
IndexSchemaTest, DistributedTermsComponentTest, TestPayloadCheckQParserPlugin, 
ConvertedLegacyTest, TestBlobHandler, CoreSorterTest, HdfsSyncSliceTest, 
HdfsBasicDistributedZkTest, TestObjectReleaseTracker, TestOmitPositions, 
ConnectionReuseTest, ShardSplitTest, OpenCloseCoreStressTest, GraphQueryTest, 
TestFastWriter, SubstringBytesRefFilterTest, TestManagedResourceStorage, 
TestFieldCacheWithThreads, MetricUtilsTest, TestSchemaManager, 
SignatureUpdateProcessorFactoryTest, TestRawResponseWriter, 
TestDistributedGrouping, TestSolrCloudWithSecureImpersonation, 
TestAtomicUpdateErrorCases, TestFieldResource, DataDrivenBlockJoinTest, 
AtomicUpdatesTest, TestAuthorizationFramework, HdfsChaosMonkeySafeLeaderTest, 
ForceLeaderTest, OverseerCollectionConfigSetProcessorTest, ScriptEngineTest, 
TemplateUpdateProcessorTest, RestartWhileUpdatingTest, 
CloneFieldUpdateProcessorFactoryTest, FullHLLTest, TestSolrCoreParser, 
LeaderFailureAfterFreshStartTest, TestConfigSetsAPIZkFailure, 
SolrSlf4jReporterTest, TestNoOpRegenerator, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSystemCollAutoCreate, 
BlobRepositoryCloudTest, BigEndianAscendingWordDeserializerTest, 
DistributedFacetPivotLargeTest, EchoParamsTest, TestSchemaVersionResource, 
TestIntervalFaceting, TestRealTimeGet, 
ClassificationUpdateProcessorIntegrationTest, CircularListTest, 
SortSpecParsingTest, TestBlendedInfixSuggestions, TestMacros, 
TestTrackingShardHandlerFactory, TestPathTrie, QueryParsingTest, 
RequestHandlersTest, TolerantUpdateProcessorTest, OverseerRolesTest, 
TestMiniSolrCloudClusterSSL, CoreAdminCreateDiscoverTest, TestCoreAdminApis, 
DistanceFunctionTest, TestRecovery, WordBreakSolrSpellCheckerTest, 
CoreAdminHandlerTest, SuggestComponentTest, TestInPlaceUpdatesDistrib, 
TestManagedSchemaThreadSafety, SuggesterWFSTTest, CopyFieldTest, 
DebugComponentTest, BitVectorTest, TestRecoveryHdfs, SolrIndexSplitterTest, 
TestBadConfig, ExitableDirectoryReaderTest, BufferStoreTest, 
TermVectorComponentTest, CoreMergeIndexesAdminHandlerTest, 
TestNonDefinedSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, 
PreAnalyzedUpdateProcessorTest, TestSearchPerf, TestCoreDiscovery, 
DistributedIntervalFacetingTest, RecoveryZkTest, TestRandomFaceting, 
ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestRangeQuery, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFiltering, 
BasicFunctionalityTest, TestLazyCores, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, SimplePostToolTest, TestExtendedDismaxParser, 
SuggesterTSTTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, 
DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, 
DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, RegexBoostProcessorTest, 
TestJmxIntegration, JSONWriterTest, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
TestPHPSerializedResponseWriter, TestLFUCache, OutputWriterTest, 
ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestXIncludeConfig, 
TestLMDirichletSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastLRUCache, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, 
TestLRUCache, TestDocumentBuilder, SliceStateTest, DistributedMLTComponentTest, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, AssignTest, CdcrReplicationHandlerTest, 
CdcrRequestHandlerTest, CollectionTooManyReplicasTest, ConfigSetsAPITest, 
ConnectionManagerTest, CreateCollectionCleanupTest, DeleteShardTest, 
DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnCommitTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [510/712 (1!)] on J1 in 96.67s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to