Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 92297 invoked from network); 18 Feb 2009 19:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 19:04:24 -0000 Received: (qmail 28804 invoked by uid 500); 18 Feb 2009 19:04:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 28723 invoked by uid 500); 18 Feb 2009 19:04:23 -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 28709 invoked by uid 99); 18 Feb 2009 19:04:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 11:04:23 -0800 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; Wed, 18 Feb 2009 19:04:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F7EA234C4A8 for ; Wed, 18 Feb 2009 11:04:02 -0800 (PST) Message-ID: <1495323016.1234983842127.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 11:04:02 -0800 (PST) From: "Erik Holstad (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1188) Memory size of Java Objects - Make cacheable objects implement HeapSize In-Reply-To: <926060281.1233953219927.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Holstad updated HBASE-1188: -------------------------------- Attachment: HBASE-1188-v1.patch > Memory size of Java Objects - Make cacheable objects implement HeapSize > ----------------------------------------------------------------------- > > Key: HBASE-1188 > URL: https://issues.apache.org/jira/browse/HBASE-1188 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Critical > Fix For: 0.20.0 > > Attachments: HBASE-1188-v1.patch, MemoryTester.java > > > In order to make our efforts as generic as possible over in HBASE-1186, we need to add HeapSize functionality to more classes. > This issue is so we have a central place to post code and discuss the issues related to determining the size of a Java object in memory. > Erik Holstad and I have made good progress and have done significant research into other Java caching projects. We will report our findings here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.