You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/10 07:56:05 UTC

[iotdb] branch mv_vsg_dataregion updated (8663731ba7 -> 3bc8c9bb03)

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

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


    from 8663731ba7 Rename vsg to dataRegion
     add 3bc8c9bb03 rename more

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/utils/StatusUtils.java    |  2 +-
 docs/UserGuide/Reference/Config-Manual.md          | 16 ++++++-------
 docs/zh/UserGuide/Reference/Config-Manual.md       | 16 ++++++-------
 .../iotdb/integration/env/ClusterEnvConfig.java    |  5 ++---
 .../org/apache/iotdb/itbase/env/BaseConfig.java    |  2 +-
 .../iotdb/db/integration/IoTDBCompleteIT.java      |  8 +++----
 .../db/integration/env/StandaloneEnvConfig.java    |  4 ++--
 .../resources/conf/iotdb-engine.properties         |  8 +++----
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java | 10 +++++++--
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  3 +--
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 12 +++++-----
 .../apache/iotdb/db/engine/StorageEngineV2.java    |  8 +++----
 .../db/engine/compaction/TsFileIdentifier.java     | 12 +++++-----
 .../AbstractCrossSpaceCompactionSelector.java      |  6 ++---
 .../RewriteCrossSpaceCompactionSelector.java       |  4 ++--
 .../iotdb/db/engine/storagegroup/DataRegion.java   | 18 +++++++--------
 .../db/engine/storagegroup/StorageGroupInfo.java   |  2 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |  2 +-
 .../engine/storagegroup/TsFileProcessorInfo.java   |  9 +++-----
 .../dataregion/HashVirtualPartitioner.java         |  2 +-
 .../dataregion/StorageGroupManager.java            | 26 +++++++++++-----------
 .../dataregion/VirtualPartitioner.java             |  8 +++----
 ...ssorException.java => DataRegionException.java} | 10 ++++-----
 .../org/apache/iotdb/db/rescon/SystemInfo.java     | 10 ++++-----
 .../DeviceMappingViewer.java                       |  5 ++---
 .../writelog/recover/TsFileRecoverPerformer.java   | 18 +++++++--------
 .../recover/SizeTieredCompactionRecoverTest.java   |  4 ++--
 .../storagegroup/StorageGroupProcessorTest.java    |  4 ++--
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  6 ++---
 .../dataregion/HashVirtualPartitionerTest.java     |  4 ++--
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  4 ++--
 .../recover/RecoverResourceFromReaderTest.java     |  4 ++--
 .../db/writelog/recover/SeqTsFileRecoverTest.java  |  8 +++----
 .../writelog/recover/UnseqTsFileRecoverTest.java   |  4 ++--
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  2 +-
 .../iotdb/tsfile/utils/FilePathUtilsTest.java      |  2 +-
 36 files changed, 134 insertions(+), 134 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/exception/{StorageGroupProcessorException.java => DataRegionException.java} (74%)
 rename server/src/main/java/org/apache/iotdb/db/tools/{virtualsg => dataregion}/DeviceMappingViewer.java (93%)