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

Jason Gerlowski commented on SOLR-17568:
----------------------------------------

{quote}I think there's no use-case for that – users should only reference 
collections (any node) or a core on a node where it's known to exist (on that 
node!)
{quote}

What about folks accessing Solr through a load-balancer [~dsmiley]?

Personally I often make core-specific "/luke", "/segments", etc. requests when 
debugging.  It seems like this would make those APIs unusable for anyone going 
through a LB (!)

> Remove remote *core* query in SolrCloud mode
> --------------------------------------------
>
>                 Key: SOLR-17568
>                 URL: https://issues.apache.org/jira/browse/SOLR-17568
>             Project: Solr
>          Issue Type: Task
>          Components: SolrCloud
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: main (10.0)
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> If a SolrCloud node receives a request with a local core name (not a 
> collection name), it will be handled by the local core.  But it even works 
> with a remote core -- it'll be forwarded to the node that has a core by that 
> name.  I think there's no use-case for that -- users should only reference 
> collections (any node) or a core on a node where it's known to exist (on that 
> node!) since it's a core not a cluster concept.  This got my attention 
> because the functionality requires iterating all collections.  This would 
> happen for any request when a collection/core is not known to the node (and 
> may not exist at all).  I shall remove this in Solr 10.
> There is exactly one test for this functionality -- 
> {{org.apache.solr.cloud.AbstractBasicDistributedZk2TestBase#addAndQueryDocs}}



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