You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/02 16:07:59 UTC

[jira] [Commented] (HBASE-15862) Backup - Delete- Restore does not restore deleted data

    [ https://issues.apache.org/jira/browse/HBASE-15862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312545#comment-15312545 ] 

Ted Yu commented on HBASE-15862:
--------------------------------

{code}
212	    TableName[] tTableArray, boolean autoRestore, boolean isOverwrite) throws IOException {
{code}
Please add javadoc for the new parameter (there're other methods with new parameter).
{code}
586	          hbadmin.disableTable(targetTableName);
587	          hbadmin.deleteTable(targetTableName);
{code}
The above would work. Is there other approach where the deletion of table can be avoided ?

> Backup - Delete- Restore does not restore deleted data
> ------------------------------------------------------
>
>                 Key: HBASE-15862
>                 URL: https://issues.apache.org/jira/browse/HBASE-15862
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>         Attachments: HBASE-15862-v1.patch
>
>
> This was discovered during testing. If we delete row after full backup and perform immediately restore, the deleted row still remains deleted. 



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