KevinHoo opened a new pull request #1692:
URL: https://github.com/apache/incubator-apisix/pull/1692


   ### Execute command 'make run' multiple times, will start multiple processes
   
   重复执行 make run 会启动多个master进程,而 make stop 只能停止一个。
   
   原理:make stop 读取nginx.pid 获取master process id,make stop 后删除 
nginx.pid。其他被启动的实例由于缺失nginx.pid文件,读取不到master process id,make stop 失败
   
   ### Full changelog
   
   * Makefile 中 make run 章节,校验logs/nginx.pid文件是否存在,存在则不再启动nginx实例
   
   ### Issues resolved
   
   Fix #1690
   


----------------------------------------------------------------
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]


Reply via email to