Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 94448 invoked from network); 11 May 2010 18:10:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 18:10:05 -0000 Received: (qmail 51606 invoked by uid 500); 11 May 2010 18:10:05 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51570 invoked by uid 500); 11 May 2010 18:10:05 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 51562 invoked by uid 99); 11 May 2010 18:10:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 18:10:05 +0000 X-ASF-Spam-Status: No, hits=-1414.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 18:10:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BI9hjB009596 for ; Tue, 11 May 2010 18:09:43 GMT Message-ID: <6795137.7911273601383873.JavaMail.jira@thor> Date: Tue, 11 May 2010 14:09:43 -0400 (EDT) From: "Jakob Homan (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1061) Memory footprint optimization for INodeFile object. In-Reply-To: <680844895.417801269297689033.JavaMail.jira@brutus.apache.org> 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/HDFS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1061: ------------------------------ Hadoop Flags: [Incompatible change, Reviewed] Contrib test failure unrelated. +1. Marking as incompatible change due to more strict bounds checking. > Memory footprint optimization for INodeFile object. > ---------------------------------------------------- > > Key: HDFS-1061 > URL: https://issues.apache.org/jira/browse/HDFS-1061 > Project: Hadoop HDFS > Issue Type: Improvement > Components: name-node > Affects Versions: 0.22.0 > Reporter: Bharath Mundlapudi > Assignee: Bharath Mundlapudi > Priority: Minor > Fix For: 0.22.0 > > Attachments: HDFS-1061-1.patch, HDFS-1061-2.patch, HDFS-1061-3.patch, HDFS-1061.patch > > > I am proposing a footprint optimization to merge blockReplication and preferredBlockSize fields into one 'long header' field in INodeFile class. This saves 8 bytes per INodeFile object on a 64 bit JVM. This memory optimization is transparent and changes are very minimal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.