Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 94092 invoked from network); 5 Nov 2010 18:12:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 18:12:35 -0000 Received: (qmail 80922 invoked by uid 500); 5 Nov 2010 18:13:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 80902 invoked by uid 500); 5 Nov 2010 18:13:06 -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 80894 invoked by uid 99); 5 Nov 2010 18:13:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 18:13:06 +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; Fri, 05 Nov 2010 18:13:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA5ICfYs009951 for ; Fri, 5 Nov 2010 18:12:42 GMT Message-ID: <18719872.38371288980761575.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 14:12:41 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2819) hbck should have the ability to repair basic problems In-Reply-To: <16408031.232461278478609787.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/HBASE-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2819: ------------------------- Attachment: 2819-v14.txt Found a few issues in RPC trying to make a basic unit tests where I run hbck in unit test context. The QoS stuff in HRegionServer presumed all invocations had an argument (getOnlineRegions has no param) and then getOnlineRegions returned a NavigableSet which we can't handle in HBaseObjectWritable. Upped the RPC version number again. This probably means REST will fail again up on hudson -- because I believe there is an old server running across tests -- but will deal with that in a different issue. Fixed HBaseFsck so it scans -ROOT-... was broke the way it was written. HBaseAdmin has handling of null HRegionInfo. All of above based on the last patch Jon posted to review.hbase.org. > hbck should have the ability to repair basic problems > ----------------------------------------------------- > > Key: HBASE-2819 > URL: https://issues.apache.org/jira/browse/HBASE-2819 > Project: HBase > Issue Type: New Feature > Components: scripts > Reporter: Todd Lipcon > Assignee: stack > Priority: Critical > Fix For: 0.90.0 > > Attachments: 2819-addendum.txt, 2819-v10.txt, 2819-v11.txt, 2819-v12.txt, 2819-v13.txt, 2819-v14.txt, HBASE-2819.patch > > > Right now, the hbck utility can detect issues with region deployment but can't fix them. > It should be able to handle basic things like closing one side of a double assignment, re-adding something to META, etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.