Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1680/

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_replica1",   
        "base_url":"http://127.0.0.1:34477/solr";,           
"node_name":"127.0.0.1:34477_solr",           "state":"down"},         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:37372/solr";,           
"node_name":"127.0.0.1:37372_solr",           "state":"active",           
"leader":"true"}}}},   "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_replica1",
          "base_url":"http://127.0.0.1:34477/solr";,
          "node_name":"127.0.0.1:34477_solr",
          "state":"down"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:37372/solr";,
          "node_name":"127.0.0.1:37372_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([543E6FBAA6D895E1:46BF7B9FFF923FC]: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 12463 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/init-core-data-001
   [junit4]   2> 1556283 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1556284 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-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> 1556284 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001
   [junit4]   2> 1556284 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1556285 INFO  (Thread-5568) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1556285 INFO  (Thread-5568) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1556385 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53163
   [junit4]   2> 1556393 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1556394 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1556394 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@765cf4bd{/solr,null,AVAILABLE}
   [junit4]   2> 1556394 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@640deab5{HTTP/1.1,[http/1.1]}{127.0.0.1:37372}
   [junit4]   2> 1556394 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.e.j.s.Server Started @1560047ms
   [junit4]   2> 1556394 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37372}
   [junit4]   2> 1556395 ERROR (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1556395 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1556395 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1556395 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1556395 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-20T11:40:37.169Z
   [junit4]   2> 1556396 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f876900{/solr,null,AVAILABLE}
   [junit4]   2> 1556399 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30cf0f25{HTTP/1.1,[http/1.1]}{127.0.0.1:34477}
   [junit4]   2> 1556399 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.e.j.s.Server Started @1560052ms
   [junit4]   2> 1556399 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34477}
   [junit4]   2> 1556399 ERROR (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1556400 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1556400 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1556400 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1556400 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-20T11:40:37.174Z
   [junit4]   2> 1556401 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1556401 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1556409 INFO  (jetty-launcher-1634-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53163/solr
   [junit4]   2> 1556410 INFO  (jetty-launcher-1634-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53163/solr
   [junit4]   2> 1556428 INFO  (jetty-launcher-1634-thread-2) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1556429 INFO  (jetty-launcher-1634-thread-2) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34477_solr
   [junit4]   2> 1556429 INFO  (jetty-launcher-1634-thread-2) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.Overseer Overseer 
(id=97490753097564164-127.0.0.1:34477_solr-n_0000000000) starting
   [junit4]   2> 1556433 INFO  (jetty-launcher-1634-thread-1) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1556433 INFO  (jetty-launcher-1634-thread-1) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37372_solr
   [junit4]   2> 1556449 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1556450 INFO  
(OverseerStateUpdate-97490753097564164-127.0.0.1:34477_solr-n_0000000000) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1556450 INFO  (jetty-launcher-1634-thread-2) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34477_solr
   [junit4]   2> 1556451 INFO  
(zkCallback-1643-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1556451 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1556509 INFO  (jetty-launcher-1634-thread-2) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/.
   [junit4]   2> 1556598 INFO  (jetty-launcher-1634-thread-1) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node1/.
   [junit4]   2> 1556959 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1556959 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53163/solr ready
   [junit4]   2> 1556975 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1556976 INFO  (qtp1842982366-13558) [n:127.0.0.1:34477_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> 1556980 INFO  
(OverseerThreadFactory-5108-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1557101 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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> 1557101 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1557205 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1557205 INFO  
(zkCallback-1643-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1558112 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1558127 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1558131 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1558133 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558133 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1558134 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558134 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 1558135 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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> 1558136 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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> 1558136 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1558167 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1558167 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558168 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1558168 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1558169 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@56de93bf[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1558169 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1558169 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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> 1558170 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1558170 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1558170 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4343de3c[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1558171 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1558171 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1558171 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558171 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1558171 INFO  
(searcherExecutor-5113-thread-1-processing-n:127.0.0.1:37372_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@56de93bf[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1558172 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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 1559852051538640896
   [junit4]   2> 1558172 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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> 1558172 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1558172 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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 1559852051538640896
   [junit4]   2> 1558173 INFO  
(searcherExecutor-5114-thread-1-processing-n:127.0.0.1:34477_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@4343de3c[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1558181 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1558181 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558181 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:37372/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1558181 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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:37372/solr 
START 
replicas=[http://127.0.0.1:34477/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 1558181 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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:37372/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1558182 INFO  (qtp1842982366-13560) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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> 1558182 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558182 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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> 1558183 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1558184 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37372/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1558286 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1558286 INFO  
(zkCallback-1643-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1558335 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1558336 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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=1235
   [junit4]   2> 1558438 INFO  
(zkCallback-1643-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1558438 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1559180 INFO  (qtp1842982366-13556) [n:127.0.0.1:34477_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=2078
   [junit4]   2> 1559182 INFO  (qtp1842982366-13558) [n:127.0.0.1:34477_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> 1559283 INFO  
(zkCallback-1643-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1559283 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1560182 INFO  (qtp1842982366-13558) [n:127.0.0.1:34477_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=3205
   [junit4]   2> 1560187 INFO  (qtp1842982366-13562) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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:37372/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1559852053648375808), 1 (1559852053649424384), 2 (1559852053649424385), 3 
(1559852053649424386), 4 (1559852053649424387), 5 (1559852053649424388), 6 
(1559852053649424389), 7 (1559852053649424390), 8 (1559852053650472960), 9 
(1559852053650472961)]} 0 0
   [junit4]   2> 1560187 INFO  (qtp369751081-13547) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1559852053648375808), 1 
(1559852053649424384), 2 (1559852053649424385), 3 (1559852053649424386), 4 
(1559852053649424387), 5 (1559852053649424388), 6 (1559852053649424389), 7 
(1559852053649424390), 8 (1559852053650472960), 9 (1559852053650472961)]} 0 2
   [junit4]   2> 1560189 INFO  (qtp369751081-13548) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
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> 1560189 INFO  (qtp369751081-13548) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@412802be
   [junit4]   2> 1560189 INFO  (qtp1842982366-13555) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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> 1560189 INFO  (qtp1842982366-13555) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4cb5104a
   [junit4]   2> 1560205 INFO  (qtp1842982366-13555) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7691874d[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1560205 INFO  (qtp369751081-13548) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30dda126[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1560205 INFO  (qtp369751081-13548) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1560205 INFO  
(searcherExecutor-5113-thread-1-processing-n:127.0.0.1:37372_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@30dda126[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 1560205 INFO  (qtp1842982366-13555) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1560205 INFO  (qtp369751081-13548) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
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:37372/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 16
   [junit4]   2> 1560205 INFO  
(searcherExecutor-5114-thread-1-processing-n:127.0.0.1:34477_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@7691874d[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 1560205 INFO  (qtp1842982366-13555) [n:127.0.0.1:34477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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:37372/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 16
   [junit4]   2> 1560206 INFO  (qtp369751081-13552) [n:127.0.0.1:37372_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
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 17
   [junit4]   2> 1560212 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@30cf0f25{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1560212 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=882020430
   [junit4]   2> 1560213 INFO  (coreCloseExecutor-5123-thread-1) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@335ca598
   [junit4]   2> 1560214 INFO  (coreCloseExecutor-5123-thread-1) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1560215 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.c.Overseer Overseer 
(id=97490753097564164-127.0.0.1:34477_solr-n_0000000000) closing
   [junit4]   2> 1560215 INFO  
(OverseerStateUpdate-97490753097564164-127.0.0.1:34477_solr-n_0000000000) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34477_solr
   [junit4]   2> 1560216 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37372_solr
   [junit4]   2> 1560216 INFO  (zkCallback-1651-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1560216 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.Overseer Overseer 
(id=97490753097564166-127.0.0.1:37372_solr-n_0000000001) starting
   [junit4]   2> 1560224 INFO  
(zkCallback-1646-thread-2-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1560228 INFO  
(zkCallback-1646-thread-2-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1561716 WARN  
(zkCallback-1643-thread-2-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1561716 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1561716 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4f876900{/solr,null,UNAVAILABLE}
   [junit4]   2> 1561717 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1561718 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2dc1df3d{/solr,null,AVAILABLE}
   [junit4]   2> 1561718 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@40ee8d99{HTTP/1.1,[http/1.1]}{127.0.0.1:34477}
   [junit4]   2> 1561718 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.e.j.s.Server Started @1565371ms
   [junit4]   2> 1561718 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34477}
   [junit4]   2> 1561718 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1561719 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1561719 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1561719 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1561719 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-20T11:40:42.493Z
   [junit4]   2> 1561721 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1561728 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53163/solr
   [junit4]   2> 1561735 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1561736 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1561738 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34477_solr
   [junit4]   2> 1561739 INFO  (zkCallback-1651-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1561739 INFO  
(zkCallback-1656-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1561739 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1561739 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1561775 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/.
   [junit4]   2> 1561775 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1561785 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1561791 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1561793 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1561793 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 1561794 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1561828 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1561828 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1561829 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1561829 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1561830 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e827df5
   [junit4]   2> 1561831 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1561832 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1561832 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170220144042606
   [junit4]   2> 1561838 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1561840 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 1561842 ERROR 
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Error 
closing IndexWriter
   [junit4]   2> java.nio.file.NoSuchFileException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170220144042606/pending_segments_1
 -> 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170220144042606/segments_1
   [junit4]   2>        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   [junit4]   2>        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   [junit4]   2>        at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:396)
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262)
   [junit4]   2>        at java.nio.file.Files.move(Files.java:1395)
   [junit4]   2>        at 
org.apache.lucene.store.FSDirectory.rename(FSDirectory.java:297)
   [junit4]   2>        at 
org.apache.lucene.store.FilterDirectory.rename(FilterDirectory.java:88)
   [junit4]   2>        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.rename(LockValidatingDirectoryWrapper.java:56)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentInfos.finishCommit(SegmentInfos.java:782)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3267)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3235)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1136)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1179)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:291)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:911)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:828)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1011)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:939)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:572)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java: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> 1561843 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170220144042606
   [junit4]   2> 1561852 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 1561853 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 1561866 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1561866 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1561867 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1561867 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1561868 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@128cf811
   [junit4]   2> 1561868 INFO  
(coreLoadExecutor-5132-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1561868 ERROR 
(coreContainerWorkExecutor-5128-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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:600)
   [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:952)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:572)
   [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:964)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:828)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1011)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:939)
   [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:964)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:828)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
   [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:2005)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2125)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1053)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:286)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:938)
   [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:240)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1966)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")
   [junit4]   2>                at 
org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
   [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:296)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:284)
   [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:2005)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2125)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1053)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MetricsDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170220144042606
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@167bb8bd)): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:933)
   [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:240)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1966)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1561884 INFO  
