epugh commented on code in PR #2885:
URL: https://github.com/apache/solr/pull/2885#discussion_r1860494959


##########
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##########


Review Comment:
   This is some nice simplification!   



##########
solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc:
##########
@@ -60,6 +60,11 @@ Users who previously relied on collection-specific URLs to 
avoid including the c
 
 The service installer now installs a `systemd` startup script instead of an 
`init.d` startup script. It is up to the user to uninstall any existing 
`init.d` script when upgrading.
 
+=== SolrCloud request routing
+
+HTTP requests to SolrCloud that are for a specific core must be delivered to 
the node with that core.
+Past SolrCloud versions would scan all cores everywhere to find a node with 
the core, and if found then proxy the request.

Review Comment:
   Feels like a slightly dangling sentence...   I now understand the "past", 
now what is happening?   Or was this just a a inefficient bug pattern?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to