[ 
https://issues.apache.org/jira/browse/SOLR-5908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anshum Gupta updated SOLR-5908:
-------------------------------

    Attachment: SOLR-5908.patch

Patch that makes the REQUESTSTATUS Collection API call non-blocking and 
non-blocked.

This no longer sends the requeststatus call to the OverseerCollectionProcessor, 
instead gets the CollectionHandler to handle it directly.

> Make REQUESTSTATUS call non-blocking and non-blocked
> ----------------------------------------------------
>
>                 Key: SOLR-5908
>                 URL: https://issues.apache.org/jira/browse/SOLR-5908
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>         Attachments: SOLR-5908.patch
>
>
> Currently REQUESTSTATUS Collection API call is blocked by any other call in 
> the OCP work queue.
> Make it independent and non-blocked/non-blocking.
> This would be handled as a part of having the OCP multi-threaded but I'm 
> opening this issue to explore other possible options of handling this.
> If the final fix happens via SOLR-5681, will resolve it when SOLR-5681 gets 
> resolved.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to