You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2013/03/08 19:50:13 UTC

[jira] [Created] (SOLR-4544) Allow HttpShardHandler to be reused better by subclasses of HttpShardHandlerFactory

Ryan Ernst created SOLR-4544:
--------------------------------

             Summary: 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


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