Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 39692 invoked from network); 2 Sep 2010 20:03:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 20:03:33 -0000 Received: (qmail 15911 invoked by uid 500); 2 Sep 2010 20:03:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15854 invoked by uid 500); 2 Sep 2010 20:03:32 -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 15846 invoked by uid 99); 2 Sep 2010 20:03:32 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:03:32 +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; Thu, 02 Sep 2010 20:03:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o82K2rg1000718 for ; Thu, 2 Sep 2010 20:02:53 GMT Message-ID: <7753790.146731283457773606.JavaMail.jira@thor> Date: Thu, 2 Sep 2010 16:02:53 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2943) major_compact (and other admin commands) broken for .META. In-Reply-To: <21059164.104411283294933511.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-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2943: ------------------------- Attachment: 2943-v2.txt {code} Bug fix was making MetaReader deal when passed .META. and -ROOT-; presumption was for most methods that table referred to was always user table. This made calls to compact, etc., break. M src/test/java/org/apache/hadoop/hbase/catalog/TestMetaReaderEditor.java Added a bunch of tests for MetaReader mostly. M src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java M src/main/java/org/apache/hadoop/hbase/avro/AvroServer.java Convert the IE that compact can now throw. M src/main/java/org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java Renamed method to better explain what it does. M src/main/java/org/apache/hadoop/hbase/catalog/CatalogTracker.java Added override on constructor. M src/main/java/org/apache/hadoop/hbase/catalog/MetaReader.java Revamped methods so can handle being passed .META. and -ROOT-. Renamed getServerRegions as getServerUserRegions. M src/main/java/org/apache/hadoop/hbase/client/HConnection.java Javadoc spelling correction M src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java Let out IE. {code} > major_compact (and other admin commands) broken for .META. > ---------------------------------------------------------- > > Key: HBASE-2943 > URL: https://issues.apache.org/jira/browse/HBASE-2943 > Project: HBase > Issue Type: Bug > Reporter: Jonathan Gray > Priority: Critical > Fix For: 0.90.0 > > Attachments: 2943-v2.txt, 2943.txt > > > Table admin commands seem to be broken against META. Implementation is new in master rewrite branch so should wait until that goes in to see if this bug still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.