From user-return-16570-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Jun 8 14:23:28 2011 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 C529F49E0 for ; Wed, 8 Jun 2011 14:23:28 +0000 (UTC) Received: (qmail 96365 invoked by uid 500); 8 Jun 2011 14:23:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96320 invoked by uid 500); 8 Jun 2011 14:23:27 -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 96312 invoked by uid 99); 8 Jun 2011 14:23:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 14:23:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 14:23:19 +0000 Received: by mail-vw0-f52.google.com with SMTP id 16so529037vws.11 for ; Wed, 08 Jun 2011 07:22:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=Q+BDTTL/74vxr1ZXzLFJFPXXFivlAaysuMTDe3kQtII=; b=MtepEoHAxxm15oovvldhxIoqotrLnzBoLJvkdngaR5W/iOGuQTdi6eOgYG3MXqwwkS GxH9OIe2UwI9Ozuzww/BvxdRByWwiAJoZaPSW4IFYxYe+l3YGwuHMkKJ/toMVzVTm+JA vmRSwRneFDgtMIfUKAgcdWdBT8SDYp421YxYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Jq88ftjRsQzqDGN8g0SipE3pvGSb8NVbs14H9Q3IY2J3NC97XW1qfNDwWE92i+NxMx Gf/dJjOJdpqc7ao/NTjNbzKcuXh0HHfBwpi7V0mO+LHaZjfGCkhtScH1fFCfYTwNxU1I nNWmQ8tLtescd2cvinuRrZY0SsH9ECNKzfdcs= Received: by 10.52.76.131 with SMTP id k3mr1047050vdw.80.1307542979080; Wed, 08 Jun 2011 07:22:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.159.165 with HTTP; Wed, 8 Jun 2011 07:22:19 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Wed, 8 Jun 2011 10:22:19 -0400 Message-ID: Subject: Re: _all_docs stale? To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 8, 2011 at 9:58 AM, Luke Driscoll wro= te: > Hi, > I'm having an interesting problem. =A0I'm performing a basic save on a > document, that changes one or two fields, then I'm loading that document, > along with about 12 others, using _all_docs with a list of keys. =A0What'= s odd > is it seems that the _all_docs returns a stale version of my object, abou= t > half of the time. =A0Is it possible that _all_docs, being a special view, > always has stale=3Dok enabled (I've not set stale=3Dok)? > > I'm running on 1.0.1 > > Thanks in advance, > Luke > Try opening the doc with conflicts=3Dtrue.