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

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


    from b91abb51644 Revert "Modify initConfigManager()  (#12452)"
     add 7df7e5cfa95 Lift the storage limit for tag and attribute management 
(#12447)

No new revisions were added by this update.

Summary of changes:
 .../it/env/cluster/config/MppCommonConfig.java     |  18 ++
 .../env/cluster/config/MppSharedCommonConfig.java  |  21 ++
 .../it/env/remote/config/RemoteCommonConfig.java   |  15 ++
 .../org/apache/iotdb/itbase/env/CommonConfig.java  |   6 +
 .../apache/iotdb/db/it/schema/IoTDBTagLimitIT.java | 196 +++++++++++++++++++
 .../schemaregion/impl/SchemaRegionMemoryImpl.java  |  33 +++-
 .../schemaregion/impl/SchemaRegionPBTreeImpl.java  |  28 ++-
 .../schemaengine/schemaregion/tag/TagLogFile.java  | 215 ++++++++++++++++++++-
 .../schemaengine/schemaregion/tag/TagManager.java  | 162 ++++++++++------
 .../db/tools/schema/SRStatementGenerator.java      |   5 +-
 .../resources/conf/iotdb-common.properties         |  14 +-
 .../apache/iotdb/commons/conf/CommonConfig.java    |  18 ++
 .../iotdb/commons/conf/CommonDescriptor.java       |  12 ++
 13 files changed, 659 insertions(+), 84 deletions(-)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBTagLimitIT.java

Reply via email to