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 2023/04/06 08:12:53 UTC

[iotdb] branch master updated (e6f0355d45 -> 6a146449fc)

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

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


    from e6f0355d45 docker deploy for v1.1.0, update docs and docker-compose files (#9528)
     add 6a146449fc [IOTDB-5466] Refactor RaftLog disk monitor to avoid unnecessary snapshots (#9515)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/consensus/common/Utils.java   | 32 --------
 .../iot/logdispatcher/IndexController.java         |  2 +-
 .../ratis/ApplicationStateMachineProxy.java        |  1 +
 .../iotdb/consensus/ratis/RatisConsensus.java      | 35 +++++----
 .../iotdb/consensus/ratis/ResponseMessage.java     |  1 +
 .../iotdb/consensus/ratis/SnapshotStorage.java     |  1 +
 .../ratis/metrics/IoTDBMetricRegistry.java         |  2 +-
 .../consensus/ratis/utils/RatisLogMonitor.java     | 87 ++++++++++++++++++++++
 .../iotdb/consensus/ratis/{ => utils}/Utils.java   |  2 +-
 .../iot/logdispatcher/IndexControllerTest.java     |  2 +-
 .../apache/iotdb/consensus/ratis/SnapshotTest.java |  1 +
 .../apache/iotdb/consensus/ratis/UtilsTest.java    |  1 +
 12 files changed, 118 insertions(+), 49 deletions(-)
 create mode 100644 consensus/src/main/java/org/apache/iotdb/consensus/ratis/utils/RatisLogMonitor.java
 rename consensus/src/main/java/org/apache/iotdb/consensus/ratis/{ => utils}/Utils.java (99%)