You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Abhishek Kumar (JIRA)" <ji...@apache.org> on 2015/02/17 12:13:11 UTC

[jira] [Created] (HBASE-13058) Hbase shell command 'scan' for non existent table shows unnecessary info for one unrelated existent table.

Abhishek Kumar created HBASE-13058:
--------------------------------------

             Summary: Hbase shell command 'scan' for non existent table shows unnecessary info for one unrelated existent table.
                 Key: HBASE-13058
                 URL: https://issues.apache.org/jira/browse/HBASE-13058
             Project: HBase
          Issue Type: Bug
          Components: Client
            Reporter: Abhishek Kumar
            Priority: Trivial


When scanning for a non existent table in hbase shell, error message in shell  sometimes(based on META table content) displays completely unrelated table info , which seems to be unnecessary and inconsistent with other error messages:
{noformat}
hbase(main):016:0> scan 'noTable'
ROW                                              COLUMN+CELL

ERROR: Unknown table Table 'noTable' was not found, got: hbase:namespace.!
---------------------------------------------------------------------------------------------
hbase(main):017:0> scan '01_noTable'
ROW                                              COLUMN+CELL

ERROR: Unknown table 01_noTable!
--------------------------------------------------
{noformat}
Its happening when doing a META table scan (to locate input table ) and scanner stops at row of another table (beyond which table can not exist):



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)