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 Purtell (JIRA)" <ji...@apache.org> on 2009/01/31 21:43:59 UTC

[jira] Updated: (HBASE-1171) move force split/compact/major compact logic to client

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

Andrew Purtell updated HBASE-1171:
----------------------------------

    Component/s: regionserver
                 master

> move force split/compact/major compact logic to client
> ------------------------------------------------------
>
>                 Key: HBASE-1171
>                 URL: https://issues.apache.org/jira/browse/HBASE-1171
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: master, regionserver
>            Reporter: Andrew Purtell
>
> We decided to have the force split, compact, or major compact actions on tables or regions go through the master, in part because then it is easy to have pushbuttons in the master UI for table actions. Requests are relayed by the master via the instruction stream returned when HRS call in. As Zookeeper integration progresses, and the master shrinks accordingly, the code in HBaseAdmin for requesting force splits etc. should move away from the HMasterInterface.modifyTable and instead talk directly to the regionserver(s) as desired. 

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