Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.5/16/

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/8)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:41684/solr";,           
"node_name":"127.0.0.1:41684_solr",           "state":"down"},         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",   
        "base_url":"http://127.0.0.1:56858/solr";,           
"node_name":"127.0.0.1:56858_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/8)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:41684/solr";,
          "node_name":"127.0.0.1:41684_solr",
          "state":"down"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:56858/solr";,
          "node_name":"127.0.0.1:56858_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([9E3FBA2D7DB0D79E:CE6A222E24916183]: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 11514 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/init-core-data-001
   [junit4]   2> 780140 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 780140 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 780145 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-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> 780145 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001
   [junit4]   2> 780146 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 780162 INFO  (Thread-1579) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 780162 INFO  (Thread-1579) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 780262 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53741
   [junit4]   2> 780320 INFO  (jetty-launcher-601-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 780325 INFO  (jetty-launcher-601-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 780401 INFO  (jetty-launcher-601-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@394e7125{/solr,null,AVAILABLE}
   [junit4]   2> 780402 INFO  (jetty-launcher-601-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ac951b0{HTTP/1.1,[http/1.1]}{127.0.0.1:56858}
   [junit4]   2> 780402 INFO  (jetty-launcher-601-thread-1) [    ] 
o.e.j.s.Server Started @788267ms
   [junit4]   2> 780402 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56858}
   [junit4]   2> 780403 ERROR (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 780403 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.1
   [junit4]   2> 780403 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 780403 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 780403 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T18:01:09.708Z
   [junit4]   2> 780493 INFO  (jetty-launcher-601-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51cfe720{/solr,null,AVAILABLE}
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29ea4fc1{HTTP/1.1,[http/1.1]}{127.0.0.1:41684}
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.e.j.s.Server Started @788359ms
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41684}
   [junit4]   2> 780494 ERROR (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.1
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 780494 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T18:01:09.799Z
   [junit4]   2> 780525 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 780586 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 780604 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 780612 INFO  (jetty-launcher-601-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53741/solr
   [junit4]   2> 780642 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 780666 INFO  (jetty-launcher-601-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53741/solr
   [junit4]   2> 780740 INFO  (jetty-launcher-601-thread-1) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 780761 INFO  (jetty-launcher-601-thread-1) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56858_solr
   [junit4]   2> 780762 INFO  (jetty-launcher-601-thread-1) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.Overseer Overseer 
(id=97769702652313605-127.0.0.1:56858_solr-n_0000000000) starting
   [junit4]   2> 780802 INFO  (jetty-launcher-601-thread-1) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56858_solr
   [junit4]   2> 780834 INFO  
(OverseerStateUpdate-97769702652313605-127.0.0.1:56858_solr-n_0000000000) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 780840 INFO  (jetty-launcher-601-thread-2) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 780851 INFO  (jetty-launcher-601-thread-2) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 780855 INFO  (jetty-launcher-601-thread-2) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41684_solr
   [junit4]   2> 780856 INFO  
(zkCallback-612-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 780882 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 781529 INFO  (jetty-launcher-601-thread-1) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node1/.
   [junit4]   2> 782219 INFO  (jetty-launcher-601-thread-2) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/.
   [junit4]   2> 783008 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 783009 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53741/solr ready
   [junit4]   2> 783026 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 783036 INFO  (qtp454864379-4701) [n:127.0.0.1:41684_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> 783099 INFO  
(OverseerThreadFactory-2491-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 783256 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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> 783324 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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> 783475 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 783475 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 784333 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.1
   [junit4]   2> 784370 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.1
   [junit4]   2> 784397 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 784401 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 784404 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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> 784407 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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> 784408 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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> 784409 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 784409 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 784414 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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> 784415 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 784415 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 784718 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 784718 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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> 784719 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 784719 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 784721 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6eea55dd[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 784723 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 784723 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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> 784724 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 784728 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 784728 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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> 784729 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 784729 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 784731 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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 1564315247219572736
   [junit4]   2> 784732 INFO  
(searcherExecutor-2497-thread-1-processing-n:127.0.0.1:56858_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@6eea55dd[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784740 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 784740 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6133761d[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 784742 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 784742 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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> 784742 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 784743 INFO  
(searcherExecutor-2496-thread-1-processing-n:127.0.0.1:41684_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@6133761d[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784743 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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 1564315247232155648
   [junit4]   2> 784842 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 784843 INFO  
(zkCallback-612-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 785242 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 785242 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 785242 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:56858/solr/MissingSegmentRecoveryTest_shard1_replica1/
   [junit4]   2> 785242 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:56858/solr 
START 
replicas=[http://127.0.0.1:41684/solr/MissingSegmentRecoveryTest_shard1_replica2/]
 nUpdates=100
   [junit4]   2> 785251 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:56858/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 785257 INFO  (qtp454864379-4704) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 785257 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 785257 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
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> 785257 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 785262 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56858/solr/MissingSegmentRecoveryTest_shard1_replica1/ shard1
   [junit4]   2> 785370 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 785370 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 785474 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 785479 INFO  (qtp833663370-4689) [n:127.0.0.1:56858_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=2154
   [junit4]   2> 785585 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 785586 INFO  
(zkCallback-612-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 785752 INFO  (qtp454864379-4703) [n:127.0.0.1:41684_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=2496
   [junit4]   2> 785756 INFO  (qtp454864379-4701) [n:127.0.0.1:41684_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> 785857 INFO  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 785857 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 786756 INFO  (qtp454864379-4701) [n:127.0.0.1:41684_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=3720
   [junit4]   2> 786811 INFO  (qtp454864379-4698) [n:127.0.0.1:41684_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&distrib.from=http://127.0.0.1:56858/solr/MissingSegmentRecoveryTest_shard1_replica1/&wt=javabin&version=2}{add=[0
 (1564315249388027904), 1 (1564315249392222208), 2 (1564315249392222209), 3 
(1564315249392222210), 4 (1564315249392222211), 5 (1564315249392222212), 6 
(1564315249392222213), 7 (1564315249392222214), 8 (1564315249392222215), 9 
(1564315249392222216)]} 0 4
   [junit4]   2> 786811 INFO  (qtp833663370-4687) [n:127.0.0.1:56858_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={wt=javabin&version=2}{add=[0 (1564315249388027904), 1 
(1564315249392222208), 2 (1564315249392222209), 3 (1564315249392222210), 4 
(1564315249392222211), 5 (1564315249392222212), 6 (1564315249392222213), 7 
(1564315249392222214), 8 (1564315249392222215), 9 (1564315249392222216)]} 0 12
   [junit4]   2> 786823 INFO  (qtp833663370-4692) [n:127.0.0.1:56858_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> 786823 INFO  (qtp833663370-4692) [n:127.0.0.1:56858_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@86ac999
   [junit4]   2> 786824 INFO  (qtp454864379-4699) [n:127.0.0.1:41684_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> 786824 INFO  (qtp454864379-4699) [n:127.0.0.1:41684_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@64e6bb0e
   [junit4]   2> 786879 INFO  (qtp454864379-4699) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4585ebdb[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 786880 INFO  
(searcherExecutor-2496-thread-1-processing-n:127.0.0.1:41684_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@4585ebdb[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
   [junit4]   2> 786893 INFO  (qtp454864379-4699) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 786893 INFO  (qtp454864379-4699) [n:127.0.0.1:41684_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:56858/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 69
   [junit4]   2> 786895 INFO  (qtp833663370-4692) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29096051[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 786896 INFO  
(searcherExecutor-2497-thread-1-processing-n:127.0.0.1:56858_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@29096051[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
   [junit4]   2> 786900 INFO  (qtp833663370-4692) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 786900 INFO  (qtp833663370-4692) [n:127.0.0.1:56858_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:56858/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 77
   [junit4]   2> 786902 INFO  (qtp833663370-4691) [n:127.0.0.1:56858_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={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 85
   [junit4]   2> 786915 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@29ea4fc1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 786923 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1538087871
   [junit4]   2> 786942 INFO  (coreCloseExecutor-2506-thread-1) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@73bc7157
   [junit4]   2> 786966 INFO  (coreCloseExecutor-2506-thread-1) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 786976 INFO  
(zkCallback-612-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 786977 INFO  (zkCallback-619-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 787030 INFO  
(zkCallback-612-thread-1-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 787102 INFO  
(OverseerCollectionConfigSetProcessor-97769702652313605-127.0.0.1:56858_solr-n_0000000000)
 [n:127.0.0.1:56858_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 788522 WARN  
(zkCallback-613-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 788522 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 788523 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51cfe720{/solr,null,UNAVAILABLE}
   [junit4]   2> 788534 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 788563 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73fb1f40{/solr,null,AVAILABLE}
   [junit4]   2> 788563 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@5e485ef5{HTTP/1.1,[http/1.1]}{127.0.0.1:41684}
   [junit4]   2> 788563 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.e.j.s.Server Started @796428ms
   [junit4]   2> 788563 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41684}
   [junit4]   2> 788564 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 788564 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.5.1
   [junit4]   2> 788564 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 788564 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 788564 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T18:01:17.869Z
   [junit4]   2> 788568 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 788577 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 788578 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53741/solr
   [junit4]   2> 788589 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 788592 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 788596 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 788599 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41684_solr
   [junit4]   2> 788600 INFO  (zkCallback-619-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 788600 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 788622 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 788727 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/.
   [junit4]   2> 788727 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica2]
   [junit4]   2> 788765 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.1
   [junit4]   2> 788787 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 788790 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 788791 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 788791 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 788792 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 788833 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 788833 INFO  
(zkCallback-612-thread-3-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_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> 788906 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 788906 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 788907 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 788907 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 788910 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@40569e3f
   [junit4]   2> 788925 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 788927 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 788928 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore Updating index 
properties... index=index.20170410210118232
   [junit4]   2> 789028 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 789028 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 789171 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/
 afterReload=false
   [junit4]   2> 789174 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/index
   [junit4]   2> 789178 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/
 afterReload=false
   [junit4]   2> 789179 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/index.20170410210118232
   [junit4]   2> 789233 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 789233 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 789234 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 789235 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 789236 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@dc3476a
   [junit4]   2> 789237 INFO  
(coreLoadExecutor-2513-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 789237 ERROR 
(coreContainerWorkExecutor-2509-thread-1-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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_replica2]
   [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:581)
   [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_replica2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:933)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:553)
   [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:965)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:992)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)
   [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:965)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)
   [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:2032)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2152)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1054)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:938)
   [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-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/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:928)
   [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:1993)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/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: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:2032)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2152)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1054)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:938)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/data/index.20170410210118232
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@751fdef9): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:923)
   [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:1993)
   [junit4]   2>        ... 13 more
   [junit4]   2> 879735 INFO  (qtp739369585-4766) [n:127.0.0.1:41684_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> 879769 INFO  
(OverseerThreadFactory-2491-thread-2-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 879777 INFO  (qtp739369585-4763) [n:127.0.0.1:41684_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=2
   [junit4]   2> 879778 INFO  (qtp833663370-4686) [n:127.0.0.1:56858_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 879779 INFO  (qtp833663370-4686) [n:127.0.0.1:56858_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@366951b7
   [junit4]   2> 879781 INFO  (qtp833663370-4686) [n:127.0.0.1:56858_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 879787 INFO  (qtp833663370-4686) [n:127.0.0.1:56858_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=8
   [junit4]   2> 879790 INFO  
(zkCallback-624-thread-3-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 879897 INFO  
(zkCallback-624-thread-3-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_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> 880496 INFO  (qtp739369585-4766) [n:127.0.0.1:41684_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=761
   [junit4]   2> 880497 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[9E3FBA2D7DB0D79E]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=9E3FBA2D7DB0D79E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ja -Dtests.timezone=Asia/Amman -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 97.5s J0 | 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/8)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:41684/solr";,
   [junit4]    >           "node_name":"127.0.0.1:41684_solr",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:56858/solr";,
   [junit4]    >           "node_name":"127.0.0.1:56858_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9E3FBA2D7DB0D79E:CE6A222E24916183]: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> 880502 INFO  (jetty-closer-602-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1ac951b0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 880506 INFO  (jetty-closer-602-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=28420028
   [junit4]   2> 880507 INFO  (jetty-closer-602-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5e485ef5{HTTP/1.1,[http/1.1]}{127.0.0.1:41684}
   [junit4]   2> 880510 INFO  (jetty-closer-602-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1154166511
   [junit4]   2> 880512 INFO  (jetty-closer-602-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97769702652313605-127.0.0.1:56858_solr-n_0000000000) closing
   [junit4]   2> 880512 INFO  
(OverseerStateUpdate-97769702652313605-127.0.0.1:56858_solr-n_0000000000) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56858_solr
   [junit4]   2> 880522 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 0x15b5906cc630005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 882021 WARN  
(zkCallback-612-thread-10-processing-n:127.0.0.1:56858_solr) 
[n:127.0.0.1:56858_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 882021 INFO  (jetty-closer-602-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 882022 INFO  (jetty-closer-602-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@394e7125{/solr,null,UNAVAILABLE}
   [junit4]   2> 882023 WARN  
(zkCallback-624-thread-3-processing-n:127.0.0.1:41684_solr) 
[n:127.0.0.1:41684_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 882023 INFO  (jetty-closer-602-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 882023 INFO  (jetty-closer-602-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@73fb1f40{/solr,null,UNAVAILABLE}
   [junit4]   2> 882025 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53741 53741
   [junit4]   2> 882209 INFO  (Thread-1579) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53741 53741
   [junit4]   2> 882215 WARN  (Thread-1579) [    ] 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>        2       
/solr/overseer_elect/election/97769702652313605-127.0.0.1:56858_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        97      /solr/overseer/collection-queue-work
   [junit4]   2>        12      /solr/overseer/queue
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 882216 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[9E3FBA2D7DB0D79E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.5/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_9E3FBA2D7DB0D79E-001
   [junit4]   2> Apr 10, 2017 6:02:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ja, 
timezone=Asia/Amman
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=206576576,total=458752000
   [junit4]   2> NOTE: All tests run in this JVM: [TestCorePropertiesReload, 
TestOmitPositions, TestOrdValues, SortSpecParsingTest, TestRandomFaceting, 
TestCollectionAPIs, TestManagedResource, ExternalFileFieldSortTest, 
InfoHandlerTest, DistributedFacetPivotSmallTest, TestJettySolrRunner, 
TestNRTOpen, TestSolrCoreProperties, TestSolr4Spatial, 
UniqFieldsUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, 
TestLazyCores, TestExactStatsCache, SpatialHeatmapFacetsTest, 
HdfsRestartWhileUpdatingTest, ChaosMonkeyNothingIsSafeTest, 
TestFieldCacheSortRandom, SolrIndexMetricsTest, 
TestSolrQueryParserDefaultOperatorResource, TestAnalyzeInfixSuggestions, 
CachingDirectoryFactoryTest, TestComponentsName, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsLockFactoryTest, 
TestRemoteStreaming, HLLUtilTest, DefaultValueUpdateProcessorTest, RulesTest, 
GraphQueryTest, TestIBSimilarityFactory, TestSolrCloudSnapshots, 
TestImplicitCoreProperties, TestSmileRequest, TestFieldCollectionResource, 
TestDelegationWithHadoopAuth, JsonValidatorTest, TestRandomDVFaceting, 
TestSolrDeletionPolicy2, TestSolrFieldCacheMBean, DeleteStatusTest, 
TestReplicationHandler, SolrCloudExampleTest, TestQuerySenderNoQuery, 
DocumentAnalysisRequestHandlerTest, DistributedDebugComponentTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [174/701 (1!)] on J0 in 102.63s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 64423 lines...]


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

Reply via email to