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 BD1899BCA for ; Wed, 18 Apr 2012 19:00:30 +0000 (UTC) Received: (qmail 49467 invoked by uid 500); 18 Apr 2012 19:00:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49303 invoked by uid 500); 18 Apr 2012 19:00:29 -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 49295 invoked by uid 99); 18 Apr 2012 19:00:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 19:00:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of koeglstefan@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-iy0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 19:00:22 +0000 Received: by iage36 with SMTP id e36so14777571iag.11 for ; Wed, 18 Apr 2012 12:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PAb6uuJJBJThh1jhJQWDn/gu8+hh97yvSdRgIjZNpew=; b=KHP5r72upb7zbiSnKBwfaN5AquoH+jnHWf3cKV4uHXntWTg9BeRe+jS8kHEQmh2jaP xsFGTexyjjeR3ioIdsSHTqTklYrBU86VLf6wQwuc7JzAcDGlG3GLbfwnI1a0j2CG8DWI sm4ns2tMKsl+F64TuF4p5v76cOVurUK43HIMRmkEJTmZkHGvXPAyZjX8oDapPDnt4NTF QWjBSvHyr/AvURvpbYlyOSImeLTwWDPIbf++LUqLL282p3TV1gxlPXrgqszedp52ovO9 zxSD9KyZhHxTtqDkq0VeIA2bor2ml6kOcARtLCZqQ1qDNN58LFR56qJ34GLDhGYDub98 wqSQ== MIME-Version: 1.0 Received: by 10.50.194.232 with SMTP id hz8mr3153396igc.38.1334775601442; Wed, 18 Apr 2012 12:00:01 -0700 (PDT) Received: by 10.43.43.201 with HTTP; Wed, 18 Apr 2012 12:00:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Apr 2012 21:00:01 +0200 Message-ID: Subject: Re: view_duplicated_id on CouchDB 1.2 From: =?ISO-8859-1?Q?Stefan_K=F6gl?= To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Apr 18, 2012 at 6:40 PM, Robert Newson wrote: > Dupes are only logged if found when compacting the view, not the database. :( I think it would be useful to have that in the logs, even if we assume that recent versions won't create any duplicates. I've created a ticket for that: https://issues.apache.org/jira/browse/COUCHDB-1468 -- Stefan