Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28468 invoked from network); 18 Aug 2010 19:59:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 19:59:01 -0000 Received: (qmail 53408 invoked by uid 500); 18 Aug 2010 19:59:00 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53208 invoked by uid 500); 18 Aug 2010 19:58:59 -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 53197 invoked by uid 99); 18 Aug 2010 19:58:59 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 19:58:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 19:58:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IJwJhP021814 for ; Wed, 18 Aug 2010 19:58:19 GMT Message-ID: <32903392.428151282161499515.JavaMail.jira@thor> Date: Wed, 18 Aug 2010 15:58:19 -0400 (EDT) From: "Klaus Trainer (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-858) GET /db/_design/doc/_info should not trigger an update In-Reply-To: <7647854.425941282157836376.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Klaus Trainer updated COUCHDB-858: ---------------------------------- Attachment: 0001-Don-t-trigger-a-view-update-when-sending-a-GET.patch Here the relevant piece from the IRC log: kocolosk: i believe all one needs to do is remove the spawn_link couch_view_updater:update line from couch_view_group:init I just wanted to see if kocolosk was right, and yes he was :) The attached patch makes sure that a GET request to /db/_design/doc/_info never triggers an update of the view group. > GET /db/_design/doc/_info should not trigger an update > ------------------------------------------------------ > > Key: COUCHDB-858 > URL: https://issues.apache.org/jira/browse/COUCHDB-858 > Project: CouchDB > Issue Type: Bug > Environment: All > Reporter: mikeal > Attachments: 0001-Don-t-trigger-a-view-update-when-sending-a-GET.patch > > > Ran across this in my futon rewrite. > A call to the info for a ddoc triggers an update in some cases. koco says it's when that "group is open". > This request needs to either not trigger an update or respect stale=ok. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.