[
https://issues.apache.org/jira/browse/HBASE-11796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145697#comment-14145697
]
Ted Yu commented on HBASE-11796:
--------------------------------
lgtm
{code}
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java:616:
warning - @param argument "mutation" is not a parameter name.
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java:278:
warning - @param argument "mutations" is not a parameter name.
{code}
The above javadoc warnings are related to the patch.
Please correct them upon commit.
> Add client support for atomic checkAndMutate
> --------------------------------------------
>
> Key: HBASE-11796
> URL: https://issues.apache.org/jira/browse/HBASE-11796
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Danny Purcell
> Assignee: Srikanth Srungarapu
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: HBASE-11796.patch, HBASE-11796.patch
>
>
> Currently HBase has support for atomic checkAndPut as well as checkAndDelete
> operations on individual rows.
> HBase also supports the atomic submission of multiple operations through
> mutateRow.
> It would be nice to support atomic checkAndMutate(RowMutations) as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)