You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/01/11 18:46:00 UTC

[jira] [Created] (HBASE-19771) restore_snapshot shell command gives wrong namespace if the namespace doesn't exist

Ted Yu created HBASE-19771:
------------------------------

             Summary: restore_snapshot shell command gives wrong namespace if the namespace doesn't exist
                 Key: HBASE-19771
                 URL: https://issues.apache.org/jira/browse/HBASE-19771
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


For the following snapshot:
{code}
 snapshot_table_tav6mrq397                                  NS592088:table_tav6mrq397 (2018-01-10 16:20:39 UTC)
{code}
namespace NS592088 is dropped.

restore_snapshot on the snapshot gave the following :
{code}
hbase(main):003:0> restore_snapshot 'snapshot_table_tav6mrq397'

ERROR: Unknown namespace snapshot_table_tav6mrq397!
{code}
The namespace in the message was incorrect.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)