Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 9354 invoked from network); 15 Jan 2009 22:50:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 22:50:28 -0000 Received: (qmail 84028 invoked by uid 500); 15 Jan 2009 22:50:28 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 83866 invoked by uid 500); 15 Jan 2009 22:50:28 -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 83855 invoked by uid 99); 15 Jan 2009 22:50:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 14:50:28 -0800 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; Thu, 15 Jan 2009 22:50:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9D38234C4B1 for ; Thu, 15 Jan 2009 14:49:59 -0800 (PST) Message-ID: <709728530.1232059799760.JavaMail.jira@brutus> Date: Thu, 15 Jan 2009 14:49:59 -0800 (PST) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-794) Language neutral IPC as a first class component of HBase architecture In-Reply-To: <2058377848.1217877044320.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664308#action_12664308 ] Andrew Purtell commented on HBASE-794: -------------------------------------- So for Thrift, that's DenseProtocol with FramedTransport for transport and NonblockingServer on the HBase side, got it. > Language neutral IPC as a first class component of HBase architecture > --------------------------------------------------------------------- > > Key: HBASE-794 > URL: https://issues.apache.org/jira/browse/HBASE-794 > Project: Hadoop HBase > Issue Type: New Feature > Components: client, ipc, master, regionserver > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 0.20.0 > > > This issue considers making a language neutral IPC mechanism and wire format a first class component of HBase architecture. Clients could talk to the master and regionserver using this protocol instead of HRPC at their option. > Options for language neutral IPC include: > * Thrift: http://incubator.apache.org/thrift/ > * Protocol buffers: http://code.google.com/p/protobuf/ > * XDR: http://en.wikipedia.org/wiki/External_Data_Representation -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.