[
https://issues.apache.org/jira/browse/HBASE-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893090#action_12893090
]
Jonathan Gray commented on HBASE-2701:
--------------------------------------
It would be useful to have something generic to do the break up by region,
grouped by server. I know I've written this code at least once. There's some
stuff in trunk now for MultiPut but would need rejiggering to make reusable.
Could be used for this, MultiGet, etc...
Anyone interested in working on this?
> 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
> 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.