Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
In L2 cache (offheap) an HFile block might have been cached into multiple chunks of buffers. If HFileBlock need single BB, we will end up in recreation of bigger BB and copying. Instead we can make HFileBlock to serve data from an array of BBs.
Attachments
Attachments
Issue Links
- is blocked by
-
HBASE-13916 Create MultiByteBuffer an aggregation of ByteBuffers
- Closed
- relates to
-
HBASE-14116 Change ByteBuff.getXXXStrictlyForward to relative position based reads
- Closed
-
HBASE-14117 Check DBEs where fields are being read from Bytebuffers but unused.
- Closed
- links to