From user-return-2111-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Dec 12 17:00:37 2008 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 19574 invoked from network); 12 Dec 2008 17:00:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 17:00:37 -0000 Received: (qmail 83369 invoked by uid 500); 12 Dec 2008 17:00:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 83338 invoked by uid 500); 12 Dec 2008 17:00:48 -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 83327 invoked by uid 99); 12 Dec 2008 17:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 09:00:48 -0800 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: domain of paul.joseph.davis@gmail.com designates 209.85.198.239 as permitted sender) Received: from [209.85.198.239] (HELO rv-out-0506.google.com) (209.85.198.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 17:00:33 +0000 Received: by rv-out-0506.google.com with SMTP id g37so1496940rvb.35 for ; Fri, 12 Dec 2008 09:00:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pf0Z6IGfyr0A+zmsZBqoIjY3BmhpomF5JdUHY1qxiXw=; b=kYy+3FjNBr1M9BzhuewA+kBeSCaA18v5mMAImEj1EheOyxNbx8Gs9vq3erSzlfgkpl 3I2UpGE+LL4DE6KyXo4h4GEJGJTPPQvWxRIE4VbTeUUQfVwA9fLjfmACiJAVBJnXTAnY YUzBdz8r9ekLieg8etnw9rGV9Uo/GaAyxC2Dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tncrorGSpyk3BV9GPS9GCwfrSL2K8F+7C3+VrEk/gkNfIX9fJDb0bKDgrg8gFc2KI8 /rxTonEMu+/u8mosH0A91hKGTdxYB9wyXMcaP4kIdkC6fNlyyjg3k+uHFH3mUm7v+BAn m+GGx5Mqye940tJ/bjRiyMEo7b9/d6FL5QLYw= Received: by 10.141.98.13 with SMTP id a13mr2021057rvm.20.1229101212539; Fri, 12 Dec 2008 09:00:12 -0800 (PST) Received: by 10.141.79.14 with HTTP; Fri, 12 Dec 2008 09:00:12 -0800 (PST) Message-ID: Date: Fri, 12 Dec 2008 12:00:12 -0500 From: "Paul Davis" To: user@couchdb.apache.org Subject: Re: External process timed out? In-Reply-To: <4942922D.5070204@cq.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4942922D.5070204@cq.com> X-Virus-Checked: Checked by ClamAV on apache.org Jonathan, that should be logged I think, perhaps it's being logged at the DEBUG level vs. ERROR level or some such. That error in particular is that your map function was taking longer than five seconds on a single doc. Its possible to change the timeout using an INI setting I believe. On Fri, Dec 12, 2008 at 11:32 AM, Jonathan Calvert wrote: > I'm new to the CouchDB thing (thanks to the double-header presentation at > QCon) and have been toying around. I was working on a view and I kept > getting an "external process timed out" error. I have since rewritten the > view because I realized I was doing things inefficiently, but it bothers me > that I have no idea where to find the root cause of such an error. When I > get errors like these is there anywhere this is logged (It's not showing in > couch.log) or some switch I can flip to see? >