Bill Havanki created ACCUMULO-2513:
--------------------------------------
Summary: Inconsistent use of getBytes in MetadataTableUtil
Key: ACCUMULO-2513
URL: https://issues.apache.org/jira/browse/ACCUMULO-2513
Project: Accumulo
Issue Type: Bug
Reporter: Bill Havanki
Priority: Minor
Fix For: 1.6.0
The {{MetadataTableUtil}} class in 1.6.0-SNAPSHOT writes a lot of strings to
the metadata table. Sometimes it uses {{getBytes()}} with no arguments and
sometimes it uses {{getBytes(Constants.UTF8)}}. It should probably always use
the latter.
The 1.4 version of the class always uses no arguments. The 1.5 version never
does.
--
This message was sent by Atlassian JIRA
(v6.2#6252)