Skip to content

Commit 957c19d

Browse files
committed
[fix](replication) force_olap_table_replication_allocation should not be set to masterOnly (#53465)
1 parent 2891f80 commit 957c19d

File tree

1 file changed

+1
-1
lines changed
  • fe/fe-common/src/main/java/org/apache/doris/common

1 file changed

+1
-1
lines changed

fe/fe-common/src/main/java/org/apache/doris/common/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,7 @@ public class Config extends ConfigBase {
22612261
+ "This config is recommended to be used only in the test environment"})
22622262
public static int force_olap_table_replication_num = 0;
22632263

2264-
@ConfField(mutable = true, masterOnly = true, description = {
2264+
@ConfField(mutable = true, description = {
22652265
"用于强制设定内表的副本分布,如果该参数不为空,则用户在建表或者创建分区时指定的副本数及副本标签将被忽略,而使用本参数设置的值。"
22662266
+ "该参数影响包括创建分区、修改表属性、动态分区等操作。该参数建议仅用于测试环境",
22672267
"Used to force set the replica allocation of the internal table. If the config is not empty, "

0 commit comments

Comments
 (0)