[
https://issues.apache.org/jira/browse/HBASE-10420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Hofhansl resolved HBASE-10420.
-----------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Committed to trunk. Patch was tested/reviewed/+1'd in parent.
> Replace KV.getBuffer with KV.get{Row|Family|Qualifier|Value|Tags}Array
> ----------------------------------------------------------------------
>
> Key: HBASE-10420
> URL: https://issues.apache.org/jira/browse/HBASE-10420
> Project: HBase
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Fix For: 0.99.0
>
> Attachments: 7320-simple.txt
>
>
> We we start by removing KeyValue.getBuffer() in all obvious places.
> Obvious places are where we access the buffer by getRowOffset() and
> getRowLength(), etc, since we then now we're cross a
> row/family/qualifier/value/tags boundary.
> The attached patch does that.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)