You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/07 15:50:27 UTC

[jira] [Commented] (COUCHDB-2842) Fix duplicate _replicator docs

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

ASF GitHub Bot commented on COUCHDB-2842:
-----------------------------------------

GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb-couch-replicator/pull/20

    Duplicate jobs transition directly to completed state

    _replicate is idempotent but _replicator is not, one can create any
    number of documents with the same content. The burden of retrying all
    the duplicates can be excessive.
    
    A detected duplicate will now transition immediately to completed, as
    we know there's a currently running job for the exact same task.
    
    COUCHDB-2842

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch-replicator 2842-complete-duplicates

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch-replicator/pull/20.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20
    
----
commit 07345de8514da1bbdaaff1fc8168516d3a0dcd31
Author: Robert Newson <rn...@apache.org>
Date:   2015-01-17T13:04:19Z

    Duplicate jobs transition directly to completed state
    
    _replicate is idempotent but _replicator is not, one can create any
    number of documents with the same content. The burden of retrying all
    the duplicates can be excessive.
    
    A detected duplicate will now transition immediately to completed, as
    we know there's a currently running job for the exact same task.
    
    COUCHDB-2842

----


> Fix duplicate _replicator docs
> ------------------------------
>
>                 Key: COUCHDB-2842
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2842
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>            Reporter: Robert Newson
>
> Duplicate jobs transition directly to completed state
> _replicate is idempotent but _replicator is not, one can create any
> number of documents with the same content. The burden of retrying all
> the duplicates can be excessive.
> A detected duplicate will now transition immediately to completed, as
> we know there's a currently running job for the exact same task.



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