[
https://issues.apache.org/jira/browse/HBASE-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712521#comment-14712521
]
stack commented on HBASE-14309:
-------------------------------
You do this:
410 return BalanceResponse.newBuilder().setBalancerRan(master.balance(
411 request.getForce())).build();
w/o checking if there is a force set (it has no default)
Does this work?
You repeat the Interface javadoc in the implementation (though you have
@override).
> Allow load balancer to operate when there is region in transition by adding
> force flag
> --------------------------------------------------------------------------------------
>
> Key: HBASE-14309
> URL: https://issues.apache.org/jira/browse/HBASE-14309
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 14309-v1.txt, 14309-v2.txt
>
>
> This issue adds boolean parameter, force, to 'balancer' command so that admin
> can force region balancing even when there is region in transition - assuming
> RIT being transient.
> This enhancement was requested by some customer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)