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 53A2618F05 for ; Wed, 24 Feb 2016 03:09:19 +0000 (UTC) Received: (qmail 81458 invoked by uid 500); 24 Feb 2016 03:09:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81406 invoked by uid 500); 24 Feb 2016 03:09:18 -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 81338 invoked by uid 99); 24 Feb 2016 03:09:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 03:09:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5A2352C1F6C for ; Wed, 24 Feb 2016 03:09:18 +0000 (UTC) Date: Wed, 24 Feb 2016 03:09:18 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15290) Hbase Rest CheckAndAPI should save other cells along with compared cell 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-15290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15160122#comment-15160122 ] Enis Soztutar commented on HBASE-15290: --------------------------------------- Patch looks good, except that we have to do this for checkAndDelete as well. Also, please follow the hbase style in the code (spaces in between arguments, left curly bracket, etc). > Hbase Rest CheckAndAPI should save other cells along with compared cell > ----------------------------------------------------------------------- > > Key: HBASE-15290 > URL: https://issues.apache.org/jira/browse/HBASE-15290 > Project: HBase > Issue Type: Bug > Components: hbase > Affects Versions: 1.1.1 > Environment: Linux and windows > Reporter: Ajith > Labels: easyfix > Attachments: HBASE-15290-checkAndPut.patch, checkputfix2.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > Java CheckAndPut API allows users to save Cells (C1..C5) while comparing a Cell C1. > But in Rest API, even though caller sent multiple cells, hbase rest code is ignoring all the cells except for compare cell. -- This message was sent by Atlassian JIRA (v6.3.4#6332)