Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 48910 invoked from network); 3 Apr 2009 12:29:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 12:29:28 -0000 Received: (qmail 34965 invoked by uid 500); 3 Apr 2009 12:29:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 34858 invoked by uid 500); 3 Apr 2009 12:29:26 -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 34848 invoked by uid 99); 3 Apr 2009 12:29:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 12:29:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of th.heller@gmail.com designates 209.85.218.170 as permitted sender) Received: from [209.85.218.170] (HELO mail-bw0-f170.google.com) (209.85.218.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 12:29:18 +0000 Received: by bwz18 with SMTP id 18so1069155bwz.11 for ; Fri, 03 Apr 2009 05:28:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=2T7JrN5AlsKkmsRtRc6hynSEoxd/oNCqN5BqPZVPaRE=; b=cu73SPuZ4LSnHhWnwJ3RcNxG1SaYEnb/oyu53AKqOayI1Y3Fg71iVSB652IxNqD1Ik 3Ce4tSd93BhoHjvyHNzL+ue7sOdtQt3T0R2NB92dHmzOGjOT80dMsjmNljm5b5kr8zq5 XuIn8HcJ1mEhbpUr9v40iIOQDKc7FeFUqfzWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=shtUsSVs9OmplO+OOfY7uOw3SpicKgzwvNOTg2gkMivp6YZjik1M5uMwWu/N3VOAVz At2jEgLMYCipCjVYP7HIQNA7eHOX/xf2v3Ra75fvOb/7KAbGST2HnDyd+ZyUHyqaXywJ q2CnEePHH7hQ4Bo+hptGYGEgjT9DW9zJZvN5o= MIME-Version: 1.0 Sender: th.heller@gmail.com Received: by 10.204.117.65 with SMTP id p1mr400736bkq.91.1238761738494; Fri, 03 Apr 2009 05:28:58 -0700 (PDT) Date: Fri, 3 Apr 2009 14:28:58 +0200 X-Google-Sender-Auth: 8641e3a305be9f3b Message-ID: <9acd6e550904030528p353e2559p9799af27e90427e9@mail.gmail.com> Subject: Documents getting lost through compact From: Thomas Heller To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6d646ed62626c0466a5b13b X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d646ed62626c0466a5b13b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hey there, I have a strange recurring problem with my couchdb. Sometimes when I run compact on a Database one or more documents get "lost". A View still includes this document but when I request it by id I only get: {"error":"not_found","reason":"missing"} The Document wasnt deleted its just missing. I cannot retrieve it and I also cannot replace the id with another document since it reports a rev conflict, I dont know the last rev so theres a permanent broken "record". So far the only way to reclaim the "broken" id is to replicate the db to a new one. Nothing helpful in the log (switched to debug log now). I'm running debian5 Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2] [async-threads:0] [hipe] [kernel-poll:false] couchdb 0.9.0a755270 Will upgrade couch now, just wondering if anybody else encountered this problem? Hope the upgrade and/or debug log helps. Regards, Thomas --0016e6d646ed62626c0466a5b13b--