You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Molloy (JIRA)" <ji...@apache.org> on 2013/08/27 16:35:53 UTC

[jira] [Created] (SOLR-5192) Generalize LBHttpSolrServer to allow load balancing with other SolrServer implementations

Steve Molloy created SOLR-5192:
----------------------------------

             Summary: Generalize LBHttpSolrServer to allow load balancing with other SolrServer implementations
                 Key: SOLR-5192
                 URL: https://issues.apache.org/jira/browse/SOLR-5192
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
            Reporter: Steve Molloy


The LBHttpSolrServer class provides very useful basic load balancing, especially in the context of SolrCloud. But it forces the use of HttpSolrServer underneath, which is not the most efficient when performing updates. The logic should be generalized to support any SolrServer implementation, especially the ConcurrentUpdateSolrServer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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