cxzl25 opened a new pull request, #2334: URL: https://github.com/apache/incubator-celeborn/pull/2334
### What changes were proposed in this pull request? When we shut down the master or worker, we can output the signal as a record. ### Why are the changes needed? Conveniently track the status of master and workers. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local test ```bash ./sbin/stop-all.sh ``` ``` 12:20:59.932 [SIGTERM handler] ERROR org.apache.celeborn.service.deploy.master.Master - RECEIVED SIGNAL TERM ``` ``` 12:20:59.563 [SIGTERM handler] ERROR org.apache.celeborn.service.deploy.worker.Worker - RECEIVED SIGNAL TERM ``` -- 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]
