HBASE-24474 Rename LocalRegion to MasterRegion (#1811)
Addendum: HRegion changed size.
This commit is contained in:
parent
6b43015fc9
commit
9c8895cfbf
|
@ -8348,7 +8348,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
|||
ClassSize.OBJECT +
|
||||
ClassSize.ARRAY +
|
||||
55 * ClassSize.REFERENCE + 3 * Bytes.SIZEOF_INT +
|
||||
(14 * Bytes.SIZEOF_LONG) +
|
||||
(15 * Bytes.SIZEOF_LONG) +
|
||||
3 * Bytes.SIZEOF_BOOLEAN);
|
||||
|
||||
// woefully out of date - currently missing:
|
||||
|
|
Loading…
Reference in New Issue