chrissun951 commented on issue #13539:
URL: https://github.com/apache/dubbo/issues/13539#issuecomment-1863829069

   你的意思是,当消费端调用一个服务过程中,服务端发生故障(比如停机),provider停机前要回调通知消费端吗?
   
   dubbo 对优雅停机的设计 
   
https://cn.dubbo.apache.org/zh-cn/blog/2018/08/14/dubbo-%e4%bc%98%e9%9b%85%e5%81%9c%e6%9c%ba/
   
   ```
   
优雅停机是指在停止应用时,执行的一系列保证应用正常关闭的操作。这些操作往往包括等待已有请求执行完成、关闭线程、关闭连接和释放资源等,优雅停机可以避免非正常关闭程序可能造成数据异常或丢失,应用异常等问题。优雅停机本质上是JVM即将关闭前执行的一些额外的处理代码。
   ```
   
   只会等待正在调用的服务结束,不会回调,---我的理解


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to