Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 23353 invoked from network); 25 Aug 2010 22:13:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 22:13:38 -0000 Received: (qmail 56982 invoked by uid 500); 25 Aug 2010 22:13:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 56906 invoked by uid 500); 25 Aug 2010 22:13:38 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 56898 invoked by uid 99); 25 Aug 2010 22:13:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 22:13: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; Wed, 25 Aug 2010 22: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 o7PMDHqO012648 for ; Wed, 25 Aug 2010 22:13:17 GMT Message-ID: <9522100.570251282774397125.JavaMail.jira@thor> Date: Wed, 25 Aug 2010 18:13:17 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: issues@hbase.apache.org Subject: [jira] Assigned: (HBASE-2887) Improvements and refactor for HBaseFsck tool In-Reply-To: <8197462.56621280359096468.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/HBASE-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reassigned HBASE-2887: ---------------------------------- Assignee: Jonathan Gray (was: Todd Lipcon) Reassigning to jgray - FB team is taking this and running with it. > Improvements and refactor for HBaseFsck tool > -------------------------------------------- > > Key: HBASE-2887 > URL: https://issues.apache.org/jira/browse/HBASE-2887 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.90.0 > Reporter: Todd Lipcon > Assignee: Jonathan Gray > > Refactored the way the HBaseFsck tool works -- it now loads all the info it can find into RAM first, and then looks over the in-memory structures for inconsistencies. It's still a work in progress, but detects more kinds of problems now (eg multiple assignment, etc) and has some very basic functional tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.