You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/03/20 22:29:43 UTC

[jira] [Created] (ACCUMULO-2513) Inconsistent use of getBytes in MetadataTableUtil

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)