[ 
https://issues.apache.org/jira/browse/HBASE-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446642#comment-13446642
 ] 

Jonathan Hsieh commented on HBASE-5076:
---------------------------------------

[~xieliang007] no worries and thanks for the consideration.  I generally 
require a unit test or test output because it makes intent or changed output 
clear (not just for me but for others as well).
                
> HBase shell hangs when creating some 'illegal' tables.
> ------------------------------------------------------
>
>                 Key: HBASE-5076
>                 URL: https://issues.apache.org/jira/browse/HBASE-5076
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.92.0, 0.96.0, 0.94.1, 0.94.2
>            Reporter: Jonathan Hsieh
>            Assignee: liang xie
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5076.patch
>
>
> In hbase shell. These commands hang:
> {code}
> create 'hbase.version','foo'
> create 'splitlog','foo'
> {code}
> Interestingly
> {code}
> create 'hbase.id','foo'
> create existingtablename, 'foo'
> create '.META.','foo'
> create '-ROOT-','foo'
> {code}
> are properly rejected.
> We should probably either rename to make the files illegal table names 
> (hbase.version to .hbase.version and splitlog to .splitlog) or we could add 
> more special cases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to