Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4588DD362 for ; Fri, 21 Sep 2012 19:29:13 +0000 (UTC) Received: (qmail 67619 invoked by uid 500); 21 Sep 2012 19:29:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67593 invoked by uid 500); 21 Sep 2012 19:29:13 -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 67582 invoked by uid 99); 21 Sep 2012 19:29:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 19:29:12 +0000 Date: Sat, 22 Sep 2012 06:29:12 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1225228329.109157.1348255752973.JavaMail.jiratomcat@arcas> In-Reply-To: <703046076.16491.1344257282688.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6516) hbck cannot detect any IOException while ".tableinfo" file is missing 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-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460757#comment-13460757 ] Hudson commented on HBASE-6516: ------------------------------- Integrated in HBase-0.94-security #53 (See [https://builds.apache.org/job/HBase-0.94-security/53/]) HBASE-6792 Remove interface audience annotations in 0.94/0.92 introduced by HBASE-6516 (Revision 1384947) Result = SUCCESS jmhsieh : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/TableInfoMissingException.java > hbck cannot detect any IOException while ".tableinfo" file is missing > --------------------------------------------------------------------- > > Key: HBASE-6516 > URL: https://issues.apache.org/jira/browse/HBASE-6516 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.94.0, 0.96.0 > Reporter: Jie Huang > Assignee: Jie Huang > Fix For: 0.92.3, 0.94.2, 0.96.0 > > Attachments: hbase-6516-94-v5.patch, hbase-6516.patch, hbase-6516-v2.patch, hbase-6516-v3.patch, hbase-6516-v4.patch, hbase-6516-v5a.patch, hbase-6516-v5.patch > > > HBaseFsck checks those missing .tableinfo files in loadHdfsRegionInfos() function. However, no IoException will be catched while .tableinfo is missing, since "FSTableDescriptors.getTableDescriptor" doesn't throw any IoException. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira