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/12/05 13:05:19 UTC

[incubator-iotdb] branch cluster_new updated (79296d8 -> bfd8892)

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 79296d8  add generic types
     add bfd8892  add file transfer

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/RemoteTsFileResource.java |  16 +++
 .../apache/iotdb/cluster/config/ClusterConfig.java |   1 -
 .../manage/FilePartitionedSnapshotLogManager.java  |   2 +-
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   |   5 +-
 ...estCommitIdHandler.java => GenericHandler.java} |  21 ++--
 .../handlers/caller/RequestCommitIdHandler.java    |   1 -
 .../cluster/server/member/DataGroupMember.java     | 111 ++++++++++++++++++++-
 .../iotdb/cluster/server/member/RaftMember.java    |  22 ++++
 service-rpc/src/main/thrift/cluster.thrift         |   2 +
 9 files changed, 163 insertions(+), 18 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/server/handlers/caller/{RequestCommitIdHandler.java => GenericHandler.java} (69%)