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:
stack 2020-06-30 15:57:49 -07:00
parent be57e40f36
commit 2c43f6cde7
1 changed files with 2 additions and 2 deletions

View File

@ -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