You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/02/07 14:37:06 UTC

[incubator-iotdb] branch cluster_new updated (367d7ef -> 880bebf)

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

hxd pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 367d7ef  Merge remote-tracking branch 'origin/master' into cluster_new
     add 880bebf  finish all PhysicalPlan partition and their UTs

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/config/ClusterDescriptor.java    |   1 -
 .../iotdb/cluster/partition/PartitionTable.java    | 305 +++++++-------
 .../cluster/partition/SlotPartitionTable.java      |  32 +-
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  15 +-
 .../iotdb/cluster/common/TestPartitionTable.java   |  13 +-
 .../iotdb/cluster/partition/MManagerWhiteBox.java  |  57 +++
 .../cluster/partition/SlotPartitionTableTest.java  | 439 ++++++++++++++++++++-
 .../server/heartbeat/MetaHeartBeatThreadTest.java  |  22 ++
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  22 +-
 .../apache/iotdb/db/qp/physical/sys/CountPlan.java |   3 +
 .../db/qp/physical/sys/ShowChildPathsPlan.java     |   1 +
 .../apache/iotdb/tsfile/utils/Murmur128Hash.java   |   2 +-
 12 files changed, 724 insertions(+), 188 deletions(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/partition/MManagerWhiteBox.java