Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EE1E90D7 for ; Tue, 6 Dec 2011 09:16:45 +0000 (UTC) Received: (qmail 15536 invoked by uid 500); 6 Dec 2011 09:16:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 15500 invoked by uid 500); 6 Dec 2011 09:16:44 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 15488 invoked by uid 99); 6 Dec 2011 09:16:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:16:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:16:37 +0000 Received: by eekc14 with SMTP id c14so547471eek.11 for ; Tue, 06 Dec 2011 01:16:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Nl09CD3DZqNzHrmV1TcNuQRIv+iBkd+ofe1loWw9FWQ=; b=Ba+eqMIPwyMiFVaZI9IRR4he2MS2MmfmCNkiBBHB9HFcmlnb/k0bhaS+6dizYRAvGX lbAumBNPcCusPX9CCw53bhEcQ0IvtyOAe9C9Lr/13iuYoe+Flx5noxHePR7kJ+t8KX/5 6kySfJ74yhOk80fEvh1Q7DcV0t0L/6m2AolqM= MIME-Version: 1.0 Received: by 10.14.7.81 with SMTP id 57mr1027963eeo.231.1323162977374; Tue, 06 Dec 2011 01:16:17 -0800 (PST) Received: by 10.213.33.204 with HTTP; Tue, 6 Dec 2011 01:16:17 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Dec 2011 10:16:17 +0100 Message-ID: Subject: Re: all_dbs_active error and continuous replications From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 6, 2011 at 10:11 AM, Gregor Martynus wrot= e: > Thanks Benoit, I know about this setting. But at some point, this won't > work anymore. My question is if there is any way to stop continuous > replications to keep the db files active changes have been replicated? Do= es > that make sense? > > other way would be to queue changes events and when replicated dbs < max dbs open a new task if a change happened on this . Something like it. Otherwise to answer to your question, if you use the _replicator db you can interrupt a task by just deleting the doc. - beno=EEt