[
https://issues.apache.org/jira/browse/HBASE-12474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226213#comment-14226213
]
Hudson commented on HBASE-12474:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5822 (See
[https://builds.apache.org/job/HBase-TRUNK/5822/])
HBASE-12474 Incorrect handling of default namespace in user_permission command
(Srikanth Srungarapu) (matteo.bertozzi: rev
c57bc080828fca4021449534695bf39afefb7000)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java
> 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
> Fix For: 2.0.0
>
> Attachments: HBASE-12474-v3.patch, 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)