You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/09/01 16:15:53 UTC

[jira] Assigned: (HBASE-2701) Move user-triggered region admin methods (compact/split/flush) to go directly to RS

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

Jean-Daniel Cryans reassigned HBASE-2701:
-----------------------------------------

    Assignee: Jonathan Gray

> Move user-triggered region admin methods (compact/split/flush) to go directly to RS
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-2701
>                 URL: https://issues.apache.org/jira/browse/HBASE-2701
>             Project: HBase
>          Issue Type: Sub-task
>          Components: client, ipc, master, regionserver
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.90.0
>
>
> Currently region admin commands like compact, split, and flush go via HBaseAdmin from clients to the master.  The master than piggybacks the requests onto the heartbeat responses.
> This issue is about moving these commands to go directly from client to RS.  At the same time, we should be able to make both sync and async versions (currently this is only async and there is no way to make it sync).

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