HBASE-6423 Writes should not block reads on blocking updates to memstores - Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16084720bb
commit
b0072b0b46
|
@ -4876,7 +4876,7 @@ public class HRegion implements HeapSize { // , Writable{
|
|||
ClassSize.OBJECT +
|
||||
ClassSize.ARRAY +
|
||||
40 * ClassSize.REFERENCE + 2 * Bytes.SIZEOF_INT +
|
||||
(8 * Bytes.SIZEOF_LONG) +
|
||||
(9 * Bytes.SIZEOF_LONG) +
|
||||
Bytes.SIZEOF_BOOLEAN);
|
||||
|
||||
public static final long DEEP_OVERHEAD = FIXED_OVERHEAD +
|
||||
|
|
Loading…
Reference in New Issue