(zkCallback-1656-thread-1-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1561884 INFO  
(zkCallback-1646-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_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> 1652111 INFO  (qtp1455396645-13630) [n:127.0.0.1:34477_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> 1652116 INFO  
(OverseerThreadFactory-5126-thread-1-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1652118 INFO  (qtp1455396645-13633) [n:127.0.0.1:34477_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=1
   [junit4]   2> 1652119 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1652119 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr    
] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@708b8c31
   [junit4]   2> 1652120 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1652123 INFO  (qtp369751081-13549) [n:127.0.0.1:37372_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=4
   [junit4]   2> 1652125 INFO  
(zkCallback-1656-thread-2-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1652227 INFO  
(zkCallback-1656-thread-2-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_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> 1652828 INFO  (qtp1455396645-13630) [n:127.0.0.1:34477_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=716
   [junit4]   2> 1652828 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[543E6FBAA6D895E1]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=543E6FBAA6D895E1 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-HN -Dtests.timezone=Asia/Kuwait -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 95.9s 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_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:34477/solr";,
   [junit4]    >           "node_name":"127.0.0.1:34477_solr",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:37372/solr";,
   [junit4]    >           "node_name":"127.0.0.1:37372_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([543E6FBAA6D895E1:46BF7B9FFF923FC]: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> 1652831 INFO  (jetty-launcher-1634-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@40ee8d99{HTTP/1.1,[http/1.1]}{127.0.0.1:34477}
   [junit4]   2> 1652832 INFO  (jetty-launcher-1634-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=840631900
   [junit4]   2> 1652832 INFO  (jetty-launcher-1634-thread-4) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@640deab5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1652832 INFO  (jetty-launcher-1634-thread-4) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=595597531
   [junit4]   2> 1652834 INFO  
(zkCallback-1646-thread-19-processing-n:127.0.0.1:37372_solr) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1652834 INFO  (jetty-launcher-1634-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=97490753097564166-127.0.0.1:37372_solr-n_0000000001) closing
   [junit4]   2> 1652834 INFO  
(OverseerStateUpdate-97490753097564166-127.0.0.1:37372_solr-n_0000000001) 
[n:127.0.0.1:37372_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37372_solr
   [junit4]   2> 1652840 INFO  (jetty-launcher-1634-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1652841 INFO  (jetty-launcher-1634-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@765cf4bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1654333 WARN  
(zkCallback-1656-thread-2-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1654334 INFO  (jetty-launcher-1634-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1654334 INFO  (jetty-launcher-1634-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2dc1df3d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1654335 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53163 53163
   [junit4]   2> 1654435 INFO  (Thread-5568) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53163 53163
   [junit4]   2> 1654436 WARN  (Thread-5568) [    ] 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>        15      /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> 1654436 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[543E6FBAA6D895E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_543E6FBAA6D895E1-001
   [junit4]   2> Feb 20, 2017 11:42:15 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-HN, timezone=Asia/Kuwait
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=20769416,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: 
[ClassificationUpdateProcessorTest, TestSolrIndexConfig, 
TestSQLHandlerNonCloud, UpdateLogTest, HdfsTlogReplayBufferedWhileIndexingTest, 
DistributedTermsComponentTest, ChaosMonkeySafeLeaderTest, 
TestFuzzyAnalyzedSuggestions, TestChildDocTransformer, TermsComponentTest, 
TermVectorComponentTest, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsNNFailoverTest, CachingDirectoryFactoryTest, ZkStateWriterTest, 
DistributedFacetPivotWhiteBoxTest, TestFastLRUCache, TestCustomStream, 
UpdateRequestProcessorFactoryTest, TestStressInPlaceUpdates, 
TestHdfsCloudBackupRestore, WordBreakSolrSpellCheckerTest, 
TestOnReconnectListenerSupport, CollectionTooManyReplicasTest, 
TestInfoStreamLogging, DeleteLastCustomShardedReplicaTest, 
SolrCloudExampleTest, CloudExitableDirectoryReaderTest, StatsReloadRaceTest, 
OverseerModifyCollectionTest, LeaderFailureAfterFreshStartTest, 
TestSolrCloudWithKerberosAlt, TestBackupRepositoryFactory, QueryParsingTest, 
TestMinMaxOnMultiValuedField, BlockJoinFacetSimpleTest, TestDefaultStatsCache, 
TestSystemCollAutoCreate, TestStressVersions, BJQParserTest, TestCharFilters, 
TestHashPartitioner, SimpleMLTQParserTest, CoreAdminRequestStatusTest, 
TestConfigSetsAPIZkFailure, BigEndianAscendingWordDeserializerTest, TestTrie, 
SolrInfoMBeanTest, TestStressRecovery, TestSlowCompositeReaderWrapper, 
IndexSchemaRuntimeFieldTest, JsonValidatorTest, TestXmlQParserPlugin, 
RulesTest, TestUpdate, TestPerFieldSimilarity, AlternateDirectoryTest, 
TestWordDelimiterFilterFactory, TestElisionMultitermQuery, 
SharedFSAutoReplicaFailoverUtilsTest, TestBulkSchemaConcurrent, 
SolrIndexMetricsTest, ClusterStateUpdateTest, ConvertedLegacyTest, 
TestCloudSchemaless, HttpSolrCallGetCoreTest, TolerantUpdateProcessorTest, 
ManagedSchemaRoundRobinCloudTest, ZkSolrClientTest, BadComponentTest, 
DistanceFunctionTest, TestFieldCacheSortRandom, TestSolrCoreSnapshots, 
SaslZkACLProviderTest, CdcrReplicationDistributedZkTest, 
DirectSolrSpellCheckerTest, TestSimpleQParserPlugin, 
DistributedMLTComponentTest, TestReloadAndDeleteDocs, JSONWriterTest, 
HdfsChaosMonkeyNothingIsSafeTest, DistributedExpandComponentTest, 
TestSolrDynamicMBean, IndexSchemaTest, TestFieldCacheReopen, 
TestRandomCollapseQParserPlugin, TestNoOpRegenerator, HighlighterTest, 
MigrateRouteKeyTest, DateRangeFieldTest, TestUninvertingReader, 
LoggingHandlerTest, TestSchemaResource, DOMUtilTest, TestFreeTextSuggestions, 
ActionThrottleTest, TestCustomDocTransformer, TestFieldTypeCollectionResource, 
TestReqParamsAPI, StressHdfsTest, ChaosMonkeyNothingIsSafeTest, 
TestStressUserVersions, SoftAutoCommitTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, CdcrUpdateLogTest, 
TestSchemaManager, TestDocumentBuilder, HLLUtilTest, 
DistributedSuggestComponentTest, TestDynamicFieldResource, JsonLoaderTest, 
MetricsHandlerTest, TestUniqueKeyFieldResource, TestReplicationHandler, 
ShardRoutingCustomTest, TestDistributedGrouping, 
TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestRangeQuery, 
SpellCheckComponentTest, SolrCmdDistributorTest, BasicFunctionalityTest, 
TestIndexSearcher, SolrIndexSplitterTest, SimplePostToolTest, 
TestCoreDiscovery, SpellCheckCollatorTest, SolrRequestParserTest, 
DocValuesTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, 
XmlUpdateRequestHandlerTest, TestSolrQueryParser, TestCollationField, 
TestCSVResponseWriter, SearchHandlerTest, CursorPagingTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, AssignTest, 
AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteShardTest, DistributedVersionInfoTest, 
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [503/694 (1!)] on J1 in 99.19s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63160 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to