Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62E57EA9F for ; Wed, 21 Nov 2012 16:48:59 +0000 (UTC) Received: (qmail 29328 invoked by uid 500); 21 Nov 2012 16:48:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29286 invoked by uid 500); 21 Nov 2012 16:48:57 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 29246 invoked by uid 99); 21 Nov 2012 16:48:56 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 16:48:56 +0000 Received: from localhost (HELO mail-vc0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 16:48:56 +0000 Received: by mail-vc0-f180.google.com with SMTP id fk26so3340627vcb.11 for ; Wed, 21 Nov 2012 08:48:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.97.136 with SMTP id ea8mr26513059vdb.17.1353516535058; Wed, 21 Nov 2012 08:48:55 -0800 (PST) Received: by 10.52.69.79 with HTTP; Wed, 21 Nov 2012 08:48:54 -0800 (PST) In-Reply-To: <50AD03BF.7040800@sixears.co.uk> References: <50AD03BF.7040800@sixears.co.uk> Date: Wed, 21 Nov 2012 16:48:54 +0000 Message-ID: Subject: Re: _replicator table From: Robert Newson To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=20cf307abca945110904cf042078 --20cf307abca945110904cf042078 Content-Type: text/plain; charset=ISO-8859-1 Dear Mr Fluffy, Could you show the requests you are performing? It seems you might be confusing the _replicate endpoint and the _replicator database. Regards, Sparky The Magic Horse. On 21 November 2012 16:39, Mr Fluffy wrote: > Hi, > > I'm running couchdb 1.2.0, compiled from source on Linux RHEL6. > I am trying to find the programmable API for managing remote replication. > Per this doc, https://gist.github.com/832610**, my replication > configurations should be appearing as docs in the _replicator database. > > This works, /as long as I work through Futon/. To cancel replication, I > delete the doc (through Futon) - setting 'cancel' to true, as specified > here http://stackoverflow.com/**questions/7395259/listing-** > active-replications-in-**couchdb-1-1-0, > does not work. > > If I post with curl, specifying source, target, and optionally _id ... > then replication kicks off, but no document is created in _replicator. Nor > does the ondisk file change. As such, I can only cancel by bouncing the DB > (which works because the replication hasn't been saved). I cannot delete > the document, it just says 'not found'. > > I have searched for mention of this elsewhere, but I cannot find threads > or posts of others seeing this. Am I doing something silly? > > Mr Fluffy. > --20cf307abca945110904cf042078--