You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/07/02 04:12:27 UTC

[incubator-iotdb] branch feature_async_close_tsfile updated (b74d738 -> 042ba73)

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

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


    from b74d738  refine StorageEngine and use QueryContext in SGProcessor.query()
     add 8538268  add javadoc and rename some function names; close modification file when delete all data of a storage group
     add 042ba73  merge with HEAD

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 122 +++++++++++----------
 .../engine/storagegroup/StorageGroupProcessor.java |   6 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |   2 +-
 .../db/engine/storagegroup/TsFileResource.java     |   4 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   5 +-
 .../iotdb/db/qp/executor/OverflowQPExecutor.java   |   2 +-
 .../org/apache/iotdb/db/service/ServiceType.java   |   2 +-
 .../iotdb/db/sync/receiver/SyncServiceImpl.java    |   2 +-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |   2 +-
 9 files changed, 78 insertions(+), 69 deletions(-)