[log](table) add table lock failed log (#27659)

This commit is contained in:
yujun
2023-12-03 23:34:21 +08:00
committed by GitHub
parent 16fa6a1615
commit ba893a4e60
2 changed files with 44 additions and 5 deletions

View File

@ -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";