muzhongjiang commented on issue #2497: URL: https://github.com/apache/incubator-dolphinscheduler/pull/2497#issuecomment-617873645
> fixed bug #2492 > > **describe tests** > ` [root@dss bin]# jps -l|grep 'dolph' 17441 org.apache.dolphinscheduler.server.worker.WorkerServer 17478 org.apache.dolphinscheduler.server.log.LoggerServer 17516 org.apache.dolphinscheduler.alert.AlertServer 17555 org.apache.dolphinscheduler.api.ApiApplicationServer 17404 org.apache.dolphinscheduler.server.master.MasterServer [root@dss bin]# ll ../pid/ total 20 -rw-r--r-- 1 root root 6 Apr 22 23:50 dolphinscheduler-alert-server.pid -rw-r--r-- 1 root root 6 Apr 22 23:50 dolphinscheduler-api-server.pid -rw-r--r-- 1 root root 6 Apr 22 23:50 dolphinscheduler-logger-server.pid -rw-r--r-- 1 root root 6 Apr 22 23:50 dolphinscheduler-master-server.pid -rw-r--r-- 1 root root 6 Apr 22 23:50 dolphinscheduler-worker-server.pid [root@dss bin]# [root@dss bin]# sh stop-all.sh localhost master server is stopping Begin stop master-server...... stopping master-server End stop master-server. localhost worker server is stopping Begin stop worker-server...... stopping worker-server End stop worker-server. ` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
