[ https://issues.apache.org/jira/browse/SOLR-17172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822101#comment-17822101 ]
ASF subversion and git services commented on SOLR-17172: -------------------------------------------------------- Commit 2ff3dc61668ab6ba1a3a14e55450d98020fbad7f in solr's branch refs/heads/main from Andrzej Bialecki [ https://gitbox.apache.org/repos/asf?p=solr.git;h=2ff3dc61668 ] SOLR-17172: Add QueryLimits termination to existing heavy SearchComponent-s (#2290) > 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 > Reporter: Andrzej Bialecki > Assignee: Andrzej Bialecki > Priority: Major > Time Spent: 1h 20m > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org