You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yo...@apache.org on 2023/03/13 09:07:01 UTC

[iotdb] branch Improve-the-concurrency-control-of-DatabaseSchema updated (76354ed61a -> 7fb16584c9)

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

yongzao pushed a change to branch Improve-the-concurrency-control-of-DatabaseSchema
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 76354ed61a Update ClusterSchemaInfo.java
     add 7fb16584c9 code smell

No new revisions were added by this update.

Summary of changes:
 .../request/write/database/AdjustMaxRegionGroupNumPlan.java |  9 +++++++--
 .../write/database/SetDataReplicationFactorPlan.java        | 13 +++++++++----
 .../write/database/SetSchemaReplicationFactorPlan.java      |  9 +++++++--
 .../consensus/request/write/database/SetTTLPlan.java        | 11 ++++++++---
 .../write/database/SetTimePartitionIntervalPlan.java        |  9 +++++++--
 .../iotdb/confignode/manager/ClusterSchemaManager.java      |  4 ++--
 .../org/apache/iotdb/confignode/manager/ConfigManager.java  |  4 ++--
 .../confignode/manager/partition/PartitionManager.java      |  4 ++--
 .../confignode/persistence/partition/PartitionInfo.java     |  4 ++--
 .../confignode/persistence/schema/ClusterSchemaInfo.java    |  2 +-
 .../procedure/impl/schema/DeleteDatabaseProcedure.java      |  2 +-
 11 files changed, 48 insertions(+), 23 deletions(-)