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/03/24 10:16:25 UTC

[incubator-iotdb] branch cluster_new updated (d6cd5cb -> 48f545e)

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 d6cd5cb  Merge branch 'partitioned_file_version_management' into cluster_new
     add 48f545e  add processing of pull file failure add comments

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/RemoteTsFileResource.java |   1 -
 ...eGroupException.java => PullFileException.java} |  15 +-
 .../exception/SnapshotApplicationException.java    |  19 +-
 .../org/apache/iotdb/cluster/log/LogManager.java   |   7 +
 .../manage/FilePartitionedSnapshotLogManager.java  |   9 +-
 .../cluster/log/snapshot/PullSnapshotTask.java     |   9 +-
 .../cluster/server/member/DataGroupMember.java     | 211 +++++++++++++++------
 .../iotdb/cluster/server/member/RaftMember.java    |   3 +
 .../cluster/server/member/DataGroupMemberTest.java |   5 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   6 +
 10 files changed, 203 insertions(+), 82 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/exception/{NotInSameGroupException.java => PullFileException.java} (70%)
 copy server/src/main/java/org/apache/iotdb/db/tools/logvisual/exceptions/VisualizationException.java => cluster/src/main/java/org/apache/iotdb/cluster/exception/SnapshotApplicationException.java (72%)