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 98F77EB1F for ; Fri, 15 Feb 2013 03:33:16 +0000 (UTC) Received: (qmail 49468 invoked by uid 500); 15 Feb 2013 03:33:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 49184 invoked by uid 500); 15 Feb 2013 03:33:15 -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 49154 invoked by uid 99); 15 Feb 2013 03:33:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 03:33:15 +0000 Date: Fri, 15 Feb 2013 03:33:15 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-4210) Allow coprocessor to interact with batches per region sent from a client(?) 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-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578927#comment-13578927 ] Anoop Sam John commented on HBASE-4210: --------------------------------------- [~apurtell] Thanks for the review and comment. Ya it looks simple for me. Oops why I have not gone with that simplest way! :( So when MiniBatchOperationInProgress contains operation index [5-10) and some one call MiniBatchOperationInProgress#getOperation(1) -> we can convert it into BatchOperationInProgress.operations[5+1]. I read your comment correctly? This looks just fine with me. I will update the patch tonight. > Allow coprocessor to interact with batches per region sent from a client(?) > --------------------------------------------------------------------------- > > Key: HBASE-4210 > URL: https://issues.apache.org/jira/browse/HBASE-4210 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.94.0 > Reporter: Lars Hofhansl > Assignee: Anoop Sam John > Priority: Minor > Fix For: 0.96.0, 0.94.6 > > Attachments: HBASE-4210_94.patch > > > Currently the coprocessor write hooks - {pre|post}{Put|Delete} - are strictly one row|cell operations. > It might be a good idea to allow a coprocessor to deal with batches of puts and deletes as they arrive from the client. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira