You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2019/09/19 01:35:00 UTC

[jira] [Resolved] (SOLR-6596) Atomic update and adding child doc not working together

     [ https://issues.apache.org/jira/browse/SOLR-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley resolved SOLR-6596.
--------------------------------
    Fix Version/s: 8.1
       Resolution: Fixed

> Atomic update and adding child doc not working together
> -------------------------------------------------------
>
>                 Key: SOLR-6596
>                 URL: https://issues.apache.org/jira/browse/SOLR-6596
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.10
>            Reporter: Ishan Chattopadhyaya
>            Priority: Minor
>             Fix For: 8.1
>
>         Attachments: SOLR-6596-tests.patch, SOLR-6596-tests.patch
>
>
> Was able to reproduce the issue reported here:
> http://qnalist.com/questions/5175783/solrj-bug-related-to-solrj-4-10-for-having-both-incremental-partial-update-and-child-document-on-the-same-solr-document
> The following two failing tests:
> 1. 
> a) Add a document 'parent'. Commit.
> b) Make atomic update to 'parent' doc
> c) Add a child doc to 'parent'. Commit.
> Expected 2 documents, Actual 1 document
> 2. 
> a) Add a document with id 'parent'
> b) Add another document with id 'parent' with a child 'child'. Commit
> Expected 2 documents (the overwritten parent document and the child), Actual 3 documents (two documents with the id 'parent').



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