Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 79250 invoked from network); 6 Apr 2011 20:24:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 20:24:43 -0000 Received: (qmail 43132 invoked by uid 500); 6 Apr 2011 20:24:43 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 43095 invoked by uid 500); 6 Apr 2011 20:24:43 -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 43087 invoked by uid 99); 6 Apr 2011 20:24:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 20:24:43 +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, 06 Apr 2011 20:24:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CCE1995340 for ; Wed, 6 Apr 2011 20:24:05 +0000 (UTC) Date: Wed, 6 Apr 2011 20:24:05 +0000 (UTC) From: "Matt Foley (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1996946521.38611.1302121445835.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 [ https://issues.apache.org/jira/browse/HADOOP-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016510#comment-13016510 ] Matt Foley commented on HADOOP-6949: ------------------------------------ Great! Thanks, Konstantin. > 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 > Affects Versions: 0.22.0 > Reporter: Navis > Assignee: Matt Foley > Fix For: 0.22.0, 0.23.0 > > Attachments: ObjectWritable.diff, arrayprim.patch, arrayprim_v4.patch, arrayprim_v5.patch, arrayprim_v6.patch, arrayprim_v7.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