Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 61596 invoked from network); 5 Jul 2010 14:35:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jul 2010 14:35:04 -0000 Received: (qmail 28309 invoked by uid 500); 5 Jul 2010 14:35:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 28138 invoked by uid 500); 5 Jul 2010 14:35:02 -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 28128 invoked by uid 99); 5 Jul 2010 14:35:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 14:35:02 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rwillmer@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 14:34:54 +0000 Received: by fxm8 with SMTP id 8so6108200fxm.11 for ; Mon, 05 Jul 2010 07:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9CxVHoRS7Gk3ctDkBkKeuZtx3VxC0w8cA8eO0h2Oq8g=; b=hIS1taR89SwtIV8t4MzmnpySBQO2NPTmdrS5iHbr/dD/fJmMPKmIPhP3gPaLuV2SDR agPezRwmIZ5roHQEN1+dFpEDCc6OQEZuqQIV4Kkre3BvWqoRvsxvXWnMpbw6ILRXxQ74 4BrId1u8V5eMBCLBbZ98yUSiLvZBmxkzXJpu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DT4ur2zhOywZ9T/TS3fIZWqjvCBdzimh6WCVXgdIxRKznlAkPULfR4KFriIiL+0wKW PZ/x0yv84T8ypbw/qnCAbT9fSVSgEndbkqx8FsZP6fy1ydFs+VkDbf9BvNIQqmJu8miC QBLFTmm+O3pskbC79SOp7Xgz7Ts4ue9RLsRTc= MIME-Version: 1.0 Received: by 10.239.161.132 with SMTP id h4mr247571hbd.55.1278340413970; Mon, 05 Jul 2010 07:33:33 -0700 (PDT) Received: by 10.239.188.17 with HTTP; Mon, 5 Jul 2010 07:33:31 -0700 (PDT) In-Reply-To: References: <3E714D46-936C-411A-87B6-FD55078416E4@googlemail.com> Date: Mon, 5 Jul 2010 15:33:31 +0100 Message-ID: Subject: Re: How to monitor continuous replication status? From: Rachel Willmer To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Robert said: "Continuous replication tasks remain in _active_tasks until they are cancelled or fail (for example, by the remote end crashing)." Thanks! That's what I needed confirmed. Rachel