[
https://issues.apache.org/jira/browse/HBASE-17076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15660137#comment-15660137
]
ChiaPing Tsai commented on HBASE-17076:
---------------------------------------
The compilation error will be resolved by
[HBASE-17082|https://issues.apache.org/jira/browse/HBASE-17082]
> implement getAndPut() and getAndDelete()
> ----------------------------------------
>
> Key: HBASE-17076
> URL: https://issues.apache.org/jira/browse/HBASE-17076
> Project: HBase
> Issue Type: New Feature
> Affects Versions: 2.0.0
> Reporter: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-17076-v0.patch, HBASE-17076-v1.patch
>
>
> We implement the getAndPut() and getAndDelete() by coprocessor, but there are
> a lot of duplicate effort (e.g., data checks, row lock, returned value, and
> wal). It is cool if we provide the compare-and-swap primitive.
> The draft patch is attached. Any advice and suggestions will be greatly
> appreciated.
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)