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/22 09:39:39 UTC

[iotdb] branch jira3188 updated (b25434d654 -> bd05b09702)

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 b25434d654 Merge branch 'master' of github.com:Apache/iotdb into jira3188
     add bd05b09702 add indexControllel test

No new revisions were added by this update.

Summary of changes:
 .../multileader/MultiLeaderServerImpl.java         |   1 +
 .../{ => logdispatcher}/IndexController.java       |  34 ++++---
 .../multileader/logdispatcher/LogDispatcher.java   |   1 -
 .../logdispatcher/IndexControllerTest.java         | 104 +++++++++++++++++++++
 .../apache/iotdb/consensus/ratis/SnapshotTest.java |   1 -
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  12 ++-
 6 files changed, 136 insertions(+), 17 deletions(-)
 rename consensus/src/main/java/org/apache/iotdb/consensus/multileader/{ => logdispatcher}/IndexController.java (85%)
 create mode 100644 consensus/src/test/java/org/apache/iotdb/consensus/multileader/logdispatcher/IndexControllerTest.java