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

[incubator-iotdb] branch hot_compaction updated (f6d6d1d -> 5e97e01)

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

jackietien pushed a change to branch hot_compaction
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from f6d6d1d  Merge pull request #1477 from zhanglingzhe0820/add_vm_logs
     add d4ff7f9  make query right
     add 5e97e01  fix tests

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java |  58 ++++------
 .../db/engine/storagegroup/TsFileProcessor.java    |  87 ++++++++------
 .../db/engine/cache/ChunkMetadataCacheTest.java    |   8 +-
 .../storagegroup/StorageGroupProcessorTest.java    |  15 +--
 .../storagegroup/TsFileProcessorEnableVmTest.java  |  70 ++++++------
 .../engine/storagegroup/TsFileProcessorTest.java   | 126 +++++++++++----------
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |   4 +
 7 files changed, 183 insertions(+), 185 deletions(-)