CalvinKirs commented on code in PR #24442:
URL: https://github.com/apache/doris/pull/24442#discussion_r1328067950


##########
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:
   done:)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to