You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/03/19 12:59:02 UTC

[iotdb] branch Vector updated (0cf1b59 -> 67584a3)

This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 0cf1b59  fix deadlock
     add 07f199d  adjust
     add 67584a3  drop raft

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        |  2 +-
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  2 --
 .../iotdb/cluster/coordinator/Coordinator.java     | 31 ++++++++++++--------
 .../iotdb/cluster/log/applier/BaseApplier.java     |  4 ++-
 .../cluster/partition/slot/SlotPartitionTable.java |  5 ++--
 .../apache/iotdb/cluster/server/ClientServer.java  |  7 ++++-
 .../cluster/server/member/DataGroupMember.java     | 34 +++++++++++++++-------
 .../org/apache/iotdb/VectorSessionExample.java     | 16 ++++++----
 8 files changed, 66 insertions(+), 35 deletions(-)