You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ShenFeng312 (via GitHub)" <gi...@apache.org> on 2023/04/24 02:34:07 UTC

[GitHub] [dubbo] ShenFeng312 opened a new issue, #12170: 关于服务下线的一些问题

ShenFeng312 opened a new issue, #12170:
URL: https://github.com/apache/dubbo/issues/12170

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ## Ask your question here
   看了下目前的服务下线逻辑 。
   1取消注册
   2关闭服务端的端口
   3关闭执行的业务线程池
   这样执行的业务线程池不就无法返回给客户端了吗?
   正确的关闭逻辑是不是应该是
   1.取消注册
   2.优雅关闭业务线程池
   3.关闭服务端的所以连接
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] ShenFeng312 commented on issue #12170: 关于服务下线的一些问题

Posted by "ShenFeng312 (via GitHub)" <gi...@apache.org>.
ShenFeng312 commented on issue #12170:
URL: https://github.com/apache/dubbo/issues/12170#issuecomment-1519303142

   不好意思看错了,在关闭连接之前确实先关闭了业务线程池。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] ShenFeng312 closed issue #12170: 关于服务下线的一些问题

Posted by "ShenFeng312 (via GitHub)" <gi...@apache.org>.
ShenFeng312 closed issue #12170: 关于服务下线的一些问题
URL: https://github.com/apache/dubbo/issues/12170


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] ShenFeng312 commented on issue #12170: 关于服务下线的一些问题

Posted by "ShenFeng312 (via GitHub)" <gi...@apache.org>.
ShenFeng312 commented on issue #12170:
URL: https://github.com/apache/dubbo/issues/12170#issuecomment-1519298336

   中间省略的一些非特别核心的步骤


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org