Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-06-21 Thread via GitHub
github-actions[bot] commented on PR #2403: URL: https://github.com/apache/solr/pull/2403#issuecomment-2177273049 This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-16 Thread via GitHub
sigram commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1567093594 ## solr/core/src/java/org/apache/solr/search/QueryLimits.java: ## @@ -108,12 +110,21 @@ public String formatExceptionMessage(String label) { * @throws

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-16 Thread via GitHub
sigram commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1567091001 ## solr/core/src/java/org/apache/solr/search/QueryLimits.java: ## @@ -108,22 +110,31 @@ public String formatExceptionMessage(String label) { * @throws

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-15 Thread via GitHub
gus-asf commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1566112815 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -621,46 +684,72 @@ public void handleRequestBody(SolrQueryRequest req,

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-15 Thread via GitHub
gus-asf commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1566094054 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -621,46 +684,72 @@ public void handleRequestBody(SolrQueryRequest req,

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-15 Thread via GitHub
gus-asf commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1566090370 ## solr/core/src/java/org/apache/solr/search/QueryLimits.java: ## @@ -108,12 +110,21 @@ public String formatExceptionMessage(String label) { * @throws

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-15 Thread via GitHub
sigram commented on code in PR #2403: URL: https://github.com/apache/solr/pull/2403#discussion_r1566013026 ## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ## @@ -621,46 +684,72 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse

Re: [PR] SOLR-17151 - stop processing components once we have exceeded a query limit [solr]

2024-04-15 Thread via GitHub
gus-asf commented on PR #2403: URL: https://github.com/apache/solr/pull/2403#issuecomment-2057147058 Still needs unit test... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific