[
https://issues.apache.org/jira/browse/HBASE-12474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221559#comment-14221559
]
stack commented on HBASE-12474:
-------------------------------
The failure is unrelated. Its the udp broadcast stuff. It fails reliably for me
on mac os x. We actually tried it three times here:
Tests in error:
org.apache.hadoop.hbase.client.TestHCM.testClusterStatus(org.apache.hadoop.hbase.client.TestHCM)
Run 1: TestHCM.testClusterStatus » Unexpected exception,
expected<org.apache.hadoop....
Run 2: TestHCM.testClusterStatus » Unexpected exception,
expected<org.apache.hadoop....
Run 3: TestHCM.testClusterStatus » Unexpected exception,
expected<org.apache.hadoop....
Flaked tests:
org.apache.hadoop.hbase.security.access.TestAccessController.testGetNamespacePermission(org.apache.hadoop.hbase.security.access.TestAccessController)
Run 1: TestAccessController.testGetNamespacePermission:2405 » NamespaceExist
testName...
Run 2: PASS
Let me try fix elsewhere.
> Incorrect handling of default namespace in user_permission command.
> -------------------------------------------------------------------
>
> Key: HBASE-12474
> URL: https://issues.apache.org/jira/browse/HBASE-12474
> Project: HBase
> Issue Type: Bug
> Reporter: Srikanth Srungarapu
> Assignee: Srikanth Srungarapu
> Priority: Minor
> Attachments: HBASE-12474.patch, HBASE-12474_v2.patch
>
>
> The command user_permission returns 0 rows if we specify default prefix. It
> works fine if we drop the prefix. This is because pattern matching of
> listTables doesn't take into account that nameAsString method doesn't include
> 'default' in it's output for the relevant tables. This method listTables is
> also used by delete, disable and enable commands when invoked with regular
> expression. Credits to [~mbertozzi] for coming up with this corner case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)