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

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

tianhang tang created HBASE-27388:
-------------------------------------

             Summary: 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


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)