[ 
https://issues.apache.org/jira/browse/HBASE-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089247#comment-13089247
 ] 

Ted Yu commented on HBASE-4240:
-------------------------------

{code}
+  public List<HRegionInfo> randomize(final List<HRegionInfo> regions) {
{code}
The only reference to the above method I can find is in TestLoadBalancer.

I think it is safe to remove it from interface and implementation.

> Allow Loadbalancer to be pluggable.
> -----------------------------------
>
>                 Key: HBASE-4240
>                 URL: https://issues.apache.org/jira/browse/HBASE-4240
>             Project: HBase
>          Issue Type: New Feature
>          Components: master
>    Affects Versions: 0.94.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.94.0
>
>         Attachments: HBASE-4240-0.patch, HBASE-4240-1.patch
>
>
> Everyone seems to want something different from a load balancer.  People want 
> low latency, simplicity, and total control.  It seems like at some point the 
> load balancer can't be all things to all people.  Something akin to what 
> hadoop JT's pluggable scheduler seems like it will enable all solutions 
> without making the code much more complex. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to