HBASE-13055 HRegion FIXED_OVERHEAD missed one boolean (Duo Zhang)
This commit is contained in:
parent
ae920d5559
commit
500b04543b
|
@ -6839,7 +6839,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver { //
|
|||
ClassSize.ARRAY +
|
||||
45 * ClassSize.REFERENCE + 2 * Bytes.SIZEOF_INT +
|
||||
(12 * Bytes.SIZEOF_LONG) +
|
||||
4 * Bytes.SIZEOF_BOOLEAN);
|
||||
5 * Bytes.SIZEOF_BOOLEAN);
|
||||
|
||||
// woefully out of date - currently missing:
|
||||
// 1 x HashMap - coprocessorServiceHandlers
|
||||
|
|
Loading…
Reference in New Issue