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

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


    from 456678b1caf move timer and add auto compressor
     add fe1712d87d1 refactor reports

No new revisions were added by this update.

Summary of changes:
 .../iotdb/consensus/natraft/RaftConsensus.java     |  2 +-
 .../consensus/natraft/protocol/RaftConfig.java     |  2 +-
 .../consensus/natraft/protocol/RaftMember.java     | 11 +--
 .../consensus/natraft/protocol/log/Entry.java      |  3 +-
 .../log/appender/SlidingWindowLogAppender.java     |  7 +-
 .../protocol/log/applier/AsyncLogApplier.java      | 35 +++-----
 .../natraft/protocol/log/applier/BaseApplier.java  |  5 ++
 .../protocol/log/dispatch/DispatcherGroup.java     | 14 ++++
 .../protocol/log/dispatch/LogDispatcher.java       |  9 +++
 .../protocol/log/manager/RaftLogManager.java       | 46 +++++++++--
 .../iotdb/consensus/natraft/utils/NodeReport.java  | 92 ++++------------------
 .../iotdb/consensus/natraft/utils/Timer.java       | 24 +++++-
 12 files changed, 128 insertions(+), 122 deletions(-)

Reply via email to