HBASE-24648 Remove the legacy 'forceSplit' related code at region server side (#1990)
Addendum to fix TestHeapSize
This commit is contained in:
parent
37b863bd0b
commit
bfec964aef
|
@ -8407,10 +8407,10 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
||||||
|
|
||||||
public static final long FIXED_OVERHEAD = ClassSize.align(
|
public static final long FIXED_OVERHEAD = ClassSize.align(
|
||||||
ClassSize.OBJECT +
|
ClassSize.OBJECT +
|
||||||
56 * ClassSize.REFERENCE +
|
55 * ClassSize.REFERENCE +
|
||||||
3 * Bytes.SIZEOF_INT +
|
3 * Bytes.SIZEOF_INT +
|
||||||
14 * Bytes.SIZEOF_LONG +
|
14 * Bytes.SIZEOF_LONG +
|
||||||
3 * Bytes.SIZEOF_BOOLEAN);
|
2 * Bytes.SIZEOF_BOOLEAN);
|
||||||
|
|
||||||
// woefully out of date - currently missing:
|
// woefully out of date - currently missing:
|
||||||
// 1 x HashMap - coprocessorServiceHandlers
|
// 1 x HashMap - coprocessorServiceHandlers
|
||||||
|
|
Loading…
Reference in New Issue