HoustonPutman commented on issue #529:
URL: https://github.com/apache/solr-operator/issues/529#issuecomment-1487136250

   @janhoy we should also create a Solr JIRA issue for this, to fix Cloud-aware 
clients and internal shard requests.
   
   More info: We can fix this for simple use cases where users have clouds that 
all collections are single-sharded and each collection has a replica on all 
nodes. That way, Solr has no need to send the request to another node 
internally.
   If a collection is multi-sharded, or a replica of the collection does not 
exist on all nodes, then Solr might have to forward requests throughout the 
cluster. Solr is not aware of the podConditions we are using to solve this in 
Kubernetes, so we need to think of another solution to fix this inside of Solr.
   
   In the meantime #530 is a great start.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to