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/08 03:55:30 UTC

[incubator-iotdb] branch cluster_new updated (07f1e0e -> 65913be)

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 07f1e0e  implement interfaces of adding a node
     add 65913be  add catchup

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/log/Log.java     |  19 ++
 .../org/apache/iotdb/cluster/log/LogManager.java   |   6 +
 .../apache/iotdb/cluster/log/MemoryLogManager.java |  21 ++-
 .../Snapshot.java}                                 |   9 +-
 .../apache/iotdb/cluster/log/meta/AddNodeLog.java  |  11 +-
 .../iotdb/cluster/server/MetaClusterServer.java    |  19 +-
 .../apache/iotdb/cluster/server/RaftServer.java    | 205 ++++++++++++++++++++-
 service-rpc/src/main/thrift/cluster.thrift         |   9 +-
 8 files changed, 256 insertions(+), 43 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/{exception/RequestTimeOutException.java => log/Snapshot.java} (76%)