HBASE-5021 Enforce upper bound on timestamp
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82e376b3ea
commit
cd508de041
@ -4391,7 +4391,7 @@ public class HRegion implements HeapSize { // , Writable{
|
|||||||
ClassSize.OBJECT +
|
ClassSize.OBJECT +
|
||||||
ClassSize.ARRAY +
|
ClassSize.ARRAY +
|
||||||
30 * ClassSize.REFERENCE + Bytes.SIZEOF_INT +
|
30 * ClassSize.REFERENCE + Bytes.SIZEOF_INT +
|
||||||
(4 * Bytes.SIZEOF_LONG) +
|
(5 * Bytes.SIZEOF_LONG) +
|
||||||
Bytes.SIZEOF_BOOLEAN);
|
Bytes.SIZEOF_BOOLEAN);
|
||||||
|
|
||||||
public static final long DEEP_OVERHEAD = FIXED_OVERHEAD +
|
public static final long DEEP_OVERHEAD = FIXED_OVERHEAD +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user