dsmiley commented on code in PR #2885: URL: https://github.com/apache/solr/pull/2885#discussion_r1861206865
########## 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: > now what is happening Will HTTP 404 if Solr can't resolve the request. I should add that. I don't find the last sentence to be dangling but feel free to offer a rewording suggestion. -- 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]
