You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/01/20 19:09:44 UTC

[jira] Updated: (HBASE-3455) Heap fragmentation in region server

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

Todd Lipcon updated HBASE-3455:
-------------------------------

    Attachment: HBasefragmentation.pdf

Here's a PDF showing some graphs about heap fragmentation. These graphs indicate that memstore is way worse of a problem than block cache, though block cache churn can also introduce some fragmentation.

> Heap fragmentation in region server
> -----------------------------------
>
>                 Key: HBASE-3455
>                 URL: https://issues.apache.org/jira/browse/HBASE-3455
>             Project: HBase
>          Issue Type: Brainstorming
>          Components: performance, regionserver
>            Reporter: Todd Lipcon
>         Attachments: HBasefragmentation.pdf
>
>
> Stop-the-world GC pauses have long been a problem in HBase. "Concurrent mode failures" can usually be tuned around by setting the initiating occupancy fraction low, but eventually the heap becomes fragmented and a promotion failure occurs.
> This JIRA is to do research/experiments about the heap fragmentation issue and possible solutions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.