Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 76111 invoked from network); 2 Mar 2011 23:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 23:01:58 -0000 Received: (qmail 85357 invoked by uid 500); 2 Mar 2011 23:01:57 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 85282 invoked by uid 500); 2 Mar 2011 23:01:56 -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 85274 invoked by uid 99); 2 Mar 2011 23:01:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 23:01:56 +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 Mar 2011 23:01:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 38ACB4C199 for ; Wed, 2 Mar 2011 23:01:37 +0000 (UTC) Date: Wed, 2 Mar 2011 23:01:37 +0000 (UTC) From: "Matt Foley (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1648686366.9393.1299106897228.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (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:all-tabpanel ] Matt Foley updated HADOOP-6949: ------------------------------- Status: Patch Available (was: Open) > 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, arrayprim_v5.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