xh1202 commented on code in PR #10613:
URL: https://github.com/apache/dubbo/pull/10613#discussion_r970283961
##########
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/deploy/DefaultApplicationDeployer.java:
##########
@@ -764,15 +764,14 @@ public void preDestroy() {
}
onStopping();
+ unregisterServiceInstance();
destroyRegistries();
- destroyServiceDiscoveries();
Review Comment:
ServiceDiscoveries have been destroyed in destroyRegistries() and removed
from registries
--
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]