HBASE-1883 HRegion passes the wrong minSequenceNumber to doReconstructionLog

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@821343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-10-03 15:50:56 +00:00
parent f7dad3dccc
commit 7e41f15233
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ public class Store implements HConstants, HeapSize {
public static final long FIXED_OVERHEAD = ClassSize.align(
ClassSize.OBJECT + (17 * ClassSize.REFERENCE) +
(5 * Bytes.SIZEOF_LONG) + (3 * Bytes.SIZEOF_INT) + Bytes.SIZEOF_BOOLEAN +
(6 * Bytes.SIZEOF_LONG) + (3 * Bytes.SIZEOF_INT) + Bytes.SIZEOF_BOOLEAN +
ClassSize.align(ClassSize.ARRAY));
public static final long DEEP_OVERHEAD = ClassSize.align(FIXED_OVERHEAD +