Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 81823 invoked from network); 5 Aug 2010 10:13:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 10:13:42 -0000 Received: (qmail 55712 invoked by uid 500); 5 Aug 2010 10:13:41 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 55213 invoked by uid 500); 5 Aug 2010 10:13:38 -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 54676 invoked by uid 99); 5 Aug 2010 10:13:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 10:13:37 +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 10:13:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o75ADG79026803 for ; Thu, 5 Aug 2010 10:13:17 GMT Message-ID: <20810940.177931281003196253.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 06:13:16 -0400 (EDT) From: "Sascha Reuter (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-844) Documents missing after CouchDB restart In-Reply-To: <22606105.177591281001036447.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895634#action_12895634 ] Sascha Reuter commented on COUCHDB-844: --------------------------------------- Hey Filipe, let me clarify some things, again... :-) - It affects data added/changed within about two weeks (not 1 second) before the scheduled restart, using the provided init script. - A document that is reported as "missing" by CouchDB still persist in multiple revisions on the filesystem (See Example in Bugreport) Cheers, Sascha > 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.