You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/31 00:18:55 UTC

[iotdb] branch master updated (c84095d093 -> c01b1e1504)

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

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


    from c84095d093 [IOTDB-3325] Thrown an exception when using group by in raw data query (#6077)
     add c01b1e1504 [IOTDB-3335] Redundant data recovered by wal in multi-leader consensus (#6076)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  7 ++--
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  5 ++-
 .../java/org/apache/iotdb/db/wal/WALManager.java   | 15 +++++---
 .../allocation/AbstractNodeAllocationStrategy.java |  9 +++++
 .../db/wal/allocation/FirstCreateStrategy.java     |  4 +--
 .../iotdb/db/wal/buffer/AbstractWALBuffer.java     |  4 ++-
 .../org/apache/iotdb/db/wal/buffer/WALBuffer.java  |  7 +++-
 .../iotdb/db/wal/checkpoint/CheckpointManager.java | 40 +++++++++++++++-------
 .../iotdb/db/wal/checkpoint/MemTableInfo.java      |  1 -
 .../apache/iotdb/db/wal/io/CheckpointReader.java   | 22 +++++++-----
 .../java/org/apache/iotdb/db/wal/node/WALNode.java |  7 +++-
 .../db/wal/recover/CheckpointRecoverUtils.java     | 32 ++++++++++++++---
 .../iotdb/db/wal/recover/WALNodeRecoverTask.java   | 34 ++++++++++++++++--
 .../iotdb/db/wal/utils/CheckpointFileUtils.java    |  3 +-
 .../apache/iotdb/db/wal/utils/WALFileUtils.java    | 30 +++++++---------
 .../db/wal/allocation/FirstCreateStrategyTest.java |  2 +-
 .../db/wal/checkpoint/CheckpointManagerTest.java   |  6 ++--
 .../apache/iotdb/db/wal/io/CheckpointFileTest.java | 12 ++++---
 .../iotdb/db/wal/node/ConsensusReqReaderTest.java  | 14 ++++----
 .../org/apache/iotdb/db/wal/node/WALNodeTest.java  |  2 +-
 20 files changed, 179 insertions(+), 77 deletions(-)