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

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

Robert Newson created COUCHDB-2842:
--------------------------------------

             Summary: 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)