From user-return-21086-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jun 5 11:17:27 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB20D905A for ; Tue, 5 Jun 2012 11:17:26 +0000 (UTC) Received: (qmail 98784 invoked by uid 500); 5 Jun 2012 11:17:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98573 invoked by uid 500); 5 Jun 2012 11:17: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 98519 invoked by uid 99); 5 Jun 2012 11:17:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 11:17:23 +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 (athena.apache.org: domain of dave@muse.net.nz designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 11:17:17 +0000 Received: by vcbfk26 with SMTP id fk26so3681656vcb.11 for ; Tue, 05 Jun 2012 04:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=muse.net.nz; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=IVFl1aLZGYjKenzZ2B6RIAujAIndlp5F+BDDmoH4hP4=; b=ftjOpM8svfds1D3f7JF57JBy5EGgwmVKMcn1WuqgrpFRt4RrpTERRqcVr/uryC62tq BFykv2KK6p1YAE811KXHTf15m0Lv3Wym1PWu39ZuqHNs4+cuKc8acARqpsk/QVLiM2oZ 85mvFlS4wEsqe0MrUjg3sQKV7ZmfUoVxPHxvU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding :x-gm-message-state; bh=IVFl1aLZGYjKenzZ2B6RIAujAIndlp5F+BDDmoH4hP4=; b=V0hYscyC7R8nb78mVQ1g7QVHI2DZoO9iMY3jTY8Zxga25wj8+kBTS72b+QmyvmYyRJ c2ZVz9QneEolajm52OwTvAqaDbDDQY0CKSmOjl5O8oJRhwEWGvi8z1+F5k3T5OlAaulC lBHCfli3Hsxs5nVV2oiKYKW6UPQwU/nNQKwdcKRew48Nt0qkHVsd92j1+MptzO/W5KUM EROO8HVpAHX1sIg6XPrWdbsMpgxjqDzCX8I0RAVoW2zVihHiUh4ZCTlJEiSZrE31Q+7I QjLx0W2m9SI4UadjuAwG8+3Vq0lH5reWJGnUblUDDYUuAaxq1cJfu1HVzgA4BqP9FRN/ FIJQ== MIME-Version: 1.0 Received: by 10.52.64.146 with SMTP id o18mr13932382vds.55.1338895016998; Tue, 05 Jun 2012 04:16:56 -0700 (PDT) Received: by 10.52.33.172 with HTTP; Tue, 5 Jun 2012 04:16:56 -0700 (PDT) X-Originating-IP: [212.17.107.66] In-Reply-To: References: <1FFE2F48-43B2-4493-AC3B-1D5CCBD057BA@poplatek.fi> Date: Tue, 5 Jun 2012 13:16:56 +0200 Message-ID: Subject: Re: CouchDB 1.2.0 indexing dies silently From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQl35NAXLnILPUqFA3ye04ZaEbF5xxx6W2UK2qLN/lYhDe6y/dcfXkNUn46x0YSi4RLyUg1v X-Virus-Checked: Checked by ClamAV on apache.org On 5 June 2012 11:23, Dave Cottlehuber wrote: > On 5 June 2012 11:13, Sami Sierla wrote: > Sami, > > Have you anything useful in the couch.log file? Are you able to run > the view generation in debug mode (might not be possible due to disk > space constraints =A0& performance impact). Nothing exciting there unfortunately. > Also, if you query the view with ?limit=3D1&descending=3Dtrue you'll get > the last doc that couch successfully processed (I think). Is there > anything special about that or the subsequent documents? If you > process the view & those docs manually into node or js.exe directly > [1] does that work? > How did you get on with that query? Double-check that your views are all correctly guarded, incl accounting for design docs etc. if (doc.stuff ...) { do stuff} A+ Dave