[
https://issues.apache.org/jira/browse/HBASE-9933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969710#comment-13969710
]
Nick Dimiduk commented on HBASE-9933:
-------------------------------------
The only implementations we have are checkAndPut and checkAndDelete. Increment
and Append don't have conditional equivalents; there's no check to unpack. This
could be a nice API to support, but otherwise I don't follow.
> checkAndMutate doesn't do checks for increments and appends
> -----------------------------------------------------------
>
> Key: HBASE-9933
> URL: https://issues.apache.org/jira/browse/HBASE-9933
> Project: HBase
> Issue Type: Bug
> Reporter: Sergey Shelukhin
>
> See HRegionServer::mutate switch statement. For puts/deletes it checks
> condition, for i/a it just does the operation. Discovered while doing stuff
> for HBASE-3787
--
This message was sent by Atlassian JIRA
(v6.2#6252)