You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2015/03/26 06:41:52 UTC

[jira] [Created] (SOLR-7313) Refactor and consolidate routing logic

Shalin Shekhar Mangar created SOLR-7313:
-------------------------------------------

             Summary: Refactor and consolidate routing logic
                 Key: SOLR-7313
                 URL: https://issues.apache.org/jira/browse/SOLR-7313
             Project: Solr
          Issue Type: Task
          Components: SolrCloud
            Reporter: Shalin Shekhar Mangar


Right now the request routing logic is divided into a number of places viz. SolrDispatchFilter, DistributedUpdateProcessor, ShardHandler etc.

It is also quite inefficient in many places e.g. while resolving a collection name to a core name, solr prefers a leader (any leader) for a update request even if that leader isn't the right one.

We should try to refactor all these routing decisions into one place.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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