[
https://issues.apache.org/jira/browse/HBASE-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873894#action_12873894
]
HBase Review Board commented on HBASE-2635:
-------------------------------------------
Message from: "Todd Lipcon" <[email protected]>
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.hbase.org/r/110/
-----------------------------------------------------------
Review request for hbase.
Summary
-------
Various fixes + unit test
This addresses bug HBASE-2635.
http://issues.apache.org/jira/browse/HBASE-2635
Diffs
-----
src/main/java/org/apache/hadoop/hbase/io/ImmutableBytesWritable.java 0a9ec4b
src/test/java/org/apache/hadoop/hbase/io/TestImmutableBytesWritable.java
1e8886b
Diff: http://review.hbase.org/r/110/diff
Testing
-------
Thanks,
Todd
> ImmutableBytesWritable ignores offset in several cases
> ------------------------------------------------------
>
> 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
> Attachments: hbase-2635.txt
>
>
> 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.