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 2021/09/15 08:20:50 UTC

[iotdb] branch improve_wal updated (28e3629 -> 708959b)

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

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


    from 28e3629  merge master branch
     add 708959b  Fix merge

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java |  44 +--
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  30 +-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   |  15 +-
 .../db/qp/physical/crud/InsertTabletPlan.java      |  17 +-
 .../iotdb/db/qp/physical/crud/UpdatePlan.java      | 123 -------
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   4 +-
 .../java/org/apache/iotdb/db/tools/WalChecker.java |   6 -
 .../org/apache/iotdb/db/utils/CommonUtils.java     |  34 +-
 .../datastructure/RandomAccessArrayDeque.java      | 394 +++++++++------------
 .../iotdb/db/writelog/io/BatchLogReader.java       |   4 +-
 .../db/writelog/io/DifferentialBatchLogReader.java |  18 +-
 .../io/DifferentialSingleFileLogReader.java        |   7 +-
 .../db/writelog/node/DifferentialWriteLogNode.java |  41 ++-
 .../db/writelog/node/ExclusiveWriteLogNode.java    |  33 +-
 .../writelog/recover/TsFileRecoverPerformer.java   |   6 +-
 .../datastructure/RandomAccessArrayDequeTest.java  |   6 +-
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  |   2 +-
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |   6 -
 18 files changed, 247 insertions(+), 543 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/qp/physical/crud/UpdatePlan.java