chickenlj commented on issue #10740: URL: https://github.com/apache/dubbo/issues/10740#issuecomment-1277098491
@xiangzz159 问题根源请参考 Albumen 给的思路,Spring 和 Dubbo 的 JVM shutdown hook 同时在执行可能会导致这个问题。 Dubbo 这边在 Spring 场景下,应该关闭自身的将自己的 hook 流程绑定到 Spring hook 上以确保被调度顺序。related to https://github.com/apache/dubbo/pull/10730 -- 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]
