You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2018/08/16 20:40:00 UTC

[jira] [Commented] (SOLR-12405) Add a quality of service type filter for request load management and request throttling.

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

Varun Thacker commented on SOLR-12405:
--------------------------------------

Here's an interesting article for reference : https://engineering.linkedin.com/blog/2018/05/making-linkedin-s-organic-feed-handle-peak-traffic

> Add a quality of service type filter for request load management and request throttling.
> ----------------------------------------------------------------------------------------
>
>                 Key: SOLR-12405
>                 URL: https://issues.apache.org/jira/browse/SOLR-12405
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Priority: Major
>         Attachments: SOLR-12405.patch
>
>
> Trying to manage resource usage just with thread / connection pool limits is a losing strategy ( especially without using Continuations and making scalability vs performance tradeoffs) if you cannot manage requests.
> A QOSFilter type servlet filter with give us some base functionality we want:
> Ability to limit number of concurrent requests.
> Ability to queue requests without holding a thread per request.
> Ability to drop requests over a certain queue size.
> Ability to prioritize requests on the queue.



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

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