android - Couch DB replication - Sequence number in 'since' param is invalid -
we have android application uses couchbase mobile. application replicates couchdb on cloudant.
we observed (when replication started taking more 6 minutes 'complete') 'since' parameter sent in 'changes' request no near source's sequence number.
source's seq = 66000+
since param on 2nd , subsequent replication requests = 25000+ (it varies)
we use filter, takes lot of time, , ok first replication. see future replications takes 6 minutes (even when there no updates @ source db).
we suspect filtered replication target makes checkpoint last replicated doc , not source's commit sequence.
is default behaviour? there way overcome feature/problem?
[we in process of migrating couchdb lite, need fix before that].
regards,
vijay
Comments
Post a Comment