[fix](block_rule) SQL block rule not working after FE restart (#41228) (#41250)

pick: https://github.com/apache/doris/pull/41228
This commit is contained in:
zhangdong
2024-09-28 10:08:59 +08:00
committed by GitHub
parent 514184ee12
commit 9a9226e541
4 changed files with 44 additions and 6 deletions

View File

@ -2816,4 +2816,8 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, description = {"元数据同步是否开启安全模式",
"Is metadata synchronization enabled in safe mode"})
public static boolean meta_helper_security_mode = false;
@ConfField(mutable = true, description = {
"设置为 true,如果查询无法选择到健康副本时,会打印出该tablet所有副本的详细信息,"})
public static boolean sql_block_rule_ignore_admin = false;
}