From user-return-16874-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Jun 29 19:12:34 2011 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 B5CDE49AE for ; Wed, 29 Jun 2011 19:12:34 +0000 (UTC) Received: (qmail 99819 invoked by uid 500); 29 Jun 2011 19:12:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 99703 invoked by uid 500); 29 Jun 2011 19:12:31 -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 99692 invoked by uid 99); 29 Jun 2011 19:12:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 19:12:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@mooseyard.com designates 208.97.132.119 as permitted sender) Received: from [208.97.132.119] (HELO homiemail-a66.g.dreamhost.com) (208.97.132.119) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 19:12:24 +0000 Received: from homiemail-a66.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTP id B4749350078 for ; Wed, 29 Jun 2011 12:12:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=mooseyard.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= mooseyard.com; b=LGhXhq1QriC+/IydLdTemfaHe5wALiPnc7ur+sxDnFRoSfd 00t7D+MZF3R/hF5O8l0Y0m5jRDljjF1YEo4cmZK1QdRJboxjb1UIduZQO5ljPDaE Glvfwa4LjwZ91XsBWemzs03N01fL0a3BGhJbI0kne++o2+UGuIB+LeoOVWU4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mooseyard.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= mooseyard.com; bh=3f6uhyQthFckylPOWwklX+58Ec4=; b=Vmd5VRe5F/gY7V qBZ8PC13RfVGNrF5xMjxdtbgM2nZ9jY//EPa9qNtmddZp3Up4mKzejttsrTnjPIx jCv+LXe6zggKGe+eMKtzfuA5v+WzpKRp5ODISpjtK5hhI96jxEZtgbKzU07XpgQ0 k3Fx2OaVHRPvc3ibIeklKV7faA5UY= Received: from [10.17.13.169] (unknown [208.185.212.98]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jens@mooseyard.com) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTPSA id AB6D5350058 for ; Wed, 29 Jun 2011 12:12:03 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: View Returns Inconsistent Data on CouchDB 1.1 From: Jens Alfke In-Reply-To: Date: Wed, 29 Jun 2011 12:12:03 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <45255799-5C27-454C-B7DF-0D3F09C4E7C7@mooseyard.com> References: <1309345330.62114.YahooMailNeo@web31803.mail.mud.yahoo.com> <04BAFF13-F3EA-4DF0-804F-68C357CFBD38@apache.org> <8E7CB5FE-5979-4FCD-8D5C-5BAC6E46D44E@mooseyard.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 29, 2011, at 11:54 AM, Robert Newson wrote: > I think the sanest fix is to make view etags for include_docs=3Dtrue = use > the original algorithm, so that they always change if the database > changes. If you file a ticket, I can fix this in the morning. OK! Filed https://issues.apache.org/jira/browse/COUCHDB-1206 =97Jens=