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 A9DB0E610 for ; Thu, 21 Feb 2013 05:06:50 +0000 (UTC) Received: (qmail 91312 invoked by uid 500); 21 Feb 2013 05:06:49 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91278 invoked by uid 500); 21 Feb 2013 05:06: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 91257 invoked by uid 99); 21 Feb 2013 05:06:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 05:06:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel.m.bell@gmail.com designates 209.85.128.41 as permitted sender) Received: from [209.85.128.41] (HELO mail-qe0-f41.google.com) (209.85.128.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 05:06:41 +0000 Received: by mail-qe0-f41.google.com with SMTP id 7so4152553qeb.0 for ; Wed, 20 Feb 2013 21:06:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=hahutB0KVumu2HGej2l5xjJV42616F+ce2OShd4Xm8o=; b=PRwoMT+jNJFKBDjwDpP7uPffIOL36Ht+CfIYdkIMrU7axEDvsjIyOj3d/016ECpRoO VxQEJnxSBmjq7ji4AA9ZV8aJ0wCtB1sz25VdtCB2lj6r4UPPB/XuRqVC5kGxY47uKmQE xk97sv4pQKklypsP5iK14a9Fi6WbXid+feiqIZ9ENpei+G4g5w/9MHgg+IkuxmmIIkxA 5Ts8/3HEuUmRfBYkqsAUOL8fLKkNMjM3dXLpjJU54No1OiHXHoBw0i3P7hZ8ILIAL4gq wtZzOhhGdOT4YnsPSM/t4D3oK4S+Xgf6fV3t/WOjEjiMm1BnxWjcPUttEcKjV+uORpBr /jeg== MIME-Version: 1.0 X-Received: by 10.229.252.208 with SMTP id mx16mr2208052qcb.37.1361423180437; Wed, 20 Feb 2013 21:06:20 -0800 (PST) Received: by 10.49.61.131 with HTTP; Wed, 20 Feb 2013 21:06:20 -0800 (PST) Date: Thu, 21 Feb 2013 16:06:20 +1100 Message-ID: Subject: error fetching recreated deleted doc after compaction on couchdb 1.2.0 From: Daniel Bell To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636c5b4a50f1a2a04d63509de X-Virus-Checked: Checked by ClamAV on apache.org --001636c5b4a50f1a2a04d63509de Content-Type: text/plain; charset=ISO-8859-1 Hi, I've found what I believe is a couchdb error under specific circumstances: 1. create doc with user-specified _id 2. delete doc 3. compact database 4. create same doc with user-specified _id 5. fetch doc with _id The doc is not returned at #5. If #3 is left out, the doc is returned as expected. The python script and couchdb logs associated with this are found at https://gist.github.com/danbell/5001591. Thanks for your help, Dan. --001636c5b4a50f1a2a04d63509de--