You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Srikanth Srungarapu (JIRA)" <ji...@apache.org> on 2014/11/14 10:31:34 UTC

[jira] [Created] (HBASE-12474) Incorrect handling of default namespace in user_permission command.

Srikanth Srungarapu created HBASE-12474:
-------------------------------------------

             Summary: 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


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)