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 2017/05/19 18:23:04 UTC

[jira] [Created] (HBASE-18082) Provide capability for backup / restore client to pace execution

Ted Yu created HBASE-18082:
------------------------------

             Summary: Provide capability for backup / restore client to pace execution
                 Key: HBASE-18082
                 URL: https://issues.apache.org/jira/browse/HBASE-18082
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu


Currently the backup / restore is kind of monolithic in that once backup / restore fails, the retry would start from the beginning of the operation.

Backup / restore client can record the last successful substep of the current operation (in backup table, e.g.) so that subsequent operation can resume from this substep.

This would allow shorter execution time for the retry operation and give better user experience.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)