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

ASF subversion and git services commented on SOLR-17408:
--------------------------------------------------------

Commit 559daafa950124a46fa0b1277501fd092be37d77 in solr's branch 
refs/heads/branch_9x from mariemat
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=559daafa950 ]

SOLR-17408: COLSTATUS shouldn't talk to replicas if not needed (#2645)

Was always talking to replicas to gather segment info, even if not needed.

(cherry picked from commit bc8dcd5ffd02709875ff39b0aff3c27cc04845b1)


> Calls to COLSTATUS are not optimized
> ------------------------------------
>
>                 Key: SOLR-17408
>                 URL: https://issues.apache.org/jira/browse/SOLR-17408
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>    Affects Versions: 8.1
>            Reporter: Mathieu Marie
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> I found out about it in solr 9.4.1 and is still present in main.
> When calling COLSTATUS, by default, Solr will fetch segment information and 
> return it even if no flag requested that information.
> When there is a huge amount of shards, this can lead to delays and 
> unnecessary traffic (as well as extra information in the returned payload 
> that was not requested/necessary).
>  And extra check would be sufficient to prevent that extra work and have a 
> better response time 



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

Reply via email to