[
https://issues.apache.org/jira/browse/HBASE-11543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066497#comment-14066497
]
Jonathan Hsieh commented on HBASE-11543:
----------------------------------------
0.95.x's were a dev release, but not a production ready one.
[~mingtao.zhang] do you know which version the problem you mention was fixed?
(was it fixed in 0.96.0)? Would be nice to know which version when we close
this issue out.
> hbase-client 0.95.2-hadoop2 admin.listTableNames() returns tables from not
> only userspace
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-11543
> URL: https://issues.apache.org/jira/browse/HBASE-11543
> Project: HBase
> Issue Type: Bug
> Components: Client
> Affects Versions: 0.95.2
> Environment: Client running on windows 7. Standalone HBase running on
> Linux. Shouldn't matter as same setup working under 0.98.3-hadoop1
> Reporter: Mingtao Zhang
> Priority: Minor
>
> {code:borderStyle=solid}
> TableName[] tableNames = admin.listTableNames();
> for (TableName tableName : tableNames) {
> admin.disableTable(tableName);
> admin.deleteTable(tableName);
> }{code}
> After the above, some systemspace table is messed up as the shell client
> won't function well anymore.
> Same codes working fine in 0.98.3-hadoop1.
--
This message was sent by Atlassian JIRA
(v6.2#6252)