Re: possible replication issue

2012-02-09 Thread Bob Dionne
Filipe, That seems to work fine[1]. I've tried it on both the 1.2.x and master branches and it works with bigcouch-0.4 Cheers, Bob [1] https://gist.github.com/1779568 On Feb 8, 2012, at 8:52 PM, Bob Dionne wrote: Filipe, couch_replicator_api_wrap does like the best place to do this.

Re: possible replication issue

2012-02-09 Thread Robert Newson
First, I acknowledge I'm wandering in halfway on this topic, however I don't much like the idea of baking BC knowledge into couchdb. The sequence value in all versions of couchdb and bigcouch are valid JSON, it's either a number, a string or an array. CouchDB prior to 1.2.x was agnostic to this

Re: possible replication issue

2012-02-09 Thread Jan Lehnardt
Filipe committed a fix to 1.2.x and master that resolved the issue for my testing. http://git-wip-us.apache.org/repos/asf/couchdb/diff/597de1b994e2ca3bf3d828646578ac75910cd26d http://git-wip-us.apache.org/repos/asf/couchdb/diff/3458eb4620c879ca786e8905697b8f0b31391205 Thanks Filipe for the

possible replication issue

2012-02-08 Thread Bob Dionne
Hi Filipe, I ran into a possible issue replicating from BC 0.4 to CouchDB 1.2.x (someone needs to verify this is a problem and not my local setup). The issue seems to be the treatment of sequence numbers like [2,foo]. The latest in 1.2.x of couch_replicator_httpc:send_req runs

Re: possible replication issue

2012-02-08 Thread Noah Slater
1.2.0 is blocked on this. On Wed, Feb 8, 2012 at 9:31 PM, Bob Dionne dio...@dionne-associates.comwrote: Hi Filipe, I ran into a possible issue replicating from BC 0.4 to CouchDB 1.2.x (someone needs to verify this is a problem and not my local setup). The issue seems to be the treatment of

Re: possible replication issue

2012-02-08 Thread Filipe David Manana
On Wed, Feb 8, 2012 at 9:31 PM, Bob Dionne dio...@dionne-associates.com wrote: Hi Filipe, I ran into a possible issue replicating from BC 0.4 to CouchDB 1.2.x (someone needs to verify this is a problem and not my local setup). The issue seems to be the treatment of sequence numbers like

Re: possible replication issue

2012-02-08 Thread Bob Dionne
Filipe, couch_replicator_api_wrap does like the best place to do this. I'll try this out in the morning and let you know. Thanks also for the explanation about query_args_to_string. Makes sense. Best, Bob On Feb 8, 2012, at 6:20 PM, Filipe David Manana wrote: On Wed, Feb 8, 2012 at 9:31