[ 
https://issues.apache.org/jira/browse/COUCHDB-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051947#comment-13051947
 ] 

Filipe Manana commented on COUCHDB-1199:
----------------------------------------

Thanks Andrew.

I was able to reproduce it. It happens only when there's a filter specified 
which doesn't exist, throwing an exception and causing the replicator database 
gen_server to be restarted 10 times by the supervisor, after which is no longer 
restarted anymore.

I'll fix this asap.

> Doc in _replicator db missing when using filter property
> --------------------------------------------------------
>
>                 Key: COUCHDB-1199
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1199
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.1
>         Environment: Ubuntu 10.10
>            Reporter: andrew henderson
>
> Scenario1 below works as expected, Scenario2 fails.
> Scenario1
> curl -X POST 'http://127.0.0.1:5984/_replicator/' -H "Content-Type: 
> application/json" -d 
> {\"_id\":\"test1_to_test2\"\,\"source\":\"my_culture\"\,\"target\":\"http:\/\/127.0.0.1:5984\/test2\"\,\"create_target\":\true\}{"ok":true,"id":"test1_to_test2","rev":"1-df297eda4880633bc0442590724014ff"}
> Doc is created in _replicator
> Replication completes successfully
> Scenario2
> curl -X POST 'http://127.0.0.1:5984/_replicator/' -H "Content-Type: 
> application/json" -d 
> {\"_id\":\"test1_to_test2\"\,\"source\":\"my_culture\"\,\"target\":\"http:\/\/127.0.0.1:5984\/test2\"\,\"create_target\":\true\,\"filter\":\"http:\/\/127.0.0.1:5984\/my_culture\/profile\/app_ddocs\"}
> {"ok":true,"id":"test1_to_test2","rev":"1-97641b372d500d842688d217f97081da"}
> Doc is not created in _replicator (in spite of 'ok' response above)
> No replication occurs.
> Now, I am not sure whether I got the right syntax in the filter property 
> since I could find no documentation for it. In particular, whether the filter 
> should be in the source db or _replicator. And do we use a full URL as above 
> or just ddoc/filter name? The filter documented in Scenario2 does exist in 
> source db.
> In any case, the doc in _replicator ought not to be getting lost as does 
> happen.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to