You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ivan Djurasevic (Jira)" <ji...@apache.org> on 2020/07/06 17:44:00 UTC

[jira] [Created] (SOLR-14631) Can't perform atomic update if document doesn't exists in collection

Ivan Djurasevic created SOLR-14631:
--------------------------------------

             Summary: Can't perform atomic update if document doesn't exists in collection
                 Key: SOLR-14631
                 URL: https://issues.apache.org/jira/browse/SOLR-14631
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: update, UpdateRequestProcessors
    Affects Versions: 8.5.2, 8.5.1, 8.5
            Reporter: Ivan Djurasevic


If client try to perform atomic update on document which doesn't exists and query params contain _route_ param,   DistributedUpdateProcessor throws next exception: 

throw new SolrException(ErrorCode.BAD_REQUEST,
 "Could not find document id=" + idString +
 ", perhaps the wrong \"_route_\" param was supplied");



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org