Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E72E5108F9 for ; Mon, 23 Sep 2013 21:05:22 +0000 (UTC) Received: (qmail 2527 invoked by uid 500); 23 Sep 2013 21:05:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2236 invoked by uid 500); 23 Sep 2013 21:05:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 2020 invoked by uid 99); 23 Sep 2013 21:05:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 21:05:08 +0000 Date: Mon, 23 Sep 2013 21:05:08 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9430) Memstore heapSize calculation - DEEP_OVERHEAD is incorrect 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/HBASE-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775662#comment-13775662 ] Hudson commented on HBASE-9430: ------------------------------- FAILURE: Integrated in hbase-0.96-hadoop2 #54 (See [https://builds.apache.org/job/hbase-0.96-hadoop2/54/]) HBASE-9430 Memstore heapSize calculation - DEEP_OVERHEAD is incorrect (anoopsamjohn: rev 1525571) * /hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ClassSize.java * /hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/KeyValueSkipListSet.java * /hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStore.java * /hbase/branches/0.96/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestHeapSize.java > Memstore heapSize calculation - DEEP_OVERHEAD is incorrect > ---------------------------------------------------------- > > Key: HBASE-9430 > URL: https://issues.apache.org/jira/browse/HBASE-9430 > Project: HBase > Issue Type: Bug > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Fix For: 0.98.0, 0.94.13, 0.96.1 > > Attachments: HBASE-9430_94.patch, HBASE-9430.patch > > > {code} > expected += ClassSize.estimateBase(ConcurrentSkipListMap.class, false); > expected += ClassSize.estimateBase(ConcurrentSkipListMap.class, false); > expected += ClassSize.estimateBase(CopyOnWriteArraySet.class, false); > expected += ClassSize.estimateBase(CopyOnWriteArrayList.class, false); > {code} > We need to consider the heap requirement for KeyValueSkipListSet. > From where CopyOnWriteArraySet & CopyOnWriteArrayList is coming into picture? I am not able to follow. > Also we need to consider the heap for TimeRangeTracker -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira