-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.3.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
In HBASE-22005, I added a ByteBuffAllocator reference in HFileBlock, but no increase relative heapSize in HFileBlock#heapSize(). So I guess we have no UT for the HFileBlock#heapSize().
Will add a UT for this, also fix the heapSize change issue.
Other classes also need an UT:
1. HFileBlockIndex;
2. HFileContext
- links to