You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by he...@apache.org on 2023/05/10 08:33:41 UTC

[iotdb] branch rel/1.1 updated (e917076637 -> 28d2fbb1dd)

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

heiming pushed a change to branch rel/1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from e917076637 [To rel/1.1] Refactor compaction task metrics (#9783)
     add 28d2fbb1dd [To rel/1.1][IOTDB-5830] Update disk usage and file num when deleting the wal node (#9813)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/wal/WALManager.java   |  8 ++---
 .../db/wal/allocation/FirstCreateStrategy.java     |  3 ++
 .../iotdb/db/wal/buffer/AbstractWALBuffer.java     | 41 ++++++++++++++++++++--
 .../java/org/apache/iotdb/db/wal/node/WALNode.java | 14 ++++++--
 .../iotdb/db/wal/recover/WALNodeRecoverTask.java   |  6 ----
 5 files changed, 57 insertions(+), 15 deletions(-)