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

Elliott Clark commented on HBASE-6720:
--------------------------------------

[~stack] For per-table load balancing the balancer is only given regions of one 
table at a time.  So with the way the DefaultLoadBalancer is configured by 
default (per table balancing on) there's no way for to do it in the balancer.  

Imo way too much balancing logic has leaked into the HMaster class.  I would 
think that timing and per table balancing should be moved into the Balancer.  
That would then allow this limit to be moved into the balancer.
                
> Optionally limit number of regions balanced in each balancer run
> ----------------------------------------------------------------
>
>                 Key: HBASE-6720
>                 URL: https://issues.apache.org/jira/browse/HBASE-6720
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.3
>
>         Attachments: 6720-0.96-v1.txt
>
>
> See discussion on HBASE-3866

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to