You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2017/10/27 07:31:00 UTC

[jira] [Created] (HBASE-19109) Backup should provide and option to disable backup if full backups have started

Vishal Khandelwal created HBASE-19109:
-----------------------------------------

             Summary: Backup should provide and option to disable backup if full backups have started
                 Key: HBASE-19109
                 URL: https://issues.apache.org/jira/browse/HBASE-19109
             Project: HBase
          Issue Type: New Feature
         Environment: Ability to disable backups for a particular set of tables if backups are started and property to enable it backup
Use disable / enable flag at table schema level , etc

These can be probable changes

* A new option/command line needs to added to enable/disable backups
* A new property and field to track list of disabled backup tables
* backupInfo.getTables() should have a logic to filter such disabled tables
* Hbase:backup table needs to have a flag for enable and disable backups
* During all table backups, backups for disabled table should not happen
* During full/incremental backup backups should error out for disabled table if it is part of the list
* BackupInfo Table should have a list of disabled backups. 
* If full backups is taken and backups are disabled then incremental backups should not be performed 
* If backups are enabled again, means full backups needs to be executed before starting incremental backups
* Restore of disabled backups should not be stopped 



            Reporter: Vishal Khandelwal






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)