You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/06/05 02:42:07 UTC

[incubator-iotdb] branch cluster_premerge updated (e259a2f -> 51c2ade)

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

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


    from e259a2f  fix when schema is null
     add 8f3edd7  [IOTDB-672] Fix delete storage group bug during restart (#1310)
     add ee35cfc  use lock instead while (#1313)
     add b1d422a  [IOTDB-695] Accelerate the count timeseries query (#1311)
     add 51c2ade  Merge branch 'master' into cluster_premerge

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/SchemaManager/SchemaManager.md   |   4 +-
 .../zh/SystemDesign/SchemaManager/SchemaManager.md |   4 +-
 .../engine/storagegroup/StorageGroupProcessor.java |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  80 ++++++-----
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 149 +++++++++++++++++----
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  61 +++++----
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  27 ++++
 7 files changed, 236 insertions(+), 91 deletions(-)