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 2022/03/13 05:04:36 UTC

[iotdb] branch consensus updated (186215d -> d6fafd3)

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

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


    from 186215d  init the consensus framework
     add d6fafd3  fix review

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/consensus/IConsensus.java     |  9 ++++---
 .../iotdb/consensus/ratis/RatisConsensus.java      | 29 +++++++++++++---------
 .../consensus/standalone/StandAloneConsensus.java  | 18 +++++++++-----
 .../consensus/standalone/StandAloneServerImpl.java |  4 +--
 .../consensus/statemachine/EmptyStateMachine.java  |  4 +--
 .../consensus/statemachine/IStateMachine.java      |  5 ++--
 .../standalone/StandAloneConsensusTest.java        | 17 ++++++++++---
 .../apache/iotdb/db/consensus/ConsensusMain.java   |  4 +--
 .../ratis/RatisDataRegionStateMachine.java         |  4 +--
 .../ratis/RatisSchemaRegionStateMachine.java       |  4 +--
 10 files changed, 60 insertions(+), 38 deletions(-)