Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69CB4200B7C for ; Thu, 25 Aug 2016 04:23:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 66C7B160AC1; Thu, 25 Aug 2016 02:23:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC025160AC6 for ; Thu, 25 Aug 2016 04:23:21 +0200 (CEST) Received: (qmail 28262 invoked by uid 500); 25 Aug 2016 02:23:20 -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 28149 invoked by uid 99); 25 Aug 2016 02:23:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2016 02:23:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A6DED2C0158 for ; Thu, 25 Aug 2016 02:23:20 +0000 (UTC) Date: Thu, 25 Aug 2016 02:23:20 +0000 (UTC) From: "Stephen Yuan Jiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16486) Unify system table creation using the same createSystemTable API. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 25 Aug 2016 02:23:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-16486: --------------------------------------- Attachment: HBASE-16486.v1-branch-1.patch > Unify system table creation using the same createSystemTable API. > ----------------------------------------------------------------- > > Key: HBASE-16486 > URL: https://issues.apache.org/jira/browse/HBASE-16486 > Project: HBase > Issue Type: Improvement > Components: proc-v2 > Affects Versions: 2.0.0, 1.4.0 > Reporter: Stephen Yuan Jiang > Assignee: Stephen Yuan Jiang > Priority: Minor > Attachments: HBASE-16486.v1-branch-1.patch, HBASE-16486.v1-master.patch, HBASE-16486.v2-master.patch, HBASE-16486.v3-master.patch > > > All other system tables (namespace, quota, rsgroups) calls CreateTableProcedure directly; only ACL and labels system tables calls HMaster.createTable(), which will go through preCreateTable and postCreateTable Coprocessor. This is unnecessary and we should make the ACL system table creation the same as other system tables. -- This message was sent by Atlassian JIRA (v6.3.4#6332)