rickchengx commented on PR #12118: URL: https://github.com/apache/dolphinscheduler/pull/12118#issuecomment-1272949238
Hi, @caishunfeng @SbloodyS , thanks for the comment. Taking `master-server` as an example: Whether should we allow users to start `master-server` twice (or more) in the**same directory.** 1. If allowed, then different pids can be recorded by `<number>.pid` 2. If not allowed, then there is only one pid file in directory `master-server/`. I think it should be avoided that the user starts 2 times in the same directory, because this may be the user's misoperation (such as forgetting to stop and start again), and bring unpredictable consequences. And after my test, launching 2 (or more) `master-server` in the same directory will cause the entire DS service to be unavailable. WDYT -- 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]
