You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2014/01/25 23:02:38 UTC

[jira] [Resolved] (HBASE-10420) Replace KV.getBuffer with KV.get{Row|Family|Qualifier|Value|Tags}Array

     [ 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)