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 95ECE935B for ; Tue, 22 Nov 2011 14:43:57 +0000 (UTC) Received: (qmail 56096 invoked by uid 500); 22 Nov 2011 14:43:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 56054 invoked by uid 500); 22 Nov 2011 14:43:55 -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 56046 invoked by uid 99); 22 Nov 2011 14:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 14:43:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.52] (HELO mail-qw0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 14:43:48 +0000 Received: by qadz3 with SMTP id z3so372395qad.11 for ; Tue, 22 Nov 2011 06:43:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.118.98 with SMTP id kl2mr3576251obb.68.1321973006298; Tue, 22 Nov 2011 06:43:26 -0800 (PST) Received: by 10.182.183.42 with HTTP; Tue, 22 Nov 2011 06:43:26 -0800 (PST) X-Originating-IP: [62.2.200.206] Date: Tue, 22 Nov 2011 15:43:26 +0100 Message-ID: Subject: Bug? _design docs don't get replicated when using _replicator db (couchDB 1.1.1) From: Gregor Martynus To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=f46d0447a143716e3104b253d327 --f46d0447a143716e3104b253d327 Content-Type: text/plain; charset=UTF-8 *1. TEST SETUP *(simplified) * * *db1* has 2 docs: {"_id":"test"} {"_id":"_design/test"} *db2* is empty. * * * * * * *2. REPLICATION* * * Now I create a replication doc in _replicator db: { "source": "db1", "target": "db2" } *3. RESULT* * * db2 now has 1 doc: {"_id":"test"} The other *doc {"_id":"_design/test"} is missing*. If I start the replication in the traditional way, the design doc gets replicated. Is this a bug or a feature? --f46d0447a143716e3104b253d327--