You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/08/18 19:56:48 UTC

[jira] [Resolved] (HBASE-9251) list_namespace_tables seems to fail

     [ https://issues.apache.org/jira/browse/HBASE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-9251.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.95.3
                   0.98.0
         Assignee: Andrew Purtell

Committed to trunk and 0.95.

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.client.TestShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.84 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
{noformat}
                
> list_namespace_tables seems to fail
> -----------------------------------
>
>                 Key: HBASE-9251
>                 URL: https://issues.apache.org/jira/browse/HBASE-9251
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.2
>            Reporter: Devaraj Das
>            Assignee: Andrew Purtell
>             Fix For: 0.98.0, 0.95.3
>
>         Attachments: 9251.patch
>
>
> I was trying the RC0 of 0.95.2. and was on the shell trying to list tables in a namespace. I tried listing tables in the 'hbase' namespace and in a namespace I created. The listing fails:
> {noformat}
> hbase(main):008:0> list_namespace_tables 'hbase'
> TABLE
> ERROR: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=7, exceptions:
> Fri Aug 16 17:47:17 UTC 2013, org.apache.hadoop.hbase.client.RpcRetryingCaller@2313b44d, org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(java.io.IOException): java.io.IOException: Illegal character <58> at 5. User-space table qualifiers can only contain 'alphanumeric characters': i.e. [a-zA-Z_0-9-.]: hbase:meta
>         at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2194)
>         at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
> Caused by: java.lang.IllegalArgumentException: Illegal character <58> at 5. User-space table qualifiers can only contain 'alphanumeric characters': i.e. [a-zA-Z_0-9-.]: hbase:meta
>         at org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:155)
>         at org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:125)
>         at org.apache.hadoop.hbase.TableName.finishValueOf(TableName.java:249)
>         at org.apache.hadoop.hbase.TableName.valueOf(TableName.java:242)
>         at org.apache.hadoop.hbase.master.HMaster.listTableNamesByNamespace(HMaster.java:3130)
>         at org.apache.hadoop.hbase.master.HMaster.listTableNamesByNamespace(HMaster.java:3063)
>         at org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos$MasterAdminService$2.callBlockingMethod(MasterAdminProtos.java:27764)
>         at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
>         ... 1 more
> {noformat}

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