You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/11 23:28:00 UTC

[jira] [Resolved] (HBASE-10655) ByteRange-fronted slab allocator for on- and off-heap cellblock storage

     [ https://issues.apache.org/jira/browse/HBASE-10655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-10655.
-----------------------------------------
    Resolution: Not A Problem

> ByteRange-fronted slab allocator for on- and off-heap cellblock storage
> -----------------------------------------------------------------------
>
>                 Key: HBASE-10655
>                 URL: https://issues.apache.org/jira/browse/HBASE-10655
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Kyle Purtell
>            Priority: Major
>
> Our ByteRange interface has some nice properties such as a compareTo method using hbase-friendly unsigned byte comparison. This can be backed by either on-heap or off-heap byte buffers. Consider an allocator that internally allocates huge on or off-heap slabs and hands out ByteRanges over portions of those arenas. Keep it as simple as possible, optimized for HBase needs. Can be fairly standalone with respect to the rest of the HBase code. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)