CRZbulabula commented on code in PR #12184: URL: https://github.com/apache/iotdb/pull/12184#discussion_r1544501093
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties: ########## @@ -126,15 +126,6 @@ data_replication_factor=1 # Datatype: Double # data_region_per_data_node=5.0 - -# The policy of cluster RegionGroups' leader distribution. -# E.g. we should balance cluster RegionGroups' leader distribution when some DataNodes are shutdown or re-connected. -# These policies are currently supported: -# 1. GREEDY(Distribute leader through a simple greedy algorithm, might cause unbalance) -# 2. MIN_COST_FLOW(Default, distribute leader through min cost flow algorithm) -# Datatype: String -# leader_distribution_policy=MIN_COST_FLOW Review Comment: It seems that the GREEDY algorithm will never be used -- 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]
