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 09:08:59 UTC

[iotdb] branch virtual_partition_2_merge updated (b56cb29 -> da5efcc)

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 b56cb29  fix issues
     add da5efcc  fix issues

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/ClusterFileFlushPolicy.java      |  2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 61 ++++++++--------
 .../engine/storagegroup/StorageGroupProcessor.java | 81 +++++++++++-----------
 .../virtualSg/HashVirtualPartitioner.java          |  7 +-
 .../storagegroup/virtualSg/VirtualPartitioner.java |  7 +-
 .../virtualSg/VirtualStorageGroupManager.java      | 36 ++++++++--
 .../java/org/apache/iotdb/db/service/IoTDB.java    |  1 -
 .../db/tools/virtualSG/DeviceMappingViewer.java    |  2 +-
 .../iotdb/db/engine/merge/MergeOverLapTest.java    |  2 -
 .../engine/modification/DeletionFileNodeTest.java  | 17 +++--
 .../virtualSg/HashVirtualPartitionerTest.java      |  4 +-
 .../db/integration/IoTDBRemovePartitionIT.java     |  2 +-
 .../iotdb/db/integration/IoTDBRestartIT.java       | 10 +++
 .../db/sync/receiver/load/FileLoaderTest.java      |  1 -
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  3 +-
 15 files changed, 127 insertions(+), 109 deletions(-)