You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/26 04:53:53 UTC

[iotdb] branch rename_multileader_iotconsensus updated (3f959cecd7 -> d88d093cbf)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch rename_multileader_iotconsensus
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3f959cecd7 Merge branch 'master' into rename_multileader_iotconsensus
     add e5208e8907 [IOTDB-5049] Add parameters enable leader balance for specifed consensus protocol class (#8170)
     add d88d093cbf resolve conflict

No new revisions were added by this update.

Summary of changes:
 .../iotdb/confignode/conf/ConfigNodeConfig.java    | 23 ++++++++++
 .../confignode/conf/ConfigNodeDescriptor.java      | 16 +++++++
 .../manager/load/balancer/RouteBalancer.java       | 31 ++++++++++---
 .../java/org/apache/iotdb/it/env/MppConfig.java    | 12 ++++-
 .../org/apache/iotdb/itbase/env/BaseConfig.java    | 12 ++++-
 .../it/IoTDBClusterRegionLeaderBalancingIT.java    | 51 +++++++++++-----------
 .../resources/conf/iotdb-common.properties         | 14 +++++-
 .../db/mpp/plan/parser/StatementGenerator.java     |  4 ++
 8 files changed, 126 insertions(+), 37 deletions(-)