mlbiscoc opened a new pull request, #4219:
URL: https://github.com/apache/solr/pull/4219

   https://issues.apache.org/jira/browse/SOLR-18114
   
   CloudSolrClient fails when collection has router field configure deleteById 
and has `directUpdatesToLeadersOnly=true` but is sent without routing info.
   
   This is because of a bug where `hasInfoToFindLeaders()` method never 
actually checked if the deleteById documents had routing info, causing the 
method to incorrectly return `true`. This results in a SERVICE_UNAVAILABLE 
exception instead of falling back to the unoptimized general path to broadcast 
deletes to all shards.


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