Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
hbase-11339
-
None
-
None
-
Reviewed
Description
Now in the value of a reference cell in a mob column, it's realMobValueLength(Use a long type currently) + mobFileName.
Actually the value length in cell is a int type, it's not necessary to use a long here. In the improvement, we'll use the int type instead long in a reference mob value.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-11646 Handle the MOB in compaction
- Closed