TerryLam2010 commented on issue #14938: URL: https://github.com/apache/dubbo/issues/14938#issuecomment-2507449274
@AlbumenJ I am using Dubbo 3.2.3 in the test environment. The issue is that the instance-level offline notification for the ServiceDiscoveryRegistryDirectory has come, but the interface-level notification for RegistryDirectory has not, resulting in the counter of ReferenceCountExchangeClient not being zero.Could you tell me how the refreshInvoker in RegistryDirectory can be triggered? Is there a sequence of events between ServiceDiscoveryRegistryDirectory and RegistryDirectory? —————————————————————————————————————————————————————— 我在测试环境就是使用3.2.3的dubbo,现在的问题就是ServiceDisCoveryRegistrydirectory实例级的下线通知来了,但是RegistryDirectory 接口级的通知没有,导致ReferenceCountExchangeClient的计数器不为0。能不能跟我说下,RegistryDirectory的refreshInvoker怎么才能被触发呢?ServiceDisCoveryRegistrydirectory和RegistryDirectory 有没有先后关系? -- 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]
