You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Rich Cariens (JIRA)" <ji...@apache.org> on 2010/11/25 20:13:13 UTC

[jira] Issue Comment Edited: (SOLR-2253) Solr should be able to keep on truckin' if a shard fails during a distributed search

    [ https://issues.apache.org/jira/browse/SOLR-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935806#action_12935806 ] 

Rich Cariens edited comment on SOLR-2253 at 11/25/10 2:12 PM:
--------------------------------------------------------------

I've attached a patch for the following classes:

  org.apache.solr.handler.component.SearchHandler
  org.apache.solr.common.params.CommonParams

and the example search request handler configuration:

  example/solr/conf/solrconfig.xml

      was (Author: cariensrs):
    Patches the following classes:

  org.apache.solr.handler.component.SearchHandler
  org.apache.solr.common.params.CommonParams

and the example search request handler configuration:

  example/solr/conf/solrconfig.xml
  
> Solr should be able to keep on truckin' if a shard fails during a distributed search
> ------------------------------------------------------------------------------------
>
>                 Key: SOLR-2253
>                 URL: https://issues.apache.org/jira/browse/SOLR-2253
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.4.1
>         Environment: All
>            Reporter: Rich Cariens
>            Priority: Critical
>         Attachments: SOLR-2253.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Solr 1.4.x currently abandons searches if a shard fails during a distributed search.  A trivial patch to the SearchHandler class would allow the user to tell Solr to "keep on trucking" in these cases.  Solr can indicate that the search response is "partial" via existing response header conventions, as well as include details about which shard failed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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