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 6175E104B5 for ; Thu, 10 Oct 2013 19:41:44 +0000 (UTC) Received: (qmail 68717 invoked by uid 500); 10 Oct 2013 19:41:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 68393 invoked by uid 500); 10 Oct 2013 19:41:43 -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 68226 invoked by uid 99); 10 Oct 2013 19:41:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 19:41:41 +0000 Date: Thu, 10 Oct 2013 19:41:41 +0000 (UTC) From: "Eli Stevens (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1906) Removing DB referenced by _replicator should halt replication / remove doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eli Stevens created COUCHDB-1906: ------------------------------------ Summary: Removing DB referenced by _replicator should halt replication / remove doc Key: COUCHDB-1906 URL: https://issues.apache.org/jira/browse/COUCHDB-1906 Project: CouchDB Issue Type: Improvement Components: Replication Reporter: Eli Stevens Removing a DB that is involved in replication via the _replicator DB should remove the corresponding _replicator document. Currently, couch.log includes errors when the DB is removed. My perspective is that replication is "just a feature of a DB" in the same way that attachments are; one doesn't need to separately remove attachments after deleting a DB, and similarly I've already expressed that I'm no longer interested the DB, its attachments, its replications, etc. by deleting it. -- This message was sent by Atlassian JIRA (v6.1#6144)