[log](table) add table lock failed log (#27659)
This commit is contained in:
@ -126,6 +126,10 @@ public class Config extends ConfigBase {
|
||||
@ConfField(description = {"是否压缩 FE 的 Audit 日志", "enable compression for FE audit log file"})
|
||||
public static boolean audit_log_enable_compress = false;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false,
|
||||
description = {"是否检查table锁泄漏", "Whether to check table lock leaky"})
|
||||
public static boolean check_table_lock_leaky = false;
|
||||
|
||||
@ConfField(description = {"插件的安装目录", "The installation directory of the plugin"})
|
||||
public static String plugin_dir = System.getenv("DORIS_HOME") + "/plugins";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user