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/07/15 02:37:09 UTC

[incubator-iotdb] branch master updated (d8777ed -> f6dc9a8)

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

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


    from d8777ed  fix sonar
     new dc9c8fc  wait all wals are replayed successfully
     new 99028b7  modify the logic to support cluster
     new 0f2f84b  use device node when update last cache
     new 05bfe1c  avoid string concat for single node version
     new f6dc9a8  Merge pull request #1474 from mychaow/master

The 3710 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  66 ++++++---
 .../engine/storagegroup/StorageGroupProcessor.java |  30 +++-
 .../apache/iotdb/db/engine/upgrade/UpgradeLog.java |   9 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 152 +++++++--------------
 .../apache/iotdb/db/metadata/MeasurementMeta.java  |  83 +++++++++++
 .../iotdb/db/query/executor/LastQueryExecutor.java |  12 +-
 .../java/org/apache/iotdb/db/service/IoTDB.java    |  21 ++-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |  46 -------
 8 files changed, 239 insertions(+), 180 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/metadata/MeasurementMeta.java