This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch native_raft
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 4e73ab739c4 fix snapshot dir
add 518d21fda97 fix transferLeader
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/consensus/common/Utils.java | 14 +++++----
.../iotdb/consensus/natraft/RaftConsensus.java | 9 +++---
.../natraft/client/SyncClientAdaptor.java | 12 ++++++++
.../consensus/natraft/protocol/RaftMember.java | 34 +++++++++++++---------
.../protocol/heartbeat/HeartbeatThread.java | 1 -
.../protocol/log/logtype/ConfigChangeEntry.java | 3 +-
.../natraft/service/RaftRPCServiceProcessor.java | 19 ++++++++++++
.../java/org/apache/iotdb/commons/utils/Timer.java | 2 +-
.../thrift-raft/src/main/thrift/raft.thrift | 2 ++
9 files changed, 69 insertions(+), 27 deletions(-)