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