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

David Smiley commented on SOLR-17172:
-------------------------------------

Hmm; the changelog deserved a notice about partialResults being added as a new 
parameter

bq. - Add QueryLimits termination to the existing heavy SearchComponent-s. This 
allows query limits (e.g. timeAllowed, cpuAllowed) to terminate expensive 
operations within components if limits are exceeded. 
[SOLR-17172](https://issues.apache.org/jira/browse/SOLR-17172) (Andrzej 
Bialecki)


> Add QueryLimits termination to existing heavy SearchComponent-s
> ---------------------------------------------------------------
>
>                 Key: SOLR-17172
>                 URL: https://issues.apache.org/jira/browse/SOLR-17172
>             Project: Solr
>          Issue Type: Sub-task
>          Components: Query Limits
>            Reporter: Andrzej Bialecki
>            Assignee: Andrzej Bialecki
>            Priority: Major
>             Fix For: 9.6
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The purpose of this ticket is to review the existing {{SearchComponent}}-s 
> that perform intensive tasks to see if they could be modified to check the 
> {{QueryLimits.shouldExit()}} inside their execution.
> This is not meant to be included in tight loops but to prevent individual 
> components from completing multiple stages of costly work that will be 
> discarded anyway on the exit from the component due to the exceeded limits 
> (SOLR-17151).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to