This is an automated email from the ASF dual-hosted git repository.

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 612d9dd7c63 [fix](errmsg) fix multiple FE processes start err msg 
(#27009)
612d9dd7c63 is described below

commit 612d9dd7c6353a93275f54648c8a0bfe01cb9b63
Author: zy-kkk <[email protected]>
AuthorDate: Thu Nov 16 10:16:35 2023 +0800

    [fix](errmsg) fix multiple FE processes start err msg (#27009)
---
 fe/fe-core/src/main/java/org/apache/doris/DorisFE.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c10d630e096..fba2e486fb6 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");
     }
 


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

Reply via email to