[
https://issues.apache.org/jira/browse/HBASE-14881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401873#comment-15401873
]
Hudson commented on HBASE-14881:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #1334 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1334/])
HBASE-14881 Provide a Put API that uses the provided row without coping
(ramkrishna: rev 2c5a0fcf1f216ac5333a2047f6ce69797a5da14b)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java
* hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestPut.java
> Provide a Put API that uses the provided row without coping
> -----------------------------------------------------------
>
> Key: HBASE-14881
> URL: https://issues.apache.org/jira/browse/HBASE-14881
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.2.0
> Reporter: Jerry He
> Assignee: Xiang Li
> Fix For: 2.0.0
>
> Attachments: HBASE-14881-master-v0.patch,
> HBASE-14881.master.001.patch, HBASE-14881.master.002.patch,
> HBASE-14881.master.003.patch
>
>
> The current available Put API always makes a copy of the rowkey.
> Let's provide an API that accepts an immutable byte array as rowkey without
> making a copy.
> There are cases where the caller of Put has created the immutable byte array
> (e.g from a serializer) and will not change it for the Put duration. We can
> avoid making a copy again.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)