You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/22 03:43:26 UTC

[incubator-iotdb] branch cluster_new updated (66d70ab -> 353fa2e)

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

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


    from 66d70ab  [IOTDB-574] Specify server conf params when satrt cluster mode (#1077)
     add c288e29  fix todoes and tests
     add 353fa2e  Merge branch 'cluster_new' of https://github.com/apache/incubator-iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/client/ClientPool.java    |   1 -
 .../java/org/apache/iotdb/cluster/log/Log.java     |   1 -
 .../org/apache/iotdb/cluster/log/LogParser.java    |   1 -
 .../iotdb/cluster/log/applier/BaseApplier.java     |   1 -
 .../iotdb/cluster/log/applier/DataLogApplier.java  |   1 -
 .../iotdb/cluster/log/applier/MetaLogApplier.java  |   1 -
 .../manage/FilePartitionedSnapshotLogManager.java  |   4 -
 .../iotdb/cluster/log/manage/MemoryLogManager.java |   2 -
 .../log/manage/PartitionedSnapshotLogManager.java  |  11 -
 .../iotdb/cluster/partition/PartitionTable.java    | 279 +--------------------
 .../cluster/partition/SlotPartitionTable.java      |  19 +-
 .../ClusterPlanRouter.java}                        | 222 ++++------------
 .../iotdb/cluster/server/DataClusterServer.java    |   6 +
 .../cluster/server/member/MetaGroupMember.java     |   9 +-
 .../iotdb/cluster/server/member/RaftMember.java    |   4 +
 .../cluster/partition/SlotPartitionTableTest.java  |  46 ++--
 .../cluster/query/manage/QueryCoordinatorTest.java |   2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  15 +-
 18 files changed, 114 insertions(+), 511 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/{partition/PartitionTable.java => query/ClusterPlanRouter.java} (60%)