From dev-return-22807-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Aug 3 11:50:51 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F07C0D3CD for ; Fri, 3 Aug 2012 11:50:50 +0000 (UTC) Received: (qmail 46114 invoked by uid 500); 3 Aug 2012 11:50:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 45672 invoked by uid 500); 3 Aug 2012 11:50:45 -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 45628 invoked by uid 99); 3 Aug 2012 11:50:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 11:50:44 +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 (nike.apache.org: domain of robert.newson@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 11:50:34 +0000 Received: by weyt11 with SMTP id t11so371905wey.11 for ; Fri, 03 Aug 2012 04:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=AkxVoQHe1o/KBPMf0YWnIRB12dBqlwJyJhPAgvkvQtg=; b=CzQLbjvv9p7OLXbE9BD1yPbo0ER5PMpahbTYKWuW+Drkx+yjaIH9efuhQRIbkP3Sy6 ERC684ARyeirTU42NRooO8sU1uOY1CGMz1Fa9TXeD5Etr56HjeNgfmgLRcq4EI/f7BML SQwNISp9gjF3dOEe1kSRwfmqGobIiCKFHoOcGwHIOPN7jaEQFYsAUe9pONQGw1scc/r5 1lTXy4VpyW/H8zYg7h5px6vUWEMky12geJ2T1pWZtC1uSSmczNFekj3Db149LBTQD6Fm Ujv+Ugj+K0izXsMOMHKI6AAMdjsJl+DYYPQIwCl2ywJ6VxsNVIGGZ2cgQjnTAdJYu9vn sHPg== Received: by 10.180.104.200 with SMTP id gg8mr3775154wib.14.1343994614711; Fri, 03 Aug 2012 04:50:14 -0700 (PDT) Received: from [192.168.1.5] (79-77-220-221.dynamic.dsl.as9105.com. [79.77.220.221]) by mx.google.com with ESMTPS id el6sm39102956wib.8.2012.08.03.04.50.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Aug 2012 04:50:13 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1278) Subject: Re: COUCHDB-1444 (missing_named_view error on existing javascript design doc and view) From: Robert Newson In-Reply-To: Date: Fri, 3 Aug 2012 12:50:09 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <3ADD7D3E-82AB-4393-9BB7-45763252DC94@gmail.com> References: To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1278) Hi, Yes, I've been looking into it but I can't induce the condition locally, = which hinders my progress considerably. I have made a related fix on couchdb master = (ce7204b7eb64ac98d4445130fc4e647ed5181da9) which might have fixed this = but I can't confirm. If you are able to induce this reliably, I would like to work with you = to resolve this issue. IRC is best. B. On 2 Aug 2012, at 22:15, Stefan K=F6gl wrote: > Hi, >=20 > I just wanted to ask if any of the devs would be willing to help with > tracking down and solving COUCHDB-1444 (missing_named_view error on > existing javascript design doc and view), which has been open since > March. >=20 > Already 7 people who were affected by this issue (some on production > systems) have commented on the issue, confirming it for combinations > of 1.1.1, 1.2.0, 1.3.0@master (f0d6f19bc8) and R13B03, R14, R15B01, > but apparently no one could provide any useful debugging output. >=20 > I lack the Erlang skills to tackle this issue myself, but I'd like to > help with debugging as much as I can. >=20 > Any feedback, thoughts, etc would be very much appreciated! >=20 >=20 > Thanks, >=20 > -- Stefan