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)