HBASE-13055 HRegion FIXED_OVERHEAD missed one boolean (Duo Zhang)
This commit is contained in:
parent
e99091e97c
commit
3e35bbdee4
|
@ -6734,7 +6734,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