[
https://issues.apache.org/jira/browse/HBASE-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13982894#comment-13982894
]
Hadoop QA commented on HBASE-10611:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12642203/HBASE-10611.1.patch
against trunk revision .
ATTACHMENT ID: 12642203
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/9412//console
This message is automatically generated.
> 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.99.0, 0.98.2
>
> Attachments: HBASE-10611.1.patch, HBASE-10611.1.patch
>
>
> 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)