HBASE-5749 "HBASE-5335 Dynamic Schema Config" broke build, missing change to HRegion heapsize

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1311562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-10 03:06:36 +00:00
parent 1044d5e353
commit c15161771a
1 changed files with 1 additions and 1 deletions

View File

@ -4898,7 +4898,7 @@ public class HRegion implements HeapSize { // , Writable{
public static final long FIXED_OVERHEAD = ClassSize.align( public static final long FIXED_OVERHEAD = ClassSize.align(
ClassSize.OBJECT + ClassSize.OBJECT +
ClassSize.ARRAY + ClassSize.ARRAY +
31 * ClassSize.REFERENCE + Bytes.SIZEOF_INT + 32 * ClassSize.REFERENCE + Bytes.SIZEOF_INT +
(6 * Bytes.SIZEOF_LONG) + (6 * Bytes.SIZEOF_LONG) +
Bytes.SIZEOF_BOOLEAN); Bytes.SIZEOF_BOOLEAN);