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/27 08:56:45 UTC

[incubator-iotdb] branch cluster_new updated (014b227 -> 307f8fe)

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 014b227  [IOTDB-613] Add the ability to persist and maintain currentterm for the raft node (#1094)
     add 307f8fe  fix merge

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/ClientMain.java  |  6 ++--
 .../iotdb/cluster/log/applier/DataLogApplier.java  | 19 +++++------
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 37 +++++++++++++++-------
 .../iotdb/cluster/query/ClusterPlanRouter.java     | 12 +++----
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  6 ++--
 .../cluster/partition/SlotPartitionTableTest.java  | 16 +++++-----
 .../4-StorageEngine/6-DataManipulation.md          |  2 +-
 .../4-StorageEngine/6-DataManipulation.md          |  2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  2 +-
 .../org/apache/iotdb/db/mqtt/PublishHandler.java   |  2 +-
 10 files changed, 57 insertions(+), 47 deletions(-)