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

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

-> … low resource detection sledgehammer.

Of course that is also not very useful if you don’t consistently respond 
appropriately to interrupts. Which you should. But is still not a great 
approach given all the use of NIO. Threads that get interrupted that are doing 
Lucene index IO will have their channels closed and you would disrupt pretty 
much everyone, not just a single thread as you tried to pare down requests. 
More like a bazooka. 

> 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
(v8.3.4#803005)

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

Reply via email to