Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 28105 invoked from network); 10 Feb 2010 18:38:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2010 18:38:56 -0000 Received: (qmail 96395 invoked by uid 500); 10 Feb 2010 18:38:55 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 96340 invoked by uid 500); 10 Feb 2010 18:38:55 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 96297 invoked by uid 99); 10 Feb 2010 18:38:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 18:38:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 18:38:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 788EE29A001B for ; Wed, 10 Feb 2010 10:38:34 -0800 (PST) Message-ID: <459449724.185971265827114492.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Feb 2010 18:38:34 +0000 (UTC) From: "ryan rawson (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1845) Discussion issue for multi calls, MultiDelete, MultiGet and MultiPut In-Reply-To: <408073606.1253116317719.JavaMail.jira@brutus> 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-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832114#action_12832114 ] ryan rawson commented on HBASE-1845: ------------------------------------ this won't be able to go into 0.20 for the same reason 2066 cant - it requires a version bump in the RPC. Even adding methods changes the on-wire protocol alas. > Discussion issue for multi calls, MultiDelete, MultiGet and MultiPut > -------------------------------------------------------------------- > > Key: HBASE-1845 > URL: https://issues.apache.org/jira/browse/HBASE-1845 > Project: Hadoop HBase > Issue Type: New Feature > Reporter: Erik Holstad > Fix For: 0.21.0 > > Attachments: batch.patch, hbase-1845_0.20.3.patch, multi-v1.patch > > > I've started to create a general interface for doing these batch/multi calls and would like to get some input and thoughts about how we should handle this and what the protocol should > look like. > First naive patch, coming soon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.