[
https://issues.apache.org/jira/browse/SOLR-17397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873165#comment-17873165
]
ASF subversion and git services commented on SOLR-17397:
--------------------------------------------------------
Commit 8ddc3be74389877ee6ea35883ec147147cff0890 in solr's branch
refs/heads/main from Tim Owen
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=8ddc3be7438 ]
SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume⦠(#2631)
Properly deal with child documents.
---------
Co-authored-by: Eric Pugh <[email protected]>
> Skip atomic updates for non-existent child documents
> ----------------------------------------------------
>
> Key: SOLR-17397
> URL: https://issues.apache.org/jira/browse/SOLR-17397
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: UpdateRequestProcessors
> Reporter: Tim Owen
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> We have an update processor that allows skipping updates for non-existent
> documents, {{SkipExistingDocumentsUpdateProcessor}} but this does not
> currently handle atomic updates to child documents. So the update is passed
> through and then fails becauseĀ {{AtomicUpdateDocumentMerger}} throws an
> exception if it cannot find the child document (leading to a 500 response
> from Solr)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]