We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
进入smproxy/bin目录执行开启服务 ./SMProxy start 可正常访问代理后的服务及数据库。 但执行停止服务 ./SMProxy stop 终端提示:SMProxy is stopping ... 等待须久,终端提示:ERROR: SMProxy shutting down failed! system.log 2020-12-16 19:13:38 [info] Worker started!
swoole.log Worker started! [2020-12-16 19:14:39 #9512.4] INFO Server is shutdown now [2020-12-16 19:14:42 *9522.3] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination [2020-12-16 19:14:42 *9521.2] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination [2020-12-16 19:14:42 *9520.1] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination [2020-12-16 19:14:42 *9519.0] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination WARNING: Server is shutdown!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe Your Environment (描述你的环境)
How to Reproduce the Problem? (如何重现问题)
进入smproxy/bin目录执行开启服务
./SMProxy start
可正常访问代理后的服务及数据库。
但执行停止服务
./SMProxy stop
终端提示:SMProxy is stopping ...
等待须久,终端提示:ERROR: SMProxy shutting down failed!
system.log
2020-12-16 19:13:38 [info] Worker started!
swoole.log
Worker started!
[2020-12-16 19:14:39 #9512.4] INFO Server is shutdown now
[2020-12-16 19:14:42 *9522.3] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination
[2020-12-16 19:14:42 *9521.2] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination
[2020-12-16 19:14:42 *9520.1] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination
[2020-12-16 19:14:42 *9519.0] WARNING Worker_reactor_try_to_exit (ERRNO 9012): worker exit timeout, forced termination
WARNING: Server is shutdown!
The text was updated successfully, but these errors were encountered: