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

Reply via email to