You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/01/06 01:01:44 UTC

[jira] Assigned: (HBASE-1082) Administrative functions for table/region maintenance

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

stack reassigned HBASE-1082:
----------------------------

    Assignee: stack

> Administrative functions for table/region maintenance
> -----------------------------------------------------
>
>                 Key: HBASE-1082
>                 URL: https://issues.apache.org/jira/browse/HBASE-1082
>             Project: Hadoop HBase
>          Issue Type: New Feature
>    Affects Versions: 0.19.0
>            Reporter: Jonathan Gray
>            Assignee: stack
>             Fix For: 0.19.0
>
>         Attachments: 1082.patch
>
>
> It would be useful to have some administrative functions available through HTable or HBaseAdmin.  The two functions I'm thinking of right now are to force memcache flushes (on all regions, or individually specified) and to run major compactions (on all regions, or individually specified).
> One reason to have this is currently major compactions run once a day by default.  The time that they run is related to when you brought up your cluster or created the tables.  In my case, this has been during peak load rather than offpeak times.  We have times that we run other administrative tasks like backups, cleanup, etc... during off times, and this would be a good time to also trigger major compactions and memcache flushes.
> Memcache force flushing can also be useful in the case that your cluster starts to have issues.  They might be isolated to a single region or regionserver, but with lots of edits sitting in memcache and potentially unappended hlogs, you want to just flush things out to remove the possibility of losing anything.

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