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 19:52:00 UTC

[jira] [Resolved] (HBASE-21033) Separate the StoreHeap from StoreFileHeap

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

Andrew Kyle Purtell resolved HBASE-21033.
-----------------------------------------
      Assignee:     (was: Lars Hofhansl)
    Resolution: Not A Problem

> Separate the StoreHeap from StoreFileHeap
> -----------------------------------------
>
>                 Key: HBASE-21033
>                 URL: https://issues.apache.org/jira/browse/HBASE-21033
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Lars Hofhansl
>            Priority: Minor
>         Attachments: 21033-branch-1-minimal.txt, 21033-branch-1-v0.txt
>
>
> Currently KeyValueHeap is used for both, heaps of StoreScanners at the Region level as well as heaps of StoreFileScanners (and a MemstoreScanner) at the Store level.
> This is various problems:
>  # Some incorrect method usage can only be deduced at runtime via runtime exception.
>  # In profiling sessions it's hard to distinguish the two.
>  # It's just not clean :)
>  



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