Michael Miller created ACCUMULO-4662:
----------------------------------------
Summary: Fix ambiguous table references
Key: ACCUMULO-4662
URL: https://issues.apache.org/jira/browse/ACCUMULO-4662
Project: Accumulo
Issue Type: Bug
Reporter: Michael Miller
While working on ACCUMULO-3238, I noticed a few places where we use the
ambiguous variable:
{code}String table{code}
This is problematic since it is not clear what the variable is actually
referring to. It can be referring to either a tableId or tableName both of
which are Strings but different in values Zookeeper. Typically the actual
value of the variable can be derived from surrounding code but this is not
always the case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)