GitHub user eiri opened a pull request:
https://github.com/apache/couchdb-couch-replicator/pull/26
Fix view filtered replication
This fixes the filtered by view replication for the views built without
seq_indexed option.
I kept `couch_replicator_api_wrap:get_view_info/3` function for a back
reference even though we can't use it right now in the clustered environment as
it's not marshalled through fabric.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch-replicator
57286-fix-view-based-replication
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-replicator/pull/26.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 #26
----
commit dac3e09c860336c4f2268c385da865040cf7e86a
Author: Eric Avdey <[email protected]>
Date: 2016-02-23T14:13:06Z
Add tests for a view filtred replication
commit 60f201b7193fc82975f9dbc1991d015a17daffdb
Author: Eric Avdey <[email protected]>
Date: 2016-02-23T14:15:47Z
Fix get_view_info function
commit d27aa267b020f41dd64c88b32bfff5998c213842
Author: Eric Avdey <[email protected]>
Date: 2016-02-23T15:51:07Z
Don't use update_seq from view info for filtered replication
The view's update_seq is not applicable to the database changes feed
and in general meaninless in the clustered environment
----
---
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.
---