Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 94266 invoked from network); 7 Aug 2010 20:22:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Aug 2010 20:22:39 -0000 Received: (qmail 82369 invoked by uid 500); 7 Aug 2010 20:22:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82313 invoked by uid 500); 7 Aug 2010 20:22: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 82305 invoked by uid 99); 7 Aug 2010 20:22:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Aug 2010 20:22:38 +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; Sat, 07 Aug 2010 20:22:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o77KMGaa021347 for ; Sat, 7 Aug 2010 20:22:17 GMT Message-ID: <18693991.219421281212536557.JavaMail.jira@thor> Date: Sat, 7 Aug 2010 16:22:16 -0400 (EDT) From: "Chris Anderson (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=12896278#action_12896278 ] Chris Anderson commented on COUCHDB-844: ---------------------------------------- We are investigating a potential issue with timezone bugs in Erlang as part of the cause. Sascha, what is your TZ? Lim Yue Chaun is GMT +8. Here is the TZ bug: https://issues.apache.org/jira/browse/COUCHDB-627 Also, can you run this command in the `erl` shell? httpd_util:rfc1123_date(erlang:localtime()). if it has a badarg error that could help us narrow down the cause. Thanks > 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.