GitHub user nickva opened a pull request:

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

    After a rescan prevent checkpoints from a previous epoch

    Add an `epoch` ref to State. On rescan update
    the epoch. Thread epoch through the change feed process
    and callbacks, then only allow checkpoints from current
    epoch.
    
    JIRA: COUCHDB-2965

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

    $ git pull https://github.com/cloudant/couchdb-couch-replicator couchdb-2965

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

    https://github.com/apache/couchdb-couch-replicator/pull/31.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 #31
    
----
commit 3e8a75184fb36d5dfece189e7b9dd22032ba1b74
Author: Nick Vatamaniuc <[email protected]>
Date:   2016-03-09T00:37:17Z

    After a rescan prevent checkpoints from a previous epoch
    
    Add an `epoch` ref to State. On rescan update
    the epoch. Thread epoch through the change feed process
    and callbacks, then only allow checkpoints from current
    epoch.
    
    JIRA: COUCHDB-2965

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to