You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ionut Ignatescu (JIRA)" <ji...@apache.org> on 2012/08/19 19:15:38 UTC

[jira] [Created] (HBASE-6613) Automatically merge empty regions

Ionut Ignatescu created HBASE-6613:
--------------------------------------

             Summary: Automatically merge empty regions
                 Key: HBASE-6613
                 URL: https://issues.apache.org/jira/browse/HBASE-6613
             Project: HBase
          Issue Type: New Feature
          Components: master, regionserver, util
    Affects Versions: 0.94.1
            Reporter: Ionut Ignatescu


Consider an usecase where row keys has an increasing value(time-series data for example) and data retention is set to a concrete value(60 days for example).
After a period of time, longer than retention, empty regions will appear. This will cause high memory use on region servers.
In my opinion, regions merge could be part of major compaction or another tool should be provided. From my understading, it is possible to merge 2 empty regions without make table offline, but it's not possible to merge one empty region with a non-empty region without close/unassing this regions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira