diff --git a/fe/fe-core/src/main/java/org/apache/doris/DorisFE.java b/fe/fe-core/src/main/java/org/apache/doris/DorisFE.java index c10d630e09..fba2e486fb 100755 --- a/fe/fe-core/src/main/java/org/apache/doris/DorisFE.java +++ b/fe/fe-core/src/main/java/org/apache/doris/DorisFE.java @@ -458,7 +458,7 @@ public class DorisFE { releaseFileLockAndCloseFileChannel(); throw new RuntimeException("Try to lock process failed", e); } - throw new RuntimeException("FE process has been started,please do not start multiple FE processes at the" + throw new RuntimeException("FE process has been started,please do not start multiple FE processes at the " + "same time"); }