[
https://issues.apache.org/jira/browse/ACCUMULO-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated ACCUMULO-2513:
----------------------------------
Priority: Critical (was: Minor)
Increasing priority, since recovering in the case of a bad paltform encoding
is likely to be very difficult.
ACCUMULO-836 is what first solved this for 1.5.x, we must have just gotten a
little lax later on.
> 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: Critical
> Labels: newbie
> 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)