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 2019/11/13 04:53:59 UTC

[incubator-iotdb] branch cluster_new updated (f432c5f -> 47d463c)

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 f432c5f  refactor rpc interfaces
     add 47d463c  support node identifier

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/log/MemoryLogManager.java |  11 +
 .../apache/iotdb/cluster/log/meta/AddNodeLog.java  |  19 +-
 .../iotdb/cluster/partition/PartitionTable.java    |  14 +-
 .../iotdb/cluster/server/HeartBeatThread.java      |  32 ++-
 .../iotdb/cluster/server/MetaClusterServer.java    |  67 ++++--
 .../apache/iotdb/cluster/server/RaftServer.java    | 227 ++++++++++++++++++---
 .../server/handlers/caller/AppendEntryHandler.java |   8 +-
 .../server/handlers/caller/ElectionHandler.java    |   3 +
 .../server/handlers/caller/HeartBeatHandler.java   |   9 +
 .../server/handlers/caller/JoinClusterHandler.java |   2 +-
 .../handlers/forwarder/ForwardAddNodeHandler.java  |   2 +-
 service-rpc/src/main/thrift/cluster.thrift         |  17 +-
 12 files changed, 336 insertions(+), 75 deletions(-)