HBASE-7801 Addendum - fix Mutation size
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffd8cab11b
commit
a0aad9686e
|
@ -51,8 +51,8 @@ public abstract class Mutation extends OperationWithAttributes implements Row, C
|
|||
2 * ClassSize.REFERENCE +
|
||||
// Timestamp
|
||||
1 * Bytes.SIZEOF_LONG +
|
||||
// writeToWAL
|
||||
Bytes.SIZEOF_BOOLEAN +
|
||||
// durability
|
||||
ClassSize.REFERENCE +
|
||||
// familyMap
|
||||
ClassSize.REFERENCE +
|
||||
// familyMap
|
||||
|
@ -341,4 +341,4 @@ public abstract class Mutation extends OperationWithAttributes implements Row, C
|
|||
}
|
||||
return row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue