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:
Zhihong Yu 2012-12-05 00:03:41 +00:00
parent 16084720bb
commit b0072b0b46
1 changed files with 1 additions and 1 deletions

View File

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