Varun Thacker created SOLR-7049:
-----------------------------------

             Summary: Move work done by the LIST Collections API call to the 
Collections Handler
                 Key: SOLR-7049
                 URL: https://issues.apache.org/jira/browse/SOLR-7049
             Project: Solr
          Issue Type: Improvement
            Reporter: Varun Thacker
            Priority: Minor
             Fix For: Trunk, 5.1


Currently when a LIST API call comes in, the actual work done is done in the 
OCP. For this action it is unnecessary to go to the OCP for processing this 
request. We can process it immediately in the Collections Handler which reduces 
the load on the Overseer node.

Currently REQUESTSTATUS also does the same thing.  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to