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/03 09:06:07 UTC

[incubator-iotdb] branch feature_async_close_tsfile updated (8f7b407 -> 03ebaba)

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 8f7b407  Merge branch 'feature_async_close_tsfile' of github.com:apache/incubator-iotdb into feature_async_close_tsfile
     add 06f8976  add comment for TsFileProcessor; change  notify to notifyAll() in StorageGroupProcessor
     add b45a059  add comments in TsFileProcessor; extract some duplicate codes as a function
     add 25ec60d  Merge branch 'feature_async_close_tsfile' of github.com:apache/incubator-iotdb into feature_async_close_tsfile
     add d74cef4  replace some javadoc commets; remove deletion data detection in MemTableFlushTask
     add 03ebaba  Merge branch 'feature_async_close_tsfile' of github.com:apache/incubator-iotdb into feature_async_close_tsfile

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/auth/authorizer/IAuthorizer.java      |   2 -
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   6 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   1 +
 .../db/engine/memtable/MemTableFlushTask.java      |  17 +--
 .../iotdb/db/engine/storagegroup/FlushManager.java |   5 +-
 .../engine/storagegroup/StorageGroupProcessor.java |   6 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 123 +++++++++++++--------
 .../db/engine/storagegroup/TsFileResource.java     |  12 +-
 .../iotdb/db/utils/datastructure/TVList.java       |   7 ++
 .../writelog/recover/TsFileRecoverPerformer.java   |   2 +-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |   2 +-
 11 files changed, 115 insertions(+), 68 deletions(-)