You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Dave Latham <la...@davelink.net> on 2013/07/30 00:33:37 UTC

HRegion heapSize out of date

While working on HBASE-8877 I noticed that HRegion.heapSize was missing
many things.  I fixed FIXED_OVERHEAD as part of the issue, but didn't try
to fix about a dozen missing fields from DEEP_OVERHEAD (though added
comments) or the actual dynamic heapSize().

Are we still trying to keep these up to date?  Should I file a JIRA?

Re: HRegion heapSize out of date

Posted by Stack <st...@duboce.net>.
On Mon, Jul 29, 2013 at 3:33 PM, Dave Latham <la...@davelink.net> wrote:

> While working on HBASE-8877 I noticed that HRegion.heapSize was missing
> many things.  I fixed FIXED_OVERHEAD as part of the issue, but didn't try
> to fix about a dozen missing fields from DEEP_OVERHEAD (though added
> comments) or the actual dynamic heapSize().
>
> Are we still trying to keep these up to date?  Should I file a JIRA?
>


File a JIRA Dave.  Probably not the end of the world if not exactly
up-to-date but yeah, would like to keep these aligned (need to figure a way
to automate these sizings).
St.Ack