makosten commented on pull request #288:
URL: https://github.com/apache/solr/pull/288#issuecomment-935165955


   I revised the logic to call DeleteByQuery earlier. Now instead of calling 
doDeleteByQuery frrom doDistribDeleteById, it is called from doDeleteById. I 
tried revising doDeleteById to forward the request to all shard leaders if the 
required route is missing from the request, but this did not work. At one time 
I believe a deleteById would work even if the route was missing if it happened 
to land on the right shard, but it seems that this behavior is changed.


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