You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2009/12/04 20:25:20 UTC

[jira] Updated: (CASSANDRA-602) bytesToHex broken for small byte values

     [ https://issues.apache.org/jira/browse/CASSANDRA-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stu Hood updated CASSANDRA-602:
-------------------------------

    Attachment: fb-bytestohex.diff

Patch adding a more complete testcase and a fix.

> 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.