[
https://issues.apache.org/jira/browse/HBASE-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rekha Joshi updated HBASE-10611:
--------------------------------
Fix Version/s: 0.96.0
Labels: patch (was: )
Affects Version/s: 0.96.0
Release Note:
Status: Patch Available (was: Open)
Attached patch on 0.96
> Description for hbase:acl table is wrong on master-status#catalogTables
> -----------------------------------------------------------------------
>
> Key: HBASE-10611
> URL: https://issues.apache.org/jira/browse/HBASE-10611
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.96.0
> Reporter: Ted Yu
> Assignee: Rekha Joshi
> Priority: Minor
> Labels: patch
> Fix For: 0.96.0
>
>
> On master-status#catalogTables, I see:
> hbase:acl The .NAMESPACE. table holds information about namespaces.
> In MasterStatusTmpl.jamon, we have:
> {code}
> if (tableName.equals(TableName.META_TABLE_NAME)){
> description = "The hbase:meta table holds references to all User
> Table regions";
> } else {
> description = "The .NAMESPACE. table holds information about
> namespaces.";
> }
> {code}
> The above check doesn't cover hbase:acl table.
--
This message was sent by Atlassian JIRA
(v6.2#6252)