bytesToHex broken for small byte values
---------------------------------------

                 Key: CASSANDRA-602
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-602
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.3, 0.4, 0.5
            Reporter: Stu Hood
            Assignee: Stu Hood
            Priority: Blocker
             Fix For: 0.5
         Attachments: fb-bytestohex.diff

FBUtilities.bytesToHex uses Integer.toHexString, which does not zero-pad its 
output. We then assert in hexToBytes that each byte string is 2 characters long.

The assertion will occasionally fail, but oftentimes, we simple end up with a 
different byte value than we started with.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to