You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/19 05:47:07 UTC

[iotdb] branch InsertRowVector updated (ea2b9f7 -> c3c0c67)

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

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


    from ea2b9f7  init
     add cf01d70  insert row plan
     add 44df1ed  Fix getSeriesSchemasAndReadLockDevice
     add 5c286b2  format code
     add d66c8d9  Merge remote-tracking branch 'origin/Vector' into Vector
     add 51d6724  Fix hashCode and equals method of MNode
     add 41c357b  fix insert normal tablet schema error
     add cdf1777  resolve conflicts
     add a10246c  add setDeviceId in Tablet
     add 6ae8062  format
     add 28e7b45  Merge remote-tracking branch 'origin/Vector' into Vector
     add c3c0c67  Merge branch 'Vector' of https://github.com/apache/iotdb into InsertRowVector

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/metadata/CMManager.java   |  4 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java | 57 ++++++++-------
 .../apache/iotdb/db/engine/memtable/IMemTable.java |  7 --
 .../org/apache/iotdb/db/metadata/MManager.java     | 29 +++++---
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  | 26 +++++++
 .../java/org/apache/iotdb/db/utils/MemUtils.java   | 85 +++++-----------------
 .../db/engine/memtable/MemTableTestUtils.java      |  6 +-
 .../db/engine/memtable/MemtableBenchmark.java      |  1 -
 .../db/engine/memtable/PrimitiveMemTableTest.java  |  3 -
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |  4 +-
 .../apache/iotdb/tsfile/write/record/Tablet.java   |  4 +
 11 files changed, 103 insertions(+), 123 deletions(-)