码迷,mamicode.com
首页 > 其他好文 > 详细

Solr[Q] -No live SolrServers available to handle this request, no servers hosting shard

时间:2014-08-26 19:03:26      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   strong   ar   数据   div   log   

No live SolrServers available to handle this request , no servers hosting shard

当某一片索引对应的结点全部宕了以后,会报这个异常。

"error": {
    "msg": "no servers hosting shard: ",
    "code": 503
  }

  

需要在请求上加上:

params.setParam("shards.tolerant", true)

表示只从存活的节点上获取数据。因此这个时候数据极有可能是不完整的。

 

Solr[Q] -No live SolrServers available to handle this request, no servers hosting shard

标签:style   blog   color   os   strong   ar   数据   div   log   

原文地址:http://www.cnblogs.com/huangfox/p/3937632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!