[
https://issues.apache.org/jira/browse/HBASE-19771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324519#comment-16324519
]
Hudson commented on HBASE-19771:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4389 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4389/])
HBASE-19771 restore_snapshot shell command gives wrong namespace if the (tedyu:
rev 8bbfcdda46aeec23ebcdc1713cf636081a1c96d0)
* (edit) hbase-shell/src/main/ruby/shell/commands.rb
> 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
> Affects Versions: 2.0.0-beta-1
> Reporter: Ted Yu
> Assignee: Janos Gub
> Priority: Minor
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-19771.master.001.patch
>
>
> 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)