You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dave Cottlehuber (JIRA)" <ji...@apache.org> on 2012/10/24 19:42:13 UTC

[jira] [Commented] (COUCHDB-1571) Error when using _replicate from CouchDB-python tests

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

Dave Cottlehuber commented on COUCHDB-1571:
-------------------------------------------

Hi Dirkjan, is this a CouchDB bug, or a python one? I'm not able to replicate this with 1.2.0 <-> 1.2.0 nor master. 

Either way, are you able to get some logs as this happens from the CouchDB side, and also the URL + replication .json doc that was used to set it up?
                
> Error when using _replicate from CouchDB-python tests
> -----------------------------------------------------
>
>                 Key: COUCHDB-1571
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1571
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.2
>            Reporter: Dirkjan Ochtman
>            Priority: Minor
>
> This code:
>         aname, a = self.temp_db()
>         bname, b = self.temp_db()
>         id, rev = a.save({'test': 'a'})
>         result = self.server.replicate(aname, bname)
> (create two new databases, save a simple doc in one of them, then replicate from the first to the second) fails thusly:
>              [{ordsets,add_element,[{1,1},[]]},
>              {couch_replicator,handle_cast,2},
>              {gen_server,handle_msg,5},
>              {proc_lib,init_p_do_apply,3}]
> See also http://code.google.com/p/couchdb-python/issues/detail?id=215, where Kxepal wasn't able to reproduce this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira