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

Commit Tag Bot commented on SOLR-4544:
--------------------------------------

[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1457762

SOLR-4544: Refactor HttpShardHandlerFactory so load-balancing logic can be 
customized.

                
> Allow HttpShardHandler to be reused better by subclasses of 
> HttpShardHandlerFactory
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-4544
>                 URL: https://issues.apache.org/jira/browse/SOLR-4544
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan Ernst
>         Attachments: SOLR-4544.patch, SOLR-4544.patch
>
>
> I would like to have a custom ShardHandlerFactory, which has my own special 
> load balancing logic (among other things).  The HttpShardHandler is what 
> currently handles the parallelization of shard requests.  I would like to 
> reuse it, but it expects package private variables in HttpShardHandlerFactory 
> which it can reach back into for making load balancer requests and a 
> completion service.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to