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 a5f8279d621 Ensuring IoTconsensus data consistency during region
migration (#12438)
add da86ec37de8 Add hot reload for IoTConsensus transit snapshot rate
limiter and fix init (#12430)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/consensus/IConsensus.java | 8 +
.../apache/iotdb/consensus/iot/IoTConsensus.java | 11 +-
.../iot/snapshot/IoTConsensusRateLimiter.java | 5 +-
.../iotdb/consensus/ratis/RatisConsensus.java | 5 +
.../iotdb/consensus/simple/SimpleConsensus.java | 5 +
.../apache/iotdb/consensus/iot/ReplicateTest.java | 55 +++--
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 8 +
.../db/consensus/DataRegionConsensusImpl.java | 257 ++++++++++-----------
.../resources/conf/iotdb-common.properties | 1 +
9 files changed, 196 insertions(+), 159 deletions(-)