[
https://issues.apache.org/jira/browse/HBASE-20121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387555#comment-16387555
]
Hudson commented on HBASE-20121:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4699 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4699/])
HBASE-20121 Fix findbugs warning for RestoreTablesClient (tedyu: rev
f89a1f7d7ac0bdc7bc5af8334f55461ba07bc853)
* (edit)
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/RestoreTablesClient.java
> 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
> Fix For: 3.0.0
>
> Attachments: 20121.v1.txt, 20121.v2.txt, 20121.v3.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)