You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/12/09 06:13:14 UTC

[iotdb] branch master updated (d2116cc -> 25c1918)

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

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


    from d2116cc  [IOTDB-2124] the filtering condition does not take efffect for last query in cluster (#4539)
     add 25c1918  [IOTDB-2072] Remove TVListAllocator to reduce the TVList mem cost (#4540)

No new revisions were added by this update.

Summary of changes:
 .../engine/memtable/AlignedWritableMemChunk.java   |  5 +-
 .../iotdb/db/engine/memtable/WritableMemChunk.java |  5 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 20 ++---
 .../apache/iotdb/db/rescon/TVListAllocator.java    | 98 ----------------------
 .../iotdb/db/rescon/TVListAllocatorMBean.java      | 24 ------
 .../java/org/apache/iotdb/db/service/IoTDB.java    |  2 -
 .../db/utils/datastructure/AlignedTVList.java      | 21 +++--
 .../iotdb/db/utils/datastructure/TVList.java       | 17 ++--
 8 files changed, 36 insertions(+), 156 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/TVListAllocator.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/TVListAllocatorMBean.java