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/04 20:45:49 UTC

[jira] Updated: (HBASE-3411) manually compact memstores?

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

Todd Lipcon updated HBASE-3411:
-------------------------------

    Attachment: hbase-3411.txt

Here it is in all its buggy glory

> manually compact memstores?
> ---------------------------
>
>                 Key: HBASE-3411
>                 URL: https://issues.apache.org/jira/browse/HBASE-3411
>             Project: HBase
>          Issue Type: Brainstorming
>          Components: regionserver
>            Reporter: Todd Lipcon
>         Attachments: hbase-3411.txt
>
>
> I have a theory and some experiments that indicate our heap fragmentation issues has to do with the KV buffers from memstores ending up entirely interleaved in the old gen. I had a bit of wine and came up with a wacky idea to have a thread which continuously defragments memstore data buffers into contiguous segments, hopefully to keep old gen fragmentation down.
> It didn't seem to work just yet, but wanted to show the patch to some people.

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