[
https://issues.apache.org/jira/browse/HBASE-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-1171.
--------------------------
Fix Version/s: 0.90.0
Resolution: Invalid
This was done by hbase-2692. Resolving as no longer valid.
> move force split/compact/major compact logic to client
> ------------------------------------------------------
>
> Key: HBASE-1171
> URL: https://issues.apache.org/jira/browse/HBASE-1171
> Project: HBase
> Issue Type: Improvement
> Components: master, regionserver
> Reporter: Andrew Purtell
> Fix For: 0.90.0
>
>
> 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.