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/10 03:12:29 UTC

[incubator-iotdb] branch cluster_new updated (682e26b -> 9180d9a)

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 682e26b  link todos to issues
     add 9180d9a  rename socket to slot

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/config/ClusterConstant.java      |   2 +-
 ...Exception.java => NotManagedSlotException.java} |   8 +-
 .../manage/FilePartitionedSnapshotLogManager.java  |  16 ++--
 .../log/manage/PartitionedSnapshotLogManager.java  |  30 +++---
 .../cluster/log/snapshot/DataSimpleSnapshot.java   |   2 +-
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   |   6 +-
 .../cluster/log/snapshot/PartitionedSnapshot.java  |  38 ++++----
 .../cluster/log/snapshot/PullSnapshotTask.java     |  20 ++--
 .../log/snapshot/RemoteDataSimpleSnapshot.java     |   8 +-
 .../cluster/log/snapshot/RemoteFileSnapshot.java   |   2 +-
 .../iotdb/cluster/partition/PartitionTable.java    |   6 +-
 ...PartitionTable.java => SlotPartitionTable.java} | 106 ++++++++++-----------
 .../iotdb/cluster/server/DataClusterServer.java    |   4 +-
 .../handlers/caller/PullSnapshotHandler.java       |   8 +-
 .../cluster/server/member/DataGroupMember.java     |  80 ++++++++--------
 .../cluster/server/member/MetaGroupMember.java     |  12 +--
 .../apache/iotdb/cluster/utils/PartitionUtils.java |   8 +-
 service-rpc/src/main/thrift/cluster.thrift         |   2 +-
 18 files changed, 179 insertions(+), 179 deletions(-)
 rename cluster/src/main/java/org/apache/iotdb/cluster/exception/{NotManagedSocketException.java => NotManagedSlotException.java} (78%)
 rename cluster/src/main/java/org/apache/iotdb/cluster/partition/{SocketPartitionTable.java => SlotPartitionTable.java} (73%)