AlexStocks commented on PR #3293:
URL: https://github.com/apache/dubbo-go/pull/3293#issuecomment-4332240011

   当前 PR 有文件冲突,重点是如下问题:server/server.go:346 存在 shutdown 完成后再次 ServeContext 
的生命周期缺陷。第一次全局 shutdown 结束后,进程级 graceful_shutdown.Done() 已关闭;后续再次启动会重新 
export/register,但会立刻走已关闭的 Done 分支返回,而且这次启动的资源不会被对应清理。这个问题我已经发到 PR 行内评论里。


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to