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 7954C1080E for ; Tue, 25 Feb 2014 12:52:46 +0000 (UTC) Received: (qmail 81518 invoked by uid 500); 25 Feb 2014 12:52:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81185 invoked by uid 500); 25 Feb 2014 12:52:29 -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 81125 invoked by uid 99); 25 Feb 2014 12:52:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 12:52:28 +0000 Date: Tue, 25 Feb 2014 12:52:28 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10582) 0.94->0.96 Upgrade: ACL can't be repopulated when ACL table contains row for table '-ROOT' or '.META.' 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-10582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911529#comment-13911529 ] Hudson commented on HBASE-10582: -------------------------------- FAILURE: Integrated in hbase-0.96-hadoop2 #215 (See [https://builds.apache.org/job/hbase-0.96-hadoop2/215/]) HBASE-10582: 0.94->0.96 Upgrade: ACL can't be repopulated when ACL table contains row for table '-ROOT' or '.META.' (jeffreyz: rev 1571536) * /hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/migration/NamespaceUpgrade.java * /hbase/branches/0.96/hbase-server/src/test/java/org/apache/hadoop/hbase/migration/TestNamespaceUpgrade.java > 0.94->0.96 Upgrade: ACL can't be repopulated when ACL table contains row for table '-ROOT' or '.META.' > ------------------------------------------------------------------------------------------------------ > > Key: HBASE-10582 > URL: https://issues.apache.org/jira/browse/HBASE-10582 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.96.0, 0.96.1 > Reporter: Jeffrey Zhong > Assignee: Jeffrey Zhong > Priority: Critical > Fix For: 0.96.2, 0.98.1, 0.99.0 > > Attachments: hbase-10582-v1.patch, hbase-10582.patch > > > When '-ROOT-', '.META' rows are contained in ACL table, during upgrade process, ACL zk nodes can't be populated to zookeeper because AccessControlLists#loadAll(HRegion) fails to load table permissions due to > parsePermissionRecord throws IllegalArgumentException from TableName.valueof. -- This message was sent by Atlassian JIRA (v6.1.5#6160)