You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2023/05/31 01:39:43 UTC

[iotdb] branch native_raft updated (bf7baa5b28c -> 456678b1caf)

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 bf7baa5b28c record compression time
     add 456678b1caf move timer and add auto compressor

No new revisions were added by this update.

Summary of changes:
 .../iotdb/consensus/natraft/utils/Timer.java       | 45 ++---------------
 .../iotdb/tsfile/compress/IUnCompressor.java       |  3 +-
 .../iotdb/tsfile/compress/auto/AutoCompressor.java | 22 +++-----
 .../tsfile/compress/auto/AutoUncompressor.java     | 25 +++++-----
 .../tsfile/compress/auto/CompressionSampler.java   | 58 ++++++++++++++++++++--
 5 files changed, 80 insertions(+), 73 deletions(-)
 rename {consensus => node-commons}/src/main/java/org/apache/iotdb/consensus/natraft/utils/Timer.java (90%)