You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/03 14:18:00 UTC

[jira] [Created] (HBASE-20121) Fix findbugs warning for RestoreTablesClient

Ted Yu created HBASE-20121:
------------------------------

             Summary: 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


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)