[
https://issues.apache.org/jira/browse/HBASE-16665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512832#comment-15512832
]
Anoop Sam John commented on HBASE-16665:
----------------------------------------
bq.CellUtil.createFirstOnRow(CellUtil.cloneRow(kvs[0]),
Can avoid copy by clone? Can use CellUtil#createFirstOnRow(byte[] row, int
roffset, short rlength, byte[] family, int foffset, byte flength, byte[] col,
int coffset, int clength) and pass kvs[0].getRowArray, rowOffset and rowLength.
> Check whether KeyValueUtil.createXXX could be replaced by CellUtil without
> copy
> -------------------------------------------------------------------------------
>
> Key: HBASE-16665
> URL: https://issues.apache.org/jira/browse/HBASE-16665
> Project: HBase
> Issue Type: Bug
> Reporter: Heng Chen
> Attachments: HBASE-16665.patch, HBASE-16665.v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)