[ 
https://issues.apache.org/jira/browse/SOLR-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463061#comment-16463061
 ] 

Mark Miller commented on SOLR-7344:
-----------------------------------

For this issue, I don't really think we need to deal with this anymore.

I have not checked with the current Apache HttpClient and Jetty, but with Jetty 
HttpClient and Jetty and the NIO2 stuff it can do, even with very high pool 
limits, normal load uses way fewer threads. The thread per request model we 
still used a couple years ago was really what made things so ugly. Having 
smaller thread pools is way less interesting now and having more than one even 
less so.

Now we should be able to set pretty high limits like we do now and instead 
implement a filter for throttling or load control.

> 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
>            Priority: Major
>         Attachments: SOLR-7344.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to