[
https://issues.apache.org/jira/browse/SOLR-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585280#comment-14585280
]
Yonik Seeley commented on SOLR-7344:
------------------------------------
So does it seem like we need (at least) one more queue?
Perhaps based on behavior:
- Internal_Long // a long-running request that does not call back to Solr
(prob good for streaming API endpoint)
- Internal_Recursive // a request that may make other sub-requests to Solr
(directly or indirectly) - can't effectively buffer due to recursion... needs a
high number of threads
> Allow Jetty thread pool limits while still avoiding distributed deadlock.
> -------------------------------------------------------------------------
>
> Key: SOLR-7344
> URL: https://issues.apache.org/jira/browse/SOLR-7344
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Reporter: Mark Miller
> Attachments: SOLR-7344.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]