HBASE-24648 Remove the legacy 'forceSplit' related code at region server side (#1990)

Addendum to fix TestHeapSize
This commit is contained in:
stack 2020-06-29 14:19:44 -07:00
parent 37b863bd0b
commit bfec964aef
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 +
56 * ClassSize.REFERENCE +
55 * ClassSize.REFERENCE +
3 * Bytes.SIZEOF_INT +
14 * Bytes.SIZEOF_LONG +
3 * Bytes.SIZEOF_BOOLEAN);
2 * Bytes.SIZEOF_BOOLEAN);
// woefully out of date - currently missing:
// 1 x HashMap - coprocessorServiceHandlers