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 2020/07/13 00:51:58 UTC

[incubator-iotdb] branch master updated (98b4e6f -> f270861)

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/incubator-iotdb.git.


    from 98b4e6f  [IOTDB-790] change base_dir to system_dir (#1467)
     add f270861  [IOTDB-792] do not get MManager.readLock when inserting to avoid deadlock (#1481)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/SessionExample.java |  2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  8 +--
 .../engine/storagegroup/StorageGroupProcessor.java | 66 +++++++---------------
 .../org/apache/iotdb/db/metadata/MManager.java     |  3 +
 .../iotdb/db/qp/physical/crud/InsertPlan.java      | 12 ++++
 .../db/engine/cache/ChunkMetadataCacheTest.java    | 13 ++++-
 .../engine/modification/DeletionFileNodeTest.java  | 23 ++++++--
 .../db/engine/modification/DeletionQueryTest.java  | 30 ++++++----
 .../storagegroup/StorageGroupProcessorTest.java    | 34 ++++++++---
 .../iotdb/db/engine/storagegroup/TTLTest.java      | 19 ++++++-
 10 files changed, 127 insertions(+), 83 deletions(-)