gjacoby126 commented on a change in pull request #822: HBASE-23288 - Backport
HBASE-23251 (Add Column Family and Table Names…
URL: https://github.com/apache/hbase/pull/822#discussion_r346490312
##########
File path:
hbase-common/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileContext.java
##########
@@ -203,11 +218,18 @@ public String getHFileName() {
public long heapSize() {
long size = ClassSize.align(ClassSize.OBJECT +
// Algorithm reference, encodingon, checksumtype, Encryption.Context
reference
- 5 * ClassSize.REFERENCE +
+ 7 * ClassSize.REFERENCE +
Review comment:
@liuml07 - the change to heap size was required to get an existing test in
TestHFileBlock to pass.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services