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/05/23 17:38:06 UTC

[iotdb] branch jira3188 updated (f1ff4f91e5 -> 0dfd56f247)

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

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


    from f1ff4f91e5 add SyncStatusTest
     add 0dfd56f247 add MutliLeaderConsensusTest && add GetConsensusReqReaderPlan

No new revisions were added by this update.

Summary of changes:
 .../multileader/MultiLeaderConsensus.java          |  11 +-
 .../multileader/MultiLeaderServerImpl.java         |   8 +-
 .../multileader/client/DispatchLogHandler.java     |  38 ++-
 .../multileader/logdispatcher/LogDispatcher.java   |  24 +-
 .../multileader/wal/GetConsensusReqReaderPlan.java |  13 +-
 .../consensus/standalone/StandAloneConsensus.java  |   7 +-
 .../multileader/MultiLeaderConsensusTest.java      | 343 ++++++++++++++++++++-
 .../iotdb/consensus/ratis/RatisConsensusTest.java  |   8 +-
 .../apache/iotdb/consensus/ratis/TestUtils.java    |  16 +-
 .../{ => standalone}/EmptyStateMachine.java        |   3 +-
 .../iotdb/consensus/standalone/RecoveryTest.java   |   3 +-
 .../standalone/StandAloneConsensusTest.java        |   3 +-
 .../consensus/statemachine/BaseStateMachine.java   |  13 -
 .../statemachine/DataRegionStateMachine.java       |  16 +-
 .../statemachine/SchemaRegionStateMachine.java     |   9 +-
 15 files changed, 455 insertions(+), 60 deletions(-)
 copy tsfile/src/main/java/org/apache/iotdb/tsfile/read/expression/IExpression.java => consensus/src/main/java/org/apache/iotdb/consensus/multileader/wal/GetConsensusReqReaderPlan.java (76%)
 rename consensus/src/test/java/org/apache/iotdb/consensus/{ => standalone}/EmptyStateMachine.java (94%)