You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2021/01/14 08:04:38 UTC

[iotdb] branch virtual_partition_2_merge updated (039c28e -> 23a654f)

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

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


    from 039c28e  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge
     add 23a654f  fix bug and change comment

No new revisions were added by this update.

Summary of changes:
 .../assembly/resources/conf/iotdb-engine.properties    |  6 +++---
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java     |  2 +-
 .../java/org/apache/iotdb/db/engine/StorageEngine.java | 18 ++++++++++++++----
 .../db/engine/storagegroup/StorageGroupProcessor.java  | 16 ----------------
 .../virtualSg/VirtualStorageGroupManager.java          | 17 +++++++++++++++++
 .../java/org/apache/iotdb/db/monitor/StatMonitor.java  | 14 ++++++++++----
 .../main/java/org/apache/iotdb/db/service/IoTDB.java   |  1 +
 .../apache/iotdb/db/monitor/IoTDBStatMonitorTest.java  |  4 +++-
 8 files changed, 49 insertions(+), 29 deletions(-)