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 A64E910339 for ; Tue, 3 Sep 2013 15:04:57 +0000 (UTC) Received: (qmail 77512 invoked by uid 500); 3 Sep 2013 15:04:57 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77142 invoked by uid 500); 3 Sep 2013 15:04:54 -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 77043 invoked by uid 99); 3 Sep 2013 15:04:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 15:04:52 +0000 Date: Tue, 3 Sep 2013 15:04:52 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9383) Have Cell interface extend HeapSize interface 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-9383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756683#comment-13756683 ] Jonathan Hsieh commented on HBASE-9383: --------------------------------------- I punted on this because I wasn't sure how far the encoded cells are percolated through the RS. I assume the heap size of the KV is used for memstore/buffer cache accounting. are prefixtree cells present in the memstore? is encoded data present in the block cache or are the expanded? for prefixtree heapsize, it would make sense to count the pointers, and separately count the shared prefixpool. > Have Cell interface extend HeapSize interface > --------------------------------------------- > > Key: HBASE-9383 > URL: https://issues.apache.org/jira/browse/HBASE-9383 > Project: HBase > Issue Type: Sub-task > Affects Versions: 0.96.0 > Reporter: Jonathan Hsieh > > From the review of HBASE-9359. > bq. Stack: Cell should implement HeapSize? That sounds right. > bq. Ram: +1 for Cell extending HeapSize. > bq. Jon: I'll look into Cell extending HeapSize as a follow on. It doesn't interfere with the signature and if a older 0.96 client talks to a 0.96.1 rs that has the change, it won't matter. -- 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