[fix](errmsg) fix multiple FE processes start err msg (#27009)

This commit is contained in:
zy-kkk
2023-11-16 10:16:35 +08:00
committed by GitHub
parent 042f6e8458
commit 612d9dd7c6

View File

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