Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 68163 invoked from network); 5 Aug 2010 09:37:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 09:37:44 -0000 Received: (qmail 14547 invoked by uid 500); 5 Aug 2010 09:37:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 14376 invoked by uid 500); 5 Aug 2010 09:37:41 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 14368 invoked by uid 99); 5 Aug 2010 09:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 09:37:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 09:37:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o759bG4a026407 for ; Thu, 5 Aug 2010 09:37:16 GMT Message-ID: <22606105.177591281001036447.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 05:37:16 -0400 (EDT) From: "Sascha Reuter (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-844) Documents missing after CouchDB restart MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Documents missing after CouchDB restart --------------------------------------- Key: COUCHDB-844 URL: https://issues.apache.org/jira/browse/COUCHDB-844 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 1.0 Environment: Debian Version 5.0.5, Linux *** 2.6.29-xs5.5.0.17 #1 SMP Mon Aug 3 17:37:37 UTC 2009 i686 GNU/Linux, XenServer Guest Reporter: Sascha Reuter Priority: Critical After a CouchDB restart, recently added/changed documents+designdocuments (min. 2 weeks timeline!) are missing and cant be accessed trough REST Calls / Futon. All documents that are still available trought REST/Futon only exist in old revisions. All documents/revisions can be found doing a manual search (less/egrep/...) in the datafile (/var/lib/couchdb/.couch) Example: strings dtap.couch | grep -i "226b2e6c-24b7-4336-92c7-257abf923b11" $226b2e6c-24b7-4336-92c7-257abf923b11h $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11l $226b2e6c-24b7-4336-92c7-257abf923b11h $226b2e6c-24b7-4336-92c7-257abf923b11h curl http://localhost:5984/dtap/226b2e6c-24b7-4336-92c7-257abf923b11 {"error":"not_found","reason":"missing"} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.