You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/22 12:01:12 UTC

[GitHub] [iotdb] CRZbulabula commented on a change in pull request #5308: [IOTDB-2686] Region allocation policy

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:
       This is just for 3.30 version... I will replace this parameter with minimal_data_region_number and maximal_data_region_number in April.




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org