Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 37929 invoked from network); 2 Feb 2011 00:50:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 00:50:56 -0000 Received: (qmail 20596 invoked by uid 500); 2 Feb 2011 00:50:52 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 20524 invoked by uid 500); 2 Feb 2011 00:50:52 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 20516 invoked by uid 99); 2 Feb 2011 00:50:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 00:50:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 00:50:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F05AA1880AF for ; Wed, 2 Feb 2011 00:50:28 +0000 (UTC) Date: Wed, 2 Feb 2011 00:50:28 +0000 (UTC) From: "Hairong Kuang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1430765764.4187.1296607828981.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (HADOOP-6949) Reduces RPC packet size for primitive arrays, especially long[], which is used at block reporting 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/HADOOP-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989477#comment-12989477 ] Hairong Kuang commented on HADOOP-6949: --------------------------------------- Cool optimization! With this, shall we bump up rpc version number? > Reduces RPC packet size for primitive arrays, especially long[], which is used at block reporting > ------------------------------------------------------------------------------------------------- > > Key: HADOOP-6949 > URL: https://issues.apache.org/jira/browse/HADOOP-6949 > Project: Hadoop Common > Issue Type: Improvement > Components: io > Reporter: Navis > Assignee: Matt Foley > Fix For: 0.23.0 > > Attachments: ObjectWritable.diff, arrayprim.patch, arrayprim_v4.patch > > Original Estimate: 10m > Remaining Estimate: 10m > > Current implementation of oah.io.ObjectWritable marshals primitive array types as general object array ; array type string + array length + (element type string + value)*n > It would not be needed to specify each element types for primitive arrays. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira