HBASE-3298 Regionserver can close during a split causing double assignment -- fix broken heapsize test -- add reference too

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-12-04 18:20:10 +00:00
parent 61fb4c2d77
commit be91a5326f
1 changed files with 1 additions and 1 deletions

View File

@ -3281,7 +3281,7 @@ public class HRegion implements HeapSize { // , Writable{
public static final long FIXED_OVERHEAD = ClassSize.align(
(4 * Bytes.SIZEOF_LONG) + Bytes.SIZEOF_BOOLEAN +
(22 * ClassSize.REFERENCE) + ClassSize.OBJECT + Bytes.SIZEOF_INT);
(23 * ClassSize.REFERENCE) + ClassSize.OBJECT + Bytes.SIZEOF_INT);
public static final long DEEP_OVERHEAD = ClassSize.align(FIXED_OVERHEAD +
(ClassSize.OBJECT * 2) + (2 * ClassSize.ATOMIC_BOOLEAN) +