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

[incubator-iotdb] branch feature_async_close_tsfile updated (4f79858 -> 8f7b407)

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

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


    from 4f79858  remove some log
     add f2ecbee  refactor TVList: support in place deletion and insertion after sort
     add 8f7b407  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/engine/memtable/AbstractMemTable.java | 15 ++----
 .../apache/iotdb/db/engine/memtable/IMemTable.java |  6 +--
 .../db/engine/memtable/IWritableMemChunk.java      |  2 +
 .../iotdb/db/engine/memtable/WritableMemChunk.java |  5 ++
 .../iotdb/db/utils/datastructure/BinaryTVList.java | 34 ++++++--------
 .../db/utils/datastructure/BooleanTVList.java      | 34 ++++++--------
 .../iotdb/db/utils/datastructure/DoubleTVList.java | 34 ++++++--------
 .../iotdb/db/utils/datastructure/FloatTVList.java  | 34 ++++++--------
 .../iotdb/db/utils/datastructure/IntTVList.java    | 34 ++++++--------
 .../iotdb/db/utils/datastructure/LongTVList.java   | 34 ++++++--------
 .../iotdb/db/utils/datastructure/TVList.java       | 53 ++++++++++++++--------
 .../db/utils/datastructure/LongTVListTest.java     |  2 +-
 12 files changed, 140 insertions(+), 147 deletions(-)