[
https://issues.apache.org/jira/browse/HBASE-15988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348667#comment-15348667
]
Ted Yu commented on HBASE-15988:
--------------------------------
Looking at BackupSystemTable#addToBackupSet() :
{code}
Put put = BackupSystemTableHelper.createPutForBackupSet(name, union);
table.put(put);
{code}
There is no indication (metadata) as to which table(s) in the table set are new.
Do you think we should add such metadata ?
> Backup set add command MUST initiate full backup for a table(s) being added
> ---------------------------------------------------------------------------
>
> Key: HBASE-15988
> URL: https://issues.apache.org/jira/browse/HBASE-15988
> Project: HBase
> Issue Type: Task
> Affects Versions: 2.0.0
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Labels: backup
> Fix For: 2.0.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)