You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "tianhang tang (Jira)" <ji...@apache.org> on 2022/09/26 04:01:00 UTC

[jira] [Resolved] (HBASE-27388) Make balance byTable config take effect when use CLI

     [ https://issues.apache.org/jira/browse/HBASE-27388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tianhang tang resolved HBASE-27388.
-----------------------------------
    Resolution: Won't Do

> Make balance byTable config take effect when use CLI 
> -----------------------------------------------------
>
>                 Key: HBASE-27388
>                 URL: https://issues.apache.org/jira/browse/HBASE-27388
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: tianhang tang
>            Assignee: tianhang tang
>            Priority: Major
>
> For Master triger balance, whether balance by table is depend on 
> {code:java}
> this.isByTable = conf.getBoolean(HConstants.HBASE_MASTER_LOADBALANCE_BYTABLE, isByTable);{code}
> But for CLI, is different.
>  
> I think we'd better make the balance behavior same.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)