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
Reporter: Jonathan Hsieh
Priority: Minor
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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira