From user-return-13356-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Oct 25 22:35:57 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 73003 invoked from network); 25 Oct 2010 22:35:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Oct 2010 22:35:56 -0000 Received: (qmail 85068 invoked by uid 500); 25 Oct 2010 22:35:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 85028 invoked by uid 500); 25 Oct 2010 22:35: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 85020 invoked by uid 99); 25 Oct 2010 22:35:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Oct 2010 22:35:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msddsm@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Oct 2010 22:35:47 +0000 Received: by qyk8 with SMTP id 8so2021148qyk.11 for ; Mon, 25 Oct 2010 15:35:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:subject:to :x-priority:message-id:mime-version:content-type :content-transfer-encoding:x-mailer; bh=m0I3xPcTENfzQW8i0Jgt2rrkFJuYe6RbNVlVv3AH2O0=; b=Pj5ubk0tLMgHiezgllAb/IgvaI23xR9u+79KFUVnTiRzrPp/iUEl70782nDvZorQ9g H/cmsZMOEEdk5158L+7YlWmBlWNWX/CceHzTyi+EjCckPM7p5v1gp3aW46QnQBdUIYNg sLVAZeatA6tI3RlqAV5GRI7uErAim9krXXlHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:subject:to:x-priority:message-id:mime-version :content-type:content-transfer-encoding:x-mailer; b=Yia2bns7kTzWwKlqHhLqDwWsrJ2sXEK6s4c2myljbm6SzBIrjg43tHqYcdHicSzbXh PyRwkBM1kuqiyoicimyJHaJ83J641iNKLiueOI+D1TibyD3EbxVR6gLGWFVSCNN546f1 +Ku6+ZK8EX9FkupJ9wvjK7TOeEf/QGyexJbNY= Received: by 10.224.188.138 with SMTP id da10mr707298qab.367.1288046126700; Mon, 25 Oct 2010 15:35:26 -0700 (PDT) Received: from mocha.local ([65.219.237.243]) by mx.google.com with ESMTPS id l14sm6566184qck.41.2010.10.25.15.35.25 (version=SSLv3 cipher=RC4-MD5); Mon, 25 Oct 2010 15:35:25 -0700 (PDT) Date: Mon, 25 Oct 2010 18:35:26 -0400 From: Matthew Sinclair-Day Subject: Disappearing views To: user@couchdb.apache.org X-Priority: 3 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: Mailsmith 2.2.5 I've noticed while doing some load testing, that couch can get=20 into a state in which queries against a view will return a 404. =20 The views have effectively "disappeared" even though the design=20 docs are still loaded and the physical view database is still on=20 the file system. Naturally, this is a bummer. Restarting couch corrects the problem. I don't have a reliable=20 reproducer yet. This is couch 1.0.1 on Solaris 10. Searching on the mailing list, I see the issue has been raised=20 earlier this summer. Has there been any progress sorting it out? Matt