[
https://issues.apache.org/jira/browse/HBASE-15927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308838#comment-15308838
]
Stephen Yuan Jiang commented on HBASE-15927:
--------------------------------------------
In Branch-1, MasterRpcServices#unassignRegion() also calls
HMaster#assignRegion(). The call was removed by HBASE-11732 in master branch.
Now only tests used HMaster#assignRegion(). So it is good that we move this
function to a test utility.
+1.
> Remove HMaster.assignRegion()
> -----------------------------
>
> Key: HBASE-15927
> URL: https://issues.apache.org/jira/browse/HBASE-15927
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Affects Versions: 2.0.0
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-15927-v0.patch
>
>
> another cleanup to have a smaller integration patch for the new AM.
> get rid of the HMaster.assignRegion() which was used only by few tests.
> and replace that assignRegion()+wait() with a HTU call
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)