CRZbulabula commented on a change in pull request #5308:
URL: https://github.com/apache/iotdb/pull/5308#discussion_r832090344
##########
File path: confignode/src/assembly/resources/conf/iotdb-confignode.properties
##########
@@ -101,4 +101,20 @@
config_node_address_lists=host0:22278,host1:22278,host2:22278
# data_dirs=data\\data
# For Linux platform
# If its prefix is "/", then the path is absolute. Otherwise, it is relative.
-# data_dirs=data/data
\ No newline at end of file
+# data_dirs=data/data
+
+####################
+### Region Configuration
+####################
+
+# The number of replicas of each region
+# Datatype: int
+# region_replica_count=3
+
+# The number of SchemaRegions of each StorageGroup
+# Datatype: int
+# schema_region_count=1
+
+# The number of DataRegions of each StorageGroup
+# Datatype: int
+# data_region_count=1
Review comment:
I will replace this parameter with minimal_data_region_number and
maximal_data_region_number in next stable version .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]