yiguolei commented on code in PR #24442: URL: https://github.com/apache/doris/pull/24442#discussion_r1327943158
########## fe/fe-core/src/main/java/org/apache/doris/DorisFE.java: ########## @@ -67,6 +69,11 @@ public class DorisFE { public static final String DORIS_HOME_DIR = System.getenv("DORIS_HOME"); public static final String PID_DIR = System.getenv("PID_DIR"); + + private static final String LOCK_FILE_PATH = Config.meta_dir + "/.process.lock"; Review Comment: 不要加 . 否则我们会看不到 ########## fe/fe-core/src/main/java/org/apache/doris/DorisFE.java: ########## @@ -67,6 +69,11 @@ public class DorisFE { public static final String DORIS_HOME_DIR = System.getenv("DORIS_HOME"); public static final String PID_DIR = System.getenv("PID_DIR"); + + private static final String LOCK_FILE_PATH = Config.meta_dir + "/.process.lock"; Review Comment: 不要加 . 否则我们会看不到 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org