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/26 16:13:21 UTC

[jira] [Created] (HBASE-16506) Use subprocedure of Proc V2 for snapshot in BackupProcedure

Ted Yu created HBASE-16506:
------------------------------

             Summary: Use subprocedure of Proc V2 for snapshot in BackupProcedure
                 Key: HBASE-16506
                 URL: https://issues.apache.org/jira/browse/HBASE-16506
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu


Currently for SNAPSHOT_TABLES stage, we loop through the tables and take snapshot for each table.
If the master restarts in the middle of this stage, we would restart taking snapshot from the first table.

This issue would use subprocedure for each snapshot so that we don't need to take snapshot for the table(s) whose snapshot is complete before the master restart.



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