[
https://issues.apache.org/jira/browse/HBASE-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liang xie updated HBASE-5076:
-----------------------------
Fix Version/s: 0.96.0
Assignee: liang xie
Status: Patch Available (was: Open)
> 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.94.1, 0.92.0, 0.96.0, 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