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/11 08:16:07 UTC

[incubator-iotdb] branch fix_deadlock updated (099a1af -> ff6a483)

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

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


    from 099a1af  do not get MManager.readLock when inserting
     add ff6a483  remove deviceMNode check and fix test

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java | 14 ++++-----
 .../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 ++++++++++--
 6 files changed, 96 insertions(+), 37 deletions(-)