Mike Drob created ACCUMULO-2599:
-----------------------------------
Summary: 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
Fix For: 1.6.1, 1.7.0
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)