HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; ADDENDUM to fix broke TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d759b79c8
commit
5d19fcfd83
|
@ -1837,7 +1837,7 @@ public class HStore implements Store, StoreConfiguration {
|
|||
}
|
||||
|
||||
public static final long FIXED_OVERHEAD =
|
||||
ClassSize.align((20 * ClassSize.REFERENCE) + (6 * Bytes.SIZEOF_LONG)
|
||||
ClassSize.align((20 * ClassSize.REFERENCE) + (4 * Bytes.SIZEOF_LONG)
|
||||
+ (3 * Bytes.SIZEOF_INT) + Bytes.SIZEOF_BOOLEAN);
|
||||
|
||||
public static final long DEEP_OVERHEAD = ClassSize.align(FIXED_OVERHEAD
|
||||
|
|
Loading…
Reference in New Issue