LBHttpSolrServer should be configurable to remove servers on some HTTP errors
-----------------------------------------------------------------------------

                 Key: SOLR-2810
                 URL: https://issues.apache.org/jira/browse/SOLR-2810
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 3.4
         Environment: Multiple solr query servers used with LBHttpSolrServer
            Reporter: Bernhard Frauendienst


The LBHttpSolrServer should be made configurable how to react to (certain) HTTP 
errors.

In my opinion, all errors that are caused by infrastructure instead of an 
erroneous request/query, should cause the server to get taken out of rotation, 
instead of rethrowing the exception. 
For example, if for some reason the server responds with a 404 or a 503, etc. 
(maybe because the webapp could not be deployed after a restart), this should 
not cause the user to see an error message as long as there are other solr 
servers available.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to