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 60C3E7F6B for ; Tue, 15 Nov 2011 12:32:23 +0000 (UTC) Received: (qmail 36579 invoked by uid 500); 15 Nov 2011 12:32:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36545 invoked by uid 500); 15 Nov 2011 12:32:21 -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 36536 invoked by uid 99); 15 Nov 2011 12:32:21 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 12:32:21 +0000 Received: from localhost (HELO mail-iy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 12:32:21 +0000 Received: by iagz35 with SMTP id z35so12631254iag.11 for ; Tue, 15 Nov 2011 04:32:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.43.53.1 with SMTP id vo1mr27297177icb.2.1321360341073; Tue, 15 Nov 2011 04:32:21 -0800 (PST) Received: by 10.42.244.71 with HTTP; Tue, 15 Nov 2011 04:32:21 -0800 (PST) In-Reply-To: References: Date: Tue, 15 Nov 2011 12:32:21 +0000 Message-ID: Subject: Re: View row with doc==null From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable That does sound wrong but not sure what steps to suggest next. B. On 15 November 2011 12:22, Marcello Nuccio wrot= e: > No. > > Marcello > > 2011/11/15 Robert Newson : >> Did you query with stale=3Dok? >> >> B. >> >> On 15 November 2011 11:10, Marcello Nuccio w= rote: >>> Don't know how, but I have a view that returns the following row: >>> >>> =A0 =A0{"id":"510427_2011_1","key":["510427",2011,1],"value":1,"doc":nu= ll} >>> >>> i.e. it has doc=3D=3Dnull when queried with include_docs=3Dtrue. The do= c >>> with the given _id is deleted. The database is compacted. The views >>> are compacted and cleaned (done via Futon). CouchDB is version 1.1.1 >>> built with build-couchdb on Ubuntu 11.10. >>> >>> Is this normal behaviour? >>> >>> Thanks, >>> =A0Marcello >>> >> >