[
https://issues.apache.org/jira/browse/HBASE-19462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-19462:
--------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Release Note: Deprecates Put#addImmutable as of release 2.0.0, this will be
removed in HBase 3.0.0. Use {@link #add(Cell)} and {@link
org.apache.hadoop.hbase.CellBuilder} instead
Status: Resolved (was: Patch Available)
Pushed to master and branch-2. Patch is beautiful [~chia7712].
> Deprecate all addImmutable methods in Put
> -----------------------------------------
>
> Key: HBASE-19462
> URL: https://issues.apache.org/jira/browse/HBASE-19462
> Project: HBase
> Issue Type: Sub-task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19462.v0.patch, HBASE-19462.v1.patch
>
>
> Users are able to use {{CellBuilder}} to build the cell without array copy
> for Put/Delete/Increment/Append, and we always do the copy if user pass the
> {{ByteBuffer}}. Hence, the {{addImmutable}} is unnecessary.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)