[
https://issues.apache.org/jira/browse/HBASE-20121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386827#comment-16386827
]
Ted Yu commented on HBASE-20121:
--------------------------------
Mike:
Thanks for the comment.
Incremental restore is handled by this call in restoreImages():
{code}
restoreTool.incrementalRestoreTable(conn, tableBackupPath, paths, new
TableName[] { sTable },
{code}
There have been several refactorings since I initially implemented bulk load
support.
> Fix findbugs warning for RestoreTablesClient
> --------------------------------------------
>
> Key: HBASE-20121
> URL: https://issues.apache.org/jira/browse/HBASE-20121
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Labels: backup
> Attachments: 20121.v1.txt
>
>
> In RestoreTablesClient#restore(), the following variable is not used:
> {code}
> Set<String> backupIdSet = new HashSet<>();
> {code}
> There is backupIdSet#add() call later in the method but the variable doesn't
> appear in any other part of the code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)