HBASE-13055 HRegion FIXED_OVERHEAD missed one boolean (Duo Zhang)

This commit is contained in:
tedyu 2015-02-16 17:26:06 -08:00
parent e99091e97c
commit 3e35bbdee4
1 changed files with 1 additions and 1 deletions

View File

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