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

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


    from 1d099e7  fix MemTableFlushTaskV2Test bug
     new 8d69b5e  fix query clone TVList bug
     new 8e17d61  Merge remote-tracking branch 
'origin/feature_async_close_tsfile' into feature_async_close_tsfile
     new 6d93d13  fix delete filenode do not delete file bug

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../db/engine/filenodeV2/FileNodeManagerV2.java    |  13 +-
 .../db/engine/filenodeV2/FileNodeProcessorV2.java  |  26 ++--
 .../db/engine/filenodeV2/TsFileResourceV2.java     |   4 +
 .../filenodeV2/UnsealedTsFileProcessorV2.java      |  21 ++-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  46 +++++--
 .../apache/iotdb/db/engine/memtable/IMemTable.java |   2 +
 .../db/engine/memtable/MemTableFlushTaskV2.java    |   2 -
 .../db/engine/memtable/TimeValuePairSorter.java    |   2 +-
 .../db/engine/memtable/WritableMemChunkV2.java     |  76 ++++++-----
 .../iotdb/db/qp/executor/OverflowQPExecutor.java   |  14 +-
 .../iotdb/db/utils/datastructure/TVList.java       |   4 +-
 .../org/apache/iotdb/db/engine/ProcessorTest.java  | 152 ---------------------
 .../engine/filenodeV2/FileNodeProcessorV2Test.java |   5 +-
 .../db/engine/memtable/ChunkBufferPoolTest.java    |   4 +-
 .../iotdb/db/engine/memtable/MemTablePoolTest.java |   4 +-
 .../iotdb/db/integration/IoTDBCompleteIT.java      |  36 +++--
 .../UnseqSeriesReaderByTimestampTest.java          |   2 +-
 17 files changed, 157 insertions(+), 256 deletions(-)
 delete mode 100644 
iotdb/src/test/java/org/apache/iotdb/db/engine/ProcessorTest.java

Reply via email to