You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/07/15 01:18:48 UTC

[iotdb] branch QueryException updated (59a564c818 -> 438fbd5516)

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

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


    from 59a564c818 add back
     add 343f84697e finish (#6669)
     add 34c871e6f6 fix the issue that TransformNode is not considered in ExchangeNodeAddr (#6662)
     add 2befe1325c [IOTDB-3829] Add UT for route algorithms (#6674)
     add cbd8d835ef Reduce data size of IoTDBMultiDeviceIT #6676
     add 438fbd5516 Merge remote-tracking branch 'origin/master' into QueryException

No new revisions were added by this update.

Summary of changes:
 .../load/heartbeat/DataNodeHeartbeatCache.java     |   6 +
 .../manager/load/heartbeat/RegionGroupCache.java   |   6 +-
 .../load/balancer/router/LeaderRouterTest.java     |  98 +++++++++++++++++
 .../balancer/router/LoadScoreGreedyRouterTest.java |  92 ++++++++++++++++
 .../org/apache/iotdb/db/it/IoTDBMultiDeviceIT.java | 121 +++++++++------------
 .../planner/distribution/ExchangeNodeAdder.java    |   6 +
 .../planner/plan/node/process/TransformNode.java   |   5 +
 7 files changed, 264 insertions(+), 70 deletions(-)
 create mode 100644 confignode/src/test/java/org/apache/iotdb/confignode/manager/load/balancer/router/LeaderRouterTest.java
 create mode 100644 confignode/src/test/java/org/apache/iotdb/confignode/manager/load/balancer/router/LoadScoreGreedyRouterTest.java