Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB08311DB8 for ; Wed, 24 Sep 2014 00:34:34 +0000 (UTC) Received: (qmail 26173 invoked by uid 500); 24 Sep 2014 00:34:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26132 invoked by uid 500); 24 Sep 2014 00:34:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 26121 invoked by uid 99); 24 Sep 2014 00:34:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 00:34:34 +0000 Date: Wed, 24 Sep 2014 00:34:34 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11796) Add client support for atomic checkAndMutate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)