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

Gus Heck edited comment on SOLR-17053 at 10/27/24 7:59 PM:
-----------------------------------------------------------

Is this error stillĀ  present in the current 10x (after SOLR-17158), if so, can 
you link a line number/method... My WIP for SOLR-17151 does break up 
handleRequestBody somewhat: 
[https://github.com/apache/solr/pull/2801/files#diff-d6fc591739d3396fb74758c164b4631785e059923eb370c9867771ccdf639675R702]


was (Author: gus_heck):
Is this error stillĀ  present in the current 10x (after SOLR-17158), if so, can 
you link a line number/method... My WIP for SOLR-17151 does break it up some: 
https://github.com/apache/solr/pull/2801/files#diff-d6fc591739d3396fb74758c164b4631785e059923eb370c9867771ccdf639675R702

> Distributed search: if all shards fail, fail the request despite 
> shards.tolerant
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-17053
>                 URL: https://issues.apache.org/jira/browse/SOLR-17053
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 8.6
>            Reporter: Aparna Suresh
>            Priority: Minor
>             Fix For: 9.5
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> If the request is tolerant to errors, logic in SearchHandler simply sets 
> partialResults to true upon detecting an error in ShardResponse. This means a 
> failure to query any shard would be reported back as partialResults=true, 
> instead of a query failure.
> Why: Improve the error handling and reporting in the search system by making 
> sure that query failures are distinct from partial results



--
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