[ 
https://issues.apache.org/jira/browse/HBASE-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437145#comment-15437145
 ] 

Hudson commented on HBASE-16486:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.4 #370 (See 
[https://builds.apache.org/job/HBase-1.4/370/])
HBASE-16486 Unify system table creation using the same createSystemTable 
(syuanjiangdev: rev 86d570b9595408180e15ebe05d45555e827b325b)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/MasterQuotaManager.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableNamespaceManager.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java


> 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
>             Fix For: 2.0.0, 1.3.0, 1.4.0
>
>         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)

Reply via email to