This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 98128a4f02e Update the description of schemaRegionPerNode in
common.properties (#10857)
98128a4f02e is described below
commit 98128a4f02ec7b64c5a21d633236c55f462743aa
Author: YuFengLiu <[email protected]>
AuthorDate: Mon Aug 14 21:39:39 2023 +0800
Update the description of schemaRegionPerNode in common.properties (#10857)
---
.../node-commons/src/assembly/resources/conf/iotdb-common.properties | 1 -
1 file changed, 1 deletion(-)
diff --git
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
index cce12379ec6..22b9083f14e 100644
---
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -102,7 +102,6 @@ cluster_name=defaultCluster
# This parameter is the maximum number of SchemaRegions expected to be managed
by each DataNode.
# Notice: Since each Database requires at least one SchemaRegionGroup to
manage its schema,
# this parameter doesn't limit the upper bound of cluster SchemaRegions when
there are too many Databases.
-# Default is equal to the schema_replication_factor to ensure each DataNode
will have a SchemaRegionGroupLeader.
# Datatype: Double
# schema_region_per_data_node=1.0