kuaile-zc opened a new issue #9760: URL: https://github.com/apache/dubbo/issues/9760
* Dubbo version: 2.7.15 * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issue 所以dubbo框架本身是这个逻辑还是有问题 1.服务A->B 当A调用B的时候调用过程中停止A那么JVM退出之前使用hook保证A的请求完成在结束默认时间10s(优雅下线成功) 2.服务A->B 不具备:A调用B的过程中关闭B这个时候A会调用失败。 请问情况2是否是预期的 代码如下DubboShutdownHook中的destroyAll()     是先关闭provider,再关闭consumer源码是不是这个流程 So the Dubbo framework itself is the logic of the problem 1. The service A - > B When A calls B, stop A during the call. Then use hook to ensure that A's request completes at the end time of 10 seconds before JVM exits. 2. Service A - > B None: If B is closed when A calls B, A fails to call B. -- 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]
