You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ej...@apache.org on 2020/12/14 03:52:06 UTC

[iotdb] branch sliding_mem_table updated (67bf8d4 -> 2075d63)

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

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


    from 67bf8d4  add apache header
     add 2075d63  change name format

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/engine/flush/FlushManager.java |  2 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 26 ++++---
 .../db/engine/storagegroup/TsFileProcessor.java    | 23 +++---
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 12 +--
 .../org/apache/iotdb/db/rescon/SystemInfo.java     | 20 ++---
 .../apache/iotdb/db/writelog/WALFlushListener.java |  4 +-
 .../db/writelog/node/ExclusiveWriteLogNode.java    | 88 +++++++++++-----------
 ...{WalWriteBuffer.java => WalWriteProcessor.java} |  4 +-
 .../iotdb/db/writelog/node/WriteLogNode.java       | 10 +--
 .../storagegroup/StorageGroupProcessorTest.java    |  2 +-
 .../engine/storagegroup/TsFileProcessorTest.java   |  8 +-
 11 files changed, 100 insertions(+), 99 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/writelog/node/{WalWriteBuffer.java => WalWriteProcessor.java} (96%)