Renaud Delbru created SOLR-6823:
-----------------------------------

             Summary: Improve extensibility of DistributedUpdateProcessor 
regarding version processing
                 Key: SOLR-6823
                 URL: https://issues.apache.org/jira/browse/SOLR-6823
             Project: Solr
          Issue Type: Improvement
          Components: SolrCloud, update
    Affects Versions: Trunk
            Reporter: Renaud Delbru


As described in 6462, 
{quote}
doDeleteByQuery() is structured differently than processAdd() and 
processDelete() in DistributedUpdateProcessor. We refactored doDeleteByQuery() 
by extracting a portion of its code into a helper method versionDeleteByQuery() 
which is then overriden in the CdcrUpdateProcessor. This way doDeleteByQuery() 
is structurally similar to the other two cases and we are able to keep the CDCR 
logic completely separated.
{quote}

This issue provides a patch for the DisitrbutedUpdateProcessor for trunk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to