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/08/06 04:30:20 UTC

[jira] [Commented] (HBASE-16255) Backup/Restore IT

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

Ted Yu commented on HBASE-16255:
--------------------------------

{code}
+public class IntegrationTestBackupRestore {
{code}
Should the test extend IntegrationTestBase ?
{code}
+  protected static final TableName TABLE_NAME = TableName.valueOf(CLASS_NAME);
+  protected static final TableName TABLE_NAME_RESTORE = TableName.valueOf(CLASS_NAME);
{code}
Should the table to restore to have different name ?
{code}
+  protected static final int DEFAULT_REGIONSERVER_COUNT = 2;
{code}
Please increase the number of region servers.
{code}
+    // #6 - restore incremental backup for multiple tables, with overwrite
{code}
Did you intend to involve more than one table ?
Currently only one table is backed up.

> Backup/Restore IT
> -----------------
>
>                 Key: HBASE-16255
>                 URL: https://issues.apache.org/jira/browse/HBASE-16255
>             Project: HBase
>          Issue Type: Task
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>              Labels: backup
>         Attachments: HBASE-16255-v1.patch
>
>
> Integration test for backup restore.



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