You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/06/01 02:41:36 UTC

[jira] Created: (HBASE-2635) ImmutableBytesWritable comparator broken when offset != 0

ImmutableBytesWritable comparator broken when offset != 0
---------------------------------------------------------

                 Key: HBASE-2635
                 URL: https://issues.apache.org/jira/browse/HBASE-2635
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.20.4, 0.21.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Blocker


HBASE-2378 improved ImmutableBytesWritable's comparator, but there's still a bug! We assume offset = 0, which makes the comparator function incorrectly when the ImmutableBytesWritable is a slice into a larger byte array.

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