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 4ee2e302c18 fix member removal
add 4e73ab739c4 fix snapshot dir
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/consensus/common/Utils.java | 36 ++++++++++++++++++++++
.../consensus/exception/ConsensusException.java | 4 +++
.../consensus/iot/IoTConsensusServerImpl.java | 33 ++------------------
.../iotdb/consensus/natraft/RaftConsensus.java | 9 ++++--
.../consensus/natraft/protocol/RaftMember.java | 29 +++++++++++++++--
.../apache/iotdb/consensus/nbraft/TestUtils.java | 7 +++++
6 files changed, 84 insertions(+), 34 deletions(-)