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 9DBB0DB28 for ; Wed, 3 Oct 2012 23:33:08 +0000 (UTC) Received: (qmail 98403 invoked by uid 500); 3 Oct 2012 23:33:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98339 invoked by uid 500); 3 Oct 2012 23:33:08 -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 98329 invoked by uid 99); 3 Oct 2012 23:33:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 23:33:08 +0000 Date: Thu, 4 Oct 2012 10:33:08 +1100 (NCT) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <2050171184.162445.1349307188309.JavaMail.jiratomcat@arcas> In-Reply-To: <651583377.125404.1348610409437.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (HBASE-6883) CleanerChore treats .archive as a table and throws TableInfoMissingException 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-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HBASE-6883. -------------------------------- Resolution: Duplicate Duplicate of HBASE-6439 > CleanerChore treats .archive as a table and throws TableInfoMissingException > ---------------------------------------------------------------------------- > > Key: HBASE-6883 > URL: https://issues.apache.org/jira/browse/HBASE-6883 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > > {noformat} > 2012-09-25 14:52:21,902 DEBUG org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during readTableDecriptor. Current table name = .archive > org.apache.hadoop.hbase.TableInfoMissingException: No .tableinfo file under hdfs://c0322.hal.cloudera.com:56020/hbase/.archive > at org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptor(FSTableDescriptors.java:417) > at org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptor(FSTableDescriptors.java:408) > at org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170) > at org.apache.hadoop.hbase.util.FSTableDescriptors.getAll(FSTableDescriptors.java:201) > at org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2205) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.hbase.ipc.ProtobufRpcEngine$Server.call(ProtobufRpcEngine.java:357) > at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1816) > {noformat} -- 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