Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 22066 invoked from network); 9 Aug 2010 16:09:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 16:09:55 -0000 Received: (qmail 1947 invoked by uid 500); 9 Aug 2010 16:09:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 1890 invoked by uid 500); 9 Aug 2010 16:09:54 -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 1882 invoked by uid 99); 9 Aug 2010 16:09:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 16:09:54 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 16:09:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.traeumt.net (Postfix) with ESMTP id 7569E1B5CE for ; Mon, 9 Aug 2010 18:09:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.g3th.net Received: from unknown by localhost (amavisd-new, unix socket) id tzs1TffTMVag for ; Mon, 9 Aug 2010 18:09:24 +0200 (CEST) Received: from dahlia.local (p579F6D81.dip.t-dialin.net [87.159.109.129]) (authenticated) by mail.traeumt.net (amavisd-milter) (authenticated as web50m1); Mon, 9 Aug 2010 18:09:24 +0200 (CEST) (envelope-from ) From: Jan Lehnardt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: data recovery tool progress Date: Mon, 9 Aug 2010 18:09:24 +0200 Message-Id: <8385F758-360B-425A-ACBD-03C898BFDA21@apache.org> To: dev@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Hi All, Filipe jumped in to start working on the recovery tool, but he isn't = done yet. Here's the current patch: http://www.friendpaste.com/4uMngrym4r7Zz4R0ThSHbz it is not done and very early, but any help on this is greatly = appreciated. The current state is (in Filipe's words): - i can detect that a file needs repair - and get the last btree roots from it - "only" missing: get last db seq num - write new header - and deal with the local docs btree (if exists) Thanks! Jan --