[ 
https://issues.apache.org/jira/browse/ACCUMULO-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs resolved ACCUMULO-2599.
-----------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.6.1)
                       (was: 1.7.0)

It's harmless. It's related to ACCUMULO-2272, intended to refactor internals to 
abstract/simplify metadata operations in the future. It may or may not be 
needed in the eventual implementation, but for now, I'd say it's a non-issue.

> Class ServicerForRootTablet accept Credentials but never uses them
> ------------------------------------------------------------------
>
>                 Key: ACCUMULO-2599
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2599
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.6.0
>            Reporter: Mike Drob
>            Priority: Minor
>
> This is either a harmless unused variable or a potential issue with the 
> security model. I'm leaning towards the former.
> {code}
>   public ServicerForRootTable(Instance instance, Credentials credentials) {
>      this.instance = instance;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to