[
https://issues.apache.org/jira/browse/HBASE-14038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617416#comment-14617416
]
Jerry He commented on HBASE-14038:
----------------------------------
Hi, [~vrodionov]
In the original design, this is intended. The incremental backup is controlled
by the 'incremental backup table set'.
For example, if the table set contains (table1, table2, table3). Incremental
backup will back up the WALs, which cover all the tables in the table set.
It is to avoid copying the same set of WALs, which would the likely case if you
backup up table1, then backup table2.
> Incremental backup list set is ignored during backup
> ----------------------------------------------------
>
> Key: HBASE-14038
> URL: https://issues.apache.org/jira/browse/HBASE-14038
> Project: HBase
> Issue Type: Bug
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Fix For: 2.0.0
>
>
> BUG: during incremental backup, provided table list is ignored and replaced
> with the set of tables which have been already backuped before. Test case:
> backup T1, T2, T3, then request incremental backup for T1, T2 => T3 will be
> included as well. See: BackupClient.requestBackup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)