[ 
https://issues.apache.org/jira/browse/SOLR-6910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848962#comment-17848962
 ] 

Michael Dürr commented on SOLR-6910:
------------------------------------

Hi all,

I stumbled over this Jira issue today when I was searching for information to 
explain some strange behavior in our implicit routed collection. We do 
deleteById requests without adding a router.field value as we often do not have 
that information at hand. We use commitWithin=30000 for our deleteById 
requests. However, this always fails for documents of all replicas of one of 
our two shards. The documents never get deleted. However, if we set 
commitWithin to a very small value, the deleteById request propagates to all 
shards and the documents get deleted. 

I'm not sure whether there was a fix for the implicit router deleteById without 
router.field value, but that behavior seems to me like (another) bug?

> deleteById without _route_ param for implicit router could be broadcast
> -----------------------------------------------------------------------
>
>                 Key: SOLR-6910
>                 URL: https://issues.apache.org/jira/browse/SOLR-6910
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>            Priority: Major
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> A deleteById request without __route__ param for implicit router could be 
> sent to all shard leaders (Shalin). Alternatively, a new router (or a strict 
> mode for implicit router) that requires _route_ to be set for all 
> adds/deletes (Yonik).
> Some discussion here in SOLR-5890:
> https://issues.apache.org/jira/browse/SOLR-5890?focusedCommentId=14236722&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14236722
> https://issues.apache.org/jira/browse/SOLR-5890?focusedCommentId=14264525&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14264525



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to