eric-buaa-cn opened a new pull request #1012: bugfix: pid file may be 
overwritten
URL: https://github.com/apache/incubator-brpc/pull/1012
 
 
   The following step will mess up the pid file:
   1. Start the server with pid file enabled. Suppose the pid is 12345.
   2. Make the server core dump. 
   3. Restart the server. Suppose the new pid is 8888. The pid file will be 
overwritten with the wrong content 88885.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to