Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 58022 invoked from network); 3 May 2009 00:25:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 May 2009 00:25:59 -0000 Received: (qmail 66530 invoked by uid 500); 3 May 2009 00:25:59 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 66459 invoked by uid 500); 3 May 2009 00:25:59 -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 66449 invoked by uid 99); 3 May 2009 00:25:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 May 2009 00:25:59 +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; Sun, 03 May 2009 00:25:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6481A234C052 for ; Sat, 2 May 2009 17:25:30 -0700 (PDT) Message-ID: <2147117445.1241310330410.JavaMail.jira@brutus> Date: Sat, 2 May 2009 17:25:30 -0700 (PDT) From: "ryan rawson (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-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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=12705355#action_12705355 ] ryan rawson commented on HBASE-794: ----------------------------------- Scanning isn't always 30 rows small - I personally set my scanner caching to 1000 rows. I would set my performance targets at 30-50k ops/sec (what I currently get on my systems). Given the other perf graphs, its probably a question of "will any serialization be fast enough". It'd be nice to get a kb/op measure of garbage gen activity. With the cms with capped parnew as a stock gc setup, we need to keep garbage gen as low as possible. > 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 > > 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.