Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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).
Attachments
Issue Links
- relates to
-
HBASE-2692 Master rewrite and cleanup for 0.90
- Closed