Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 88254 invoked from network); 23 Mar 2009 16:28:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2009 16:28:25 -0000 Received: (qmail 26106 invoked by uid 500); 23 Mar 2009 16:28:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 26033 invoked by uid 500); 23 Mar 2009 16:28:23 -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 26022 invoked by uid 99); 23 Mar 2009 16:28:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 16:28:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [75.59.196.2] (HELO mailout.abaca.com) (75.59.196.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 16:28:16 +0000 Received: from v-abaca-epg.lab.abaca.com (localhost.localdomain [127.0.0.1]) by v-abaca-epg.lab.abaca.com (Postfix-out) with ESMTP id EFFC31100B2 for ; Mon, 23 Mar 2009 09:39:23 -0700 (PDT) X-Propel-Return-Path: Received: from mailout.abaca.com ([172.16.83.19]) by [127.0.0.1] ([127.0.0.1]) (port 7027) (Abaca EPG outproxy filter 3.1.1.9391 $Rev: 9409 $) id 5uNZr93ngDn0; Mon, 23 Mar 2009 09:39:23 -0700 Received: from clx-outmilter.localdomain (unknown [172.16.80.159]) by v-abaca-epg.lab.abaca.com (Postfix-out) with ESMTP id CF6FA1100B0 for ; Mon, 23 Mar 2009 09:39:23 -0700 (PDT) Received: from mail.abaca.com (unknown [172.16.83.4]) by clx-outmilter.localdomain (Postfix) with ESMTP id 4753BD8053 for ; Mon, 23 Mar 2009 12:28:39 -0400 (EDT) Received: from [172.16.83.114] (172.16.83.114) by mail.abaca.com (172.16.83.4) with Microsoft SMTP Server id 8.1.340.0; Mon, 23 Mar 2009 09:27:53 -0700 Message-ID: <45DDDB0F-B097-4D91-9C96-858AC848A024@abaca.com> From: Peter Hsu To: "user@couchdb.apache.org" In-Reply-To: <067F6F37-C7D3-41CA-936E-D7D1D0DD8331@apache.org> Content-Type: text/plain; charset="US-ASCII"; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit MIME-Version: 1.0 (Apple Message framework v930.3) Subject: Re: view indexer in running again and again Date: Mon, 23 Mar 2009 09:27:51 -0700 References: <41139fcb0903222217w75d8f659j47cfcf09cc947d1d@mail.gmail.com> <067F6F37-C7D3-41CA-936E-D7D1D0DD8331@apache.org> X-Mailer: Apple Mail (2.930.3) X-Propel-ID: 5uNZr93ngDn0 X-Virus-Checked: Checked by ClamAV on apache.org I've run into this before when I've run out of disk space. After freeing up disk space, Couch seems to be in a bad state. After restarting, it recomputes all views. I haven't tried to reproduce, but maybe this helps. Peter On Mar 23, 2009, at 3:14 AM, Jan Lehnardt wrote: > Hi Anand, > > thanks for your report! Are you on the latest CouchDB trunk and > latest Erlang (R12B-4 or -5)? Can you provide a script we can run > that demonstrates the behaviour? > > > Cheers > Jan > -- > > > > On 23 Mar 2009, at 06:17, Anand Chitipothu wrote: > >> Whenever I restart the couchdb server and query a view, it starts >> running view indexer on all documents. >> It is happening every time even though the view has already been >> computed earlier. >> Any idea why this is happening? >> >> Thanks, >> Anand >>