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

Vishal Khandelwal commented on HBASE-19109:
-------------------------------------------

[~vladmir]: This is not for within session but multiple sessions. 

Take an on day1 : We started full backup of Table : t1,t2,t3 . Then as per 
current design whenever incremental backup is triggered it will be t1,t2,t3 
each time. 
In real prod usecase on day10  there are situations you do not want to continue 
running backup on for a table say t3. In current design, I do think that is 
possible. 


> 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
>          Components: backup&restore
>         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
>            Priority: Major
>              Labels: bac
>




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

Reply via email to